An open index of dependabot pull requests across open source projects.

Bump the development-version-updates group with 16 updates

Merged
Number: #548
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: September 22, 2025 at 08:39 PM UTC
(12 months ago)
Updated: September 22, 2025 at 08:41 PM UTC
(12 months ago)
Merged: September 22, 2025 at 08:41 PM UTC
(12 months ago)
by github-actions[bot]
Time to Close: 2 minutes
Labels:
dependencies javascript
Description:

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
fix - 365d525b5 update vite to 6.3.6
Changelog

Sourced from @​angular/cli's changelog.

19.2.17 (2025-09-17)

@​angular/build

Commit Type Description
365d525b5 fix update vite to 6.3.6

20.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.5

18.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

Updates @types/node from 22.18.4 to 22.18.6

Commits

Updates eslint from 9.35.0 to 9.36.0

Release notes

Sourced from eslint's releases.

v9.36.0

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)

Bug Fixes

  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)

Documentation

  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.36.0 - September 19, 2025

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)
  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • 91f97c5 docs: Update README (GitHub Actions Bot)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)
Commits

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

Full Changelog: https://github.com/es-tooling/eslint-plugin-depend/compare/1.3.0...1.3.1

1.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/es-tooling/eslint-plugin-depend/compare/1.2.0...1.3.0

1.3.0-alpha.0

What's Changed

New Contributors

Full 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 99eb742 Thanks @​iiroj! - Added a new option --fail-on-changes to make lint-staged exit with code 1 when tasks modify any files, making the precommit hook fail. This is similar to the git diff --exit-code option. Using this flag also implies the --no-revert flag 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 cd05fd3 Thanks @​rlorenzo! - Added a new option --continue-on-error so 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 82fcc07 Thanks @​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 a5ecc06 Thanks @​iiroj! - Remove debug as a dependency due to recent malware issue; read more at debug-js/debug#1005. Because of this, the DEBUG environment variable is no longer supported — use the --debug to enable debugging

  • #1636 8db2717 Thanks @​iiroj! - Added a new option --hide-unstaged so 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-staged isn't meaningful and behaves the same as just --hide-unstaged.

    Thanks to @​ItsNickBarry for the idea and initial implementation in #1552.

  • #1648 7900b3b Thanks @​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 7f9e485 Thanks @​dependabot! - Bumps listr2 from 9.0.3 to 9.0.4.

  • #1626 99d5a9b Thanks @​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 035bbf2 Thanks @​outslept! - Increase performance by listing staged files and searching for configuration concurrently.

  • #1645 deba3ad Thanks @​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=true or NO_COLOR=true env variables.

Changelog

Sourced from lint-staged's changelog.

16.2.0

Minor Changes

  • #1615 99eb742 Thanks @​iiroj! - Added a new option --fail-on-changes to make lint-staged exit with code 1 when tasks modify any files, making the precommit hook fail. This is similar to the git diff --exit-code option. Using this flag also implies the --no-revert flag 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 cd05fd3 Thanks @​rlorenzo! - Added a new option --continue-on-error so 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 82fcc07 Thanks @​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 a5ecc06 Thanks @​iiroj! - Remove debug as a dependency due to recent malware issue; read more at debug-js/debug#1005. Because of this, the DEBUG environment variable is no longer supported — use the --debug to enable debugging

  • #1636 8db2717 Thanks @​iiroj! - Added a new option --hide-unstaged so 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-staged isn't meaningful and behaves the same as just --hide-unstaged.

    Thanks to @​ItsNickBarry for the idea and initial implementation in #1552.

  • #1648 7900b3b Thanks @​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 7f9e485 Thanks @​dependabot! - Bumps listr2 from 9.0.3 to 9.0.4.

  • #1626 99d5a9b Thanks @​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 035bbf2 Thanks @​outslept! - Increase performance by listing staged files and searching for configuration concurrently.

  • #1645 deba3ad Thanks @​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=true or NO_COLOR=true env variables.

