mb-graphql
mb-graphql copied to clipboard
[Snyk] Upgrade @babel/runtime from 7.13.10 to 7.24.1
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade @babel/runtime from 7.13.10 to 7.24.1.
:information_source: 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.
- The recommended version is 55 versions ahead of your current version.
- The recommended version was released a month ago, on 2024-03-19.
Release notes
Package name: @babel/runtime
-
7.24.1 - 2024-03-19
v7.24.1 (2024-03-19)
🐛 Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
babel-plugin-proposal-decorators
,babel-plugin-proposal-json-modules
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
- #16329 Respect
moduleName
for@ babel/runtime/regenerator
imports (@ nicolo-ribaudo)
- #16329 Respect
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
📝 Documentation
- #16319 Update SECURITY.md (@ nicolo-ribaudo)
🏠 Internal
babel-code-frame
,babel-highlight
- #16359 Replace
chalk
withpicocolors
(@ nicolo-ribaudo)
- #16359 Replace
babel-helper-fixtures
,babel-helpers
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-unicode-sets-regex
,babel-preset-env
,babel-preset-flow
babel-helper-module-imports
,babel-plugin-proposal-import-wasm-source
,babel-plugin-proposal-json-modules
,babel-plugin-proposal-record-and-tuple
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
- #16349 Support merging imports in import injector (@ nicolo-ribaudo)
- Other
- #16332 Test Babel 7 plugins compatibility with Babel 8 core (@ nicolo-ribaudo)
🔬 Output optimization
babel-helper-replace-supers
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-parameters
,babel-plugin-transform-runtime
- #16345 Optimize the use of
assertThisInitialized
aftersuper()
(@ liuxingbaoyu)
- #16345 Optimize the use of
babel-plugin-transform-class-properties
,babel-plugin-transform-classes
- #16343 Use simpler
assertThisInitialized
more often (@ liuxingbaoyu)
- #16343 Use simpler
babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-object-rest-spread
,babel-traverse
- #16342 Consider well-known and registered symbols as literals (@ nicolo-ribaudo)
babel-core
,babel-plugin-external-helpers
,babel-plugin-proposal-decorators
,babel-plugin-proposal-function-bind
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-function-name
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-parameters
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-plugin-transform-spread
,babel-plugin-transform-typescript
,babel-preset-env
- #16326 Reduce the use of class names (@ liuxingbaoyu)
Committers: 4
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
-
7.24.0 - 2024-02-28
v7.24.0 (2024-02-28)
Thanks @ ajihyf for your first PR!
Release post with summary and highlights: https://babeljs.io/7.24.0
🚀 New Feature
babel-standalone
babel-core
,babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-transform-class-properties
- #16267 Implement
noUninitializedPrivateFieldAccess
assumption (@ nicolo-ribaudo)
- #16267 Implement
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-decorators
,babel-plugin-transform-class-properties
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-preset-flow
- #16309 [babel 7] Allow setting
ignoreExtensions
in Flow preset (@ nicolo-ribaudo) - #16284 Add
experimental_useHermesParser
option inpreset-flow
(@ liuxingbaoyu)
- #16309 [babel 7] Allow setting
babel-helper-import-to-platform-api
,babel-plugin-proposal-import-wasm-source
,babel-plugin-proposal-json-modules
,babel-standalone
- #16172 Add transform support for JSON modules imports (@ nicolo-ribaudo)
babel-plugin-transform-runtime
- #16241 Add back
moduleName
option to@ babel/plugin-transform-runtime
(@ nicolo-ribaudo)
- #16241 Add back
babel-parser
,babel-types
- #16277 Allow import attributes for
TSImportType
(@ sosukesuzuki)
- #16277 Allow import attributes for
🐛 Bug Fix
babel-plugin-proposal-do-expressions
,babel-traverse
babel-helper-create-class-features-plugin
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
- #16312 Fix class private properties when
privateFieldsAsSymbols
(@ liuxingbaoyu)
- #16312 Fix class private properties when
babel-helper-create-class-features-plugin
,babel-plugin-transform-private-methods
- #16307 Fix the support of
arguments
in privateget/set
method (@ liuxingbaoyu)
- #16307 Fix the support of
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
- #16287 Reduce decorator static property size (@ liuxingbaoyu)
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16281 Fix evaluation order of decorators with cached receiver (@ nicolo-ribaudo)
- #16279 Fix decorator this memoization (@ JLHwung)
- #16266 Preserve
static
on decorated privateaccessor
(@ nicolo-ribaudo) - #16258 fix: handle decorated async private method and generator (@ JLHwung)
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-typescript
,babel-preset-env
- #16275 Fix class private properties when
privateFieldsAsProperties
(@ liuxingbaoyu)
- #16275 Fix class private properties when
babel-helpers
- #16268 Do not consider
arguments
in a helper as a global reference (@ nicolo-ribaudo)
- #16268 Do not consider
babel-helpers
,babel-plugin-proposal-decorators
- #16270 Handle symbol key class elements decoration (@ JLHwung)
- #16265 Do not define
access.get
for public setter decorators (@ nicolo-ribaudo)
💅 Polish
babel-core
,babel-helper-create-class-features-plugin
,babel-preset-env
- #12428 Suggest using
BABEL_SHOW_CONFIG_FOR
for config problems (@ nicolo-ribaudo)
- #12428 Suggest using
🏠 Internal
babel-helper-transform-fixture-test-runner
- #16278 Continue writing
output.js
whenexec.js
throws (@ liuxingbaoyu)
- #16278 Continue writing
🔬 Output optimization
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16306 Avoid intermediate functions for private accessors with decs (@ nicolo-ribaudo)
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
- #16294 More aggressively inline decorators in the static block (@ nicolo-ribaudo)
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-transform-private-methods
- #16283 Do not use
classPrivateMethodGet
(@ liuxingbaoyu)
- #16283 Do not use
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
- #16287 Reduce decorator static property size (@ liuxingbaoyu)
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
babel-helper-create-class-features-plugin
,babel-helper-fixtures
,babel-helpers
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-optional-chaining-assign
,babel-plugin-transform-class-properties
,babel-plugin-transform-class-static-block
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #16261 Do not use descriptors for private class elements (@ nicolo-ribaudo)
babel-helpers
,babel-plugin-proposal-decorators
- #16263 Reduce helper size for decorator 2023-11 (@ liuxingbaoyu)
Committers: 7
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- SUZUKI Sosuke (@ sosukesuzuki)
- Yarden Shoham (@ yardenshoham)
- @ liuxingbaoyu
- flyafly (@ ajihyf)
- 7.23.9 - 2024-01-25 Read more
-
7.23.8 - 2024-01-08
v7.23.8 (2024-01-08)
🐛 Bug Fix
babel-preset-env
- #16181 fix:
preset-env
throws exception forexport * as x
(@ liuxingbaoyu)
- #16181 fix:
babel-helpers
,babel-plugin-proposal-decorators
- #16201 fix: decorator binds
getter/setter
toctx.access
for public fields (@ liuxingbaoyu) - #16199 fix: Class decorator correctly passes return value (@ liuxingbaoyu)
- #16201 fix: decorator binds
↩️ Revert
🔬 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)
- #16194 Improve output of
Committers: 3
- Huáng Jùnliàng (@ JLHwung)
- @ liuxingbaoyu
- coderaiser (@ coderaiser)
- 7.23.7 - 2023-12-29 Read more
- 7.23.6 - 2023-12-11
- 7.23.5 - 2023-11-29
- 7.23.4 - 2023-11-20
- 7.23.2 - 2023-10-11
- 7.23.1 - 2023-09-25
- 7.23.0 - 2023-09-25
- 7.22.15 - 2023-09-04
- 7.22.11 - 2023-08-24
- 7.22.10 - 2023-08-07
- 7.22.6 - 2023-07-04
- 7.22.5 - 2023-06-08
- 7.22.3 - 2023-05-27
- 7.22.0 - 2023-05-26
- 7.21.5 - 2023-04-28
- 7.21.4-esm.4 - 2023-04-04
- 7.21.4-esm.3 - 2023-04-04
- 7.21.4-esm.2 - 2023-04-04
- 7.21.4-esm.1 - 2023-04-04
- 7.21.4-esm - 2023-04-04
- 7.21.0 - 2023-02-20
- 7.20.13 - 2023-01-21
- 7.20.7 - 2022-12-22
- 7.20.6 - 2022-11-28
- 7.20.5 - 2022-11-28
- 7.20.1 - 2022-11-01
- 7.20.0 - 2022-10-27
- 7.19.4 - 2022-10-10
- 7.19.0 - 2022-09-05
- 7.18.9 - 2022-07-18
- 7.18.6 - 2022-06-27
- 7.18.3 - 2022-05-25
- 7.18.2 - 2022-05-25
- 7.18.0 - 2022-05-19
- 7.17.9 - 2022-04-06
- 7.17.8 - 2022-03-18
- 7.17.7 - 2022-03-14
- 7.17.2 - 2022-02-08
- 7.17.0 - 2022-02-02
- 7.16.7 - 2021-12-31
- 7.16.5 - 2021-12-13
- 7.16.3 - 2021-11-09
- 7.16.0 - 2021-10-29
- 7.15.4 - 2021-09-02
- 7.15.3 - 2021-08-11
- 7.14.8 - 2021-07-20
- 7.14.6 - 2021-06-14
- 7.14.5 - 2021-06-09
- 7.14.0 - 2021-04-29
- 7.13.17 - 2021-04-20
- 7.13.16 - 2021-04-20
- 7.13.10 - 2021-03-08
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:
🔕 Ignore this dependency or unsubscribe from future upgrade PRs