Closed dependabot[bot] closed 1 year ago
Bumps the development-dependencies group with 33 updates:
7.23.0
7.23.3
7.22.5
7.23.2
0.5.10
0.5.11
3.2.5
3.2.6
14.0.0
14.1.0
8.0.1
10.1.0
4.17.17
4.17.21
6.6.8
6.6.9
2.0.1
2.0.3
18.2.15
18.2.37
18.2.7
4.4.6
4.4.9
5.0.2
5.3.0
2.25.6
2.25.9
6.7.0
6.10.0
5.3.2
8.51.0
8.53.0
2.28.0
2.29.0
46.8.0
46.9.0
5.0.0
5.0.1
7.33.0
7.33.2
7.0.4
8.0.3
15.1.0
3.0.0
3.0.3
16.1.1
16.1.2
8.1.1
8.1.3
1.69.0
1.69.5
5.88.2
5.89.0
5.28.1
5.28.5
Updates @babel/core from 7.23.0 to 7.23.3
@babel/core
Sourced from @babel/core's releases.
@babel/core
v7.23.3 (2023-11-09) :bug: Bug Fix babel-plugin-transform-typescript #16071 Strip type-only TS namespaces (@colinaaa) babel-generator #16078 Fix indentation when generating comments with concise: true (@liuxingbaoyu) babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env #14295 Add a bugfix plugin for https://crbug.com/v8/12421 (@nicolo-ribaudo) babel-plugin-transform-object-super #15948 fix: super.x in a loop (@liuxingbaoyu) babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd #16015 fix: handle __proto__ exports name in CJS/AMD/UMD (@magic-akari) :memo: Documentation #16044 docs: Update links in @babel/eslint-parser README (@aryehb) :house: Internal babel-core, babel-preset-env #15988 Refactor handling of modules plugins in preset-env (@nicolo-ribaudo) :running_woman: Performance babel-generator #16061 perf: Improve @babel/generator performance (@liuxingbaoyu) babel-traverse #16060 Avoid dynamic dispatch when calling wrapCheck (@yepitschunked) :microscope: Output optimization babel-plugin-transform-computed-properties #6652 Optimize computed properties output (byte-wise) (@Andarist) Committers: 9 Babel Bot (@babel-bot) Colin (@colinaaa) Huáng Jùnliàng (@JLHwung) Mateusz Burzyński (@Andarist) Nicolò Ribaudo (@nicolo-ribaudo) @aryehb @liuxingbaoyu @magic-akari @yepitschunked v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release commit. Thanks @jimmydief for your first PR! :bug: Bug Fix babel-traverse
babel-plugin-transform-typescript
@colinaaa
babel-generator
concise: true
@liuxingbaoyu
babel-compat-data
babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
babel-preset-env
@nicolo-ribaudo
babel-plugin-transform-object-super
super.x
babel-helper-module-transforms
babel-plugin-transform-modules-amd
babel-plugin-transform-modules-commonjs
babel-plugin-transform-modules-umd
__proto__
@magic-akari
@babel/eslint-parser
@aryehb
babel-core
preset-env
@babel/generator
babel-traverse
@yepitschunked
babel-plugin-transform-computed-properties
@Andarist
@babel-bot
@JLHwung
NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release commit.
Thanks @jimmydief for your first PR!
@jimmydief
... (truncated)
Sourced from @babel/core's changelog.
v7.23.3 (2023-11-09) :bug: Bug Fix babel-plugin-transform-typescript #16071 Strip type-only TS namespaces (@colinaaa) babel-generator #16078 Fix indentation when generating comments with concise: true (@liuxingbaoyu) babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env #14295 Add a bugfix plugin for https://crbug.com/v8/12421 (@nicolo-ribaudo) babel-plugin-transform-object-super #15948 fix: super.x in a loop (@liuxingbaoyu) babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd #16015 fix: handle __proto__ exports name in CJS/AMD/UMD (@magic-akari) :memo: Documentation #16044 docs: Update links in @babel/eslint-parser README (@aryehb) :house: Internal babel-core, babel-preset-env #15988 Refactor handling of modules plugins in preset-env (@nicolo-ribaudo) :running_woman: Performance babel-generator #16061 perf: Improve @babel/generator performance (@liuxingbaoyu) babel-traverse #16060 Avoid dynamic dispatch when calling wrapCheck (@yepitschunked) :microscope: Output optimization babel-plugin-transform-computed-properties #6652 Optimize computed properties output (byte-wise) (@Andarist) v7.23.2 (2023-10-11) :bug: Bug Fix babel-traverse #16033 Only evaluate own String/Number/Math methods (@nicolo-ribaudo) babel-preset-typescript #16022 Rewrite .tsx extension when using rewriteImportExtensions (@jimmydief) babel-helpers #16017 Fix: fallback to typeof when toString is applied to incompatible object (@JLHwung) babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #16025 Avoid override mistake in namespace imports (@nicolo-ribaudo)
babel-preset-typescript
.tsx
rewriteImportExtensions
babel-helpers
babel-runtime-corejs2
babel-runtime-corejs3
babel-runtime
1bce5c9
934c1b3
c46f000
1e15165
assertVersion
0ba00c4
2a8c6df
cd28f07
Updates @babel/eslint-parser from 7.22.5 to 7.23.3
@babel/eslint-parser
Sourced from @babel/eslint-parser's releases.
Sourced from @babel/eslint-parser's changelog.
v7.23.3 (2023-11-09) :bug: Bug Fix babel-plugin-transform-typescript #16071 Strip type-only TS namespaces (@colinaaa) babel-generator #16078 Fix indentation when generating comments with concise: true (@liuxingbaoyu) babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env #14295 Add a bugfix plugin for https://crbug.com/v8/12421 (@nicolo-ribaudo) babel-plugin-transform-object-super #15948 fix: super.x in a loop (@liuxingbaoyu) babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd #16015 fix: handle __proto__ exports name in CJS/AMD/UMD (@magic-akari) :memo: Documentation #16044 docs: Update links in @babel/eslint-parser README (@aryehb) :house: Internal babel-core, babel-preset-env #15988 Refactor handling of modules plugins in preset-env (@nicolo-ribaudo) :running_woman: Performance babel-generator #16061 perf: Improve @babel/generator performance (@liuxingbaoyu) babel-traverse #16060 Avoid dynamic dispatch when calling wrapCheck (@yepitschunked) :microscope: Output optimization babel-plugin-transform-computed-properties #6652 Optimize computed properties output (byte-wise) (@Andarist) v7.23.2 (2023-10-11) :bug: Bug Fix babel-traverse #16033 Only evaluate own String/Number/Math methods (@nicolo-ribaudo) babel-preset-typescript #16022 Rewrite .tsx extension when using rewriteImportExtensions (@jimmydief) babel-helpers #16017 Fix: fallback to typeof when toString is applied to incompatible object (@JLHwung) babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime #16025 Avoid override mistake in namespace imports (@nicolo-ribaudo) v7.23.0 (2023-09-25) :rocket: 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) 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) babel-generator, babel-parser, babel-types #15845 Implement import defer parsing support (@nicolo-ribaudo)
babel-plugin-proposal-import-wasm-source
babel-plugin-syntax-import-source
babel-plugin-transform-dynamic-import
import source
babel-plugin-proposal-import-defer
babel-plugin-syntax-import-defer
babel-standalone
import defer
babel-parser
babel-types
419644f
5260051
c39fda2
f64b04e
13b1113
0c8dfc1
05c4089
65f3184
Updates @babel/preset-env from 7.23.2 to 7.23.3
@babel/preset-env
Sourced from @babel/preset-env's releases.
@babel/preset-env
v7.23.3 (2023-11-09) :bug: Bug Fix babel-plugin-transform-typescript #16071 Strip type-only TS namespaces (@colinaaa) babel-generator #16078 Fix indentation when generating comments with concise: true (@liuxingbaoyu) babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env #14295 Add a bugfix plugin for https://crbug.com/v8/12421 (@nicolo-ribaudo) babel-plugin-transform-object-super #15948 fix: super.x in a loop (@liuxingbaoyu) babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd #16015 fix: handle __proto__ exports name in CJS/AMD/UMD (@magic-akari) :memo: Documentation #16044 docs: Update links in @babel/eslint-parser README (@aryehb) :house: Internal babel-core, babel-preset-env #15988 Refactor handling of modules plugins in preset-env (@nicolo-ribaudo) :running_woman: Performance babel-generator #16061 perf: Improve @babel/generator performance (@liuxingbaoyu) babel-traverse #16060 Avoid dynamic dispatch when calling wrapCheck (@yepitschunked) :microscope: Output optimization babel-plugin-transform-computed-properties #6652 Optimize computed properties output (byte-wise) (@Andarist) Committers: 9 Babel Bot (@babel-bot) Colin (@colinaaa) Huáng Jùnliàng (@JLHwung) Mateusz Burzyński (@Andarist) Nicolò Ribaudo (@nicolo-ribaudo) @aryehb @liuxingbaoyu @magic-akari @yepitschunked
Sourced from @babel/preset-env's changelog.
v7.23.3 (2023-11-09) :bug: Bug Fix babel-plugin-transform-typescript #16071 Strip type-only TS namespaces (@colinaaa) babel-generator #16078 Fix indentation when generating comments with concise: true (@liuxingbaoyu) babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env #14295 Add a bugfix plugin for https://crbug.com/v8/12421 (@nicolo-ribaudo) babel-plugin-transform-object-super #15948 fix: super.x in a loop (@liuxingbaoyu) babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd #16015 fix: handle __proto__ exports name in CJS/AMD/UMD (@magic-akari) :memo: Documentation #16044 docs: Update links in @babel/eslint-parser README (@aryehb) :house: Internal babel-core, babel-preset-env #15988 Refactor handling of modules plugins in preset-env (@nicolo-ribaudo) :running_woman: Performance babel-generator #16061 perf: Improve @babel/generator performance (@liuxingbaoyu) babel-traverse #16060 Avoid dynamic dispatch when calling wrapCheck (@yepitschunked) :microscope: Output optimization babel-plugin-transform-computed-properties #6652 Optimize computed properties output (byte-wise) (@Andarist)
46ee461
3688240
getModulesPluginNames
Updates @babel/preset-react from 7.22.5 to 7.23.3
@babel/preset-react
Sourced from @babel/preset-react's releases.
@babel/preset-react
Sourced from @babel/preset-react's changelog.
5ebab54
.ts
.js
src
b23b0eb
be8fccd
readmes.js
Updates @babel/preset-typescript from 7.23.0 to 7.23.3
@babel/preset-typescript
Sourced from @babel/preset-typescript's releases.
@babel/preset-typescript
Sourced from @babel/preset-typescript's changelog.
b4b9942
ccb6323
Updates @pmmmwh/react-refresh-webpack-plugin from 0.5.10 to 0.5.11
@pmmmwh/react-refresh-webpack-plugin
Sourced from @pmmmwh/react-refresh-webpack-plugin's releases.
@pmmmwh/react-refresh-webpack-plugin
v0.5.11 0.5.11 (15 Aug 2023) Features Added support to exclude dynamically generated modules from other loaders (#769) Fixes Fixed unnecessary memory leaks due to `prevExports`` (#766) Relaxed peer dependency requirement on type-fest to allow v4.x (#767) Fixed module type resolution when there is difference across contexts (#768)
type-fest
Sourced from @pmmmwh/react-refresh-webpack-plugin's changelog.
0.5.11 (15 Aug 2023) Features Added support to exclude dynamically generated modules from other loaders (#769) Fixes Fixed unnecessary memory leaks due to `prevExports`` (#766) Relaxed peer dependency requirement on type-fest to allow v4.x (#767) Fixed module type resolution when there is difference across contexts (#768)
0b96057
02b2592
4dc633d
0ea5af1
c8382ad
3bee632
47f1fe2
a402597
c0b25c2
b032778
Bumps the development-dependencies group with 33 updates:
7.23.0
7.23.3
7.22.5
7.23.3
7.23.2
7.23.3
7.22.5
7.23.3
7.23.0
7.23.3
0.5.10
0.5.11
3.2.5
3.2.6
14.0.0
14.1.0
8.0.1
10.1.0
4.17.17
4.17.21
6.6.8
6.6.9
2.0.1
2.0.3
18.2.15
18.2.37
18.2.7
18.2.15
4.4.6
4.4.9
5.0.2
5.3.0
2.25.6
2.25.9
6.7.0
6.10.0
6.7.0
6.10.0
5.3.0
5.3.2
8.51.0
8.53.0
2.28.0
2.29.0
46.8.0
46.9.0
5.0.0
5.0.1
7.33.0
7.33.2
7.0.4
8.0.3
14.0.0
15.1.0
3.0.0
3.0.3
16.1.1
16.1.2
8.1.1
8.1.3
1.69.0
1.69.5
5.88.2
5.89.0
5.28.1
5.28.5
Updates
@babel/core
from 7.23.0 to 7.23.3Release notes
Sourced from
@babel/core
's releases.... (truncated)
Changelog
Sourced from
@babel/core
's changelog.Commits
1bce5c9
v7.23.3934c1b3
Fix Node.js 10 CI failure (#16084)c46f000
Refactor handling of modules plugins inpreset-env
(#15988)1e15165
Require exact Babel 8 version inassertVersion
(#15955)0ba00c4
[babel 8] Remove core-js 2 and regenerator from preset-env (#15838)2a8c6df
Fix Node.js 6 CI (#16040)cd28f07
v@babel/core@7.23.2Updates
@babel/eslint-parser
from 7.22.5 to 7.23.3Release notes
Sourced from
@babel/eslint-parser
's releases.... (truncated)
Changelog
Sourced from
@babel/eslint-parser
's changelog.... (truncated)
Commits
1bce5c9
v7.23.3419644f
docs: Update links in@babel/eslint-parser
README (#16044)1e15165
Require exact Babel 8 version inassertVersion
(#15955)5260051
v7.22.15c39fda2
chore: Update TS 5.2 (#15897)f64b04e
extract more test helpers to repo-utils (#15902)13b1113
v7.22.110c8dfc1
enable jest/no-standalone-expect (#15872)05c4089
Disallow sync createConfigItem,loadPartialConfig,loadOptions (#15869)65f3184
v7.22.10Updates
@babel/preset-env
from 7.23.2 to 7.23.3Release notes
Sourced from
@babel/preset-env
's releases.Changelog
Sourced from
@babel/preset-env
's changelog.Commits
1bce5c9
v7.23.346ee461
Add a bugfix plugin for https://crbug.com/v8/12421 (#14295)3688240
[babel 8] RemovegetModulesPluginNames
(#15989)c46f000
Refactor handling of modules plugins inpreset-env
(#15988)1e15165
Require exact Babel 8 version inassertVersion
(#15955)0ba00c4
[babel 8] Remove core-js 2 and regenerator from preset-env (#15838)Updates
@babel/preset-react
from 7.22.5 to 7.23.3Release notes
Sourced from
@babel/preset-react
's releases.... (truncated)
Changelog
Sourced from
@babel/preset-react
's changelog.... (truncated)
Commits
1bce5c9
v7.23.31e15165
Require exact Babel 8 version inassertVersion
(#15955)5260051
v7.22.155ebab54
Add explicit.ts
/.js
extension to all imports insrc
(#15892)f64b04e
extract more test helpers to repo-utils (#15902)0c8dfc1
enable jest/no-standalone-expect (#15872)b23b0eb
Fix eslint-plugin-jest config (#15826)be8fccd
chore: Runreadmes.js
in CI (#15690)Updates
@babel/preset-typescript
from 7.23.0 to 7.23.3Release notes
Sourced from
@babel/preset-typescript
's releases.... (truncated)
Changelog
Sourced from
@babel/preset-typescript
's changelog.Commits
1bce5c9
v7.23.31e15165
Require exact Babel 8 version inassertVersion
(#15955)b4b9942
v7.23.2ccb6323
Rewrite.tsx
extension when usingrewriteImportExtensions
(#16022)Updates
@pmmmwh/react-refresh-webpack-plugin
from 0.5.10 to 0.5.11Release notes
Sourced from
@pmmmwh/react-refresh-webpack-plugin
's releases.Changelog
Sourced from
@pmmmwh/react-refresh-webpack-plugin
's changelog.Commits
0b96057
chore: release v0.5.1102b2592
fix: allow exclusion of dynamically generated modules (#769)4dc633d
fix: get module system scoped to context (#768)0ea5af1
fix: Avoid unnecessary memory leaks due to prevExports (#766)c8382ad
chore: bump deps (#767)3bee632
chore(deps): bump word-wrap from 1.2.3 to 1.2.4 (#764)47f1fe2
chore(deps): bump semver from 6.3.0 to 6.3.1 in /examples/flow-with-babel (#761)a402597
chore(deps): bump semver from 6.3.0 to 6.3.1 in /examples/webpack-dev-server ...c0b25c2
chore(deps): bump semver from 6.3.0 to 6.3.1 in /examples/typescript-with-bab...b032778
chore(deps): bump semver from 6.3.0 to 6.3.1 in /examples/webpack-plugin-serv...