Bump the development-version-updates group with 37 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(6 months ago)
(6 months ago)
dependencies javascript
Bumps the development-version-updates group with 37 updates:
Updates @types/jasmine from 5.1.7 to 5.1.8
Commits
- See full diff in compare view
 
Updates @types/node from 22.15.3 to 22.15.17
Commits
- See full diff in compare view
 
Updates angular-eslint from 19.3.0 to 19.4.0
Release notes
Sourced from angular-eslint's releases.
v19.4.0
19.4.0 (2025-05-08)
🚀 Features
- eslint-plugin: add rule prefer-output-emitter-ref (#2324)
 - eslint-plugin-template: [no-interpolation-in-attributes] add allowSubstringInterpolation option (#2373)
 - eslint-plugin-template: Add
 prefer-template-literalrule (#2308)🩹 Fixes
- update dependency
 @​angular/compilerto v19.2.10 (#2394)- update dependency ignore to v7.0.4 (#2396)
 - update typescript-eslint packages to v8.32.0 (#2399)
 - update dependency eslint to v9.26.0 (#2409)
 - eslint-plugin-template: [no-any] handle key reads (#1701, #2335)
 - eslint-plugin-template: correct column adjustment for inline template message locations (#2358)
 - eslint-plugin-template: remove backticks from inline template with interpolation (#2368)
 ❤️ Thank You
- daiscog
 @​daiscog- Dave
 @​reduckted- Evgeny Stepanovych
 @​undsoft- Guillaume DROUARD
 
Changelog
Sourced from angular-eslint's changelog.
19.4.0 (2025-05-08)
🚀 Features
- eslint-plugin-template: Add
 prefer-template-literalrule (#2308)- eslint-plugin: add rule prefer-output-emitter-ref (#2324)
 ❤️ Thank You
- Dave
 @​reduckted- Guillaume DROUARD
 
Commits
Updates eslint-plugin-prettier from 5.3.1 to 5.4.0
Release notes
Sourced from eslint-plugin-prettier's releases.
v5.4.0
Minor Changes
- #736
 59a0caeThanks@​yashtech00! - refactor: migrateworker.jstoworker.mjs
Changelog
Sourced from eslint-plugin-prettier's changelog.
5.4.0
Minor Changes
- #736
 59a0caeThanks@​yashtech00! - refactor: migrateworker.jstoworker.mjs
Commits
cd48a27chore: release eslint-plugin-prettier (#737)59a0caerefactor: migrateworker.jstoworker.mjs(#736)- See full diff in compare view
 
Updates typescript-eslint from 8.31.1 to 8.32.0
Release notes
Sourced from typescript-eslint's releases.
v8.32.0
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
 - eslint-plugin: [only-throw-error] add option
 allowRethrowing(#11075)🩹 Fixes
- deps: update dependency typedoc to ^0.28.0 (1fef33521)
 - eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
 - eslint-plugin: [unified-signatures] exempt
 thisfrom optional parameter overload check (#11005)- eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
 - typescript-estree: ensure consistent TSMappedType AST shape (#11086)
 - typescript-estree: correct
 TSImportTypeproperty name whenassert(#11115)❤️ Thank You
- Andy Edwards
 - Dima Barabash
 @​dbarabashh- Kirk Waiblinger
 @​kirkwaiblinger- mdm317
 - overlookmotel
 - Sasha Kondrashov
 - Yukihiro Hasegawa
 @​y-hsgwYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.32.0 (2025-05-05)
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.1 to 7.27.2
Release notes
Sourced from @​babel/compat-data's releases.
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/compat-data's changelog.
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
a8080cdv7.27.21e0bdac[Babel 8] Directly export the JSON files from@babel/compat-data(#17267)- See full diff in compare view
 
Updates @babel/helper-compilation-targets from 7.27.1 to 7.27.2
Release notes
Sourced from @​babel/helper-compilation-targets's releases.
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-compilation-targets's changelog.
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.1 to 7.27.2
Release notes
Sourced from @​babel/parser's releases.
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/parser's changelog.
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
a8080cdv7.27.264378a1fix:@babel/parser/bin/index.jscontainsnode:protocol require (#17289)352e8c0fix: Private class method not found when ts and estree parser plugins are ena...- See full diff in compare view
 
Updates @babel/plugin-transform-object-rest-spread from 7.27.1 to 7.27.2
Release notes
Sourced from @​babel/plugin-transform-object-rest-spread's releases.
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/plugin-transform-object-rest-spread's changelog.
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
a8080cdv7.27.283c72d0Fix: improve object rest handling in array pattern (#17281)- See full diff in compare view
 
Updates @babel/template from 7.27.1 to 7.27.2
Release notes
Sourced from @​babel/template's releases.
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/template's changelog.
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
a8080cdv7.27.259829dbfix(babel-template): Properly handle empty string replacements (#17284)- See full diff in compare view
 
Updates @inquirer/checkbox from 4.1.5 to 4.1.6
Commits
50bac82Publishc2fcf6eFix(@​inquirer/core): Add SIGINT handler to make sure the prompt throw an exit...8378f64Chore: Prepack script to delete workspaces:* devDependencies (#1742)f22f937Chore(deps-dev): Bump the linting group with 4 updates (#1739)ade7de3Chore(deps-dev): Bump@​types/nodefrom 22.15.2 to 22.15.3 (#1740)5533964Chore(deps): Bump vite from 6.2.6 to 6.3.4 in the npm_and_yarn group (#1734)36ae95aChore(deps-dev): Bump@​types/nodefrom 22.14.1 to 22.15.2 (#1732)baeac6cChore(deps-dev): Bump the linting group with 4 updates (#1729)1307aafChore(deps-dev): Bump the testing group with 3 updates (#1730)26f5fe1Chore(deps-dev): Bump turbo from 2.5.0 to 2.5.2 (#1731)- Additional commits viewable in compare view
 
Updates @inquirer/core from 10.1.10 to 10.1.11
Release notes
Sourced from @​inquirer/core's releases.
@​inquirer/core@​10.1.11
- Fix #1741: Issue with SIGINT in some scenarios leaving promises unsettled on exit.
 - Fix: Remove monorepo related dependencies from all artifacts published to
 npm. This removes non-standard version specifiers likeworkspace:*from the public npm packages.
Commits
50bac82Publishc2fcf6eFix(@​inquirer/core): Add SIGINT handler to make sure the prompt throw an exit...8378f64Chore: Prepack script to delete workspaces:* devDependencies (#1742)f22f937Chore(deps-dev): Bump the linting group with 4 updates (#1739)ade7de3Chore(deps-dev): Bump@​types/nodefrom 22.15.2 to 22.15.3 (#1740)5533964Chore(deps): Bump vite from 6.2.6 to 6.3.4 in the npm_and_yarn group (#1734)36ae95aChore(deps-dev): Bump@​types/nodefrom 22.14.1 to 22.15.2 (#1732)baeac6cChore(deps-dev): Bump the linting group with 4 updates (#1729)1307aafChore(deps-dev): Bump the testing group with 3 updates (#1730)26f5fe1Chore(deps-dev): Bump turbo from 2.5.0 to 2.5.2 (#1731)- Additional commits viewable in compare view
 
Updates @inquirer/editor from 4.2.10 to 4.2.11
Commits
50bac82Publishc2fcf6eFix(@​inquirer/core): Add SIGINT handler to make sure the prompt throw an exit...8378f64Chore: Prepack script to delete workspaces:* devDependencies (#1742)f22f937Chore(deps-dev): Bump the linting group with 4 updates (#1739)ade7de3Chore(deps-dev): Bump@​types/nodefrom 22.15.2 to 22.15.3 (#1740)5533964Chore(deps): Bump vite from 6.2.6 to 6.3.4 in the npm_and_yarn group (#1734)36ae95aChore(deps-dev): Bump@​types/nodefrom 22.14.1 to 22.15.2 (#1732)baeac6cChore(deps-dev): Bump the linting group with 4 updates (#1729)1307aafChore(deps-dev): Bump the testing group with 3 updates (#1730)26f5fe1Chore(deps-dev): Bump turbo from 2.5.0 to 2.5.2 (#1731)- Additional commits viewable in compare view
 
Updates @inquirer/expand from 4.0.12 to 4.0.13
Commits
50bac82Publishc2fcf6eFix(@​inquirer/core): Add SIGINT handler to make sure the prompt throw an exit...8378f64Chore: Prepack script to delete workspaces:* devDependencies (#1742)f22f937Chore(deps-dev): Bump the linting group with 4 updates (#1739)ade7de3Chore(deps-dev): Bump@​types/nodefrom 22.15.2 to 22.15.3 (#1740)5533964Chore(deps): Bump vite from 6.2.6 to 6.3.4 in the npm_and_yarn group (#1734)36ae95aChore(deps-dev): Bump@​types/nodefrom 22.14.1 to 22.15.2 (#1732)baeac6cChore(deps-dev): Bump the linting group with 4 updates (#1729)1307aafChore(deps-dev): Bump the testing group with 3 updates (#1730)26f5fe1Chore(deps-dev): Bump turbo from 2.5.0 to 2.5.2 (#1731)- Additional commits viewable in compare view
 
Updates @inquirer/input from 4.1.9 to 4.1.10
Commits
50bac82Publishc2fcf6eFix(@​inquirer/core): Add SIGINT handler to make sure the prompt throw an exit...8378f64Chore: Prepack script to delete workspaces:* devDependencies (#1742)f22f937Chore(deps-dev): Bump the linting group with 4 updates (#1739)ade7de3Chore(deps-dev): Bump@​types/nodefrom 22.15.2 to 22.15.3 (#1740)5533964Chore(deps): Bump vite from 6.2.6 to 6.3.4 in the npm_and_yarn group (#1734)36ae95aChore(deps-dev): Bump@​types/nodefrom 22.14.1 to 22.15.2 (#1732)baeac6cChore(deps-dev): Bump the linting group with 4 updates (#1729)1307aafChore(deps-dev): Bump the testing group with 3 updates (#1730)26f5fe1Chore(deps-dev): Bump turbo from 2.5.0 to 2.5.2 (#1731)- Additional commits viewable in compare view
 
Updates @inquirer/number from 3.0.12 to 3.0.13
Commits
50bac82Publishc2fcf6eFix(@​inquirer/core): Add SIGINT handler to make sure the prompt throw an exit...8378f64Chore: Prepack script to delete workspaces:* devDependencies (#1742)f22f937Chore(deps-dev): Bump the linting group with 4 updates (#1739)ade7de3Chore(deps-dev): Bump@​types/nodefrom 22.15.2 to 22.15.3 (#1740)5533964Chore(deps): Bump vite from 6.2.6 to 6.3.4 in the npm_and_yarn group (#1734)36ae95aChore(deps-dev): Bump@​types/nodefrom 22.14.1 to 22.15.2 (#1732)baeac6cChore(deps-dev): Bump the linting group with 4 updates (#1729)1307aafChore(deps-dev): Bump the testing group with 3 updates (#1730)26f5fe1Chore(deps-dev): Bump turbo from 2.5.0 to 2.5.2 (#1731)- Additional commits viewable in compare view
 
Updates @inquirer/password from 4.0.12 to 4.0.13
Commits
50bac82Publishc2fcf6eFix(@​inquirer/core): Add SIGINT handler to make sure the prompt throw an exit...8378f64Chore: Prepack script to delete workspaces:* devDependencies (#1742)f22f937Chore(deps-dev): Bump the linting group with 4 updates (#1739)ade7de3Chore(deps-dev): Bump@​types/nodefrom 22.15.2 to 22.15.3 (#1740)5533964Chore(deps): Bump vite from 6.2.6 to 6.3.4 in the npm_and_yarn group (#1734)36ae95aChore(deps-dev): Bump@​types/nodefrom 22.14.1 to 22.15.2 (#1732)baeac6cChore(deps-dev): Bump the linting group with 4 updates (#1729)1307aafChore(deps-dev): Bump the testing group with 3 updates (#1730)26f5fe1Chore(deps-dev): Bump turbo from 2.5.0 to 2.5.2 (#1731)- Additional commits viewable in compare view
 
Updates @inquirer/rawlist from 4.1.0 to 4.1.1
Commits
50bac82Publishc2fcf6eFix(@​inquirer/core): Add SIGINT handler to make sure the prompt throw an exit...8378f64Chore: Prepack script to delete workspaces:* devDependencies (#1742)f22f937Chore(deps-dev): Bump the linting group with 4 updates (#1739)ade7de3Chore(deps-dev): Bump@​types/nodefrom 22.15.2 to 22.15.3 (#1740)5533964Chore(deps): Bump vite from 6.2.6 to 6.3.4 in the npm_and_yarn group (#1734)36ae95aChore(deps-dev): Bump@​types/nodefrom 22.14.1 to 22.15.2 (#1732)baeac6cChore(deps-dev): Bump the linting group with 4 updates (#1729)1307aafChore(deps-dev): Bump the testing group with 3 updates (#1730)26f5fe1Chore(deps-dev): Bump turbo from 2.5.0 to 2.5.2 (#1731)- See full diff in compare view
 
Updates @inquirer/search from 3.0.12 to 3.0.13
Commits
50bac82Publishc2fcf6eFix(@​inquirer/core): Add SIGINT handler to make sure the prompt throw an exit...8378f64Chore: Prepack script to delete workspaces:* devDependencies (#1742)f22f937Chore(deps-dev): Bump the linting group with 4 updates (#1739)ade7de3Chore(deps-dev): Bump@​types/nodefrom 22.15.2 to 22.15.3 (#1740)5533964Chore(deps): Bump vite from 6.2.6 to 6.3.4 in the npm_and_yarn group (#1734)36ae95aChore(deps-dev): Bump@​types/nodefrom 22.14.1 to 22.15.2 (#1732)baeac6cChore(deps-dev): Bump the linting group with 4 updates (#1729)1307aafChore(deps-dev): Bump the testing group with 3 updates (#1730)26f5fe1Chore(deps-dev): Bump turbo from 2.5.0 to 2.5.2 (#1731)- Additional commits viewable in compare view
 
Updates @inquirer/select from 4.2.0 to 4.2.1
Package Dependencies
@typescript-eslint/parser
                  npm
8.31.1 → 8.32.0
                    Minor
@typescript-eslint/eslint-plugin
                  npm
8.31.1 → 8.32.0
                    Minor
@typescript-eslint/scope-manager
                  npm
8.31.1 → 8.32.0
                    Minor
@typescript-eslint/type-utils
                  npm
8.31.1 → 8.32.0
                    Minor
@typescript-eslint/types
                  npm
8.31.1 → 8.32.0
                    Minor
@typescript-eslint/typescript-estree
                  npm
8.31.1 → 8.32.0
                    Minor
@typescript-eslint/utils
                  npm
8.31.1 → 8.32.0
                    Minor
@typescript-eslint/visitor-keys
                  npm
8.31.1 → 8.32.0
                    Minor
@babel/helper-compilation-targets
                  npm
7.27.1 → 7.27.2
                    Patch
npm
7.27.1 → 7.27.2
                    Patch
@modelcontextprotocol/sdk
                  npm
1.11.0 → 1.11.1
                    Patch
Technical Details
| ID: | 969505 | 
            
| UUID: | 2513028846 | 
            
| Node ID: | PR_kwDONZpH_s6Vycbu | 
            
| Host: | GitHub | 
| Repository: | mrlonis/example-angular-async | 
| Merge State: | Unknown |