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

Bump the development-version-updates group with 24 updates

Merged
Number: #498
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: August 05, 2025 at 05:12 AM UTC
(about 1 month ago)
Updated: August 05, 2025 at 05:15 AM UTC
(about 1 month ago)
Merged: August 05, 2025 at 05:15 AM UTC
(about 1 month ago)
by github-actions[bot]
Time to Close: 2 minutes
Labels:
dependencies javascript
Description:

Bumps the development-version-updates group with 24 updates:

Package From To
@types/node 22.16.5 22.17.0
lint-staged 16.1.2 16.1.4
start-server-and-test 2.0.12 2.0.13
typescript-eslint 8.38.0 8.39.0
@jsonjoy.com/json-pack 1.4.0 1.8.0
@jsonjoy.com/util 1.8.0 1.9.0
@rollup/wasm-node 4.46.1 4.46.2
@typescript-eslint/eslint-plugin 8.38.0 8.39.0
@typescript-eslint/parser 8.38.0 8.39.0
@typescript-eslint/project-service 8.38.0 8.39.0
@typescript-eslint/scope-manager 8.38.0 8.39.0
@typescript-eslint/tsconfig-utils 8.38.0 8.39.0
@typescript-eslint/type-utils 8.38.0 8.39.0
@typescript-eslint/types 8.38.0 8.39.0
@typescript-eslint/typescript-estree 8.38.0 8.39.0
@typescript-eslint/utils 8.38.0 8.39.0
@typescript-eslint/visitor-keys 8.38.0 8.39.0
caniuse-lite 1.0.30001727 1.0.30001731
core-js-compat 3.44.0 3.45.0
electron-to-chromium 1.5.192 1.5.194
follow-redirects 1.15.9 1.15.11
memfs 4.23.0 4.36.0
module-replacements 2.8.0 2.9.0
wait-on 8.0.3 8.0.4

Updates @types/node from 22.16.5 to 22.17.0

Commits

Updates lint-staged from 16.1.2 to 16.1.4

Release notes

Sourced from lint-staged's releases.

v16.1.4

Patch Changes

  • #1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

v16.1.3

Patch Changes

  • #1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
Changelog

Sourced from lint-staged's changelog.

16.1.4

Patch Changes

  • #1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

16.1.3

Patch Changes

  • #1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
