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

chore(deps-dev): bump the development-dependencies group across 1 directory with 14 updates

Merged
Number: #4622
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: August 19, 2025 at 11:52 PM UTC
(19 days ago)
Updated: August 25, 2025 at 05:15 PM UTC
(13 days ago)
Merged: August 25, 2025 at 05:15 PM UTC
(13 days ago)
by durran
Time to Close: 6 days
Labels:
dependencies javascript
Description:

Bumps the development-dependencies group with 13 updates in the / directory:

Package From To
@aws-sdk/credential-providers 3.799.0 3.864.0
@microsoft/api-extractor 7.52.7 7.52.10
@types/express 5.0.1 5.0.3
@typescript-eslint/eslint-plugin 8.31.1 8.40.0
eslint 9.25.1 9.33.0
eslint-config-prettier 10.1.2 10.1.8
eslint-plugin-prettier 5.2.6 5.5.4
eslint-plugin-unused-imports 4.1.4 4.2.0
prettier 3.5.3 3.6.2
semver 7.7.1 7.7.2
snappy 7.2.2 7.3.2
socks 2.8.4 2.8.7
tsd 0.32.0 0.33.0

Updates @aws-sdk/credential-providers from 3.799.0 to 3.864.0

Release notes

Sourced from @​aws-sdk/credential-providers's releases.

v3.864.0

3.864.0(2025-08-08)

