[Snyk] Upgrade @babel/runtime from 7.13.17 to 7.14.0 #119
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.13.17 to 7.14.0.
ℹ️ 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.14.0 - 2021-04-29
- #13209 [ts] Enforce order for the
- #13117 Implement async-do-expressions transform (@ JLHwung)
- #13043 Parse async do expressions (@ JLHwung)
- #13091 Enable class fields & private methods by default (@ nicolo-ribaudo)
- #13176 Add private brand checks to
- #13114 Add class static blocks to
- #13172 Allow compiling
- #13113 babel-parser(ts): Add new plugin option
- #13175 Materialize the class features in
- #13033 Introduce parser error codes (@ sosukesuzuki)
- #12838 Implement
- #13224 Support parsing Flow's Optional Indexed Access Types (@ gkz)
- #13053 Support parsing Flow's Indexed Access Types (@ sosukesuzuki)
- #13195 Parse string export names by default (
- #13089 Support TypeScript 4.3 get/set type members (@ sosukesuzuki)
- #13097 support TS 4.3
- #13096 support TS 4.3 static index signature in class (@ g-plane)
- #13208 Prevent ForOfStatement from printing the forbidden sequence "for ( async of" (@ Zalathar)
- #13169 fix: don't deduplicate comments with same start index (@ gzzhanghao)
- #13204 Simplify the special-case printing of single-param arrow functions (@ Zalathar)
- #13182 fix: Don't load browserslist in block-hoist-plugin (@ MichaReiser)
- #13130 babel-parser: Add new internal ESLint rule to consistent error messages (@ sosukesuzuki)
- #13227 Add
- #13163 babel-parser: Use
- #13200 refactor: avoid parsing logic on locations (@ JLHwung)
- #13190 Allow putting helpers in individual files (@ nicolo-ribaudo)
- Other
- #13183 chore: run coverage-test against node 16 (@ JLHwung)
- #13090 perf(core): check files before interacting with them (@ FauxFaux)
- #13223 perf: avoid loadFullConfig when creating block hoist plugin (@ JLHwung)
- #13211 Improve
- #13194 Mark
- #13201 Simplify the
- Babel Bot (@ babel-bot)
- Chris West (@ FauxFaux)
- George Zahariev (@ gkz)
- Huáng Jùnliàng (@ JLHwung)
- Jason (@ gzzhanghao)
- Micha Reiser (@ MichaReiser)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Pig Fang (@ g-plane)
- Simon Lydell (@ lydell)
- Sosuke Suzuki (@ sosukesuzuki)
- Stuart Cook (@ Zalathar)
-
7.13.17 - 2021-04-20
- #13185 Fix undeclared variable in
- #13084 Fix completion record for labeled statement (@ addaleax)
- #13173 fix(destructuring): preserve loc of original declaration in output (@ motiz88)
- #13178 fix: clone comments in cloneNode (@ gzzhanghao)
- Anna Henningsen (@ addaleax)
- Jason (@ gzzhanghao)
- Moti Zilberman (@ motiz88)
- Nicolò Ribaudo (@ nicolo-ribaudo)
from @babel/runtime GitHub release notesv7.14.0 (2021-04-29)
👓 Spec Compliance
babel-generator,babel-parseroverridemodifier (@ nicolo-ribaudo)🚀 New Feature
babel-plugin-proposal-async-do-expressionsbabel-core,babel-generator,babel-parser,babel-plugin-proposal-do-expressions,babel-plugin-syntax-async-do-expressions,babel-typesbabel-preset-envbabel-compat-data,babel-preset-envshippedProposals(@ nicolo-ribaudo)preset-env'sshippedProposals(@ nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-proposal-private-property-in-object,babel-plugin-syntax-private-property-in-object#foo in objwithout compiling private fields (@ nicolo-ribaudo)babel-parserdts: boolean(@ sosukesuzuki)@ babel/parser. (@ JLHwung)babel-helper-module-transforms,babel-helpers,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umdimportInterop: "node"option for module transforms (@ nicolo-ribaudo)babel-generator,babel-parser,babel-traverse,babel-typesbabel-parser,babel-traversemoduleStringNames) (@ nicolo-ribaudo)babel-generator,babel-parser,babel-typesoverridesyntax in class (@ g-plane)🐛 Bug Fix
babel-generatorbabel-generator,babel-plugin-proposal-object-rest-spread,babel-preset-envbabel-core💅 Polish
babel-cli,babel-core,babel-parser,babel-plugin-transform-classes,babel-preset-env,babel-preset-typescript🏠 Internal
babel-parserrunFixtureTestsWithoutExactASTMatchin parser test runner (@ JLHwung)this.isThisParam(@ sosukesuzuki)babel-helpers,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime🏃♀️ Performance
babel-corebabel-helper-validator-identifierisIdentifierNameperformance (@ JLHwung)🔬 Output optimization
babel-helper-create-class-features-plugin,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-proposal-async-generator-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-proposal-private-methods,babel-plugin-proposal-private-property-in-object,babel-preset-envWeakMaps of private fields as pure (@ nicolo-ribaudo)babel-helpers,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimewrapRegExphelper for named groups (@ nicolo-ribaudo)Committers: 11
v7.13.17 (2021-04-20)
🐛 Bug Fix
babel-helpers,babel-plugin-transform-modules-commonjsiterableToArrayLimit(@ nicolo-ribaudo)babel-plugin-proposal-do-expressions,babel-traversebabel-plugin-transform-destructuringbabel-typesCommitters: 4
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