Bump the development-version-updates group with 55 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(4 months ago)
(4 months ago)
(4 months ago)
by github-actions[bot]
dependencies javascript
Bumps the development-version-updates group with 55 updates:
Updates @types/jasmine from 5.1.8 to 5.1.9
Commits
- See full diff in compare view
Updates @types/node from 22.17.1 to 22.17.2
Commits
- See full diff in compare view
Updates typescript-eslint from 8.39.1 to 8.40.0
Release notes
Sourced from typescript-eslint's releases.
v8.40.0
8.40.0 (2025-08-18)
🩹 Fixes
- typescript-eslint: export
plugin,parser, andconfigsthat are compatible with bothdefineConfig()andtseslint.config()(#11475)- typescript-estree: correct range of import assertion with trailing comma (#11478)
- utils: correct
calculateConfigForFilereturn type (#11451)❤️ Thank You
- Kirk Waiblinger
@​kirkwaiblinger- Nolan Gajdascz
@​GajdasczYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.40.0 (2025-08-18)
🩹 Fixes
- typescript-eslint: export
plugin,parser, andconfigsthat are compatible with bothdefineConfig()andtseslint.config()(#11475)❤️ Thank You
- Kirk Waiblinger
@​kirkwaiblingerYou can read about our versioning strategy and releases on our website.
Commits
60c3b26chore(release): publish 8.40.03426f0dfix(typescript-eslint): exportplugin,parser, andconfigsthat are com...- See full diff in compare view
Updates @babel/helper-create-class-features-plugin from 7.27.1 to 7.28.3
Release notes
Sourced from @​babel/helper-create-class-features-plugin's releases.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@​nicolo-ribaudo):bug: Bug Fix
babel-parser
- #17465 fix(parser/typescript): parse
import("./a", {with:{},})(@​easrng)- #17478 fix(parser): stop subscript parsing on async arrow (
@​JLHwung):nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@​nicolo-ribaudo):memo: Documentation
- #17448 move eslint-{parser,plugin} docs to the website (
@​JLHwung):house: Internal
- #17454 Enable type checking for
scriptsandbabel-worker.cjs(@​JLHwung):microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions
- #17444 Optimize do expression output (
@​JLHwung)Committers: 5
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Jam Balaya (
@​JamBalaya56562)- Nicolò Ribaudo (
@​nicolo-ribaudo)- easrng (
@​easrng)v7.28.2 (2025-07-24)
Thanks
@​souhailaSfor your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@​nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@​liuxingbaoyu)Committers: 4
- Babel Bot (
@​babel-bot)- Nicolò Ribaudo (
@​nicolo-ribaudo)- SOUHAILA SERBOUT (
@​souhailaS)@​liuxingbaoyuv7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @​babel/helper-create-class-features-plugin's changelog.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@​nicolo-ribaudo):bug: Bug Fix
babel-parser
- #17465 fix(parser/typescript): parse
import("./a", {with:{},})(@​easrng)- #17478 fix(parser): stop subscript parsing on async arrow (
@​JLHwung):nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@​nicolo-ribaudo):memo: Documentation
- #17448 move eslint-{parser,plugin} docs to the website (
@​JLHwung):house: Internal
- #17454 Enable type checking for
scriptsandbabel-worker.cjs(@​JLHwung):microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions
- #17444 Optimize do expression output (
@​JLHwung)v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@​nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@​liuxingbaoyu)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
regeneratorcorrectly handlesthrowoutside oftry(@​liuxingbaoyu):memo: Documentation
babel-types
- #17422 Add missing FunctionParameter docs (
@​JLHwung):leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-types
- #17432 Do not mark OptionalMemberExpresion as LVal (
@​JLHwung)v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@​liuxingbaoyu)babel-types
... (truncated)
Commits
Updates @babel/helper-module-transforms from 7.27.3 to 7.28.3
Release notes
Sourced from @​babel/helper-module-transforms's releases.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@​nicolo-ribaudo):bug: Bug Fix
babel-parser
- #17465 fix(parser/typescript): parse
import("./a", {with:{},})(@​easrng)- #17478 fix(parser): stop subscript parsing on async arrow (
@​JLHwung):nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@​nicolo-ribaudo):memo: Documentation
- #17448 move eslint-{parser,plugin} docs to the website (
@​JLHwung):house: Internal
- #17454 Enable type checking for
scriptsandbabel-worker.cjs(@​JLHwung):microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions
- #17444 Optimize do expression output (
@​JLHwung)Committers: 5
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Jam Balaya (
@​JamBalaya56562)- Nicolò Ribaudo (
@​nicolo-ribaudo)- easrng (
@​easrng)v7.28.2 (2025-07-24)
Thanks
@​souhailaSfor your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@​nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@​liuxingbaoyu)Committers: 4
- Babel Bot (
@​babel-bot)- Nicolò Ribaudo (
@​nicolo-ribaudo)- SOUHAILA SERBOUT (
@​souhailaS)@​liuxingbaoyuv7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @​babel/helper-module-transforms's changelog.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@​nicolo-ribaudo):bug: Bug Fix
babel-parser
- #17465 fix(parser/typescript): parse
import("./a", {with:{},})(@​easrng)- #17478 fix(parser): stop subscript parsing on async arrow (
@​JLHwung):nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@​nicolo-ribaudo):memo: Documentation
- #17448 move eslint-{parser,plugin} docs to the website (
@​JLHwung):house: Internal
- #17454 Enable type checking for
scriptsandbabel-worker.cjs(@​JLHwung):microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions
- #17444 Optimize do expression output (
@​JLHwung)v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@​nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@​liuxingbaoyu)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
regeneratorcorrectly handlesthrowoutside oftry(@​liuxingbaoyu):memo: Documentation
babel-types
- #17422 Add missing FunctionParameter docs (
@​JLHwung):leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-types
- #17432 Do not mark OptionalMemberExpresion as LVal (
@​JLHwung)v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@​liuxingbaoyu)babel-types
... (truncated)
Commits
ef155f5v7.28.398d18aaMisc: Cleanup Babel 8 tasks (#17429)- See full diff in compare view
Updates @babel/helper-wrap-function from 7.27.1 to 7.28.3
Release notes
Sourced from @​babel/helper-wrap-function's releases.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@​nicolo-ribaudo):bug: Bug Fix
babel-parser
- #17465 fix(parser/typescript): parse
import("./a", {with:{},})(@​easrng)- #17478 fix(parser): stop subscript parsing on async arrow (
@​JLHwung):nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@​nicolo-ribaudo):memo: Documentation
- #17448 move eslint-{parser,plugin} docs to the website (
@​JLHwung):house: Internal
- #17454 Enable type checking for
scriptsandbabel-worker.cjs(@​JLHwung):microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions
- #17444 Optimize do expression output (
@​JLHwung)Committers: 5
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Jam Balaya (
@​JamBalaya56562)- Nicolò Ribaudo (
@​nicolo-ribaudo)- easrng (
@​easrng)v7.28.2 (2025-07-24)
Thanks
@​souhailaSfor your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@​nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@​liuxingbaoyu)Committers: 4
- Babel Bot (
@​babel-bot)- Nicolò Ribaudo (
@​nicolo-ribaudo)- SOUHAILA SERBOUT (
@​souhailaS)@​liuxingbaoyuv7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @​babel/helper-wrap-function's changelog.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@​nicolo-ribaudo):bug: Bug Fix
babel-parser
- #17465 fix(parser/typescript): parse
import("./a", {with:{},})(@​easrng)- #17478 fix(parser): stop subscript parsing on async arrow (
@​JLHwung):nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@​nicolo-ribaudo):memo: Documentation
- #17448 move eslint-{parser,plugin} docs to the website (
@​JLHwung):house: Internal
- #17454 Enable type checking for
scriptsandbabel-worker.cjs(@​JLHwung):microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions
- #17444 Optimize do expression output (
@​JLHwung)v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@​nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@​liuxingbaoyu)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
regeneratorcorrectly handlesthrowoutside oftry(@​liuxingbaoyu):memo: Documentation
babel-types
- #17422 Add missing FunctionParameter docs (
@​JLHwung):leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-types
- #17432 Do not mark OptionalMemberExpresion as LVal (
@​JLHwung)v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@​liuxingbaoyu)babel-types
... (truncated)
Commits
ef155f5v7.28.3741cbd2chore: fix various typos across codebase (#17476)- See full diff in compare view
Updates @babel/helpers from 7.28.2 to 7.28.3
Release notes
Sourced from @​babel/helpers's releases.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@​nicolo-ribaudo):bug: Bug Fix
babel-parser
- #17465 fix(parser/typescript): parse
import("./a", {with:{},})(@​easrng)- #17478 fix(parser): stop subscript parsing on async arrow (
@​JLHwung):nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@​nicolo-ribaudo):memo: Documentation
- #17448 move eslint-{parser,plugin} docs to the website (
@​JLHwung):house: Internal
- #17454 Enable type checking for
scriptsandbabel-worker.cjs(@​JLHwung):microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions
- #17444 Optimize do expression output (
@​JLHwung)Committers: 5
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Jam Balaya (
@​JamBalaya56562)- Nicolò Ribaudo (
@​nicolo-ribaudo)- easrng (
@​easrng)
Changelog
Sourced from @​babel/helpers's changelog.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@​nicolo-ribaudo):bug: Bug Fix
babel-parser
- #17465 fix(parser/typescript): parse
import("./a", {with:{},})(@​easrng)- #17478 fix(parser): stop subscript parsing on async arrow (
@​JLHwung):nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@​nicolo-ribaudo):memo: Documentation
- #17448 move eslint-{parser,plugin} docs to the website (
@​JLHwung):house: Internal
- #17454 Enable type checking for
scriptsandbabel-worker.cjs(@​JLHwung):microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions
- #17444 Optimize do expression output (
@​JLHwung)
Commits
ef155f5v7.28.3741cbd2chore: fix various typos across codebase (#17476)- See full diff in compare view
Updates @babel/parser from 7.28.0 to 7.28.3
Release notes
Sourced from @​babel/parser's releases.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@​nicolo-ribaudo):bug: Bug Fix
babel-parser
- #17465 fix(parser/typescript): parse
import("./a", {with:{},})(@​easrng)- #17478 fix(parser): stop subscript parsing on async arrow (
@​JLHwung):nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@​nicolo-ribaudo):memo: Documentation
- #17448 move eslint-{parser,plugin} docs to the website (
@​JLHwung):house: Internal
- #17454 Enable type checking for
scriptsandbabel-worker.cjs(@​JLHwung):microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions
- #17444 Optimize do expression output (
@​JLHwung)Committers: 5
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Jam Balaya (
@​JamBalaya56562)- Nicolò Ribaudo (
@​nicolo-ribaudo)- easrng (
@​easrng)v7.28.2 (2025-07-24)
Thanks
@​souhailaSfor your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@​nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@​liuxingbaoyu)Committers: 4
- Babel Bot (
@​babel-bot)- Nicolò Ribaudo (
@​nicolo-ribaudo)- SOUHAILA SERBOUT (
@​souhailaS)@​liuxingbaoyuv7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @​babel/parser's changelog.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@​nicolo-ribaudo):bug: Bug Fix
babel-parser
- #17465 fix(parser/typescript): parse
import("./a", {with:{},})(@​easrng)- #17478 fix(parser): stop subscript parsing on async arrow (
@​JLHwung):nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@​nicolo-ribaudo):memo: Documentation
- #17448 move eslint-{parser,plugin} docs to the website (
@​JLHwung):house: Internal
- #17454 Enable type checking for
scriptsandbabel-worker.cjs(@​JLHwung):microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions
- #17444 Optimize do expression output (
@​JLHwung)v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@​nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@​liuxingbaoyu)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
regeneratorcorrectly handlesthrowoutside oftry(@​liuxingbaoyu):memo: Documentation
babel-types
- #17422 Add missing FunctionParameter docs (
@​JLHwung):leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-types
- #17432 Do not mark OptionalMemberExpresion as LVal (
@​JLHwung)
Commits
Updates @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly from 7.27.1 to 7.28.3
Release notes
Sourced from @​babel/plugin-bugfix-v8-static-class-fields-redefine-readonly's releases.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@​nicolo-ribaudo):bug: Bug Fix
babel-parser
- #17465 fix(parser/typescript): parse
import("./a", {with:{},})(@​easrng)- #17478 fix(parser): stop subscript parsing on async arrow (
@​JLHwung):nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@​nicolo-ribaudo):memo: Documentation
- #17448 move eslint-{parser,plugin} docs to the website (
@​JLHwung):house: Internal
- #17454 Enable type checking for
scriptsandbabel-worker.cjs(@​JLHwung):microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions
- #17444 Optimize do expression output (
@​JLHwung)Committers: 5
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Jam Balaya (
@​JamBalaya56562)- Nicolò Ribaudo (
@​nicolo-ribaudo)- easrng (
@​easrng)v7.28.2 (2025-07-24)
Thanks
@​souhailaSfor your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@​nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@​liuxingbaoyu)Committers: 4
- Babel Bot (
@​babel-bot)- Nicolò Ribaudo (
@​nicolo-ribaudo)- SOUHAILA SERBOUT (
@​souhailaS)@​liuxingbaoyuv7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @​babel/plugin-bugfix-v8-static-class-fields-redefine-readonly's changelog.
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@​nicolo-ribaudo):bug: Bug Fix
babel-parser
- #17465 fix(parser/typescript): parse
import("./a", {with:{},})(@​easrng)- #17478 fix(parser): stop subscript parsing on async arrow (
@​JLHwung):nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@​nicolo-ribaudo):memo: Documentation
- #17448 move eslint-{parser,plugin} docs to the website (
@​JLHwung):house: Internal
- #17454 Enable type checking for
scriptsandbabel-worker.cjs(@​JLHwung):microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions
- #17444 Optimize do expression output (
@​JLHwung)v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@​nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@​liuxingbaoyu)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
regeneratorcorrectly handlesthrowoutside oftry(@​liuxingbaoyu):memo: Documentation
babel-types
- #17422 Add missing FunctionParameter docs (
@​JLHwung):leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-types
- #17432 Do not mark OptionalMemberExpresion as LVal (
@​JLHwung)v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@​liuxingbaoyu)babel-types
... (truncated)
Pull Request Statistics
1
1
+292
-258
Package Dependencies
@typescript-eslint/parser
npm
8.39.1 → 8.40.0
Minor
@typescript-eslint/eslint-plugin
npm
8.39.1 → 8.40.0
Minor
caniuse-lite
npm
1.0.30001734 → 1.0.30001735
Patch
@typescript-eslint/project-service
npm
8.39.1 → 8.40.0
Minor
@typescript-eslint/scope-manager
npm
8.39.1 → 8.40.0
Minor
@typescript-eslint/tsconfig-utils
npm
8.39.1 → 8.40.0
Minor
@typescript-eslint/type-utils
npm
8.39.1 → 8.40.0
Minor
@typescript-eslint/types
npm
8.39.1 → 8.40.0
Minor
@typescript-eslint/typescript-estree
npm
8.39.1 → 8.40.0
Minor
@typescript-eslint/utils
npm
8.39.1 → 8.40.0
Minor
@typescript-eslint/visitor-keys
npm
8.39.1 → 8.40.0
Minor
npm
7.27.1 → 7.28.3
Minor
@babel/helper-module-transforms
npm
7.27.3 → 7.28.3
Minor
@babel/helper-wrap-function
npm
7.27.1 → 7.28.3
Minor
npm
7.27.1 → 7.28.3
Minor
npm
7.27.1 → 7.28.3
Minor
@babel/plugin-transform-classes
npm
7.28.0 → 7.28.3
Patch
@babel/plugin-transform-regenerator
npm
7.28.1 → 7.28.3
Patch
@jridgewell/gen-mapping
npm
0.3.12 → 0.3.13
Patch
@jridgewell/sourcemap-codec
npm
1.5.4 → 1.5.5
Patch
@jridgewell/trace-mapping
npm
0.3.29 → 0.3.30
Patch
@napi-rs/nice-android-arm-eabi
npm
1.0.4 → 1.1.1
Minor
@napi-rs/nice-android-arm64
npm
1.0.4 → 1.1.1
Minor
@napi-rs/nice-darwin-arm64
npm
1.0.4 → 1.1.1
Minor
@napi-rs/nice-freebsd-x64
npm
1.0.4 → 1.1.1
Minor
@napi-rs/nice-linux-arm-gnueabihf
npm
1.0.4 → 1.1.1
Minor
@napi-rs/nice-linux-arm64-gnu
npm
1.0.4 → 1.1.1
Minor
@napi-rs/nice-linux-arm64-musl
npm
1.0.4 → 1.1.1
Minor
@napi-rs/nice-linux-ppc64-gnu
npm
1.0.4 → 1.1.1
Minor
@napi-rs/nice-linux-riscv64-gnu
npm
1.0.4 → 1.1.1
Minor
@napi-rs/nice-linux-s390x-gnu
npm
1.0.4 → 1.1.1
Minor
@napi-rs/nice-linux-x64-gnu
npm
1.0.4 → 1.1.1
Minor
@napi-rs/nice-linux-x64-musl
npm
1.0.4 → 1.1.1
Minor
@napi-rs/nice-win32-arm64-msvc
npm
1.0.4 → 1.1.1
Minor
@napi-rs/nice-win32-ia32-msvc
npm
1.0.4 → 1.1.1
Minor
@napi-rs/nice-win32-x64-msvc
npm
1.0.4 → 1.1.1
Minor
@inquirer/external-editor
npm
1.0.0 → 1.0.1
Patch
Technical Details
| ID: | 5353974 |
| UUID: | 2755538219 |
| Node ID: | PR_kwDONUyxgM6kPi0r |
| Host: | GitHub |
| Repository: | mrlonis/example-angular-theme-lib |
| Merge State: | Unknown |