Bump the development-version-updates group with 16 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(12 months ago)
(12 months ago)
(12 months ago)
by github-actions[bot]
dependencies javascript
Bumps the development-version-updates group with 16 updates:
| Package | From | To |
|---|---|---|
| @angular/cli | 19.2.16 |
19.2.17 |
| @types/node | 22.18.4 |
22.18.6 |
| eslint | 9.35.0 |
9.36.0 |
| eslint-plugin-depend | 1.2.0 |
1.3.1 |
| lint-staged | 16.1.6 |
16.2.0 |
| start-server-and-test | 2.1.0 |
2.1.2 |
| typescript-eslint | 8.44.0 |
8.44.1 |
| @jsonjoy.com/json-pack | 1.11.0 |
1.14.0 |
| @rollup/wasm-node | 4.50.2 |
4.52.0 |
| baseline-browser-mapping | 2.8.4 |
2.8.6 |
| browserslist | 4.26.0 |
4.26.2 |
| caniuse-lite | 1.0.30001741 |
1.0.30001743 |
| electron-to-chromium | 1.5.218 |
1.5.222 |
| is-network-error | 1.1.0 |
1.3.0 |
| memfs | 4.39.0 |
4.43.0 |
| regexpu-core | 6.3.1 |
6.4.0 |
Updates @angular/cli from 19.2.16 to 19.2.17
Release notes
Sourced from @angular/cli's releases.
19.2.17
@angular/build
Commit Description update viteto6.3.6
Changelog
Sourced from @angular/cli's changelog.
19.2.17 (2025-09-17)
@angular/build
Commit Type Description 365d525b5 fix update viteto6.3.620.3.1 (2025-09-11)
@angular/build
Commit Type Description be60be499 fix add timestamp to bundle generation log d60f4e53d fix update vite to version 7.1.518.2.21 (2025-09-10)
Breaking Changes
@angular/ssr
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
const bootstrap = () => bootstrapApplication(AppComponent, config);After:
const bootstrap = (context: BootstrapContext) => bootstrapApplication(AppComponent, config, context);
@angular-devkit/build-angular
Commit Type Description
... (truncated)
Commits
12b0a1frelease: cut the v19.2.17 release365d525fix(@angular/build): updateviteto6.3.63ea403aci: several CI fixes- See full diff in compare view
Updates @types/node from 22.18.4 to 22.18.6
Commits
- See full diff in compare view
Updates eslint from 9.35.0 to 9.36.0
Release notes
Sourced from eslint's releases.
v9.36.0
Features
Bug Fixes
75b74d8fix: add missing rule option types (#20127) (ntnyq)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116) (루밀LuMir)7d61b7ffix: add missing scope types toScope.type(#20110) (Pixel998)7a670c3fix: correct rule option typings inrules.d.ts(#20084) (Pixel998)Documentation
b73ab12docs: update examples to usedefineConfig(#20131) (sethamus)31d9392docs: fix typos (#20118) (Pixel998)c7f861bdocs: Update README (GitHub Actions Bot)6b0c08bdocs: Update README (GitHub Actions Bot)91f97c5docs: Update README (GitHub Actions Bot)Chores
12411e8chore: upgrade@eslint/js@9.36.0 (#20139) (Milos Djermanovic)488cba6chore: package.json update for@eslint/jsrelease (Jenkins)bac82a2ci: simplify renovate configuration (#19907) (唯然)c00bb37ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])fee751drefactor: usedefaultOptionsin rules (#20121) (Pixel998)1ace67dchore: update example to usedefineConfig(#20111) (루밀LuMir)4821963test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)b42c42echore: disallow use of deprecatedtypeproperty in core rule tests (#20094) (Milos Djermanovic)7bb498dtest: remove deprecatedtypeproperty from core rule tests (#20093) (Pixel998)e10cf2aci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])5cb0ce4refactor: usemeta.defaultOptionsinpreserve-caught-error(#20080) (Pixel998)f9f7cb5chore: package.json update for eslint-config-eslint release (Jenkins)81764b2chore: updateeslintpeer dependency ineslint-config-eslint(#20079) (Milos Djermanovic)
Changelog
Sourced from eslint's changelog.
v9.36.0 - September 19, 2025
12411e8chore: upgrade@eslint/js@9.36.0 (#20139) (Milos Djermanovic)488cba6chore: package.json update for@eslint/jsrelease (Jenkins)b73ab12docs: update examples to usedefineConfig(#20131) (sethamus)47afcf6feat: correctpreserve-caught-erroredge cases (#20109) (Francesco Trotta)75b74d8fix: add missing rule option types (#20127) (ntnyq)bac82a2ci: simplify renovate configuration (#19907) (唯然)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116) (루밀LuMir)c00bb37ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])fee751drefactor: usedefaultOptionsin rules (#20121) (Pixel998)31d9392docs: fix typos (#20118) (Pixel998)7d61b7ffix: add missing scope types toScope.type(#20110) (Pixel998)1ace67dchore: update example to usedefineConfig(#20111) (루밀LuMir)4821963test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)c7f861bdocs: Update README (GitHub Actions Bot)6b0c08bdocs: Update README (GitHub Actions Bot)7a670c3fix: correct rule option typings inrules.d.ts(#20084) (Pixel998)b42c42echore: disallow use of deprecatedtypeproperty in core rule tests (#20094) (Milos Djermanovic)7bb498dtest: remove deprecatedtypeproperty from core rule tests (#20093) (Pixel998)91f97c5docs: Update README (GitHub Actions Bot)e10cf2aci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])5cb0ce4refactor: usemeta.defaultOptionsinpreserve-caught-error(#20080) (Pixel998)f9f7cb5chore: package.json update for eslint-config-eslint release (Jenkins)81764b2chore: updateeslintpeer dependency ineslint-config-eslint(#20079) (Milos Djermanovic)
Commits
b4857e59.36.05878a42Build: changelog update for 9.36.012411e8chore: upgrade@eslint/js@9.36.0 (#20139)488cba6chore: package.json update for@eslint/jsreleaseb73ab12docs: update examples to usedefineConfig(#20131)47afcf6feat: correctpreserve-caught-erroredge cases (#20109)75b74d8fix: add missing rule option types (#20127)bac82a2ci: simplify renovate configuration (#19907)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116)c00bb37ci: bump actions/labeler from 5 to 6 (#20090)- Additional commits viewable in compare view
Updates eslint-plugin-depend from 1.2.0 to 1.3.1
Release notes
Sourced from eslint-plugin-depend's releases.
1.3.1
What's Changed
- fix: mark type import for typescript-estree by
@bluwyin es-tooling/eslint-plugin-depend#56Full Changelog: https://github.com/es-tooling/eslint-plugin-depend/compare/1.3.0...1.3.1
1.3.0
What's Changed
- chore: bump dependencies by
@43081jin es-tooling/eslint-plugin-depend#51- Maintenance, Use
empathicby@beeequeuein es-tooling/eslint-plugin-depend#52- feat: support
@eslint/jsonby@bluwyin es-tooling/eslint-plugin-depend#53- chore: enable trusted publishes by
@43081jin es-tooling/eslint-plugin-depend#54- chore: ignore scripts by
@43081jin es-tooling/eslint-plugin-depend#55New Contributors
@beeequeuemade their first contribution in es-tooling/eslint-plugin-depend#52@bluwymade their first contribution in es-tooling/eslint-plugin-depend#53Full Changelog: https://github.com/es-tooling/eslint-plugin-depend/compare/1.2.0...1.3.0
1.3.0-alpha.0
What's Changed
- chore: bump dependencies by
@43081jin es-tooling/eslint-plugin-depend#51- Maintenance, Use
empathicby@beeequeuein es-tooling/eslint-plugin-depend#52- feat: support
@eslint/jsonby@bluwyin es-tooling/eslint-plugin-depend#53- chore: enable trusted publishes by
@43081jin es-tooling/eslint-plugin-depend#54New Contributors
@beeequeuemade their first contribution in es-tooling/eslint-plugin-depend#52@bluwymade their first contribution in es-tooling/eslint-plugin-depend#53Full Changelog: https://github.com/es-tooling/eslint-plugin-depend/compare/1.2.0...1.3.0-alpha.0
Commits
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-depend since your current version.
Updates lint-staged from 16.1.6 to 16.2.0
Release notes
Sourced from lint-staged's releases.
v16.2.0
Minor Changes
#1615
99eb742Thanks@iiroj! - Added a new option--fail-on-changesto make lint-staged exit with code 1 when tasks modify any files, making theprecommithook fail. This is similar to thegit diff --exit-codeoption. Using this flag also implies the--no-revertflag which means any changes made by tasks will be left in the working tree after failing, so that they can be manually staged and the commit tried again.#1611
cd05fd3Thanks@rlorenzo! - Added a new option--continue-on-errorso that lint-staged will run all tasks to completion even if some of them fail. By default, lint-staded will exit early on the first failure.#1637
82fcc07Thanks@iiroj! - Internal lint-staged errors are now thrown and visible in the console output. Previously they were caught with the process exit code set to 1, but not logged. This happens when, for example, there's a syntax error in the lint-staged configuration file.#1647
a5ecc06Thanks@iiroj! - Remove debug as a dependency due to recent malware issue; read more at debug-js/debug#1005. Because of this, theDEBUGenvironment variable is no longer supported — use the--debugto enable debugging#1636
8db2717Thanks@iiroj! - Added a new option--hide-unstagedso that lint-staged will hide all unstaged changes to tracked files before running tasks. The changes will be applied back after running the tasks. Note that the combination of flags--hide-unstaged --no-hide-partially-stagedisn't meaningful and behaves the same as just--hide-unstaged.Thanks to
@ItsNickBarryfor the idea and initial implementation in #1552.#1648
7900b3bThanks@iiroj! - Remove lilconfig to reduce reliance on third-party dependencies. It was used to find possible config files outside of those tracked in Git, including from the parent directories. This behavior has been moved directly into lint-staged and should work about the same.Patch Changes
#1633
7f9e485Thanks@dependabot! - Bumps listr2 from 9.0.3 to 9.0.4.#1626
99d5a9bThanks@iiroj! - Due to recent phishing attacks, for example chalk@5.6.1 was released with malware. To avoid lint-staged's users being at risk the direct dependencies are pinned to exact versions, instead of allowing future patch versions with the caret (^) range.#1588
035bbf2Thanks@outslept! - Increase performance by listing staged files and searching for configuration concurrently.#1645
deba3adThanks@iiroj! - Remove chalk as a dependency due to recent malware issue; read more at chalk/chalk#656.If you are having trouble with ANSI color codes when using lint-staged, you can try setting either
FORCE_COLOR=trueorNO_COLOR=trueenv variables.
Changelog
Sourced from lint-staged's changelog.
16.2.0
Minor Changes
#1615
99eb742Thanks@iiroj! - Added a new option--fail-on-changesto make lint-staged exit with code 1 when tasks modify any files, making theprecommithook fail. This is similar to thegit diff --exit-codeoption. Using this flag also implies the--no-revertflag which means any changes made my tasks will be left in the working tree after failing, so that they can be manually staged and the commit tried again.#1611
cd05fd3Thanks@rlorenzo! - Added a new option--continue-on-errorso that lint-staged will run all tasks to completion even if some of them fail. By default, lint-staded will exit early on the first failure.#1637
82fcc07Thanks@iiroj! - Internal lint-staged errors are now thrown and visible in the console output. Previously they were caught with the process exit code set to 1, but not logged. This happens when, for example, there's a syntax error in the lint-staged configuration file.#1647
a5ecc06Thanks@iiroj! - Remove debug as a dependency due to recent malware issue; read more at debug-js/debug#1005. Because of this, theDEBUGenvironment variable is no longer supported — use the--debugto enable debugging#1636
8db2717Thanks@iiroj! - Added a new option--hide-unstagedso that lint-staged will hide all unstaged changes to tracked files before running tasks. The changes will be applied back after running the tasks. Note that the combination of flags--hide-unstaged --no-hide-partially-stagedisn't meaningful and behaves the same as just--hide-unstaged.Thanks to
@ItsNickBarryfor the idea and initial implementation in #1552.#1648
7900b3bThanks@iiroj! - Remove lilconfig to reduce reliance on third-party dependencies. It was used to find possible config files outside of those tracked in Git, including from the parent directories. This behavior has been moved directly into lint-staged and should work about the same.Patch Changes
#1633
7f9e485Thanks@dependabot! - Bumps listr2 from 9.0.3 to 9.0.4.#1626
99d5a9bThanks@iiroj! - Due to recent phishing attacks, for example chalk@5.6.1 was released with malware. To avoid lint-staged's users being at risk the direct dependencies are pinned to exact versions, instead of allowing future patch versions with the caret (^) range.#1588
035bbf2Thanks@outslept! - Increase performance by listing staged files and searching for configuration concurrently.#1645
deba3adThanks@iiroj! - Remove chalk as a dependency due to recent malware issue; read more at chalk/chalk#656.If you are having trouble with ANSI color codes when using lint-staged, you can try setting either
FORCE_COLOR=trueorNO_COLOR=trueenv variables.
Commits
54c9beachore(changeset): releaseda1ec1dbuild(deps-dev): bump eslint-plugin-n from 17.23.0 to 17.23.163361a8feat: flag--fail-on-changesimplies--no-revertbcde025docs: removal ofdebugis "minor" instead of "patch" level change7900b3bfeat: removelilconfigas a dependencya5ecc06feat: removedebugas a dependency616b2d3ci: use actions/checkout@v5d6397a5ci: use@actions/setup-node@v54499b73ci: run tests with lowest supported Node.js version 20.17.0b4b69e5fix: pass either FORCE_COLOR or NO_COLOR to tasks based on detected support- Additional commits viewable in compare view
Updates start-server-and-test from 2.1.0 to 2.1.2
Release notes
Sourced from start-server-and-test's releases.
v2.1.2
2.1.2 (2025-09-19)
Bug Fixes
v2.1.1
2.1.1 (2025-09-17)
Bug Fixes
Commits
e09a718fix(deps): update dependency wait-on to v8.0.5 (#407)d0db7f6fix(deps): update dependency debug to v4.4.3 (#406)- See full diff in compare view
Updates typescript-eslint from 8.44.0 to 8.44.1
Release notes
Sourced from typescript-eslint's releases.
v8.44.1
8.44.1 (2025-09-22)
🩹 Fixes
- eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
- eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
- eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
- typescript-estree: forbid class property with name
constructor(#11590)❤️ Thank You
- fisker Cheung
@fisker- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.44.1 (2025-09-22)
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
c198052chore(release): publish 8.44.1- See full diff in compare view
Updates @jsonjoy.com/json-pack from 1.11.0 to 1.14.0
Release notes
Sourced from @jsonjoy.com/json-pack's releases.
v1.14.0
1.14.0 (2025-09-16)
Features
- implement XDR decoder classes with comprehensive tests (2bc56b1)
v1.13.0
1.13.0 (2025-09-16)
Features
- implement XDR encoder with schema validation and comprehensive tests (55c1c4a)
v1.12.0
1.12.0 (2025-09-16)
Features
Commits
e8a68dcMerge pull request #56 from jsonjoy-com/copilot/fix-555bcc10dstyle: run Prettier2bc56b1feat: implement XDR decoder classes with comprehensive testsf4fc10eInitial planc4eda46Merge pull request #54 from jsonjoy-com/copilot/fix-53d10904erefactor: address review comments - use native BigInt methods, simplify opaqu...d4705adrefactor: implement feedback on XDR encoder - remove schema validation, add X...55c1c4afeat: implement XDR encoder with schema validation and comprehensive testsc8249f8Initial planbb24f85Add XDR schema types- Additional commits viewable in compare view
Updates @rollup/wasm-node from 4.50.2 to 4.52.0
Release notes
Sourced from @rollup/wasm-node's releases.
v4.52.0
4.52.0
2025-09-19
Features
- Add option
output.onlyExplicitManualChunksto turn off merging additional dependencies into manual chunks (#6087)- Add support for x86_64-pc-windows-gnu platform (#6110)
Pull Requests
- #6087: fix: manualChunks and non manualChunks shared dependencies are merged with the first manualChunk encountered alphabetically (
@maiieul)- #6110: Add support x86_64-pc-windows-gnu (
@lsq,@lukastaegert)- #6118: Automatically remove REPL artefacts label from PRs (
@lukastaegert)v4.51.0
4.51.0
2025-09-19
Features
- Support ROLLUP_FILE_URL_OBJ placeholder to inject file URLs into the generated code (#6108)
Bug Fixes
- Improve OpenHarmony build to work in more situations (#6115)
Pull Requests
- #6108: feat: support ROLLUP_FILE_URL_OBJ for URL object instead of string (
@guybedford,@lukastaegert)- #6112: Disable Cargo cache for Android (
@lukastaegert)- #6113: fix(deps): update rust crate swc_compiler_base to v35 (
@renovate[bot])- #6114: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6115: Disable local_dynamic_tls for OpenHarmony (
@hqzing)- #6116: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6117: chore(deps): lock file maintenance (
@renovate[bot])
Changelog
Sourced from @rollup/wasm-node's changelog.
4.52.0
2025-09-19
Features
- Add option
output.onlyExplicitManualChunksto turn off merging additional dependencies into manual chunks (#6087)- Add support for x86_64-pc-windows-gnu platform (#6110)
Pull Requests
- #6087: fix: manualChunks and non manualChunks shared dependencies are merged with the first manualChunk encountered alphabetically (
@maiieul)- #6110: Add support x86_64-pc-windows-gnu (
@lsq,@lukastaegert)- #6118: Automatically remove REPL artefacts label from PRs (
@lukastaegert)4.51.0
2025-09-19
Features
- Support ROLLUP_FILE_URL_OBJ placeholder to inject file URLs into the generated code (#6108)
Bug Fixes
- Improve OpenHarmony build to work in more situations (#6115)
Pull Requests
- #6108: feat: support ROLLUP_FILE_URL_OBJ for URL object instead of string (
@guybedford,@lukastaegert)- #6112: Disable Cargo cache for Android (
@lukastaegert)- #6113: fix(deps): update rust crate swc_compiler_base to v35 (
@renovate[bot])- #6114: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6115: Disable local_dynamic_tls for OpenHarmony (
@hqzing)- #6116: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6117: chore(deps): lock file maintenance (
@renovate[bot])
Commits
2029f634.52.0039ba6bFix release script for commits without GitHub authors98f5d35Automatically remove REPL artefacts label from PRs (#6118)3f124bafix: manualChunks and non manualChunks shared dependencies are merged with th...a0bb78cAdd support x86_64-pc-windows-gnu (#6110)17487364.51.0e518bdechore(deps): lock file maintenance (#6117)9265955Disable local_dynamic_tls for OpenHarmony (#6115)0b8e19dfix(deps): update rust crate swc_compiler_base to v35 (#6113)b14f803chore(deps): lock file maintenance minor/patch updates (#6116)- Additional commits viewable in compare view
Updates baseline-browser-mapping from 2.8.4 to 2.8.6
Commits
ece0447Patch to 2.8.6 because browser or feature data changed0f29244Browser or feature data changed2b1770fUpdating static site8e2a592Patch to 2.8.5 because browser or feature data changed79b38d3Browser or feature data changed87e05baFixes for older versions of node (#101)387bee3Update issue templates- See full diff in compare view
Updates browserslist from 4.26.0 to 4.26.2
Release notes
Sourced from browserslist's releases.
4.26.2
- Fixed
baseline-browser-mappingversion requirement.4.26.1
- Updated Firefox ESR.
Changelog
Sourced from browserslist's changelog.
4.26.2
- Fixed
baseline-browser-mappingversion requirement.4.26.1
- Updated Firefox ESR.
Commits
0a6b70cRelease 4.26.2 version08a23f2Ifx dependency3b499dcRelease 4.26.1 versiona572607Update dependencies7d5754cUpdate Firefox ESRfb3df1eFix wording97220d1Fix duplicate rules8404693Fix ESLint warningbe60e2dUpdate dependenciesa31ab3dMove widely above since it is more popular- See full diff in compare view
Updates caniuse-lite from 1.0.30001741 to 1.0.30001743
Commits
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for caniuse-lite since your current version.
Updates electron-to-chromium from 1.5.218 to 1.5.222
Package Dependencies
Technical Details
| ID: | 8241668 |
| UUID: | 2851074619 |
| Node ID: | PR_kwDONUyxgM6p7_I7 |
| Host: | GitHub |
| Repository: | mrlonis/example-angular-theme-lib |
| Merge State: | Unknown |