chrome-extension-nba
chrome-extension-nba copied to clipboard
chore(deps-dev): bump @babel/runtime from 7.21.0 to 7.24.4
Bumps @babel/runtime from 7.21.0 to 7.24.4.
Release notes
Sourced from @​babel/runtime
's releases.
v7.24.4 (2024-04-03)
Thanks
@​Dunqing
,@​luiscubal
, and@​samualtnorman
for your first PRs!:eyeglasses: Spec Compliance
babel-parser
- #16403 Forbid initializerless using (
@​JLHwung
)babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs3
- #16388 Ensure decorators are callable (
@​JLHwung
):bug: Bug Fix
babel-generator
- #16402 fix: Correctly prints
{ [key in Bar]? }
(@​liuxingbaoyu
)- #16394 fix: Correctly generate
TSMappedType
(@​liuxingbaoyu
)babel-compat-data
,babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-preset-env
- #16390 Create bugfix plugin for classes in computed keys in Firefox (
@​nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16387 fix: support mutated outer decorated class binding (
@​JLHwung
)- #16385 fix: Decorators when
super()
exists andprotoInit
is not needed (@​liuxingbaoyu
)babel-plugin-transform-block-scoping
- #16384 fix: Transform scoping for
for X
in loop (@​liuxingbaoyu
)- #16368 fix: Capture
let
when thefor
body is not a block (@​liuxingbaoyu
)babel-core
,babel-plugin-transform-block-scoped-functions
,babel-plugin-transform-block-scoping
- #16363 Fix incorrect function hoisting in some case statements (
@​luiscubal
)Committers: 7
- Babel Bot (
@​babel-bot
)- Dunqing (
@​Dunqing
)- Huáng Jùnlià ng (
@​JLHwung
)- LuĂs Reis (
@​luiscubal
)- Nicolò Ribaudo (
@​nicolo-ribaudo
)- Samual Norman (
@​samualtnorman
)@​liuxingbaoyu
v7.24.3 (2024-03-20)
Thanks
@​ota-meshi
for your first PR!:bug: Bug Fix
babel-helper-module-imports
- #16370 fix: do not inject the same imported identifier multiple times (
@​ota-meshi
)Committers: 2
- Nicolò Ribaudo (
@​nicolo-ribaudo
)- Yosuke Ota (
@​ota-meshi
)v7.24.2 (2024-03-19)
:bug: Bug Fix
babel-code-frame
,babel-highlight
... (truncated)
Changelog
Sourced from @​babel/runtime
's changelog.
v7.24.4 (2024-04-03)
:eyeglasses: Spec Compliance
babel-parser
- #16403 Forbid initializerless using (
@​JLHwung
)babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs3
- #16388 Ensure decorators are callable (
@​JLHwung
):bug: Bug Fix
babel-generator
- #16402 fix: Correctly prints
{ [key in Bar]? }
(@​liuxingbaoyu
)- #16394 fix: Correctly generate
TSMappedType
(@​liuxingbaoyu
)babel-compat-data
,babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-preset-env
- #16390 Create bugfix plugin for classes in computed keys in Firefox (
@​nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16387 fix: support mutated outer decorated class binding (
@​JLHwung
)- #16385 fix: Decorators when
super()
exists andprotoInit
is not needed (@​liuxingbaoyu
)babel-plugin-transform-block-scoping
- #16384 fix: Transform scoping for
for X
in loop (@​liuxingbaoyu
)- #16368 fix: Capture
let
when thefor
body is not a block (@​liuxingbaoyu
)babel-core
,babel-plugin-transform-block-scoped-functions
,babel-plugin-transform-block-scoping
- #16363 Fix incorrect function hoisting in some case statements (
@​luiscubal
)v7.24.3 (2024-03-20)
:bug: Bug Fix
babel-helper-module-imports
- #16370 fix: do not inject the same imported identifier multiple times (
@​ota-meshi
)v7.24.2 (2024-03-19)
:bug: Bug Fix
babel-code-frame
,babel-highlight
- #16362 Restore previous
FORCE_COLOR=0
behavior (@​nicolo-ribaudo
)v7.24.1 (2024-03-19)
:bug: Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16350 Fix decorated class computed keys ordering (
@​JLHwung
)- #16344 Fix decorated class static field private access (
@​JLHwung
)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
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
- #16331 Fix decorator memoiser binding kind (
@​JLHwung
)babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
- #16325 Fix decorator evaluation private environment (
@​JLHwung
):memo: Documentation
- #16319 Update SECURITY.md (
@​nicolo-ribaudo
):house: Internal
babel-code-frame
,babel-highlight
... (truncated)
Commits
5a8c692
v7.24.4822b025
v7.24.1c6cf0d7
Allow separate helpers to be excluded in Babel 8 (#16323)ce59160
v7.24.024fb6f8
Do not use descriptors for private class elements (#16261)e2649b1
Support decorator 2023-11 normative updates (#16242)a0dd614
v7.23.9218faee
Improve output ofusing
(#15959)80c554f
v7.23.87840c54
Improve output ofsuper()
(#16194)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)