This repository was archived by the owner on Jun 23, 2022. It is now read-only.
[Snyk] Upgrade @babel/runtime from 7.17.0 to 7.17.8 #5
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.
Snyk has created this PR to upgrade @babel/runtime from 7.17.0 to 7.17.8.
ℹ️ 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.
Release notes
Package name: @babel/runtime
-
7.17.8 - 2022-03-18
- #14353 Update decorators to match latest spec (@ pzuraq)
- #14339 Decorators misc fixes (@ JLHwung)
- #14057 [systemjs] Fix nested
- #14362 Allow keywords in TS qualified types (@ nicolo-ribaudo)
- #14367 Defer
- Chris Garrett (@ pzuraq)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Sneh Khatri (@ The-x-Theorist)
-
7.17.7 - 2022-03-14
- #14135 [tsx] raise error on single arrow type argument without comma (@ ozanhonamlioglu)
- #14294 Avoid
- #14341 Fix update expression for exported bigints (@ magic-akari)
- #14344 Allow variable and function with the same name in static blocks (@ Yokubjon-J)
- #14327 Remove length restriction from JSX entities, and ignore
- #14293 fix(ts): skip func-type param start on parsing (@ JLHwung)
- #14335 Fix static/proto initializers when there aren't class fields (@ JLHwung)
- #14334 fix: push
- #14309 Fix
- #14313 Fix duplicate exports initialization with many exports (@ JasinYip)
- #14311 fix: support bigints in update expressions for private fields (@ magic-akari)
- #14303 Fix babel register cache invalidation (@ cha0s)
- #14338 Report single error for invalid num seps in unicode escapes (@ nicolo-ribaudo)
- #14320 Type-safe ParseErrors (@ tolmasky)
- #14236 Improve
- Other
- #14180 Convert ESLint plugins to CommonJS (@ nicolo-ribaudo)
- Babel Bot (@ babel-bot)
- Francisco Ryan Tolmasky I (@ tolmasky)
- Huáng Jùnliàng (@ JLHwung)
- Joseph Lennox (@ jlennox)
- Mateusz Burzyński (@ Andarist)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Ozan H. (@ ozanhonamlioglu)
- Ruben R (@ cha0s)
- Sneh Khatri (@ The-x-Theorist)
- @ Yokubjon-J
- @ green1052
- magic-akari (@ magic-akari)
- 那里好脏不可以 (@ dev-itsheng)
-
7.17.2 - 2022-02-08
- #14244 Fix 2021-12 decorators application order (@ JLHwung)
- #14241 Fix reinstantiation of inherited plugins (@ nicolo-ribaudo)
- #14246 Merge multi-source output sourcemaps (@ jridgewell)
- Huáng Jùnliàng (@ JLHwung)
- Justin Ridgewell (@ jridgewell)
- Nicolò Ribaudo (@ nicolo-ribaudo)
-
7.17.0 - 2022-02-02
- #14065 Allow plugins/presets to indicate external dependencies (@ nicolo-ribaudo)
- #14174 Expose
- #13973 proposal-pipe: Add support for
- #13940 Add new method to check if node is null or not (@ danez)
- #13931 Parse destructuring private fields (@ JLHwung)
- #14004 Add new decorators transform (@ pzuraq)
- #13681 Add the
- #14125 Add transform support for the "regexp unicode sets" proposal (@ nicolo-ribaudo)
- #14086 Add parser support for the "regexp unicode sets" proposal (@ nicolo-ribaudo)
- #14087 Expose
- #14145 Reinterpret << when parsing TS type arguments (@ JLHwung)
- #14187 Normalize absolute paths on Windows (@ atti187)
- #14223 Remove Babel 6 from SECURITY.md (@ nicolo-ribaudo)
- #14201 Fuzz test location-related parser options (@ tolmasky)
- #14208 Update compat data (specifically for rhino 1.7.14) (@ phulin)
- Other
- #14190 chore: run tscheck on babel 8 breaking test (@ JLHwung)
- #14209 Switch to
- Chris Garrett (@ pzuraq)
- Daniel Tschinder (@ danez)
- Francisco Ryan Tolmasky I (@ tolmasky)
- Huáng Jùnliàng (@ JLHwung)
- J. S. Choi (@ js-choi)
- Justin Ridgewell (@ jridgewell)
- Mattias Ekstrand (@ atti187)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Patrick Hulin (@ phulin)
- @ overlookmotel
from @babel/runtime GitHub release notesv7.17.8 (2022-03-18)
👓 Spec Compliance
babel-helpers,babel-plugin-proposal-decorators🐛 Bug Fix
babel-plugin-transform-modules-systemjslet/constshadowing imported bindings (@ The-x-Theorist)babel-parser↩️ Revert
babel-parser<T>() => {}TSX error to Babel 8 (@ nicolo-ribaudo)Committers: 4
v7.17.7 (2022-03-14)
Thanks @ cha0s, @ dev-itsheng, @ green1052, @ jlennox and @ Yokubjon-J for your first PRs!
👓 Spec Compliance
babel-generator,babel-parser🐛 Bug Fix
babel-helper-compilation-targetsresolveTargetscall ifbrowsersis an empty array (@ dev-itsheng)babel-helper-module-transforms,babel-helper-simple-access,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umdbabel-parserObject.prototype(@ nicolo-ribaudo)babel-helpers,babel-plugin-proposal-decoratorsnewClassonly when class is decorated (@ JLHwung)babel-generatorimport type/typeofprinting with no specifiers (@ The-x-Theorist)babel-helper-module-transforms,babel-plugin-transform-modules-commonjsbabel-helper-member-expression-to-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-methods,babel-plugin-transform-classes,babel-plugin-transform-object-superbabel-register💅 Polish
babel-parser🏠 Internal
babel-generator,babel-parserbabel-plugin-transform-destructuringtransform-destructuringtypings (@ JLHwung)Committers: 13
v7.17.2 (2022-02-08)
🐛 Bug Fix
babel-helpers,babel-plugin-proposal-decoratorsbabel-coreCommitters: 3
v7.17.0 (2022-02-02)
Thanks @ atti187 and @ phulin for your first PRs!
🚀 New Feature
babel-cli,babel-corebabel-core,babel-parser,babel-traverse.indexon Position to internally track nodes location (@ tolmasky)babel-generator,babel-parser,babel-plugin-proposal-pipeline-operator,babel-plugin-syntax-pipeline-operator^^and@@topics (@ js-choi)babel-traversebabel-generator,babel-parser,babel-plugin-syntax-destructuring-private,babel-standalonebabel-helper-create-class-features-plugin,babel-helpers,babel-plugin-proposal-decorators,babel-plugin-syntax-decorators,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-standalone,babel-typesbabel-generator,babel-parser,babel-traverse,babel-typesdecoratorsAutoAccessorsparser plugin (@ pzuraq)babel-core,babel-helper-create-regexp-features-plugin,babel-plugin-proposal-unicode-sets-regex,babel-plugin-syntax-unicode-sets-regex,babel-plugin-transform-dotall-regexbabel-parserbabel-register@ babel/register/experimental-worker(@ nicolo-ribaudo)🐛 Bug Fix
babel-parserbabel-plugin-transform-runtime📝 Documentation
🏠 Internal
babel-helper-fixtures,babel-parserbabel-compat-data🏃♀️ Performance
babel-cli,babel-core@ ampproject/remappingto merge source maps (@ jridgewell)Committers: 10
Note: 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