mb-graphql
mb-graphql copied to clipboard
[Snyk] Upgrade @babel/runtime from 7.13.10 to 7.23.6
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.23.6.
: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 50 versions ahead of your current version.
- The recommended version was released 21 days ago, on 2023-12-11.
Release notes
Package name: @babel/runtime
-
7.23.6 - 2023-12-11
v7.23.6 (2023-12-11)
Thanks @ martinez-hugo and @ odinho for your first pull requests!
👓 Spec Compliance
babel-generator
,babel-parser
,babel-types
babel-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 Fix
babel-generator
- #16166 fix: Correctly indenting when
retainLines
is enabled (@ liuxingbaoyu)
- #16166 fix: Correctly indenting when
babel-helpers
,babel-plugin-proposal-explicit-resource-management
babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
babel-plugin-transform-for-of
,babel-preset-env
- #16011 fix:
for of
withiterableIsArray
and shadowing variable (@ liuxingbaoyu)
- #16011 fix:
babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-plugin-transform-typescript
- #16137 Fix references to enum values with merging (@ nicolo-ribaudo)
🔬 Output optimization
babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
babel-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)
-
7.23.5 - 2023-11-29
v7.23.5 (2023-11-29)
👓 Spec Compliance
babel-plugin-proposal-decorators
- #16138 Class binding is in TDZ during decorators initialization (@ nicolo-ribaudo)
babel-helpers
,babel-plugin-proposal-decorators
🐛 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)
- #16123 Simplify class fields injetion after
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
- #16023 Add
@ babel/eslint-plugin/no-undef
to fixno-undef
with accessor props (@ nicolo-ribaudo)
- #16023 Add
🔬 Output optimization
babel-helpers
- #16129 Optimize
decorator
helper size (@ liuxingbaoyu)
- #16129 Optimize
Committers: 4
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
-
7.23.4 - 2023-11-20
v7.23.4 (2023-11-20)
🐛 Bug Fix
babel-generator
- #16104 fix: Pure comments missing parentheses (@ liuxingbaoyu)
Committers: 4
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
-
7.23.2 - 2023-10-11
v@babel/[email protected]
-
7.23.1 - 2023-09-25
v7.23.1 (2023-09-25)
Re-publishing
@ babel/helpers
due to a publishing error in 7.23.0. -
7.23.0 - 2023-09-25
v7.23.0 (2023-09-25)
Thanks @ lorenzoferre and @ RajShukla1 for your first PRs!
🚀 New Feature
babel-plugin-proposal-import-wasm-source
,babel-plugin-syntax-import-source
,babel-plugin-transform-dynamic-import
- #15870 Support transforming
import source
for wasm (@ nicolo-ribaudo)
- #15870 Support transforming
babel-helper-module-transforms
,babel-helpers
,babel-plugin-proposal-import-defer
,babel-plugin-syntax-import-defer
,babel-plugin-transform-modules-commonjs
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
- #15878 Implement
import defer
proposal transform support (@ nicolo-ribaudo)
- #15878 Implement
babel-generator
,babel-parser
,babel-types
- #15845 Implement
import defer
parsing support (@ nicolo-ribaudo) - #15829 Add parsing support for the "source phase imports" proposal (@ nicolo-ribaudo)
- #15845 Implement
babel-generator
,babel-helper-module-transforms
,babel-parser
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-traverse
,babel-types
babel-standalone
babel-helper-function-name
,babel-helper-member-expression-to-functions
,babel-helpers
,babel-parser
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-optional-chaining-assign
,babel-plugin-syntax-optional-chaining-assign
,babel-plugin-transform-destructuring
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
,babel-types
- #15751 Add support for optional chain in assignments (@ nicolo-ribaudo)
babel-helpers
,babel-plugin-proposal-decorators
- #15895 Implement the "decorator metadata" proposal (@ nicolo-ribaudo)
babel-traverse
,babel-types
- #15893 Add
t.buildUndefinedNode
(@ liuxingbaoyu)
- #15893 Add
babel-preset-typescript
- #15913 Add
rewriteImportExtensions
option to TS preset (@ nicolo-ribaudo)
- #15913 Add
babel-parser
- #15896 Allow TS tuples to have both labeled and unlabeled elements (@ yukukotani)
🐛 Bug Fix
babel-plugin-transform-block-scoping
- #15962 fix:
transform-block-scoping
captures the variables of the method in the loop (@ liuxingbaoyu)
- #15962 fix:
💅 Polish
babel-traverse
- #15797 Expand evaluation of global built-ins in
@ babel/traverse
(@ lorenzoferre)
- #15797 Expand evaluation of global built-ins in
babel-plugin-proposal-explicit-resource-management
- #15985 Improve source maps for blocks with
using
declarations (@ nicolo-ribaudo)
- #15985 Improve source maps for blocks with
🔬 Output optimization
babel-core
,babel-helper-module-transforms
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-classes
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-function-name
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
,babel-plugin-transform-parameters
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-inline-elements
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-preset-env
- #15984 Inline
exports.XXX =
update in simple variable declarations (@ nicolo-ribaudo)
- #15984 Inline
Committers: 7
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Lorenzo Ferretti (@ lorenzoferre)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Raj Pawan Shukla (@ RajShukla1)
- Yuku Kotani (@ yukukotani)
- @ liuxingbaoyu
- 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