Skip to content

Commit

Permalink
v7.17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Mar 14, 2022
1 parent 8dcf3ef commit 4f1617c
Show file tree
Hide file tree
Showing 22 changed files with 28 additions and 29 deletions.
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin-development-internal",
"version": "7.16.10",
"version": "7.17.7",
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
"main": "./lib/index.cjs",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion eslint/babel-eslint-plugin-development/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin-development",
"version": "7.16.5",
"version": "7.17.7",
"description": "ESLint rules that enforce best practices in the development of Babel plugins.",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion eslint/babel-eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin",
"version": "7.16.5",
"version": "7.17.7",
"description": "Companion rules for @babel/eslint-parser",
"main": "./lib/index.cjs",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.17.6",
"version": "7.17.7",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compat-data/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/compat-data",
"version": "7.17.0",
"version": "7.17.7",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.17.5",
"version": "7.17.7",
"description": "Babel compiler core.",
"main": "./lib/index.js",
"author": "The Babel Team (https://babel.dev/team)",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@babel/code-frame": "workspace:^",
"@babel/generator": "workspace:^",
"@babel/helper-compilation-targets": "workspace:^",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.16.7",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.17.7",
"@babel/helpers": "workspace:^",
"@babel/parser": "workspace:^",
"@babel/template": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.17.3",
"version": "7.17.7",
"description": "Turns an AST into code.",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-compilation-targets/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-compilation-targets",
"version": "7.16.7",
"version": "7.17.7",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Helper functions on Babel compilation targets",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.16.7",
"version": "7.17.7",
"description": "Helper function to replace certain member expressions with function calls",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-module-transforms/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.17.6",
"version": "7.17.7",
"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-helper-simple-access/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-simple-access",
"version": "7.16.7",
"version": "7.17.7",
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.17.3",
"version": "7.17.7",
"description": "Transform test runner for @babel/helper-fixtures module",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helpers/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.17.2",
"version": "7.17.7",
"description": "Collection of helper functions used by Babel transforms.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.17.3",
"version": "7.17.7",
"description": "A JavaScript parser",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-parser",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-destructuring/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-destructuring",
"version": "7.17.3",
"version": "7.17.7",
"description": "Compile ES2015 destructuring to ES5",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-commonjs",
"version": "7.16.8",
"version": "7.17.7",
"description": "This plugin transforms ES2015 modules to CommonJS",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-register/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/register",
"version": "7.17.0",
"version": "7.17.7",
"description": "babel require hook",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs2/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.17.2",
"version": "7.17.7",
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs3/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs3",
"version": "7.17.2",
"version": "7.17.7",
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime",
"version": "7.17.2",
"version": "7.17.7",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.17.6",
"version": "7.17.7",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "./babel.js",
"files": [
Expand Down
13 changes: 6 additions & 7 deletions yarn.lock
Expand Up @@ -327,7 +327,7 @@ __metadata:
"@babel/code-frame": "workspace:^"
"@babel/generator": "workspace:^"
"@babel/helper-compilation-targets": "workspace:^"
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.16.7"
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.17.7"
"@babel/helper-transform-fixture-test-runner": "workspace:^"
"@babel/helpers": "workspace:^"
"@babel/parser": "workspace:^"
Expand Down Expand Up @@ -769,7 +769,7 @@ __metadata:
languageName: unknown
linkType: soft

"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.16.7, @babel/helper-module-transforms@workspace:^, @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.17.7, @babel/helper-module-transforms@workspace:^, @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 @@ -784,12 +784,11 @@ __metadata:
languageName: unknown
linkType: soft

"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.16.7":
version: 0.0.0-condition-cea964
resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.16.7#cea964"
"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.17.7":
version: 0.0.0-condition-2e33d9
resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.17.7#2e33d9"
dependencies:
"@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.16.7"
checksum: 1efe84b6d7ade352ceb8b7b048caf13009eccc6c69a6898aada73e3914359c97cd70849d75c3851d7b27b3b3d63018ff3bcb7e0c32c12f7de3aa43145845cd25
"@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.17.7"
languageName: node
linkType: hard

Expand Down

0 comments on commit 4f1617c

Please sign in to comment.