Bump the babel group with 11 updates
Bumps the babel group with 11 updates:
| Package | From | To |
|---|---|---|
| @babel/core | 7.23.2 |
7.23.9 |
| @babel/preset-env | 7.22.6 |
7.23.9 |
| @babel/helper-compilation-targets | 7.20.0 |
7.23.6 |
| @babel/helper-create-regexp-features-plugin | 7.20.5 |
7.22.15 |
| @babel/plugin-proposal-optional-chaining | 7.20.7 |
7.21.0 |
| @babel/plugin-transform-react-jsx | 7.20.13 |
7.23.4 |
| @babel/plugin-transform-runtime | 7.19.6 |
7.23.9 |
| @babel/preset-react | 7.18.6 |
7.23.3 |
| @babel/preset-typescript | 7.18.6 |
7.23.3 |
| @babel/runtime | 7.23.8 |
7.23.9 |
| babel-plugin-polyfill-corejs3 | 0.6.0 |
0.9.0 |
Updates @babel/core from 7.23.2 to 7.23.9
Release notes
Sourced from @babel/core's releases.
v7.23.9 (2024-01-25)
:bug: Bug Fix
babel-helper-transform-fixture-test-runner,babel-plugin-transform-function-name,babel-plugin-transform-modules-systemjs,babel-preset-env
- #16225 fix:
systemjsre-traverses helpers (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-runtime,babel-preset-env
- #16224 Properly sort
core-js@3imports (@nicolo-ribaudo)babel-traverse
- #15383 fix: Don't throw in
getTypeAnnotationwhen using TS+inference (@liuxingbaoyu)- Other
- #16210 [eslint] Fix
no-use-before-definefor class ref in fields (@nicolo-ribaudo):house: Internal
babel-core,babel-parser,babel-template
- #16222 Migrate
eslint-parserto cts (@liuxingbaoyu)babel-types
- #16213 Remove
@babel/typesprops that are not produced by the parser (@liuxingbaoyu):running_woman: Performance
babel-parser
- #16072 perf: Improve parser performance for typescript (
@liuxingbaoyu):microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-new-target,babel-plugin-transform-parameters,babel-plugin-transform-private-methods,babel-preset-env
- #16218 Improve temporary variables for decorators (
@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15959 Improve output of
using(@liuxingbaoyu)Committers: 4
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.23.8 (2024-01-08)
:bug: Bug Fix
babel-preset-env
- #16181 fix:
preset-envthrows exception forexport * as x(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
- #16201 fix: decorator binds
getter/settertoctx.accessfor public fields (@liuxingbaoyu)- #16199 fix: Class decorator correctly passes return value (
@liuxingbaoyu):leftwards_arrow_with_hook: Revert
:microscope: Output optimization
babel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-parameters,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-typescript,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
... (truncated)
Changelog
Sourced from @babel/core's changelog.
v7.23.9 (2024-01-25)
:bug: Bug Fix
babel-helper-transform-fixture-test-runner,babel-plugin-transform-function-name,babel-plugin-transform-modules-systemjs,babel-preset-env
- #16225 fix:
systemjsre-traverses helpers (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-runtime,babel-preset-env
- #16224 Properly sort
core-js@3imports (@nicolo-ribaudo)babel-traverse
- #15383 fix: Don't throw in
getTypeAnnotationwhen using TS+inference (@liuxingbaoyu)- Other
- #16210 [eslint] Fix
no-use-before-definefor class ref in fields (@nicolo-ribaudo):house: Internal
babel-core,babel-parser,babel-template
- #16222 Migrate
eslint-parserto cts (@liuxingbaoyu)babel-types
- #16213 Remove
@babel/typesprops that are not produced by the parser (@liuxingbaoyu):running_woman: Performance
babel-parser
- #16072 perf: Improve parser performance for typescript (
@liuxingbaoyu):microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-new-target,babel-plugin-transform-parameters,babel-plugin-transform-private-methods,babel-preset-env
- #16218 Improve temporary variables for decorators (
@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15959 Improve output of
using(@liuxingbaoyu)v7.23.8 (2024-01-08)
:bug: Bug Fix
babel-preset-env
- #16181 fix:
preset-envthrows exception forexport * as x(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
- #16201 fix: decorator binds
getter/settertoctx.accessfor public fields (@liuxingbaoyu)- #16199 fix: Class decorator correctly passes return value (
@liuxingbaoyu):leftwards_arrow_with_hook: Revert
:microscope: Output optimization
babel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-parameters,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-typescript,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #16194 Improve output of
super()(@liuxingbaoyu)v7.23.7 (2023-12-29)
:bug: Bug Fix
babel-traverse
- #16191 fix: Crash when removing without
Program(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
... (truncated)
Commits
a0dd614v7.23.9b2bbffbMigrateeslint-parserto cts (#16222)e428a6dv7.23.73e79f48Avoid unpreventableunhandledRejectionevents (#16167)d02c1f7v7.23.6f8a98c7[babel 8] RemoveCodeGeneratorfrom@babel/generator(#16126)8479012v7.23.5c100223Update jest-light-runner & jest (#16136)cf53966chore(deps): update dependency import-meta-resolve to v4 (#16086)1bce5c9v7.23.3- Additional commits viewable in compare view
Updates @babel/preset-env from 7.22.6 to 7.23.9
Release notes
Sourced from @babel/preset-env's releases.
v7.23.9 (2024-01-25)
:bug: Bug Fix
babel-helper-transform-fixture-test-runner,babel-plugin-transform-function-name,babel-plugin-transform-modules-systemjs,babel-preset-env
- #16225 fix:
systemjsre-traverses helpers (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-runtime,babel-preset-env
- #16224 Properly sort
core-js@3imports (@nicolo-ribaudo)babel-traverse
- #15383 fix: Don't throw in
getTypeAnnotationwhen using TS+inference (@liuxingbaoyu)- Other
- #16210 [eslint] Fix
no-use-before-definefor class ref in fields (@nicolo-ribaudo):house: Internal
babel-core,babel-parser,babel-template
- #16222 Migrate
eslint-parserto cts (@liuxingbaoyu)babel-types
- #16213 Remove
@babel/typesprops that are not produced by the parser (@liuxingbaoyu):running_woman: Performance
babel-parser
- #16072 perf: Improve parser performance for typescript (
@liuxingbaoyu):microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-new-target,babel-plugin-transform-parameters,babel-plugin-transform-private-methods,babel-preset-env
- #16218 Improve temporary variables for decorators (
@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15959 Improve output of
using(@liuxingbaoyu)Committers: 4
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.23.8 (2024-01-08)
:bug: Bug Fix
babel-preset-env
- #16181 fix:
preset-envthrows exception forexport * as x(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
- #16201 fix: decorator binds
getter/settertoctx.accessfor public fields (@liuxingbaoyu)- #16199 fix: Class decorator correctly passes return value (
@liuxingbaoyu):leftwards_arrow_with_hook: Revert
:microscope: Output optimization
babel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-parameters,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-typescript,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
... (truncated)
Changelog
Sourced from @babel/preset-env's changelog.
v7.23.9 (2024-01-25)
:bug: Bug Fix
babel-helper-transform-fixture-test-runner,babel-plugin-transform-function-name,babel-plugin-transform-modules-systemjs,babel-preset-env
- #16225 fix:
systemjsre-traverses helpers (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-runtime,babel-preset-env
- #16224 Properly sort
core-js@3imports (@nicolo-ribaudo)babel-traverse
- #15383 fix: Don't throw in
getTypeAnnotationwhen using TS+inference (@liuxingbaoyu)- Other
- #16210 [eslint] Fix
no-use-before-definefor class ref in fields (@nicolo-ribaudo):house: Internal
babel-core,babel-parser,babel-template
- #16222 Migrate
eslint-parserto cts (@liuxingbaoyu)babel-types
- #16213 Remove
@babel/typesprops that are not produced by the parser (@liuxingbaoyu):running_woman: Performance
babel-parser
- #16072 perf: Improve parser performance for typescript (
@liuxingbaoyu):microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-new-target,babel-plugin-transform-parameters,babel-plugin-transform-private-methods,babel-preset-env
- #16218 Improve temporary variables for decorators (
@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15959 Improve output of
using(@liuxingbaoyu)v7.23.8 (2024-01-08)
:bug: Bug Fix
babel-preset-env
- #16181 fix:
preset-envthrows exception forexport * as x(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
- #16201 fix: decorator binds
getter/settertoctx.accessfor public fields (@liuxingbaoyu)- #16199 fix: Class decorator correctly passes return value (
@liuxingbaoyu):leftwards_arrow_with_hook: Revert
:microscope: Output optimization
babel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-plugin-transform-parameters,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-spread,babel-plugin-transform-typescript,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #16194 Improve output of
super()(@liuxingbaoyu)v7.23.7 (2023-12-29)
:bug: Bug Fix
babel-traverse
- #16191 fix: Crash when removing without
Program(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
... (truncated)
Commits
a0dd614v7.23.9dfa4cc6fix:systemjsre-traverses helpers (#16225)1bff0aaProperly sortcore-js@3imports (#16224)87a67bfImprove temporary variables for decorators (#16218)80c554fv7.23.88666ee0fix:preset-envthrows exception forexport * as x(#16181)7840c54Improve output ofsuper()(#16194)e428a6dv7.23.7bf9ff15Update polyfill plugins (#16168)d02c1f7v7.23.6- Additional commits viewable in compare view
Updates @babel/helper-compilation-targets from 7.20.0 to 7.23.6
Release notes
Sourced from @babel/helper-compilation-targets's releases.
v7.23.6 (2023-12-11)
Thanks
@martinez-hugoand@odinhofor your first pull requests!:eyeglasses: Spec Compliance
babel-generator,babel-parser,babel-typesbabel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-types:bug: Bug Fix
babel-generator
- #16166 fix: Correctly indenting when
retainLinesis enabled (@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-managementbabel-plugin-proposal-decorators,babel-plugin-transform-class-propertiesbabel-plugin-transform-for-of,babel-preset-env
- #16011 fix:
for ofwithiterableIsArrayand shadowing variable (@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-plugin-transform-typescript
- #16137 Fix references to enum values with merging (
@nicolo-ribaudo):microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-transform-class-propertiesbabel-helpers,babel-plugin-proposal-decorators
- #16160 Optimize decorator helper size (
@liuxingbaoyu)Committers: 7
- Babel Bot (
@babel-bot)- Hugo Martinez (
@martinez-hugo)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Odin Hørthe-Omdal Urdland (
@odinho)@liuxingbaoyu- fisker Cheung (
@fisker)v7.23.5 (2023-11-29)
:eyeglasses: Spec Compliance
babel-plugin-proposal-decorators
- #16138 Class binding is in TDZ during decorators initialization (
@nicolo-ribaudo)babel-helpers,babel-plugin-proposal-decorators:bug: Bug Fix
babel-traverse,babel-types
... (truncated)
Changelog
Sourced from @babel/helper-compilation-targets's changelog.
v7.23.6 (2023-12-11)
:eyeglasses: Spec Compliance
babel-generator,babel-parser,babel-typesbabel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-types:bug: Bug Fix
babel-generator
- #16166 fix: Correctly indenting when
retainLinesis enabled (@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-managementbabel-plugin-proposal-decorators,babel-plugin-transform-class-propertiesbabel-plugin-transform-for-of,babel-preset-env
- #16011 fix:
for ofwithiterableIsArrayand shadowing variable (@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-plugin-transform-typescript
- #16137 Fix references to enum values with merging (
@nicolo-ribaudo):microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-transform-class-propertiesbabel-helpers,babel-plugin-proposal-decorators
- #16160 Optimize decorator helper size (
@liuxingbaoyu)v7.23.5 (2023-11-29)
:eyeglasses: Spec Compliance
babel-plugin-proposal-decorators
- #16138 Class binding is in TDZ during decorators initialization (
@nicolo-ribaudo)babel-helpers,babel-plugin-proposal-decorators:bug: Bug Fix
babel-traverse,babel-types
- #16131 Do not remove bindings when removing assignment expression path (
@nicolo-ribaudo)babel-plugin-transform-classes
- #16135 Require class properties transform when compiling class with private fields (
@nicolo-ribaudo)babel-generator
- #16122 fix: Missing parentheses after line break (
@liuxingbaoyu)babel-helpers
- #16130 Fix helpers internal fns names conflict resolution (
@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-transform-class-properties,babel-plugin-transform-typescript
- #16123 Simplify class fields injetion after
super()(@nicolo-ribaudo)babel-generator,babel-plugin-transform-modules-commonjs,babel-plugin-transform-parameters,babel-plugin-transform-typescript,babel-traverse
- #16110 fix: Unexpected duplication of comments (
@liuxingbaoyu)babel-eslint-plugin
... (truncated)
Commits
d02c1f7v7.23.6d93c702Bump browserslist to 4.22.2 (#16151)5260051v7.22.155ebab54Add explicit.ts/.jsextension to all imports insrc(#15892)f64b04eextract more test helpers to repo-utils (#15902)0c8dfc1enable jest/no-standalone-expect (#15872)65f3184v7.22.10e8fc72fRemove@babel/corepeerDep fromhelper-compilation-targets(#15811)24ce62av7.22.98d889c4Bump semver to ^6.3.1 (#15770)- Additional commits viewable in compare view
Updates @babel/helper-create-regexp-features-plugin from 7.20.5 to 7.22.15
Release notes
Sourced from @babel/helper-create-regexp-features-plugin's releases.
v7.22.15 (2023-09-04)
:bug: Bug Fix
babel-core
- #15923 Only perform config loading re-entrancy check for cjs (
@nicolo-ribaudo):house: Internal
- Every package
- #15892 Add explicit
.ts/.jsextension to all imports insrc(@nicolo-ribaudo)Committers: 4
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.22.14 (2023-08-30)
:bug: Bug Fix
babel-preset-env
- #15907 Avoid dynamic require call in preset-env (
@nicolo-ribaudo):house: Internal
babel-parser
- #15884 Simplify parser errors creation (
@nicolo-ribaudo)babel-core,babel-helper-compilation-targets,babel-helper-simple-access,babel-parser,babel-plugin-syntax-decorators,babel-preset-env,babel-preset-flow,babel-preset-react,babel-preset-typescript,babel-traverse,babel-typesCommitters: 2
- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)v7.22.13 (2023-08-28)
:house: Internal
babel-helper-fixtures,babel-plugin-proposal-function-bind,babel-plugin-transform-modules-commonjs,babel-preset-env:leftwards_arrow_with_hook: Revert
babel-parser
- #15901 Revert "Do not record trailing comma pos when
maybeAsyncArrow: false" (@nicolo-ribaudo)Committers: 2
- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)v7.22.12 (2023-08-25)
:bug: Bug Fix
babel-plugin-transform-optional-chaining
... (truncated)
Changelog
Sourced from @babel/helper-create-regexp-features-plugin's changelog.
v7.22.15 (2023-09-04)
:bug: Bug Fix
babel-core
- #15923 Only perform config loading re-entrancy check for cjs (
@nicolo-ribaudo):house: Internal
babel-cli,babel-core,babel-generator,babel-helper-builder-binary-assignment-operator-visitor,babel-helper-compilation-targets,babel-helper-create-class-features-plugin,babel-helper-create-regexp-features-plugin,babel-helper-member-expression-to-functions,babel-helper-module-imports,babel-helper-module-transforms,babel-helper-transform-fixture-test-runner,babel-helper-validator-identifier,babel-helper-validator-option,babel-helpers,babel-node,babel-parser,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-async-generator-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-for-of,babel-plugin-transform-modules-commonjs,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-plugin-transform-property-mutators,babel-plugin-transform-react-jsx,babel-plugin-transform-runtime,babel-plugin-transform-typescript,babel-preset-env,babel-preset-flow,babel-preset-react,babel-preset-typescript,babel-register,babel-standalone,babel-template,babel-traverse,babel-types
- #15892 Add explicit
.ts/.jsextension to all imports insrc(@nicolo-ribaudo)v7.22.14 (2023-08-30)
:bug: Bug Fix
babel-preset-env
- #15907 Avoid dynamic require call in preset-env (
@nicolo-ribaudo):house: Internal
babel-parser
- #15884 Simplify parser errors creation (
@nicolo-ribaudo)babel-core,babel-helper-compilation-targets,babel-helper-simple-access,babel-parser,babel-plugin-syntax-decorators,babel-preset-env,babel-preset-flow,babel-preset-react,babel-preset-typescript,babel-traverse,babel-typesv7.22.13 (2023-08-28)
:house: Internal
babel-helper-fixtures,babel-plugin-proposal-function-bind,babel-plugin-transform-modules-commonjs,babel-preset-env:leftwards_arrow_with_hook: Revert
babel-parser
- #15901 Revert "Do not record trailing comma pos when
maybeAsyncArrow: false" (@nicolo-ribaudo)v7.22.12 (2023-08-25)
:bug: Bug Fix
babel-plugin-transform-optional-chaining
- #15888 Fix optional chain optimization in sequence expression (
@nicolo-ribaudo)v7.22.11 (2023-08-24)
:bug: Bug Fix
babel-plugin-transform-typescript
- #15882 Fix: fully remove TS nested type-only exported namespaces (
@yangguansen)babel-typesbabel-plugin-transform-async-generator-functions,babel-plugin-transform-class-static-block,babel-plugin-transform-dynamic-import,babel-plugin-transform-export-namespace-from,babel-plugin-transform-json-strings,babel-plugin-transform-logical-assignment-operators,babel-plugin-transform-nullish-coalescing-operator,babel-plugin-transform-numeric-separator,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-catch-binding,babel-plugin-transform-optional-chaining,babel-plugin-transform-private-property-in-objectbabel-core
- #15850 Support configuring cache in ESM configs (
@nicolo-ribaudo):house: Internal
babel-parserbabel-core,babel-helper-compilation-targets,babel-parser,babel-plugin-proposal-destructuring-private,babel-plugin-syntax-decorators,babel-preset-env,babel-preset-react,babel-register,babel-traverse,babel-types
... (truncated)
Commits
5260051v7.22.155ebab54Add explicit.ts/.jsextension to all imports insrc(#15892)24ce62av7.22.98d889c4Bump semver to ^6.3.1 (#15770)4e431d1v7.22.6230ea2cUse forkedsemver@6with backported security fixes (#15742)be8fccdchore: Runreadmes.jsin CI (#15690)08564eav7.22.5ecc819b[babel 8] Require Node.js^16.20.0 || ^18.16.0 || >=20.0.0(#15585)ae5f073v7.22.1- Additional commits viewable in compare view
Updates @babel/plugin-proposal-optional-chaining from 7.20.7 to 7.21.0
Release notes
Sourced from @babel/plugin-proposal-optional-chaining's releases.
v7.21.0 (2023-02-20)
Thanks
@azizghuloum,@ehoogeveen-medweb,@fwienber, and@Lioness100for your first PRs!:rocket: New Feature
babel-core,babel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-methods,babel-plugin-proposal-private-property-in-object
- #15435 feat: Implement
privateFieldsAsSymbolsassumption for classes (@fwienber)babel-helper-create-regexp-features-plugin,babel-plugin-proposal-regexp-modifiers,babel-standalone
- #15226 feat: Support regexp modifiers proposal (
@liuxingbaoyu)babel-cli,babel-core,babel-generator,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-plugin-transform-react-jsx,babel-traverse
- #15022 feat: Generate sourcemaps of friendly call frames (
@liuxingbaoyu)babel-parser,babel-types
- #15384 [ts] Support
constmodifier in type parameters (@nicolo-ribaudo)babel-generator,babel-helpers,babel-parser,babel-plugin-proposal-decorators,babel-plugin-syntax-decorators,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #15405 Implement decorators as presented at
2023-01TC39 meeting (@nicolo-ribaudo)babel-parser
- #15114 Parser option to allow
new.targetoutside functions (@overlookmotel)- #15320 Add
annexb: falseparser option to disable Annex B (@nicolo-ribaudo)babel-core
- #15283 feat: Support
.ctsas configuration file (@liuxingbaoyu)babel-generator,babel-parser,babel-plugin-transform-typescript
- #15381 [ts] Support
export type * from(@nicolo-ribaudo):bug: Bug Fix
babel-plugin-transform-typescript
Size Change: -1 B (0%)
Total Size: 761 kB
ℹ️ View Unchanged
| Filename | Size | Change |
|---|---|---|
dotcom-rendering/dist/1080.client.web.********************.js |
3.5 kB | 0 B |
dotcom-rendering/dist/112.client.web.********************.js |
822 B | 0 B |
dotcom-rendering/dist/1191.client.web.********************.js |
680 B | 0 B |
dotcom-rendering/dist/1208.client.web.********************.js |
3.14 kB | 0 B |
dotcom-rendering/dist/1210.client.web.********************.js |
3.89 kB | 0 B |
dotcom-rendering/dist/1407.client.web.********************.js |
640 B | 0 B |
dotcom-rendering/dist/1459.client.web.********************.js |
876 B | 0 B |
dotcom-rendering/dist/1580.client.web.********************.js |
3.86 kB | 0 B |
dotcom-rendering/dist/1637.client.web.********************.js |
526 B | 0 B |
dotcom-rendering/dist/1736.client.web.********************.js |
2.43 kB | 0 B |
dotcom-rendering/dist/1749.client.web.********************.js |
920 B | 0 B |
dotcom-rendering/dist/1957.client.web.********************.js |
23.4 kB | 0 B |
dotcom-rendering/dist/2.client.web.********************.js |
3.81 kB | 0 B |
dotcom-rendering/dist/2293.client.web.********************.js |
582 B | 0 B |
dotcom-rendering/dist/2344.client.web.********************.js |
4.79 kB | 0 B |
dotcom-rendering/dist/240.client.web.********************.js |
6.02 kB | 0 B |
dotcom-rendering/dist/2480.client.web.********************.js |
2.95 kB | 0 B |
dotcom-rendering/dist/2520.client.web.********************.js |
10 kB | 0 B |
dotcom-rendering/dist/2962.client.web.********************.js |
437 B | 0 B |
dotcom-rendering/dist/3010.client.web.********************.js |
41.7 kB | 0 B |
dotcom-rendering/dist/3036.client.web.********************.js |
3.44 kB | 0 B |
dotcom-rendering/dist/3266.client.web.********************.js |
3.6 kB | 0 B |
dotcom-rendering/dist/3375.client.web.********************.js |
2.7 kB | 0 B |
dotcom-rendering/dist/3926.client.web.********************.js |
8.27 kB | 0 B |
dotcom-rendering/dist/393.client.web.********************.js |
920 B | 0 B |
dotcom-rendering/dist/3986.client.web.********************.js |
495 B | 0 B |
dotcom-rendering/dist/4040.client.web.********************.js |
650 B | 0 B |
dotcom-rendering/dist/4045.client.web.********************.js |
643 B | 0 B |
dotcom-rendering/dist/405.client.web.********************.js |
914 B | 0 B |
dotcom-rendering/dist/4269.client.web.********************.js |
668 B | 0 B |
dotcom-rendering/dist/4324.client.web.********************.js |
2.54 kB | 0 B |
dotcom-rendering/dist/4390.client.web.********************.js |
508 B | 0 B |
dotcom-rendering/dist/4438.client.web.********************.js |
801 B | 0 B |
dotcom-rendering/dist/4442.client.web.********************.js |
714 B | 0 B |
dotcom-rendering/dist/4642.client.web.********************.js |
2.81 kB | 0 B |
dotcom-rendering/dist/4669.client.web.********************.js |
527 B | 0 B |
dotcom-rendering/dist/469.client.web.********************.js |
3.57 kB | 0 B |
dotcom-rendering/dist/4736.client.web.********************.js |
5.89 kB | 0 B |
dotcom-rendering/dist/478.client.web.********************.js |
595 B | 0 B |
dotcom-rendering/dist/4845.client.web.********************.js |
13.2 kB | 0 B |
dotcom-rendering/dist/4870.client.web.********************.js |
748 B | 0 B |
dotcom-rendering/dist/4911.client.web.********************.js |
780 B | 0 B |
dotcom-rendering/dist/5020.client.web.********************.js |
994 B | 0 B |
dotcom-rendering/dist/5047.client.web.********************.js |
779 B | 0 B |
dotcom-rendering/dist/5056.client.web.********************.js |
4.81 kB | 0 B |
dotcom-rendering/dist/5278.client.web.********************.js |
3.74 kB | 0 B |
dotcom-rendering/dist/5285.client.web.********************.js |
3.28 kB | 0 B |
dotcom-rendering/dist/5334.client.web.********************.js |
2.94 kB | 0 B |
dotcom-rendering/dist/5619.client.web.********************.js |
926 B | 0 B |
dotcom-rendering/dist/5679.client.web.********************.js |
8.65 kB | 0 B |
dotcom-rendering/dist/5730.client.web.********************.js |
954 B | 0 B |
dotcom-rendering/dist/5771.client.web.********************.js |
3.67 kB | 0 B |
dotcom-rendering/dist/5985.client.web.********************.js |
750 B | 0 B |
dotcom-rendering/dist/6.client.web.********************.js |
3.77 kB | 0 B |
dotcom-rendering/dist/6043.client.web.********************.js |
852 B | 0 B |
dotcom-rendering/dist/6140.client.web.********************.js |
853 B | 0 B |
dotcom-rendering/dist/6651.client.web.********************.js |
904 B | 0 B |
dotcom-rendering/dist/6693.client.web.********************.js |
822 B | 0 B |
dotcom-rendering/dist/6733.client.web.********************.js |
3.42 kB | 0 B |
dotcom-rendering/dist/6803.client.web.********************.js |
4.85 kB | 0 B |
dotcom-rendering/dist/6853.client.web.********************.js |
1 kB | 0 B |
dotcom-rendering/dist/6915.client.web.********************.js |
1.56 kB | 0 B |
dotcom-rendering/dist/6920.client.web.********************.js |
3.14 kB | 0 B |
dotcom-rendering/dist/697.client.web.********************.js |
3.41 kB | 0 B |
dotcom-rendering/dist/7018.client.web.********************.js |
787 B | 0 B |
dotcom-rendering/dist/733.client.web.********************.js |
3.2 kB | 0 B |
dotcom-rendering/dist/7356.client.web.********************.js |
1 kB | 0 B |
dotcom-rendering/dist/7391.client.web.********************.js |
5.88 kB | 0 B |
dotcom-rendering/dist/7659.client.web.********************.js |
17.9 kB | 0 B |
dotcom-rendering/dist/7771.client.web.********************.js |
2.66 kB | 0 B |
dotcom-rendering/dist/7855.client.web.********************.js |
788 B | 0 B |
dotcom-rendering/dist/7944.client.web.********************.js |
8.7 kB | 0 B |
dotcom-rendering/dist/8002.client.web.********************.js |
801 B | 0 B |
dotcom-rendering/dist/8007.client.web.********************.js |
1.84 kB | 0 B |
dotcom-rendering/dist/8236.client.web.********************.js |
5.76 kB | 0 B |
dotcom-rendering/dist/8275.client.web.********************.js |
3.35 kB | 0 B |
dotcom-rendering/dist/8288.client.web.********************.js |
23 kB | 0 B |
dotcom-rendering/dist/8297.client.web.********************.js |
2.89 kB | 0 B |
dotcom-rendering/dist/841.client.web.********************.js |
789 B | 0 B |
dotcom-rendering/dist/8495.client.web.********************.js |
2.98 kB | 0 B |
dotcom-rendering/dist/8497.client.web.********************.js |
3.69 kB | 0 B |
dotcom-rendering/dist/8664.client.web.********************.js |
2.68 kB | 0 B |
dotcom-rendering/dist/8709.client.web.********************.js |
4.6 kB | 0 B |
dotcom-rendering/dist/8818.client.web.********************.js |
748 B | 0 B |
dotcom-rendering/dist/885.client.web.********************.js |
4.19 kB | 0 B |
dotcom-rendering/dist/8937.client.web.********************.js |
888 B | 0 B |
dotcom-rendering/dist/9173.client.web.********************.js |
723 B | 0 B |
dotcom-rendering/dist/9314.client.web.********************.js |
822 B | 0 B |
dotcom-rendering/dist/9315.client.web.********************.js |
3 kB | 0 B |
dotcom-rendering/dist/9621.client.web.********************.js |
723 B | 0 B |
dotcom-rendering/dist/9676.client.web.********************.js |
889 B | 0 B |
dotcom-rendering/dist/9896.client.web.********************.js |
620 B | 0 B |
dotcom-rendering/dist/9978.client.web.********************.js |
960 B | 0 B |
dotcom-rendering/dist/AdPortals-importable.client.web.********************.js |
3.75 kB | 0 B |
dotcom-rendering/dist/AlreadyVisited-importable.client.web.********************.js |
423 B | 0 B |
dotcom-rendering/dist/AppsEpic-importable.client.web.********************.js |
4.15 kB | 0 B |
dotcom-rendering/dist/AppsFooter-importable.client.web.********************.js |
3.65 kB | 0 B |
dotcom-rendering/dist/AppsLightboxImage-importable.client.web.********************.js |
3.02 kB | 0 B |
dotcom-rendering/dist/AppsLightboxImageStore-importable.client.web.********************.js |
2.45 kB | 0 B |
dotcom-rendering/dist/AudioAtomWrapper-importable.client.web.********************.js |
3.63 kB | 0 B |
dotcom-rendering/dist/AustralianTerritorySwitcher-importable.client.web.********************.js |
2.03 kB | 0 B |
dotcom-rendering/dist/Branding-importable.client.web.********************.js |
2.64 kB | 0 B |
dotcom-rendering/dist/braze-web-sdk-core.client.web.********************.js |
36.9 kB | 0 B |
dotcom-rendering/dist/BrazeMessaging-importable.client.web.********************.js |
1.92 kB | 0 B |
dotcom-rendering/dist/CalloutBlockComponent-importable.client.web.********************.js |
6.78 kB | 0 B |
dotcom-rendering/dist/CalloutEmbedBlockComponent-importable.client.web.********************.js |
5.78 kB | 0 B |
dotcom-rendering/dist/CardCommentCount-importable.client.web.********************.js |
4.84 kB | 0 B |
dotcom-rendering/dist/Carousel-importable.client.web.********************.js |
5.57 kB | 0 B |
dotcom-rendering/dist/CarouselForNewsletters-importable.client.web.********************.js |
5.65 kB | 0 B |
dotcom-rendering/dist/ChartAtom-importable.client.web.********************.js |
541 B | 0 B |
dotcom-rendering/dist/CommentCount-importable.client.web.********************.js |
3.28 kB | 0 B |
dotcom-rendering/dist/DiscussionApps-importable.client.web.********************.js |
2.46 kB | 0 B |
dotcom-rendering/dist/DiscussionMeta-importable.client.web.********************.js |
4.06 kB | 0 B |
dotcom-rendering/dist/DiscussionWeb-importable.client.web.********************.js |
1.67 kB | 0 B |
dotcom-rendering/dist/DocumentBlockComponent-importable.client.web.********************.js |
3.61 kB | 0 B |
dotcom-rendering/dist/EmbedBlockComponent-importable.client.web.********************.js |
4.16 kB | 0 B |
dotcom-rendering/dist/EnhancePinnedPost-importable.client.web.********************.js |
2 kB | 0 B |
dotcom-rendering/dist/FetchOnwardsData-importable.client.web.********************.js |
2.43 kB | 0 B |
dotcom-rendering/dist/FilterKeyEventsToggle-importable.client.web.********************.js |
3.35 kB | 0 B |
dotcom-rendering/dist/FocusStyles-importable.client.web.********************.js |
610 B | 0 B |
dotcom-rendering/dist/FollowWrapper-importable.client.web.********************.js |
838 B | 0 B |
dotcom-rendering/dist/FooterLabel-importable.client.web.********************.js |
339 B | 0 B |
dotcom-rendering/dist/frameworks.client.web.********************.js |
20.7 kB | 0 B |
dotcom-rendering/dist/GetCricketScoreboard-importable.client.web.********************.js |
3.81 kB | 0 B |
dotcom-rendering/dist/GetMatchNav-importable.client.web.********************.js |
10.8 kB | 0 B |
dotcom-rendering/dist/GetMatchStats-importable.client.web.********************.js |
1.68 kB | 0 B |
dotcom-rendering/dist/GetMatchTabs-importable.client.web.********************.js |
2.67 kB | 0 B |
dotcom-rendering/dist/guardian-braze-components-banner.client.web.********************.js |
15 kB | 0 B |
dotcom-rendering/dist/guardian-braze-components-end-of-article.client.web.********************.js |
9.45 kB | 0 B |
dotcom-rendering/dist/GuideAtomWrapper-importable.client.web.********************.js |
781 B | 0 B |
dotcom-rendering/dist/HeaderTopBar-importable.client.web.********************.js |
12.3 kB | 0 B |
dotcom-rendering/dist/index.client.web.********************.js |
47.5 kB | -1 B (0%) |
dotcom-rendering/dist/InstagramBlockComponent-importable.client.web.********************.js |
3.69 kB | 0 B |
dotcom-rendering/dist/InteractiveAtomMessenger-importable.client.web.********************.js |
853 B | 0 B |
dotcom-rendering/dist/InteractiveBlockComponent-importable.client.web.********************.js |
6.1 kB | 0 B |
dotcom-rendering/dist/InteractiveContentsBlockComponent-importable.client.web.********************.js |
4.72 kB | 0 B |
dotcom-rendering/dist/InteractiveSupportButton-importable.client.web.********************.js |
3.49 kB | 0 B |
dotcom-rendering/dist/KeyEventsCarousel-importable.client.web.********************.js |
4.59 kB | 0 B |
dotcom-rendering/dist/KnowledgeQuizAtom-importable.client.web.********************.js |
3.54 kB | 0 B |
dotcom-rendering/dist/LatestLinks-importable.client.web.********************.js |
2.21 kB | 0 B |
dotcom-rendering/dist/LightboxHash-importable.client.web.********************.js |
432 B | 0 B |
dotcom-rendering/dist/LightboxLayout-importable.client.web.********************.js |
6.46 kB | 0 B |
dotcom-rendering/dist/LiveBlogEpic-importable.client.web.********************.js |
3.65 kB | 0 B |
dotcom-rendering/dist/Liveness-importable.client.web.********************.js |
4.95 kB | 0 B |
dotcom-rendering/dist/ManyNewsletterSignUp-importable.client.web.********************.js |
6.63 kB | 0 B |
dotcom-rendering/dist/MapEmbedBlockComponent-importable.client.web.********************.js |
5.69 kB | 0 B |
dotcom-rendering/dist/Metrics-importable.client.web.********************.js |
2.29 kB | 0 B |
dotcom-rendering/dist/MostViewedFooter-importable.client.web.********************.js |
4.04 kB | 0 B |
dotcom-rendering/dist/MostViewedFooterData-importable.client.web.********************.js |
6.74 kB | 0 B |
dotcom-rendering/dist/MostViewedRightWrapper-importable.client.web.********************.js |
4.45 kB | 0 B |
dotcom-rendering/dist/OnwardsUpper-importable.client.web.********************.js |
4.05 kB | 0 B |
dotcom-rendering/dist/PersonalityQuizAtom-importable.client.web.********************.js |
3.66 kB | 0 B |
dotcom-rendering/dist/ProfileAtom-importable.client.web.********************.js |
543 B | 0 B |
dotcom-rendering/dist/ProfileAtomWrapper-importable.client.web.********************.js |
802 B | 0 B |
dotcom-rendering/dist/PulsingDot-importable.client.web.********************.js |
750 B | 0 B |
dotcom-rendering/dist/QandaAtom-importable.client.web.********************.js |
540 B | 0 B |
dotcom-rendering/dist/ReaderRevenueDev-importable.client.web.********************.js |
469 B | 0 B |
dotcom-rendering/dist/readerRevenueDevUtils.client.web.********************.js |
1.89 kB | 0 B |
dotcom-rendering/dist/ReaderRevenueLinks-importable.client.web.********************.js |
3.65 kB | 0 B |
dotcom-rendering/dist/RelativeTime-importable.client.web.********************.js |
1.99 kB | 0 B |
dotcom-rendering/dist/RichLinkComponent-importable.client.web.********************.js |
6.26 kB | 0 B |
dotcom-rendering/dist/SecureSignup-importable.client.web.********************.js |
3.62 kB | 0 B |
dotcom-rendering/dist/SendAMessage-importable.client.web.********************.js |
4.43 kB | 0 B |
dotcom-rendering/dist/SendTargetingParams-importable.client.web.********************.js |
2.14 kB | 0 B |
dotcom-rendering/dist/sentry.client.web.********************.js |
772 B | 0 B |
dotcom-rendering/dist/SetABTests-importable.client.web.********************.js |
3.79 kB | 0 B |
dotcom-rendering/dist/SetAdTargeting-importable.client.web.********************.js |
487 B | 0 B |
dotcom-rendering/dist/ShareButton-importable.client.web.********************.js |
1.53 kB | 0 B |
dotcom-rendering/dist/shimport.client.web.********************.js |
2.79 kB | 0 B |
dotcom-rendering/dist/ShowHideContainers-importable.client.web.********************.js |
645 B | 0 B |
dotcom-rendering/dist/ShowMore-importable.client.web.********************.js |
5.72 kB | 0 B |
dotcom-rendering/dist/SignInGateCustomizableText.client.web.********************.js |
957 B | 0 B |
dotcom-rendering/dist/SignInGateMain.client.web.********************.js |
1.19 kB | 0 B |
dotcom-rendering/dist/SignInGateMainCheckoutComplete.client.web.********************.js |
2.69 kB | 0 B |
dotcom-rendering/dist/SignInGateSelector-importable.client.web.********************.js |
3.51 kB | 0 B |
dotcom-rendering/dist/SlotBodyEnd-importable.client.web.********************.js |
4.56 kB | 0 B |
dotcom-rendering/dist/SpotifyBlockComponent-importable.client.web.********************.js |
5.53 kB | 0 B |
dotcom-rendering/dist/StickyBottomBanner-importable.client.web.********************.js |
3.81 kB | 0 B |
dotcom-rendering/dist/SubNav-importable.client.web.********************.js |
2.24 kB | 0 B |
dotcom-rendering/dist/SupportTheG-importable.client.web.********************.js |
3.77 kB | 0 B |
dotcom-rendering/dist/TableOfContents-importable.client.web.********************.js |
3.17 kB | 0 B |
dotcom-rendering/dist/TimelineAtom-importable.client.web.********************.js |
1.25 kB | 0 B |
dotcom-rendering/dist/TweetBlockComponent-importable.client.web.********************.js |
1.02 kB | 0 B |
dotcom-rendering/dist/UnsafeEmbedBlockComponent-importable.client.web.********************.js |
3.71 kB | 0 B |
dotcom-rendering/dist/VideoFacebookBlockComponent-importable.client.web.********************.js |
5.7 kB | 0 B |
dotcom-rendering/dist/VineBlockComponent-importable.client.web.********************.js |
3.55 kB | 0 B |
dotcom-rendering/dist/WeatherWrapper-importable.client.web.********************.js |
5.47 kB | 0 B |
dotcom-rendering/dist/YoutubeBlockComponent-importable.client.web.********************.js |
3.97 kB | 0 B |
@dependabot rebase
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot recreate
Superseded by #10885.