Commits
  • 9151254 chore(changeset): release
  • 90b37b0 fix: add root-level "types" field to package.json
  • 795be13 chore(changeset): release
  • 4463089 build(deps): update dependencies
  • 7ea700b fix: allow npm to detect built-in TypeScript type definitions
  • 0a0a701 test: make sure "git amend" works as expected
  • bfb71eb perf: combine git ls-files calls into single process (#1587)
  • f549d8a docs: replace execa link with nano-span link
  • bd5b9f6 perf(config): optimize config discovery with pathspecs
  • 020a246 docs: fix typo in CHANGELOG.md
  • See full diff in compare view

Updates start-server-and-test from 2.0.12 to 2.0.13

Release notes

Sourced from start-server-and-test's releases.

v2.0.13

2.0.13 (2025-08-03)

Bug Fixes

  • deps: update dependency wait-on to v8.0.4 (#405) (6385e1d)
Commits

Updates typescript-eslint from 8.38.0 to 8.39.0

Release notes

Sourced from typescript-eslint's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits

Updates @jsonjoy.com/json-pack from 1.4.0 to 1.8.0

Release notes

Sourced from @​jsonjoy.com/json-pack's releases.

v1.8.0

1.8.0 (2025-08-02)

Features

  • implement Apache Avro decoders with comprehensive tests (d606e92)

v1.7.0

1.7.0 (2025-08-01)

Bug Fixes

  • replace module by upstream dependency (585b4b7)

Features

v1.6.0

1.6.0 (2025-08-01)

Features

  • implement Apache Avro encoder with schema validation and tests (6791eb6)

Performance Improvements

  • optimize Avro encoder for better performance (d6842c4)

v1.5.0

1.5.0 (2025-08-01)

Features

  • add Apache Avro schema interfaces (1a42e8b)
  • add copilot instructions and remove functions from types file (a431b5d)
Commits
  • 976998f Merge pull request #44 from jsonjoy-com/copilot/fix-38
  • e27ae53 refactor: replace beforeEach with setup helper function in Avro tests
  • d606e92 feat: implement Apache Avro decoders with comprehensive tests
  • d82342a Initial plan
  • 585b4b7 fix: replace module by upstream dependency
  • 2a00fb5 refactor: change Path imports to type imports
  • 36d892b feat: replace local json-pointer with @​jsonjoy.com/json-pointer package
  • 72d6954 feat: initial plan to replace local json-pointer with @​jsonjoy.com/json-point...
  • 387c629 Initial plan
  • 9254afe Merge pull request #42 from jsonjoy-com/copilot/fix-41
  • Additional commits viewable in compare view

Updates @jsonjoy.com/util from 1.8.0 to 1.9.0

Release notes

Sourced from @​jsonjoy.com/util's releases.

v1.9.0

1.9.0 (2025-08-02)

Bug Fixes

  • 🐛 upstream codegen module (cc8a116)

Features

  • 🎸 implement schema based random string generation (fa850ef)
  • 🎸 use new string generation in JSON generation (f26fcca)

v1.8.1

1.8.1 (2025-08-01)

Bug Fixes

  • 🐛 upstream buffers library (cde2106)
Commits
  • 96f1cc6 Merge pull request #15 from jsonjoy-com/rnd-string
  • 9a53e2c style: 💄 run formatter
  • f26fcca feat: 🎸 use new string generation in JSON generation
  • fa850ef feat: 🎸 implement schema based random string generation
  • cc8a116 fix: 🐛 upstream codegen module
  • 9dd684e Merge pull request #13 from jsonjoy-com/buffers
  • 627923e test: 💍 remove unused tests
  • cde2106 fix: 🐛 upstream buffers library
  • See full diff in compare view

Updates @rollup/wasm-node from 4.46.1 to 4.46.2

Release notes

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

v4.46.2

4.46.2

2025-07-29

Bug Fixes

  • Fix in-operator handling for external namespace and when the left side cannot be analyzed (#6041)

Pull Requests

Changelog

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

4.46.2

2025-07-29

Bug Fixes

  • Fix in-operator handling for external namespace and when the left side cannot be analyzed (#6041)

Pull Requests

Commits
  • 4e19bad 4.46.2
  • 603e046 Correct the logic of include in BinaryExpression and don't optimize external ...
  • See full diff in compare view

Updates @typescript-eslint/eslint-plugin from 8.38.0 to 8.39.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)
  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • c98d513 chore(release): publish 8.39.0
  • a8def4b fix(eslint-plugin): [no-unsafe-assignment] add an unsafeObjectPattern messa...
  • 422e3e2 feat(eslint-plugin): [only-throw-error] support yield/await expressions (#11417)
  • e901ad8 fix(eslint-plugin): revert #11127 (#11447)
  • 8dc8340 feat(eslint-plugin): add no-unnecessary-type-conversion to strict-type-checke...
  • 2112d58 feat: update to TypeScript 5.9.2 (#11445)
  • b872e2b feat(eslint-plugin): [naming-convention] add enumMember PascalCase default op...
  • 757f9ee fix(eslint-plugin): [prefer-optional-chain] ignore check option for most RH...
  • 5b24864 chore: fix dangling reference to generate:configs in comments (#11431)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.38.0 to 8.39.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/project-service from 8.38.0 to 8.39.0

Release notes

Sourced from @​typescript-eslint/project-service's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/project-service's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/scope-manager from 8.38.0 to 8.39.0

Release notes

Sourced from @​typescript-eslint/scope-manager's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/scope-manager's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/tsconfig-utils from 8.38.0 to 8.39.0

Release notes

Sourced from @​typescript-eslint/tsconfig-utils's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/tsconfig-utils's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/type-utils from 8.38.0 to 8.39.0

Release notes

Sourced from @​typescript-eslint/type-utils's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/type-utils's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/types from 8.38.0 to 8.39.0

Release notes

Sourced from @​typescript-eslint/types's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/types's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/typescript-estree from 8.38.0 to 8.39.0

Release notes

Sourced from @​typescript-eslint/typescript-estree's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/typescript-estree's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/utils from 8.38.0 to 8.39.0

Release notes

Sourced from @​typescript-eslint/utils's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/utils's changelog.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/visitor-keys from 8.38.0 to 8.39.0

Release notes

Sourced from @​typescript-eslint/visitor-keys's releases.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/visitor-keys's changelog.

8.39.0 (2025-08-04)

This was a version bump only for visitor-keys 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 caniuse-lite from 1.0.30001727 to 1.0.30001731

Commits

Updates core-js-compat from 3.44.0 to 3.45.0

Changelog

Sourced from core-js-compat's changelog.

3.45.0 - 2025.08.04
  • Changes v3.44.0...v3.45.0 (70 commits)
  • Uint8Array to / from base64 and hex proposal:
    • Built-ins:
      • Uint8Array.fromBase64
      • Uint8Array.fromHex
      • Uint8Array.prototype.setFromBase64
      • Uint8Array.prototype.setFromHex
      • Uint8Array.prototype.toBase64
      • Uint8Array.prototype.toHex
    • Moved to stable ES, July 2025 TC39 meeting
    • Added es. namespace modules, /es/ and /stable/ namespaces entries
    • Added detection of a Webkit bug: Uint8Array fromBase64 / setFromBase64 does not throw an error on incorrect length of base64 string
  • Math.sumPrecise proposal:
    • Built-ins:
      • Math.sumPreciseDescription has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+177
Deletions:
-116
Package Dependencies
Package:
@types/node
Ecosystem:
npm
Version Change:
22.16.5 → 22.17.0
Update Type:
Minor
Package:
lint-staged
Ecosystem:
npm
Version Change:
16.1.2 → 16.1.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.38.0 → 8.39.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.5.192 → 1.5.194
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.38.0 → 8.39.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.15.9 → 1.15.11
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.38.0 → 8.39.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.0.30001727 → 1.0.30001731
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.0.12 → 2.0.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.38.0 → 8.39.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.38.0 → 8.39.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.38.0 → 8.39.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.38.0 → 8.39.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.38.0 → 8.39.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.38.0 → 8.39.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.38.0 → 8.39.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.38.0 → 8.39.0
Update Type:
Minor
Package:
wait-on
Ecosystem:
npm
Version Change:
8.0.3 → 8.0.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.44.0 → 3.45.0
Update Type:
Minor
Package:
memfs
Ecosystem:
npm
Version Change:
4.23.0 → 4.36.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.46.1 → 4.46.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.8.0 → 1.9.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.8.0 → 2.9.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.4.0 → 1.8.0
Update Type:
Minor
Technical Details
ID: 4610580
UUID: 2719889786
Node ID: PR_kwDONUyxgM6iHjl6
Host: GitHub
Repository: mrlonis/example-angular-theme-lib
Merge State: Unknown