Chores
  • core/protocols: correct x-amz-target header in schema protocols (#7248) (425c0037)
Documentation Changes
  • client-transcribe: Update documentation to use key ARN only in OutputEncryptionKMSKeyId request parameter (aa5d9f03)
New Features
  • clients: update client endpoints as of 2025-08-08 (3540d6ea)
  • client-iot-data-plane: Adding DeleteConnection API to IoT Data Plane (8fd62429)
  • client-s3vectors: Removed incorrect endpoint tests (c14f49d4)
  • client-iot-managed-integrations: Removed incorrect endpoint tests (48cf435c)
  • client-sagemaker: Adds support for GB200 UltraServers in Amazon SageMaker training jobs, training plans, and HyperPod clusters (b5dc676b)
  • client-application-signals: Removed incorrect endpoint tests (794fce3b)
  • client-networkflowmonitor: Removed incorrect endpoint tests (1a2f3527)
  • client-invoicing: Removed incorrect endpoint tests (fa3eb01c)
  • client-notificationscontacts: Removed incorrect endpoint tests (ea092358)
  • client-keyspacesstreams: Removed incorrect endpoint tests (32d8e3cc)
  • client-connect: This release adds a new API GetContactMetrics for Amazon Connect. (d2612b57)
  • client-billing: Removed incorrect endpoint tests (d47a2b84)
  • client-gameliftstreams: Removed incorrect endpoint tests (78d0339d)
  • client-dsql: Removed incorrect endpoint tests (a3da5408)
  • client-bcm-pricing-calculator: Removed incorrect endpoint tests (68d38d89)
  • client-notifications: Removed incorrect endpoint tests (4194d2ad)
  • client-backupsearch: Removed incorrect endpoint tests (0fc50afd)
  • client-mpa: Removed incorrect endpoint tests (bbc9d0d5)
  • client-security-ir: Removed incorrect endpoint tests (2b832bff)
  • client-inspector2: Add CVSSV4 to Vulnerability Search API and update enable/disable account id list length to 5 (c6f99382)
  • client-partnercentral-selling: Removed incorrect endpoint tests (4fe5c4a7)
  • client-workspaces-instances: Removed incorrect endpoint tests (d412c8c5)
Tests
  • lib-storage: increase timeout for checksum calculation (#7249) (0c9e1b89)

For list of updated packages, view updated-packages.md in assets-3.864.0.zip

v3.863.0

3.863.0(2025-08-07)

Chores

... (truncated)

Changelog

Sourced from @​aws-sdk/credential-providers's changelog.

3.864.0 (2025-08-08)

Note: Version bump only for package @​aws-sdk/credential-providers

3.863.0 (2025-08-07)

Note: Version bump only for package @​aws-sdk/credential-providers

3.862.0 (2025-08-06)

Note: Version bump only for package @​aws-sdk/credential-providers

3.859.0 (2025-08-01)

Note: Version bump only for package @​aws-sdk/credential-providers

3.858.0 (2025-07-31)

Note: Version bump only for package @​aws-sdk/credential-providers

3.857.0 (2025-07-30)

Note: Version bump only for package @​aws-sdk/credential-providers

3.856.0 (2025-07-29)

... (truncated)

Commits

Updates @microsoft/api-extractor from 7.52.7 to 7.52.10

Changelog

Sourced from @​microsoft/api-extractor's changelog.

7.52.10

Fri, 01 Aug 2025 00:12:48 GMT

Patches

  • Upgrades the minimatch dependency from ~3.0.3 to 10.0.3 across the entire Rush monorepo to address a Regular Expression Denial of Service (ReDoS) vulnerability in the underlying brace-expansion dependency.

7.52.9

Wed, 23 Jul 2025 20:55:57 GMT

Version update only

7.52.8

Tue, 13 May 2025 02:09:20 GMT

Patches

  • Fixes API extractor error handling when changed APIs are encountered and the "--local" flag is not specified
Commits
  • 25c9267 Bump versions [skip ci]
  • 60ac227 Update changelogs [skip ci]
  • cd4b4f1 feat: upgrade minimatch to v10.0.3 (#5291)
  • 72fde22 Bump cyclics. (#5284)
  • a40a6e8 Bump versions [skip ci]
  • 44ad66f Update changelogs [skip ci]
  • aabb1ec Bump cyclic dependencies and convert the decoupled-local-node-rig to use flat...
  • fba6858 Bump versions [skip ci]
  • d4e0a6e Update changelogs [skip ci]
  • d9226f8 [api-extractor] Fix error handling when encountering changed APIs (#5226)
  • See full diff in compare view

Updates @types/express from 5.0.1 to 5.0.3

Commits

Updates @typescript-eslint/eslint-plugin from 8.31.1 to 8.40.0

Release notes

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

v8.40.0

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

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

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.

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

... (truncated)

Changelog

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

8.40.0 (2025-08-18)

🚀 Features

  • typescript-estree: forbid invalid keys in EnumMember (#11232)

❤️ Thank You

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

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.

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.

8.38.0 (2025-07-21)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)

... (truncated)

Commits
  • 60c3b26 chore(release): publish 8.40.0
  • 7648622 fix(typescript-estree): revert #11232 (feat(typescript-estree): forbid invali...
  • d50a6b1 feat(typescript-estree): forbid invalid keys in EnumMember (#11232)
  • b2ee794 chore(release): publish 8.39.1
  • fee2bc6 chore: update eslint-plugin-eslint-plugin (#11449)
  • 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...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.31.1 to 8.40.0

Release notes

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

v8.40.0

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

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

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.

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

... (truncated)

Changelog

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

8.40.0 (2025-08-18)

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.

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.

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.

8.38.0 (2025-07-21)

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.

8.37.0 (2025-07-14)

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.

8.36.0 (2025-07-07)

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.

8.35.1 (2025-06-30)

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.

8.35.0 (2025-06-23)

... (truncated)

Commits
  • 60c3b26 chore(release): publish 8.40.0
  • b2ee794 chore(release): publish 8.39.1
  • c98d513 chore(release): publish 8.39.0
  • 2112d58 feat: update to TypeScript 5.9.2 (#11445)
  • d11e79e chore(release): publish 8.38.0
  • 816be17 chore(release): publish 8.37.0
  • 84b7a2e chore(release): publish 8.36.0
  • e2ecca6 chore: fix issues introduced by updated nx configuration (#11230)
  • f9bd7d8 chore(release): publish 8.35.1
  • d19c9f3 chore(release): publish 8.35.0
  • Additional commits viewable in compare view

Updates eslint from 9.25.1 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)

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)

... (truncated)

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)

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

v9.31.0 - July 11, 2025

  • 3ddd454 chore: upgrade to @eslint/js@9.31.0 (#19935) (Francesco Trotta)
  • d5054e5 chore: package.json update for @​eslint/js release (Jenkins)
  • 0f4a378 chore: update eslint (#19933) (renovate[bot])
  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 76c2340 chore: bump mocha to v11 (#19917) (루밀LuMir)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)

... (truncated)

Commits

Updates eslint-config-prettier from 10.1.2 to 10.1.8

Release notes

Sourced from eslint-config-prettier's releases.

v10.1.8

republish latest version

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.5...v10.1.8

v10.1.5

Patch Changes

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.4...v10.1.5

v10.1.4

Patch Changes

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.3...v10.1.4

v10.1.3

Patch Changes

New Contributors

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3

Changelog

Sourced from eslint-config-prettier's changelog.

eslint-config-prettier

10.1.5

Patch Changes

10.1.4

Patch Changes

10.1.3

Patch Changes

Commits

Updates eslint-plugin-prettier from 5.2.6 to 5.5.4

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.4

Patch Changes

v5.5.3

republish the latest version

Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.2...v5.5.3

v5.5.2

republish the latest version

Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.1...v5.5.2

v5.5.1

Patch Changes

Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.0...v5.5.1

v5.5.0

Minor Changes

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

    Description has been truncated

Pull Request Statistics
Commits:
4
Files Changed:
5
Additions:
+991
Deletions:
-750
Package Dependencies
Package:
eslint
Ecosystem:
npm
Version Change:
9.25.1 → 9.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
10.1.2 → 10.1.8
Update Type:
Patch
Package:
prettier
Ecosystem:
npm
Version Change:
3.5.3 → 3.6.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.0.1 → 5.0.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.31.1 → 8.40.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.2.6 → 5.5.4
Update Type:
Minor
Package:
semver
Ecosystem:
npm
Version Change:
7.7.1 → 7.7.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.799.0 → 3.864.0
Update Type:
Minor
Package:
socks
Ecosystem:
npm
Version Change:
2.8.4 → 2.8.7
Update Type:
Patch
Package:
tsd
Ecosystem:
npm
Version Change:
0.32.0 → 0.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.1.4 → 4.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.52.7 → 7.52.10
Update Type:
Patch
Package:
snappy
Ecosystem:
npm
Version Change:
7.2.2 → 7.3.2
Update Type:
Minor
Technical Details
ID: 5749549
UUID: 2757971138
Node ID: PR_kwDOAAcN1M6kY0zC
Host: GitHub
Repository: mongodb/node-mongodb-native
Merge State: Unknown