Bump the packages group with 27 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 2
(6 months ago)
(6 months ago)
(6 months ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the packages group with 27 updates:
| Package | From | To |
|---|---|---|
| @types/node | 22.15.21 |
22.15.23 |
| typescript-eslint | 8.32.1 |
8.33.0 |
| vercel | 42.1.1 |
42.2.0 |
| @babel/compat-data | 7.27.2 |
7.27.3 |
| @babel/core | 7.27.1 |
7.27.3 |
| @babel/generator | 7.27.1 |
7.27.3 |
| @babel/helper-module-transforms | 7.27.1 |
7.27.3 |
| @babel/helpers | 7.27.1 |
7.27.3 |
| @babel/parser | 7.27.2 |
7.27.3 |
| @babel/traverse | 7.27.1 |
7.27.3 |
| @babel/types | 7.27.1 |
7.27.3 |
| @typescript-eslint/eslint-plugin | 8.32.1 |
8.33.0 |
| @typescript-eslint/parser | 8.32.1 |
8.33.0 |
| @typescript-eslint/type-utils | 8.32.1 |
8.33.0 |
| @typescript-eslint/utils | 8.32.1 |
8.33.0 |
| @typescript-eslint/visitor-keys | 8.32.1 |
8.33.0 |
| @vercel/gatsby-plugin-vercel-builder | 2.0.81 |
2.0.82 |
| @vercel/hydrogen | 1.2.0 |
1.2.1 |
| @vercel/next | 4.7.11 |
4.8.0 |
| @vercel/node | 5.1.16 |
5.2.0 |
| @vercel/redwood | 2.3.1 |
2.3.2 |
| @vercel/remix-builder | 5.4.7 |
5.4.8 |
| @vercel/static-build | 2.7.7 |
2.7.8 |
| @vercel/static-config | 3.0.0 |
3.1.0 |
| electron-to-chromium | 1.5.158 |
1.5.159 |
| eslint-import-context | 0.1.5 |
0.1.6 |
| zod | 3.25.29 |
3.25.31 |
Updates @types/node from 22.15.21 to 22.15.23
Commits
- See full diff in compare view
Updates typescript-eslint from 8.32.1 to 8.33.0
Release notes
Sourced from typescript-eslint's releases.
v8.33.0
8.33.0 (2025-05-26)
🚀 Features
- create standalone project-service, tsconfig-utils packages (#11182)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.33.0 (2025-05-26)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
Updates vercel from 42.1.1 to 42.2.0
Release notes
Sourced from vercel's releases.
vercel@42.2.0
Minor Changes
Warn when system environment variables are not available (#13357)
Allow configuring functions
architecturevia thevercel.jsonconfiguration (#13344)Patch Changes
Changelog
Sourced from vercel's changelog.
42.2.0
Minor Changes
Warn when system environment variables are not available (#13357)
Allow configuring functions
architecturevia thevercel.jsonconfiguration (#13344)Patch Changes
Commits
Updates @babel/compat-data from 7.27.2 to 7.27.3
Release notes
Sourced from @​babel/compat-data's releases.
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
@​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers in class declaration to expression conversion (@​magic-akari)babel-helper-module-transforms,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari)babel-generator,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung)Committers: 7
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Nicolò Ribaudo (
@​nicolo-ribaudo)- Vik R (
@​vikr01)@​liuxingbaoyu@​magic-akari- fisker Cheung (
@​fisker)
Changelog
Sourced from @​babel/compat-data's changelog.
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
@​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers in class declaration to expression conversion (@​magic-akari)babel-helper-module-transforms,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari)babel-generator,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung)
Commits
da5e371v7.27.3ce7a631Update compat data (#17325)- See full diff in compare view
Updates @babel/core from 7.27.1 to 7.27.3
Release notes
Sourced from @​babel/core's releases.
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
@​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers in class declaration to expression conversion (@​magic-akari)babel-helper-module-transforms,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari)babel-generator,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung)Committers: 7
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Nicolò Ribaudo (
@​nicolo-ribaudo)- Vik R (
@​vikr01)@​liuxingbaoyu@​magic-akari- fisker Cheung (
@​fisker)v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.jscontainsnode:protocol require (@​liuxingbaoyu)- #17291 fix: Private class method not found when TS and estree (
@​liuxingbaoyu)babel-plugin-transform-object-rest-spread
- #17281 Fix: improve object rest handling in array pattern (
@​JLHwung)babel-plugin-transform-modules-commonjs,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@​magic-akari):running_woman: Performance
babel-cli
- #17285 Enable Node compile cache for
@babel/cli(@​JLHwung)Committers: 5
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Nicolò Ribaudo (
@​nicolo-ribaudo)@​liuxingbaoyu@​magic-akari
Changelog
Sourced from @​babel/core's changelog.
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
@​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers in class declaration to expression conversion (@​magic-akari)babel-helper-module-transforms,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari)babel-generator,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung)v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.jscontainsnode:protocol require (@​liuxingbaoyu)- #17291 fix: Private class method not found when TS and estree (
@​liuxingbaoyu)babel-plugin-transform-object-rest-spread
- #17281 Fix: improve object rest handling in array pattern (
@​JLHwung)babel-plugin-transform-modules-commonjs,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@​magic-akari):running_woman: Performance
babel-cli
- #17285 Enable Node compile cache for
@babel/cli(@​JLHwung)
Commits
Updates @babel/generator from 7.27.1 to 7.27.3
Release notes
Sourced from @​babel/generator's releases.
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
@​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers in class declaration to expression conversion (@​magic-akari)babel-helper-module-transforms,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari)babel-generator,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung)Committers: 7
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Nicolò Ribaudo (
@​nicolo-ribaudo)- Vik R (
@​vikr01)@​liuxingbaoyu@​magic-akari- fisker Cheung (
@​fisker)v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.jscontainsnode:protocol require (@​liuxingbaoyu)- #17291 fix: Private class method not found when TS and estree (
@​liuxingbaoyu)babel-plugin-transform-object-rest-spread
- #17281 Fix: improve object rest handling in array pattern (
@​JLHwung)babel-plugin-transform-modules-commonjs,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@​magic-akari):running_woman: Performance
babel-cli
- #17285 Enable Node compile cache for
@babel/cli(@​JLHwung)Committers: 5
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Nicolò Ribaudo (
@​nicolo-ribaudo)@​liuxingbaoyu@​magic-akari
Changelog
Sourced from @​babel/generator's changelog.
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
@​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers in class declaration to expression conversion (@​magic-akari)babel-helper-module-transforms,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari)babel-generator,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung)v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.jscontainsnode:protocol require (@​liuxingbaoyu)- #17291 fix: Private class method not found when TS and estree (
@​liuxingbaoyu)babel-plugin-transform-object-rest-spread
- #17281 Fix: improve object rest handling in array pattern (
@​JLHwung)babel-plugin-transform-modules-commonjs,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@​magic-akari):running_woman: Performance
babel-cli
- #17285 Enable Node compile cache for
@babel/cli(@​JLHwung)
Commits
Updates @babel/helper-module-transforms from 7.27.1 to 7.27.3
Release notes
Sourced from @​babel/helper-module-transforms's releases.
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
@​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers in class declaration to expression conversion (@​magic-akari)babel-helper-module-transforms,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari)babel-generator,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung)Committers: 7
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Nicolò Ribaudo (
@​nicolo-ribaudo)- Vik R (
@​vikr01)@​liuxingbaoyu@​magic-akari- fisker Cheung (
@​fisker)v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.jscontainsnode:protocol require (@​liuxingbaoyu)- #17291 fix: Private class method not found when TS and estree (
@​liuxingbaoyu)babel-plugin-transform-object-rest-spread
- #17281 Fix: improve object rest handling in array pattern (
@​JLHwung)babel-plugin-transform-modules-commonjs,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@​magic-akari):running_woman: Performance
babel-cli
- #17285 Enable Node compile cache for
@babel/cli(@​JLHwung)Committers: 5
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Nicolò Ribaudo (
@​nicolo-ribaudo)@​liuxingbaoyu@​magic-akari
Changelog
Sourced from @​babel/helper-module-transforms's changelog.
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
@​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers in class declaration to expression conversion (@​magic-akari)babel-helper-module-transforms,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari)babel-generator,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung)v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.jscontainsnode:protocol require (@​liuxingbaoyu)- #17291 fix: Private class method not found when TS and estree (
@​liuxingbaoyu)babel-plugin-transform-object-rest-spread
- #17281 Fix: improve object rest handling in array pattern (
@​JLHwung)babel-plugin-transform-modules-commonjs,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@​magic-akari):running_woman: Performance
babel-cli
- #17285 Enable Node compile cache for
@babel/cli(@​JLHwung)
Commits
da5e371v7.27.31d4546bPreserve class id when transforming using declarations with exported class (#...- See full diff in compare view
Updates @babel/helpers from 7.27.1 to 7.27.3
Release notes
Sourced from @​babel/helpers's releases.
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
@​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers in class declaration to expression conversion (@​magic-akari)babel-helper-module-transforms,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari)babel-generator,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung)Committers: 7
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Nicolò Ribaudo (
@​nicolo-ribaudo)- Vik R (
@​vikr01)@​liuxingbaoyu@​magic-akari- fisker Cheung (
@​fisker)v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.jscontainsnode:protocol require (@​liuxingbaoyu)- #17291 fix: Private class method not found when TS and estree (
@​liuxingbaoyu)babel-plugin-transform-object-rest-spread
- #17281 Fix: improve object rest handling in array pattern (
@​JLHwung)babel-plugin-transform-modules-commonjs,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@​magic-akari):running_woman: Performance
babel-cli
- #17285 Enable Node compile cache for
@babel/cli(@​JLHwung)Committers: 5
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Nicolò Ribaudo (
@​nicolo-ribaudo)@​liuxingbaoyu@​magic-akari
Changelog
Sourced from @​babel/helpers's changelog.
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
@​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers in class declaration to expression conversion (@​magic-akari)babel-helper-module-transforms,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari)babel-generator,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung)v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.jscontainsnode:protocol require (@​liuxingbaoyu)- #17291 fix: Private class method not found when TS and estree (
@​liuxingbaoyu)babel-plugin-transform-object-rest-spread
- #17281 Fix: improve object rest handling in array pattern (
@​JLHwung)babel-plugin-transform-modules-commonjs,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@​magic-akari):running_woman: Performance
babel-cli
- #17285 Enable Node compile cache for
@babel/cli(@​JLHwung)
Commits
Updates @babel/parser from 7.27.2 to 7.27.3
Release notes
Sourced from @​babel/parser's releases.
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
- #17324 Improve multiline comments handling in yield/await expression (
@​JLHwung)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17328 Correctly set
.displayNameonGeneratorFunction(@​nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
- #17319 fix: handle shadowed binding in
for using ofbody (@​JLHwung)- #17317 fix: support named evaluation for using declaration (
@​JLHwung)babel-plugin-proposal-decorators,babel-types
- #17321 fix(converter): Remove
abstractmodifiers in class declaration to expression conversion (@​magic-akari)babel-helper-module-transforms,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-umd
- #17257 Preserve class id when transforming using declarations with exported class (
@​JLHwung)babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@​magic-akari)- #17307 fix(parser): Terminate modifier parsing at newline (
@​magic-akari)babel-generator,babel-parser
- #17308 Improve import phase parsing (
@​JLHwung...Description has been truncated
Pull Request Statistics
1
2
+231
-206
Package Dependencies
@typescript-eslint/parser
npm
8.32.1 → 8.33.0
Minor
@typescript-eslint/eslint-plugin
npm
8.32.1 → 8.33.0
Minor
@typescript-eslint/type-utils
npm
8.32.1 → 8.33.0
Minor
@typescript-eslint/utils
npm
8.32.1 → 8.33.0
Minor
@typescript-eslint/visitor-keys
npm
8.32.1 → 8.33.0
Minor
@babel/helper-module-transforms
npm
7.27.1 → 7.27.3
Patch
@vercel/gatsby-plugin-vercel-builder
npm
2.0.81 → 2.0.82
Patch
Technical Details
| ID: | 698508 |
| UUID: | 2547896846 |
| Node ID: | PR_kwDOMzbQP86X3dIO |
| Host: | GitHub |
| Repository: | poad/github-rest-api-executor |
| Merge State: | Unknown |