Skip to content

Commit

Permalink
v7.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Dec 13, 2021
1 parent 7dec78d commit 7b7ab94
Show file tree
Hide file tree
Showing 126 changed files with 132 additions and 133 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"@babel/types": "workspace:^",
"benchmark": "^2.1.4"
},
"version": "7.16.0"
"version": "7.16.5"
}
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.16.3",
"version": "7.16.5",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin-development-internal",
"version": "7.14.5",
"version": "7.16.5",
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
"main": "./lib/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion eslint/babel-eslint-plugin-development/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin-development",
"version": "7.14.5",
"version": "7.16.5",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin",
"version": "7.14.5",
"version": "7.16.5",
"description": "Companion rules for @babel/eslint-parser",
"main": "./lib/index.js",
"type": "commonjs",
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.16.4",
"version": "7.16.5",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down
4 changes: 2 additions & 2 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.16.0",
"version": "7.16.5",
"description": "Babel compiler core.",
"main": "./lib/index.js",
"author": "The Babel Team (https://babel.dev/team)",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@babel/code-frame": "workspace:^",
"@babel/generator": "workspace:^",
"@babel/helper-compilation-targets": "workspace:^",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.16.0",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.16.5",
"@babel/helpers": "workspace:^",
"@babel/parser": "workspace:^",
"@babel/template": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.16.0",
"version": "7.16.5",
"description": "Turns an AST into code.",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.16.0",
"version": "7.16.5",
"description": "Helper function to build binary assignment operator visitors",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-builder-react-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-react-jsx",
"version": "7.16.0",
"version": "7.16.5",
"description": "Helper function to build react jsx",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.16.0",
"version": "7.16.5",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-define-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-define-map",
"version": "7.16.0",
"version": "7.16.5",
"description": "Helper function to define a map",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-environment-visitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-environment-visitor",
"version": "7.16.0",
"version": "7.16.5",
"description": "Helper visitor to only visit nodes in the current 'this' context",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-fixtures",
"version": "7.16.0",
"version": "7.16.5",
"description": "Helper function to support fixtures",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.16.0",
"version": "7.16.5",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.16.0",
"version": "7.16.5",
"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-plugin-test-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-plugin-test-runner",
"version": "7.16.0",
"version": "7.16.5",
"description": "Helper function to support test runner",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-plugin-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-plugin-utils",
"version": "7.14.5",
"version": "7.16.5",
"description": "General utilities for plugins to use",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-remap-async-to-generator",
"version": "7.16.4",
"version": "7.16.5",
"description": "Helper function to remap async functions to generators",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-replace-supers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-replace-supers",
"version": "7.16.0",
"version": "7.16.5",
"description": "Helper function to replace supers",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-wrap-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-wrap-function",
"version": "7.16.0",
"version": "7.16.5",
"description": "Helper to wrap functions inside a function call.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.16.3",
"version": "7.16.5",
"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-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.16.0",
"version": "7.16.5",
"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.16.4",
"version": "7.16.5",
"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-external-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-external-helpers",
"version": "7.16.0",
"version": "7.16.5",
"description": "This plugin contains helper functions that’ll be placed at the top of the generated code",
"repository": {
"type": "git",
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.16.4",
"version": "7.16.5",
"description": "Turn async generator functions into ES2015 generators",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-class-properties",
"version": "7.16.0",
"version": "7.16.5",
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-class-static-block",
"version": "7.16.0",
"version": "7.16.5",
"description": "Allow parsing of class static blocks",
"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.16.4",
"version": "7.16.5",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-proposal-do-expressions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-do-expressions",
"version": "7.16.0",
"version": "7.16.5",
"description": "Compile do expressions to ES5",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-proposal-dynamic-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-dynamic-import",
"version": "7.16.0",
"version": "7.16.5",
"description": "Transform import() expressions",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-export-default-from",
"version": "7.16.0",
"version": "7.16.5",
"description": "Compile export default to ES2015",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-export-namespace-from",
"version": "7.16.0",
"version": "7.16.5",
"description": "Compile export namespace to ES2015",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-proposal-function-bind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-function-bind",
"version": "7.16.0",
"version": "7.16.5",
"description": "Compile function bind operator to ES5",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-proposal-function-sent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-function-sent",
"version": "7.16.0",
"version": "7.16.5",
"description": "Compile the function.sent meta property to valid ES2015 code",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-proposal-json-strings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-json-strings",
"version": "7.16.0",
"version": "7.16.5",
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-logical-assignment-operators",
"version": "7.16.0",
"version": "7.16.5",
"description": "Transforms logical assignment operators into short-circuited assignments",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
"version": "7.16.0",
"version": "7.16.5",
"description": "Remove nullish coalescing operator",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-numeric-separator",
"version": "7.16.0",
"version": "7.16.5",
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-object-rest-spread",
"version": "7.16.0",
"version": "7.16.5",
"description": "Compile object rest and spread to ES5",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-optional-catch-binding",
"version": "7.16.0",
"version": "7.16.5",
"description": "Compile optional catch bindings",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-optional-chaining",
"version": "7.16.0",
"version": "7.16.5",
"description": "Transform optional chaining operators into a series of nil checks",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-partial-application",
"version": "7.16.0",
"version": "7.16.5",
"description": "Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-pipeline-operator",
"version": "7.16.0",
"version": "7.16.5",
"description": "Transform pipeline operator into call expressions",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-private-methods",
"version": "7.16.0",
"version": "7.16.5",
"description": "This plugin transforms private class methods",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-private-property-in-object",
"version": "7.16.0",
"version": "7.16.5",
"description": "This plugin transforms checks for a private property in an object",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-record-and-tuple",
"version": "7.16.0",
"version": "7.16.5",
"description": "A transform for Record and Tuple syntax.",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-throw-expressions",
"version": "7.16.0",
"version": "7.16.5",
"description": "Wraps Throw Expressions in an IIFE",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-unicode-property-regex",
"version": "7.16.0",
"version": "7.16.5",
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-unicode-property-regex",
"license": "MIT",
Expand Down
Loading

0 comments on commit 7b7ab94

Please sign in to comment.