Skip to content

Commit

Permalink
v7.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Oct 6, 2021
1 parent e97a6ba commit c4b1372
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 46 deletions.
2 changes: 1 addition & 1 deletion eslint/babel-eslint-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-parser",
"version": "7.15.7",
"version": "7.15.8",
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.15.7",
"version": "7.15.8",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-code-frame/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/code-frame",
"version": "7.14.5",
"version": "7.15.8",
"description": "Generate errors that contain a code frame that point to source locations.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-code-frame",
Expand Down
12 changes: 6 additions & 6 deletions packages/babel-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.15.5",
"version": "7.15.8",
"description": "Babel compiler core.",
"main": "./lib/index.js",
"author": "The Babel Team (https://babel.dev/team)",
Expand Down Expand Up @@ -48,15 +48,15 @@
"./src/transformation/util/clone-deep.ts": "./src/transformation/util/clone-deep-browser.ts"
},
"dependencies": {
"@babel/code-frame": "workspace:^7.14.5",
"@babel/generator": "workspace:^7.15.4",
"@babel/code-frame": "workspace:^7.15.8",
"@babel/generator": "workspace:^7.15.8",
"@babel/helper-compilation-targets": "workspace:^7.15.4",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.4",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.8",
"@babel/helpers": "workspace:^7.15.4",
"@babel/parser": "workspace:^7.15.5",
"@babel/parser": "workspace:^7.15.8",
"@babel/template": "workspace:^7.15.4",
"@babel/traverse": "workspace:^7.15.4",
"@babel/types": "workspace:^7.15.4",
"@babel/types": "workspace:^7.15.6",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.15.4",
"version": "7.15.8",
"description": "Turns an AST into code.",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"lib"
],
"dependencies": {
"@babel/types": "workspace:^7.15.4",
"@babel/types": "workspace:^7.15.6",
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
"source-map": "^0.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-module-transforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.15.7",
"version": "7.15.8",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.15.4",
"version": "7.15.8",
"description": "Babel command line",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-node",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.15.7",
"version": "7.15.8",
"description": "A JavaScript parser",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-parser",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.15.4",
"version": "7.15.8",
"description": "Turn async generator functions into ES2015 generators",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-proposal-decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-decorators",
"version": "7.15.4",
"version": "7.15.8",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.15.0",
"version": "7.15.8",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"./src/get-runtime-path/index.ts": "./src/get-runtime-path/browser.ts"
},
"dependencies": {
"@babel/helper-module-imports": "workspace:^7.14.5",
"@babel/helper-module-imports": "workspace:^7.15.4",
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"babel-plugin-polyfill-corejs2": "^0.2.2",
"babel-plugin-polyfill-corejs3": "^0.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-spread/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-spread",
"version": "7.14.6",
"version": "7.15.8",
"description": "Compile ES2015 spread to ES5",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.14.5"
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.15.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-typescript",
"version": "7.15.4",
"version": "7.15.8",
"description": "Transform TypeScript into ES.next",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.15.6",
"version": "7.15.8",
"description": "A Babel preset for each environment.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
Expand All @@ -21,7 +21,7 @@
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-validator-option": "workspace:^7.14.5",
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.15.4",
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.15.4",
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.15.8",
"@babel/plugin-proposal-class-properties": "workspace:^7.14.5",
"@babel/plugin-proposal-class-static-block": "workspace:^7.15.4",
"@babel/plugin-proposal-dynamic-import": "workspace:^7.14.5",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@babel/plugin-transform-regenerator": "workspace:^7.14.5",
"@babel/plugin-transform-reserved-words": "workspace:^7.14.5",
"@babel/plugin-transform-shorthand-properties": "workspace:^7.14.5",
"@babel/plugin-transform-spread": "workspace:^7.14.6",
"@babel/plugin-transform-spread": "workspace:^7.15.8",
"@babel/plugin-transform-sticky-regex": "workspace:^7.14.5",
"@babel/plugin-transform-template-literals": "workspace:^7.14.5",
"@babel/plugin-transform-typeof-symbol": "workspace:^7.14.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.15.7",
"version": "7.15.8",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "./babel.js",
"files": [
Expand Down
41 changes: 20 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/code-frame@workspace:*, @babel/code-frame@workspace:^7.14.5, @babel/code-frame@workspace:packages/babel-code-frame":
"@babel/code-frame@workspace:*, @babel/code-frame@workspace:^7.14.5, @babel/code-frame@workspace:^7.15.8, @babel/code-frame@workspace:packages/babel-code-frame":
version: 0.0.0-use.local
resolution: "@babel/code-frame@workspace:packages/babel-code-frame"
dependencies:
Expand Down Expand Up @@ -248,17 +248,17 @@ __metadata:
version: 0.0.0-use.local
resolution: "@babel/core@workspace:packages/babel-core"
dependencies:
"@babel/code-frame": "workspace:^7.14.5"
"@babel/generator": "workspace:^7.15.4"
"@babel/code-frame": "workspace:^7.15.8"
"@babel/generator": "workspace:^7.15.8"
"@babel/helper-compilation-targets": "workspace:^7.15.4"
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.4"
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.8"
"@babel/helper-transform-fixture-test-runner": "workspace:*"
"@babel/helpers": "workspace:^7.15.4"
"@babel/parser": "workspace:^7.15.5"
"@babel/parser": "workspace:^7.15.8"
"@babel/plugin-transform-modules-commonjs": "workspace:*"
"@babel/template": "workspace:^7.15.4"
"@babel/traverse": "workspace:^7.15.4"
"@babel/types": "workspace:^7.15.4"
"@babel/types": "workspace:^7.15.6"
"@types/convert-source-map": ^1.5.1
"@types/debug": ^4.1.0
"@types/resolve": ^1.3.2
Expand Down Expand Up @@ -374,13 +374,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/generator@workspace:*, @babel/generator@workspace:^7.14.5, @babel/generator@workspace:^7.15.4, @babel/generator@workspace:packages/babel-generator":
"@babel/generator@workspace:*, @babel/generator@workspace:^7.14.5, @babel/generator@workspace:^7.15.4, @babel/generator@workspace:^7.15.8, @babel/generator@workspace:packages/babel-generator":
version: 0.0.0-use.local
resolution: "@babel/generator@workspace:packages/babel-generator"
dependencies:
"@babel/helper-fixtures": "workspace:*"
"@babel/parser": "workspace:*"
"@babel/types": "workspace:^7.15.4"
"@babel/types": "workspace:^7.15.6"
"@types/jsesc": ^2.5.0
"@types/source-map": ^0.5.0
charcodes: ^0.2.0
Expand Down Expand Up @@ -671,7 +671,7 @@ __metadata:
languageName: unknown
linkType: soft

"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.15.4, @babel/helper-module-transforms@workspace:^7.14.5, @babel/helper-module-transforms@workspace:^7.15.4, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms":
"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.15.8, @babel/helper-module-transforms@workspace:^7.14.5, @babel/helper-module-transforms@workspace:^7.15.4, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms":
version: 0.0.0-use.local
resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms"
dependencies:
Expand All @@ -686,12 +686,11 @@ __metadata:
languageName: unknown
linkType: soft

"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.15.4":
version: 0.0.0-condition-82b77f
resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.15.4#82b77f"
"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.15.8":
version: 0.0.0-condition-b38c26
resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.15.8#b38c26"
dependencies:
"@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.15.4"
checksum: 94f5bd35b38dbe18655fb20e1872cf205419ad5d4871e5c66d1ffb478aee531bf1daea139723bfd410b0c2a29e7709f6a43d5eb760e7e0c81893a12b9a800c31
"@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.15.8"
languageName: node
linkType: hard

Expand Down Expand Up @@ -993,7 +992,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@workspace:*, @babel/parser@workspace:^7.15.4, @babel/parser@workspace:^7.15.5, @babel/parser@workspace:packages/babel-parser":
"@babel/parser@workspace:*, @babel/parser@workspace:^7.15.4, @babel/parser@workspace:^7.15.8, @babel/parser@workspace:packages/babel-parser":
version: 0.0.0-use.local
resolution: "@babel/parser@workspace:packages/babel-parser"
dependencies:
Expand Down Expand Up @@ -1099,7 +1098,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-proposal-async-generator-functions@workspace:*, @babel/plugin-proposal-async-generator-functions@workspace:^7.15.4, @babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions":
"@babel/plugin-proposal-async-generator-functions@workspace:*, @babel/plugin-proposal-async-generator-functions@workspace:^7.15.8, @babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions":
version: 0.0.0-use.local
resolution: "@babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions"
dependencies:
Expand Down Expand Up @@ -2859,7 +2858,7 @@ __metadata:
resolution: "@babel/plugin-transform-runtime@workspace:packages/babel-plugin-transform-runtime"
dependencies:
"@babel/core": "workspace:*"
"@babel/helper-module-imports": "workspace:^7.14.5"
"@babel/helper-module-imports": "workspace:^7.15.4"
"@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.14.5"
"@babel/helpers": "workspace:*"
Expand Down Expand Up @@ -2914,14 +2913,14 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-spread@workspace:*, @babel/plugin-transform-spread@workspace:^7.14.6, @babel/plugin-transform-spread@workspace:packages/babel-plugin-transform-spread":
"@babel/plugin-transform-spread@workspace:*, @babel/plugin-transform-spread@workspace:^7.15.8, @babel/plugin-transform-spread@workspace:packages/babel-plugin-transform-spread":
version: 0.0.0-use.local
resolution: "@babel/plugin-transform-spread@workspace:packages/babel-plugin-transform-spread"
dependencies:
"@babel/core": "workspace:*"
"@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.14.5"
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.14.5"
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.15.4"
peerDependencies:
"@babel/core": ^7.0.0-0
languageName: unknown
Expand Down Expand Up @@ -3183,7 +3182,7 @@ __metadata:
"@babel/helper-plugin-utils": "workspace:^7.14.5"
"@babel/helper-validator-option": "workspace:^7.14.5"
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.15.4"
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.15.4"
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.15.8"
"@babel/plugin-proposal-class-properties": "workspace:^7.14.5"
"@babel/plugin-proposal-class-static-block": "workspace:^7.15.4"
"@babel/plugin-proposal-dynamic-import": "workspace:^7.14.5"
Expand Down Expand Up @@ -3238,7 +3237,7 @@ __metadata:
"@babel/plugin-transform-regenerator": "workspace:^7.14.5"
"@babel/plugin-transform-reserved-words": "workspace:^7.14.5"
"@babel/plugin-transform-shorthand-properties": "workspace:^7.14.5"
"@babel/plugin-transform-spread": "workspace:^7.14.6"
"@babel/plugin-transform-spread": "workspace:^7.15.8"
"@babel/plugin-transform-sticky-regex": "workspace:^7.14.5"
"@babel/plugin-transform-template-literals": "workspace:^7.14.5"
"@babel/plugin-transform-typeof-symbol": "workspace:^7.14.5"
Expand Down

0 comments on commit c4b1372

Please sign in to comment.