Bump the npm group across 3 directories with 45 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 2
(6 months ago)
(6 months ago)
dependencies javascript
poad
Bumps the npm group with 4 updates in the /example/app directory: @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/utils and eslint-import-context.
Bumps the npm group with 3 updates in the /example/cdk directory: @types/node, @typescript-eslint/utils and eslint-import-context.
Bumps the npm group with 2 updates in the /package directory: @types/node and @typescript-eslint/utils.
Updates @types/node from 22.15.21 to 22.15.23
Commits
- See full diff in compare view
Updates @types/react from 19.1.5 to 19.1.6
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 @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/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-annotate-as-pure from 7.27.1 to 7.27.3
Release notes
Sourced from @​babel/helper-annotate-as-pure'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-annotate-as-pure'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.34b76a5fEnabledot-notationrule (#17301)- See full diff in compare view
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)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/parser'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.32d0c76eImprove integrations of using declaration with other transforms (#17330)7667b0dfix(parser): properly handle optional markers in generator class methods (#17...3784ab7Improve import phase parsing (#17308)205e1cffix(parser): Terminate modifier parsing at newline (#17307)- See full diff in compare view
Updates @babel/traverse from 7.27.1 to 7.27.3
Release notes
Sourced from @​babel/traverse'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 (
@​J...Description has been truncated
Pull Request Statistics
0
0
+0
-0
Package Dependencies
@babel/helper-annotate-as-pure
npm
7.27.1 → 7.27.3
Patch
@babel/helper-module-transforms
npm
7.27.1 → 7.27.3
Patch
Technical Details
| ID: | 701295 |
| UUID: | 3095694161 |
| Node ID: | PR_kwDOH6QSIM6X4F8t |
| Host: | GitHub |
| Repository: | poad/github-cognito-oidc-proxy |