Commits
  • 54c9bea chore(changeset): release
  • da1ec1d build(deps-dev): bump eslint-plugin-n from 17.23.0 to 17.23.1
  • 63361a8 feat: flag --fail-on-changes implies --no-revert
  • bcde025 docs: removal of debug is "minor" instead of "patch" level change
  • 7900b3b feat: remove lilconfig as a dependency
  • a5ecc06 feat: remove debug as a dependency
  • 616b2d3 ci: use actions/checkout@v5
  • d6397a5 ci: use @​actions/setup-node@​v5
  • 4499b73 ci: run tests with lowest supported Node.js version 20.17.0
  • b4b69e5 fix: 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

  • deps: update dependency wait-on to v8.0.5 (#407) (e09a718)

v2.1.1

2.1.1 (2025-09-17)

Bug Fixes

  • deps: update dependency debug to v4.4.3 (#406) (d0db7f6)
Commits

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

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

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

  • implement XDR codec unnamed schema types (e92528c)
  • implement XDR schema interface with comprehensive TypeScript types (b848068)
Commits
  • e8a68dc Merge pull request #56 from jsonjoy-com/copilot/fix-55
  • 5bcc10d style: run Prettier
  • 2bc56b1 feat: implement XDR decoder classes with comprehensive tests
  • f4fc10e Initial plan
  • c4eda46 Merge pull request #54 from jsonjoy-com/copilot/fix-53
  • d10904e refactor: address review comments - use native BigInt methods, simplify opaqu...
  • d4705ad refactor: implement feedback on XDR encoder - remove schema validation, add X...
  • 55c1c4a feat: implement XDR encoder with schema validation and comprehensive tests
  • c8249f8 Initial plan
  • bb24f85 Add 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.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

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

Changelog

Sourced from @​rollup/wasm-node's changelog.

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

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

Commits
  • 2029f63 4.52.0
  • 039ba6b Fix release script for commits without GitHub authors
  • 98f5d35 Automatically remove REPL artefacts label from PRs (#6118)
  • 3f124ba fix: manualChunks and non manualChunks shared dependencies are merged with th...
  • a0bb78c Add support x86_64-pc-windows-gnu (#6110)
  • 1748736 4.51.0
  • e518bde chore(deps): lock file maintenance (#6117)
  • 9265955 Disable local_dynamic_tls for OpenHarmony (#6115)
  • 0b8e19d fix(deps): update rust crate swc_compiler_base to v35 (#6113)
  • b14f803 chore(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
  • ece0447 Patch to 2.8.6 because browser or feature data changed
  • 0f29244 Browser or feature data changed
  • 2b1770f Updating static site
  • 8e2a592 Patch to 2.8.5 because browser or feature data changed
  • 79b38d3 Browser or feature data changed
  • 87e05ba Fixes for older versions of node (#101)
  • 387bee3 Update 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-mapping version requirement.

4.26.1

  • Updated Firefox ESR.
Changelog

Sourced from browserslist's changelog.

4.26.2

  • Fixed baseline-browser-mapping version requirement.

4.26.1

  • Updated Firefox ESR.
Commits

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

Commits
Package Dependencies
Ecosystem:
npm
Version Change:
9.35.0 → 9.36.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
22.18.4 → 22.18.6
Update Type:
Patch
Package:
lint-staged
Ecosystem:
npm
Version Change:
16.1.6 → 16.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.2.16 → 19.2.17
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.218 → 1.5.222
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.44.0 → 8.44.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.26.0 → 4.26.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.30001741 → 1.0.30001743
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.1.0 → 2.1.2
Update Type:
Patch
Package:
memfs
Ecosystem:
npm
Version Change:
4.39.0 → 4.43.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.50.2 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.2.0 → 1.3.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.11.0 → 1.14.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.3.1 → 6.4.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.8.4 → 2.8.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.1.0 → 1.3.0
Update Type:
Minor
Technical Details
ID: 8241668
UUID: 2851074619
Node ID: PR_kwDONUyxgM6p7_I7
Host: GitHub
Repository: mrlonis/example-angular-theme-lib
Merge State: Unknown