[Snyk] Upgrade: @babel/core, @babel/plugin-transform-runtime, @babel/preset-env #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
from 7.19.3 to 7.21.0
on 2023-02-20
from 7.19.1 to 7.21.0
on 2023-02-20
from 7.19.4 to 7.20.2
on 2022-11-04
Release notes
Package name: @babel/core
-
7.21.0 - 2023-02-20
- #15435 feat: Implement
- #15226 feat: Support regexp modifiers proposal (@ liuxingbaoyu)
- #15022 feat: Generate sourcemaps of friendly call frames (@ liuxingbaoyu)
- #15384 [ts] Support
- #15405 Implement decorators as presented at
- #15114 Parser option to allow
- #15320 Add
- #15283 feat: Support
- #15381 [ts] Support
- #15379 [ts5.0] Better inlining of constants in enums (@ liuxingbaoyu)
- #15366 handling circular/shared structures in deep-clone (@ azizghuloum)
- #15406 Preserve class elements comments in class transform (@ JLHwung)
- #15414 [ts] Fix restrictions for optional parameters (@ nicolo-ribaudo)
- #15400 polish: improve "
- #15137 Improve CJS compat with ESM-based
- #15418 [ts] Handle exponentiation operator in constant folding (@ ehoogeveen-medweb)
- Abdulaziz Ghuloum (@ azizghuloum)
- Babel Bot (@ babel-bot)
- Emanuel Hoogeveen (@ ehoogeveen-medweb)
- Frank Wienberg (@ fwienber)
- Huáng Jùnliàng (@ JLHwung)
- Mateusz Burzyński (@ Andarist)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ Lioness100
- @ liuxingbaoyu
- @ overlookmotel
- fisker Cheung (@ fisker)
-
7.20.12 - 2023-01-04
- #15224 Fix
- #15312 fix:
- #15313 Implement support for evaluating computed properties. (@ JBYoshi)
- Jonathan Browne (@ JBYoshi)
- Kenneth Kwakye-Gyamfi (@ cross19xx)
- Naman Goel (@ nmn)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Tianlan Zhou (@ SuperSodaSea)
-
7.20.7 - 2022-12-22
-
7.20.5 - 2022-11-28
-
7.20.2 - 2022-11-04
-
7.19.6 - 2022-10-20
-
7.19.3 - 2022-09-27
from @babel/core GitHub release notesv7.21.0 (2023-02-20)
Thanks @ azizghuloum, @ ehoogeveen-medweb, @ fwienber, and @ Lioness100 for your first PRs!
🚀 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-objectprivateFieldsAsSymbolsassumption for classes (@ fwienber)babel-helper-create-regexp-features-plugin,babel-plugin-proposal-regexp-modifiers,babel-standalonebabel-cli,babel-core,babel-generator,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-plugin-transform-react-jsx,babel-traversebabel-parser,babel-typesconstmodifier 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-runtime2023-01TC39 meeting (@ nicolo-ribaudo)babel-parsernew.targetoutside functions (@ overlookmotel)annexb: falseparser option to disable Annex B (@ nicolo-ribaudo)babel-core.ctsas configuration file (@ liuxingbaoyu)babel-generator,babel-parser,babel-plugin-transform-typescriptexport type * from(@ nicolo-ribaudo)🐛 Bug Fix
babel-plugin-transform-typescriptbabel-corebabel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-proposal-private-methods,babel-plugin-transform-classes,babel-plugin-transform-new-targetbabel-parser,babel-plugin-transform-flow-comments,babel-plugin-transform-flow-strip-types,babel-types💅 Polish
babel-parserawaitas identifier" error in modules (@ JLHwung)🏠 Internal
babel-core@ babel/core(@ nicolo-ribaudo)🔬 Output optimization
babel-plugin-transform-typescriptCommitters: 11
v7.20.12 (2023-01-04)
Thanks @ cross19xx, @ JBYoshi and @ nmn for your first PRs!
🐛 Bug Fix
babel-traverseTaggedTemplateLiteralevaluation (@ nmn)babel-helper-create-class-features-plugin,babel-plugin-proposal-class-propertiesdelete thisin static class properties initialization (@ SuperSodaSea)💅 Polish
babel-traverseCommitters: 5
Package name: @babel/plugin-transform-runtime
-
7.21.0 - 2023-02-20
- #15435 feat: Implement
- #15226 feat: Support regexp modifiers proposal (@ liuxingbaoyu)
- #15022 feat: Generate sourcemaps of friendly call frames (@ liuxingbaoyu)
- #15384 [ts] Support
- #15405 Implement decorators as presented at
- #15114 Parser option to allow
- #15320 Add
- #15283 feat: Support
- #15381 [ts] Support
- #15379 [ts5.0] Better inlining of constants in enums (@ liuxingbaoyu)
- #15366 handling circular/shared structures in deep-clone (@ azizghuloum)
- #15406 Preserve class elements comments in class transform (@ JLHwung)
- #15414 [ts] Fix restrictions for optional parameters (@ nicolo-ribaudo)
- #15400 polish: improve "
- #15137 Improve CJS compat with ESM-based
- #15418 [ts] Handle exponentiation operator in constant folding (@ ehoogeveen-medweb)
- Abdulaziz Ghuloum (@ azizghuloum)
- Babel Bot (@ babel-bot)
- Emanuel Hoogeveen (@ ehoogeveen-medweb)
- Frank Wienberg (@ fwienber)
- Huáng Jùnliàng (@ JLHwung)
- Mateusz Burzyński (@ Andarist)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ Lioness100
- @ liuxingbaoyu
- @ overlookmotel
- fisker Cheung (@ fisker)
-
7.19.6 - 2022-10-20
-
7.19.1 - 2022-09-14
from @babel/plugin-transform-runtime GitHub release notesv7.21.0 (2023-02-20)
Thanks @ azizghuloum, @ ehoogeveen-medweb, @ fwienber, and @ Lioness100 for your first PRs!
🚀 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-objectprivateFieldsAsSymbolsassumption for classes (@ fwienber)babel-helper-create-regexp-features-plugin,babel-plugin-proposal-regexp-modifiers,babel-standalonebabel-cli,babel-core,babel-generator,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-plugin-transform-react-jsx,babel-traversebabel-parser,babel-typesconstmodifier 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-runtime2023-01TC39 meeting (@ nicolo-ribaudo)babel-parsernew.targetoutside functions (@ overlookmotel)annexb: falseparser option to disable Annex B (@ nicolo-ribaudo)babel-core.ctsas configuration file (@ liuxingbaoyu)babel-generator,babel-parser,babel-plugin-transform-typescriptexport type * from(@ nicolo-ribaudo)🐛 Bug Fix
babel-plugin-transform-typescriptbabel-corebabel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-proposal-private-methods,babel-plugin-transform-classes,babel-plugin-transform-new-targetbabel-parser,babel-plugin-transform-flow-comments,babel-plugin-transform-flow-strip-types,babel-types💅 Polish
babel-parserawaitas identifier" error in modules (@ JLHwung)🏠 Internal
babel-core@ babel/core(@ nicolo-ribaudo)🔬 Output optimization
babel-plugin-transform-typescriptCommitters: 11
Package name: @babel/preset-env
-
7.20.2 - 2022-11-04
-
7.19.4 - 2022-10-10
from @babel/preset-env GitHub release notesNote: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs