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

Bump the development-version-updates group with 33 updates

Merged
Number: #500
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: August 12, 2025 at 04:35 AM UTC
(27 days ago)
Updated: August 12, 2025 at 04:38 AM UTC
(27 days ago)
Merged: August 12, 2025 at 04:38 AM UTC
(27 days ago)
by github-actions[bot]
Time to Close: 3 minutes
Labels:
dependencies javascript
Description:

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

Package From To
@types/node 22.17.0 22.17.1
cypress 14.5.3 14.5.4
eslint 9.32.0 9.33.0
eslint-plugin-prettier 5.5.3 5.5.4
lint-staged 16.1.4 16.1.5
typescript-eslint 8.39.0 8.39.1
@eslint/config-helpers 0.3.0 0.3.1
@eslint/core 0.15.1 0.15.2
@eslint/js 9.32.0 9.33.0
@eslint/plugin-kit 0.3.4 0.3.5
@inquirer/editor 4.2.15 4.2.16
@jsonjoy.com/json-pack 1.8.0 1.10.0
@typescript-eslint/eslint-plugin 8.39.0 8.39.1
@typescript-eslint/parser 8.39.0 8.39.1
@typescript-eslint/project-service 8.39.0 8.39.1
@typescript-eslint/scope-manager 8.39.0 8.39.1
@typescript-eslint/tsconfig-utils 8.39.0 8.39.1
@typescript-eslint/type-utils 8.39.0 8.39.1
@typescript-eslint/types 8.39.0 8.39.1
@typescript-eslint/typescript-estree 8.39.0 8.39.1
@typescript-eslint/utils 8.39.0 8.39.1
@typescript-eslint/visitor-keys 8.39.0 8.39.1
browserslist 4.25.1 4.25.2
caniuse-lite 1.0.30001731 1.0.30001734
chardet 0.7.0 2.1.0
electron-to-chromium 1.5.194 1.5.200
enhanced-resolve 5.18.2 5.18.3
tmp 0.0.33 0.2.3
launch-editor 2.11.0 2.11.1
napi-postinstall 0.3.2 0.3.3
spdx-license-ids 3.0.21 3.0.22
thingies 1.21.0 2.5.0
yaml 2.8.0 2.8.1

Updates @types/node from 22.17.0 to 22.17.1

Commits

Updates cypress from 14.5.3 to 14.5.4

Release notes

Sourced from cypress's releases.

v14.5.4

Changelog: https://docs.cypress.io/app/references/changelog#14-5-4

Commits

Updates eslint from 9.32.0 to 9.33.0

Release notes

Sourced from eslint's releases.

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)
  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)
Commits

Updates eslint-plugin-prettier from 5.5.3 to 5.5.4

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.4

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.4

Patch Changes

5.5.1

Patch Changes

5.5.0

Minor Changes

  • #743 92f2c9c Thanks @​dotcarmen! - feat: support non-js languages like css for @eslint/css and json for @eslint/json

5.4.1

Patch Changes

  • #740 c21521f Thanks @​JounQin! - fix(deps): bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error

5.4.0

Minor Changes

5.3.1

Patch Changes

5.3.0

Minor Changes

5.2.6

Patch Changes

... (truncated)

Commits

Updates lint-staged from 16.1.4 to 16.1.5

Release notes

Sourced from lint-staged's releases.

v16.1.5

Patch Changes

Changelog

Sourced from lint-staged's changelog.

16.1.5

Patch Changes

Commits
  • 15369c2 chore(changeset): release
  • 690d7c2 build(deps): update dependencies
  • 4e3ce22 fix: fix the incorrect relativeTopLevelDir detection when working with the wo...
  • See full diff in compare view

Updates typescript-eslint from 8.39.0 to 8.39.1

Release notes

Sourced from typescript-eslint's releases.

v8.39.1

8.39.1 (2025-08-11)

🩹 Fixes

  • typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#11464)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.39.1 (2025-08-11)

🩹 Fixes

  • typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#11464)

❤️ Thank You

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

Commits
  • b2ee794 chore(release): publish 8.39.1
  • 7319bad fix(typescript-eslint): handle file:// urls in stack trace when inferring `...
  • See full diff in compare view

Updates @eslint/config-helpers from 0.3.0 to 0.3.1

Release notes

Sourced from @​eslint/config-helpers's releases.

plugin-kit: v0.3.1

0.3.1 (2025-05-01)

Bug Fixes

config-helpers: v0.3.1

0.3.1 (2025-08-05)

Bug Fixes

  • relax type for rule.meta.docs.recommended (#235) (9a4fe34)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.15.1 to ^0.15.2
Changelog

Sourced from @​eslint/config-helpers's changelog.

0.3.1 (2025-08-05)

Bug Fixes

  • relax type for rule.meta.docs.recommended (#235) (9a4fe34)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.15.1 to ^0.15.2
Commits

Updates @eslint/core from 0.15.1 to 0.15.2

Release notes

Sourced from @​eslint/core's releases.

core: v0.15.2

0.15.2 (2025-08-05)

Bug Fixes

  • relax type for rule.meta.docs.recommended (#235) (9a4fe34)
Changelog

Sourced from @​eslint/core's changelog.

0.15.2 (2025-08-05)

Bug Fixes

  • relax type for rule.meta.docs.recommended (#235) (9a4fe34)
Commits

Updates @eslint/js from 9.32.0 to 9.33.0

Release notes

Sourced from @​eslint/js's releases.

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
Changelog

Sourced from @​eslint/js's changelog.

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)
  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)
Commits

Updates @eslint/plugin-kit from 0.3.4 to 0.3.5

Release notes

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

plugin-kit: v0.3.5

0.3.5 (2025-08-05)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.15.1 to ^0.15.2
Changelog

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

0.3.5 (2025-08-05)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.15.1 to ^0.15.2
Commits

Updates @inquirer/editor from 4.2.15 to 4.2.16

Commits
  • 15b1e9c Publish
  • 9475bb3 Re-home external-editor & remove tmp vulnerable dependency (#1804)
  • ee16061 Add Ordered Checkbox Prompt to community list
  • 22d47dd Chore(deps-dev): Bump typescript from 5.8.3 to 5.9.2 in the build group
  • c6a265a Chore(deps-dev): Bump the linting group with 2 updates
  • a56b48f Chore(deps-dev): Bump eslint-plugin-n
  • 3ad650c Chore(deps-dev): Bump the linting group with 7 updates
  • 69944cc Publish
  • 36a7897 doc(@​inquirer/search): Document the new config. Rel #1773
  • 8ccf932 feat(@​inquirer/search): Support providing custom instructions. Fix #1773
  • Additional commits viewable in compare view

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

Release notes

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

v1.10.0

1.10.0 (2025-08-08)

Bug Fixes

Features

  • fix JsonDecoder to handle e+ scientific notation and add large float tests (008bfd6)
  • initial analysis of JsonDecoder hardening issue (a905e28)

v1.9.1

1.9.1 (2025-08-08)

Bug Fixes

  • correct typo in JsonDecoder readNum method for 24-character numbers (639f518)

v1.9.0

1.9.0 (2025-08-07)

Features

  • 🎸 update dependencies (b38580c)
Commits
  • 71f50f1 fix: release JSON bug fix
  • 2878642 Merge pull request #49 from jsonjoy-com/copilot/fix-48
  • da645b0 style: 💄 run Prettier
  • 008bfd6 feat: fix JsonDecoder to handle e+ scientific notation and add large float tests
  • a905e28 feat: initial analysis of JsonDecoder hardening issue
  • 2465b6d Initial plan
  • 1c28fed Merge pull request #47 from jsonjoy-com/copilot/fix-46
  • 639f518 fix: correct typo in JsonDecoder readNum method for 24-character numbers
  • c562e32 Initial plan
  • b38580c feat: 🎸 update dependencies
  • Additional commits viewable in compare view

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

Release notes

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

v8.39.1

8.39.1 (2025-08-11)

🩹 Fixes

  • typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#11464)

❤️ 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.1 (2025-08-11)

This was a version bump only for eslint-plugin 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 @typescript-eslint/parser from 8.39.0 to 8.39.1

Release notes

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

v8.39.1

8.39.1 (2025-08-11)

🩹 Fixes

  • typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#11464)

❤️ Thank You

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

Changelog

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

8.39.1 (2025-08-11)

This was a version bump only for parser 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 @typescript-eslint/project-service from 8.39.0 to 8.39.1

Release notes

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

v8.39.1

8.39.1 (2025-08-11)

🩹 Fixes

  • typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#11464)

❤️ 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.1 (2025-08-11)

This was a version bump only for project-service 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 @typescript-eslint/scope-manager from 8.39.0 to 8.39.1

Release notes

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

v8.39.1

8.39.1 (2025-08-11)

🩹 Fixes

  • typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#11464)

❤️ 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.1 (2025-08-11)

This was a version bump only for scope-manager 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 @typescript-eslint/tsconfig-utils from 8.39.0 to 8.39.1

Release notes

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

v8.39.1

8.39.1 (2025-08-11)

🩹 Fixes

  • typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#11464)

❤️ 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.1 (2025-08-11)

This was a version bump only for tsconfig-utils 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 @typescript-eslint/type-utils from 8.39.0 to 8.39.1

Release notes

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

v8.39.1

8.39.1 (2025-08-11)

🩹 Fixes

  • typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#11464)

❤️ 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.1 (2025-08-11)

This was a version bump only for type-utils to align it with other projects, there were no code changes.

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

Commits
  • b2ee794 chore(release): publish...

    Description has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+181
Deletions:
-180
Package Dependencies
Package:
eslint
Ecosystem:
npm
Version Change:
9.32.0 → 9.33.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
22.17.0 → 22.17.1
Update Type:
Patch
Package:
lint-staged
Ecosystem:
npm
Version Change:
16.1.4 → 16.1.5
Update Type:
Patch
Package:
yaml
Ecosystem:
npm
Version Change:
2.8.0 → 2.8.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.39.0 → 8.39.1
Update Type:
Patch
Package:
cypress
Ecosystem:
npm
Version Change:
14.5.3 → 14.5.4
Update Type:
Patch
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.32.0 → 9.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.5.194 → 1.5.200
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.39.0 → 8.39.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.39.0 → 8.39.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.5.3 → 5.5.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.25.1 → 4.25.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.30001731 → 1.0.30001734
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.39.0 → 8.39.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.39.0 → 8.39.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.39.0 → 8.39.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.39.0 → 8.39.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.39.0 → 8.39.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.39.0 → 8.39.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.39.0 → 8.39.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.39.0 → 8.39.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.3.2 → 0.3.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.15.1 → 0.15.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.3.4 → 0.3.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.18.2 → 5.18.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.0.21 → 3.0.22
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.3.0 → 0.3.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.2.15 → 4.2.16
Update Type:
Patch
Package:
tmp
Ecosystem:
npm
Version Change:
0.0.33 → 0.2.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.11.0 → 2.11.1
Update Type:
Patch
Package:
chardet
Ecosystem:
npm
Version Change:
0.7.0 → 2.1.0
Update Type:
Major
Ecosystem:
npm
Version Change:
1.8.0 → 1.10.0
Update Type:
Minor
Package:
thingies
Ecosystem:
npm
Version Change:
1.21.0 → 2.5.0
Update Type:
Major
Technical Details
ID: 4971339
UUID: 2737624675
Node ID: PR_kwDONUyxgM6jLNZj
Host: GitHub
Repository: mrlonis/example-angular-theme-lib
Merge State: Unknown