deps: bump the all-dependencies group with 13 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(5 months ago)
(5 months ago)
(5 months ago)
dependencies
Bumps the all-dependencies group with 13 updates:
| Package | From | To |
|---|---|---|
| @swc/core | 1.11.29 |
1.11.31 |
| @babel/helpers | 7.27.4 |
7.27.6 |
| @babel/types | 7.27.3 |
7.27.6 |
| @swc/core-darwin-arm64 | 1.11.29 |
1.11.31 |
| @swc/core-darwin-x64 | 1.11.29 |
1.11.31 |
| @swc/core-linux-arm-gnueabihf | 1.11.29 |
1.11.31 |
| @swc/core-linux-arm64-gnu | 1.11.29 |
1.11.31 |
| @swc/core-linux-arm64-musl | 1.11.29 |
1.11.31 |
| @swc/core-linux-x64-gnu | 1.11.29 |
1.11.31 |
| @swc/core-linux-x64-musl | 1.11.29 |
1.11.31 |
| @swc/core-win32-arm64-msvc | 1.11.29 |
1.11.31 |
| @swc/core-win32-ia32-msvc | 1.11.29 |
1.11.31 |
| @swc/core-win32-x64-msvc | 1.11.29 |
1.11.31 |
Updates @swc/core from 1.11.29 to 1.11.31
Changelog
Sourced from @swc/core's changelog.
[1.11.31] - 2025-06-05
Bug Fixes
(es/codegen) Exclude
constructorfrom source map names (#10551) (ef85640)(es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)
(es/minifier) Inline object of member if prop is an ident (#10548) (e554381)
(es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)
(es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)
(es/react-compiler) Fix usefulness detection (#10506) (41075a1)
(swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)
(swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)
... (truncated)
Commits
400398dchore: Publish1.11.31withswc_corev26.4.51df4fc4chore: Update changelog7fc3030chore: Publish1.11.31-nightly-20250605.2withswc_corev26.4.52b284e1chore(ecosystem-ci): Excludets-node7a849aachore: Update changelogb132c2cchore: Publish1.11.31-nightly-20250605.1withswc_corev26.4.5dbaab45chore: Publish crates withswc_corev26.4.5ef85640fix(es/codegen): Excludeconstructorfrom source map names (#10551)ea311edchore: Publish crates withswc_corev26.4.42a2b284fix(swc_common): Revert skip condition patch (#10564)- Additional commits viewable in compare view
Updates @babel/helpers from 7.27.4 to 7.27.6
Release notes
Sourced from @babel/helpers's releases.
v7.27.6 (2025-06-05)
:bug: Bug Fix
babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17366 fix:
finallycauses unexpected return value (@liuxingbaoyu)babel-generator,babel-parser,babel-typesCommitters: 3
- Huáng Jùnliàng (
@JLHwung)- Ingvar Stepanyan (
@RReverser)@liuxingbaoyuv7.27.5 (2025-06-03)
Thanks
@NullVoxPopulifor your first PR!:bug: Bug Fix
babel-plugin-transform-regenerator
- #17359 fix: Unexpected infinite loop with
regeneratorfortry(@liuxingbaoyu)- Other
:nail_care: Polish
Committers: 4
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)@NullVoxPopuli@liuxingbaoyu
Changelog
Sourced from @babel/helpers's changelog.
v7.27.6 (2025-06-05)
:bug: Bug Fix
babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17366 fix:
finallycauses unexpected return value (@liuxingbaoyu)babel-generator,babel-parser,babel-typesv7.27.5 (2025-06-03)
:bug: Bug Fix
babel-plugin-transform-regenerator
- #17359 fix: Unexpected infinite loop with
regeneratorfortry(@liuxingbaoyu)- Other
:nail_care: Polish
Commits
baa4cb8v7.27.6fdbf1b3fix:finallycauses unexpected return value (#17366)- See full diff in compare view
Updates @babel/types from 7.27.3 to 7.27.6
Release notes
Sourced from @babel/types's releases.
v7.27.6 (2025-06-05)
:bug: Bug Fix
babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17366 fix:
finallycauses unexpected return value (@liuxingbaoyu)babel-generator,babel-parser,babel-typesCommitters: 3
- Huáng Jùnliàng (
@JLHwung)- Ingvar Stepanyan (
@RReverser)@liuxingbaoyuv7.27.5 (2025-06-03)
Thanks
@NullVoxPopulifor your first PR!:bug: Bug Fix
babel-plugin-transform-regenerator
- #17359 fix: Unexpected infinite loop with
regeneratorfortry(@liuxingbaoyu)- Other
:nail_care: Polish
Committers: 4
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)@NullVoxPopuli@liuxingbaoyuv7.27.4 (2025-05-30)
:eyeglasses: Spec Compliance
babel-parser,babel-plugin-proposal-explicit-resource-management:nail_care: Polish
:microscope: Output optimization
babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #17287 Reduce
regeneratorsize more (@liuxingbaoyu)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs3
- #17334 Use shorter method names for regenerator context (
@nicolo-ribaudo)- #17268 Reduce
regeneratorhelper size (@liuxingbaoyu)babel-core,babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-standalone
... (truncated)
Changelog
Sourced from @babel/types's changelog.
v7.27.6 (2025-06-05)
:bug: Bug Fix
babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17366 fix:
finallycauses unexpected return value (@liuxingbaoyu)babel-generator,babel-parser,babel-typesv7.27.5 (2025-06-03)
:bug: Bug Fix
babel-plugin-transform-regenerator
- #17359 fix: Unexpected infinite loop with
regeneratorfortry(@liuxingbaoyu)- Other
:nail_care: Polish
v7.27.4 (2025-05-30)
:eyeglasses: Spec Compliance
babel-parser,babel-plugin-proposal-explicit-resource-management:nail_care: Polish
:microscope: Output optimization
babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #17287 Reduce
regeneratorsize more (@liuxingbaoyu)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs3
- #17334 Use shorter method names for regenerator context (
@nicolo-ribaudo)- #17268 Reduce
regeneratorhelper size (@liuxingbaoyu)babel-core,babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-standalone
- #17238 Split
regeneratorRuntimeinto multiple helpers (@nicolo-ribaudo)
Commits
Updates @swc/core-darwin-arm64 from 1.11.29 to 1.11.31
Changelog
Sourced from @swc/core-darwin-arm64's changelog.
[1.11.31] - 2025-06-05
Bug Fixes
(es/codegen) Exclude
constructorfrom source map names (#10551) (ef85640)(es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)
(es/minifier) Inline object of member if prop is an ident (#10548) (e554381)
(es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)
(es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)
(es/react-compiler) Fix usefulness detection (#10506) (41075a1)
(swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)
(swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)
... (truncated)
Commits
400398dchore: Publish1.11.31withswc_corev26.4.51df4fc4chore: Update changelog7fc3030chore: Publish1.11.31-nightly-20250605.2withswc_corev26.4.52b284e1chore(ecosystem-ci): Excludets-node7a849aachore: Update changelogb132c2cchore: Publish1.11.31-nightly-20250605.1withswc_corev26.4.5dbaab45chore: Publish crates withswc_corev26.4.5ef85640fix(es/codegen): Excludeconstructorfrom source map names (#10551)ea311edchore: Publish crates withswc_corev26.4.42a2b284fix(swc_common): Revert skip condition patch (#10564)- Additional commits viewable in compare view
Updates @swc/core-darwin-x64 from 1.11.29 to 1.11.31
Changelog
Sourced from @swc/core-darwin-x64's changelog.
[1.11.31] - 2025-06-05
Bug Fixes
(es/codegen) Exclude
constructorfrom source map names (#10551) (ef85640)(es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)
(es/minifier) Inline object of member if prop is an ident (#10548) (e554381)
(es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)
(es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)
(es/react-compiler) Fix usefulness detection (#10506) (41075a1)
(swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)
(swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)
... (truncated)
Commits
400398dchore: Publish1.11.31withswc_corev26.4.51df4fc4chore: Update changelog7fc3030chore: Publish1.11.31-nightly-20250605.2withswc_corev26.4.52b284e1chore(ecosystem-ci): Excludets-node7a849aachore: Update changelogb132c2cchore: Publish1.11.31-nightly-20250605.1withswc_corev26.4.5dbaab45chore: Publish crates withswc_corev26.4.5ef85640fix(es/codegen): Excludeconstructorfrom source map names (#10551)ea311edchore: Publish crates withswc_corev26.4.42a2b284fix(swc_common): Revert skip condition patch (#10564)- Additional commits viewable in compare view
Updates @swc/core-linux-arm-gnueabihf from 1.11.29 to 1.11.31
Changelog
Sourced from @swc/core-linux-arm-gnueabihf's changelog.
[1.11.31] - 2025-06-05
Bug Fixes
(es/codegen) Exclude
constructorfrom source map names (#10551) (ef85640)(es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)
(es/minifier) Inline object of member if prop is an ident (#10548) (e554381)
(es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)
(es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)
(es/react-compiler) Fix usefulness detection (#10506) (41075a1)
(swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)
(swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)
... (truncated)
Commits
400398dchore: Publish1.11.31withswc_corev26.4.51df4fc4chore: Update changelog7fc3030chore: Publish1.11.31-nightly-20250605.2withswc_corev26.4.52b284e1chore(ecosystem-ci): Excludets-node7a849aachore: Update changelogb132c2cchore: Publish1.11.31-nightly-20250605.1withswc_corev26.4.5dbaab45chore: Publish crates withswc_corev26.4.5ef85640fix(es/codegen): Excludeconstructorfrom source map names (#10551)ea311edchore: Publish crates withswc_corev26.4.42a2b284fix(swc_common): Revert skip condition patch (#10564)- Additional commits viewable in compare view
Updates @swc/core-linux-arm64-gnu from 1.11.29 to 1.11.31
Changelog
Sourced from @swc/core-linux-arm64-gnu's changelog.
[1.11.31] - 2025-06-05
Bug Fixes
(es/codegen) Exclude
constructorfrom source map names (#10551) (ef85640)(es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)
(es/minifier) Inline object of member if prop is an ident (#10548) (e554381)
(es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)
(es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)
(es/react-compiler) Fix usefulness detection (#10506) (41075a1)
(swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)
(swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)
... (truncated)
Commits
400398dchore: Publish1.11.31withswc_corev26.4.51df4fc4chore: Update changelog7fc3030chore: Publish1.11.31-nightly-20250605.2withswc_corev26.4.52b284e1chore(ecosystem-ci): Excludets-node7a849aachore: Update changelogb132c2cchore: Publish1.11.31-nightly-20250605.1withswc_corev26.4.5dbaab45chore: Publish crates withswc_corev26.4.5ef85640fix(es/codegen): Excludeconstructorfrom source map names (#10551)ea311edchore: Publish crates withswc_corev26.4.42a2b284fix(swc_common): Revert skip condition patch (#10564)- Additional commits viewable in compare view
Updates @swc/core-linux-arm64-musl from 1.11.29 to 1.11.31
Changelog
Sourced from @swc/core-linux-arm64-musl's changelog.
[1.11.31] - 2025-06-05
Bug Fixes
(es/codegen) Exclude
constructorfrom source map names (#10551) (ef85640)(es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)
(es/minifier) Inline object of member if prop is an ident (#10548) (e554381)
(es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)
(es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)
(es/react-compiler) Fix usefulness detection (#10506) (41075a1)
(swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)
(swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)
... (truncated)
Commits
400398dchore: Publish1.11.31withswc_corev26.4.51df4fc4chore: Update changelog7fc3030chore: Publish1.11.31-nightly-20250605.2withswc_corev26.4.52b284e1chore(ecosystem-ci): Excludets-node7a849aachore: Update changelogb132c2cchore: Publish1.11.31-nightly-20250605.1withswc_corev26.4.5dbaab45chore: Publish crates withswc_corev26.4.5ef85640fix(es/codegen): Excludeconstructorfrom source map names (#10551)ea311edchore: Publish crates withswc_corev26.4.42a2b284fix(swc_common): Revert skip condition patch (#10564)- Additional commits viewable in compare view
Updates @swc/core-linux-x64-gnu from 1.11.29 to 1.11.31
Changelog
Sourced from @swc/core-linux-x64-gnu's changelog.
[1.11.31] - 2025-06-05
Bug Fixes
(es/codegen) Exclude
constructorfrom source map names (#10551) (ef85640)(es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)
(es/minifier) Inline object of member if prop is an ident (#10548) (e554381)
(es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)
(es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)
(es/react-compiler) Fix usefulness detection (#10506) (41075a1)
(swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)
(swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)
... (truncated)
Commits
400398dchore: Publish1.11.31withswc_corev26.4.51df4fc4chore: Update changelog7fc3030chore: Publish1.11.31-nightly-20250605.2withswc_corev26.4.52b284e1chore(ecosystem-ci): Excludets-node7a849aachore: Update changelogb132c2cchore: Publish1.11.31-nightly-20250605.1withswc_corev26.4.5dbaab45chore: Publish crates withswc_corev26.4.5ef85640fix(es/codegen): Excludeconstructorfrom source map names (#10551)ea311edchore: Publish crates withswc_corev26.4.42a2b284fix(swc_common): Revert skip condition patch (#10564)- Additional commits viewable in compare view
Updates @swc/core-linux-x64-musl from 1.11.29 to 1.11.31
<details...
Description has been truncated
Pull Request Statistics
5
4
+103
-103
Package Dependencies
@swc/core-linux-arm-gnueabihf
npm
1.11.29 → 1.11.31
Patch
@swc/core-linux-arm64-gnu
npm
1.11.29 → 1.11.31
Patch
@swc/core-linux-arm64-musl
npm
1.11.29 → 1.11.31
Patch
@swc/core-linux-x64-gnu
npm
1.11.29 → 1.11.31
Patch
@swc/core-linux-x64-musl
npm
1.11.29 → 1.11.31
Patch
@swc/core-win32-arm64-msvc
npm
1.11.29 → 1.11.31
Patch
@swc/core-win32-ia32-msvc
npm
1.11.29 → 1.11.31
Patch
@swc/core-win32-x64-msvc
npm
1.11.29 → 1.11.31
Patch
Technical Details
| ID: | 39681 |
| UUID: | 2570693368 |
| Node ID: | PR_kwDOKvqLmM6ZOar4 |
| Host: | GitHub |
| Repository: | mattfsourcecode/fastify-swc-typescript-server |
| Merge State: | Unknown |