chore(deps-dev): bump the development-dependencies group across 1 directory with 12 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(about 1 month ago)
(18 days ago)
(18 days ago)
dependencies javascript
Bumps the development-dependencies group with 11 updates in the / directory:
Package | From | To |
---|---|---|
@aws-sdk/credential-providers | 3.799.0 |
3.858.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.38.0 |
eslint | 9.25.1 |
9.32.0 |
eslint-config-prettier | 10.1.2 |
10.1.8 |
eslint-plugin-prettier | 5.2.6 |
5.5.3 |
prettier | 3.5.3 |
3.6.2 |
semver | 7.7.1 |
7.7.2 |
snappy | 7.2.2 |
7.3.0 |
socks | 2.8.4 |
2.8.6 |
Updates @aws-sdk/credential-providers
from 3.799.0 to 3.858.0
Release notes
Sourced from @aws-sdk/credential-providers
's releases.
v3.858.0
3.858.0(2025-07-31)
Documentation Changes
- client-elastic-load-balancing-v2: This release enables secondary IP addresses for Network Load Balancers. (0a12a4ec)
- update PR template (#7240) (205fd3ca)
New Features
- clients: update client endpoints as of 2025-07-31 (38d91b61)
- client-sesv2: This release introduces support for Multi-tenant management (41eae73b)
- client-entityresolution: Add support for creating advanced rule-based matching workflows in AWS Entity Resolution. (f36fbb40)
- client-quicksight: Added Impala connector support (1af8f7e6)
- client-customer-profiles: The release updates standard profile with 2 new fields that supports account-level engagement. Updated APIs include CreateProfile, UpdateProfile, MergeProfiles, SearchProfiles, BatchGetProfile, GetSegmentMembership, CreateSegmentDefinition, CreateSegmentEstimate. (04e0957b)
- client-glue: Added support for Route node, S3 Iceberg sources/targets, catalog Iceberg sources, DynamoDB ELT connector, AutoDataQuality evaluation, enhanced PII detection with redaction, Kinesis fan-out support, and new R-series worker types. (3cf6f20a)
- client-workspaces-web: Added ability to log session activity on a portal to an S3 bucket. (1d75d430)
- client-ec2: Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem. (d8adec80)
- client-inspector2: Extend usage to include agentless hours and add CODE_REPOSITORY to aggregation resource type (91553bb9)
- client-opensearch: Granular access control support for NEO-SAML with IAMFederation for AOS data source (026ef659)
- client-s3-control: Add Tags field to CreateAccessPoint (4e13ff31)
- client-iot: This release allows AWS IoT Core users to use their own AWS KMS keys for data protection (c65f9eec)
Bug Fixes
Tests
For list of updated packages, view updated-packages.md in assets-3.858.0.zip
v3.857.0
3.857.0(2025-07-30)
Chores
New Features
... (truncated)
Changelog
Sourced from @aws-sdk/credential-providers
's changelog.
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)
Note: Version bump only for package
@aws-sdk/credential-providers
3.855.0 (2025-07-28)
Note: Version bump only for package
@aws-sdk/credential-providers
3.848.0 (2025-07-17)
Note: Version bump only for package
@aws-sdk/credential-providers
3.846.0 (2025-07-16)
Note: Version bump only for package
@aws-sdk/credential-providers
3.845.0 (2025-07-15)
... (truncated)
Commits
6e8cd3d
Publish v3.858.0b94ebff
Publish v3.857.0fe419e4
chore(deps): bump @smithy/* to include fixes in core (#7232)6005f8a
Publish v3.856.029842bf
Publish v3.855.0c63c1e3
Publish v3.848.0da10587
Publish v3.846.08a37039
Publish v3.845.0d9c5976
Publish v3.844.0d65a730
chore(codegen): sync for isCustomEndpoint changes (#7193)- Additional commits viewable in compare view
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
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin
from 8.31.1 to 8.38.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.38.0
8.38.0 (2025-07-21)
🚀 Features
- typescript-estree: forbid optional chain in
TemplateTaggedLiteral
(#11391)🩹 Fixes
- disallow extra properties in rule options (#11397)
- eslint-plugin: [consistent-generic-constructors] resolve conflict with
isolatedDeclarations
if enabled inconstructor
option (#11351)- typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
- typescript-eslint: error on nested
extends
intseslint.config()
(#11361)- typescript-estree: ensure the token type of the property name is Identifier (#11329)
❤️ Thank You
- Andrew Kazakov
@andreww2012
- Kirk Waiblinger
@kirkwaiblinger
- MK
@asdf93074
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
v8.37.0
8.37.0 (2025-07-14)
🚀 Features
- typescript-estree: infer tsconfigRootDir from call stack (#11370)
🩹 Fixes
- eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
- type-utils: add missing 'types' dependency to 'type-utils' (#11383)
- type-utils: handle namespaced exports in specifier matching (#11380)
❤️ Thank You
- Bill Collins
- Josh Goldberg ✨
- René
@Renegade334
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
v8.36.0
8.36.0 (2025-07-07)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
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 inconstructor
option (#11351)❤️ Thank You
- Andrew Kazakov
@andreww2012
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
8.37.0 (2025-07-14)
🩹 Fixes
- eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
❤️ Thank You
- Yukihiro Hasegawa
@y-hsgw
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 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.35.1 (2025-06-30)
🩹 Fixes
- remove prettier from eslint-plugin (#11339)
❤️ Thank You
- Abhijeet Singh
@cseas
You can read about our versioning strategy and releases on our website.
8.35.0 (2025-06-23)
🚀 Features
- eslint-plugin: [no-base-to-string] add checkUnknown Option (#11128)
... (truncated)
Commits
d11e79e
chore(release): publish 8.38.05ec8c58
fix: disallow extra properties in rule options (#11397)0e884c7
fix(eslint-plugin): [consistent-generic-constructors] resolve conflict with `...816be17
chore(release): publish 8.37.0e1b310c
fix(eslint-plugin): [unified-signatures] fix false positives for ignoreOverlo...16c344e
docs(website): remove stale list of checked expressions (#11384)84b7a2e
chore(release): publish 8.36.0d1388fc
fix(eslint-plugin): [no-deprecated] should allow ignoring of deprecated value...4a60d3e
docs(eslint-plugin): [only-throw-error] document options (#11348)1ca81c1
chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...- Additional commits viewable in compare view
Updates @typescript-eslint/parser
from 8.31.1 to 8.38.0
Release notes
Sourced from @typescript-eslint/parser
's releases.
v8.38.0
8.38.0 (2025-07-21)
🚀 Features
- typescript-estree: forbid optional chain in
TemplateTaggedLiteral
(#11391)🩹 Fixes
- disallow extra properties in rule options (#11397)
- eslint-plugin: [consistent-generic-constructors] resolve conflict with
isolatedDeclarations
if enabled inconstructor
option (#11351)- typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
- typescript-eslint: error on nested
extends
intseslint.config()
(#11361)- typescript-estree: ensure the token type of the property name is Identifier (#11329)
❤️ Thank You
- Andrew Kazakov
@andreww2012
- Kirk Waiblinger
@kirkwaiblinger
- MK
@asdf93074
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
v8.37.0
8.37.0 (2025-07-14)
🚀 Features
- typescript-estree: infer tsconfigRootDir from call stack (#11370)
🩹 Fixes
- eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
- type-utils: add missing 'types' dependency to 'type-utils' (#11383)
- type-utils: handle namespaced exports in specifier matching (#11380)
❤️ Thank You
- Bill Collins
- Josh Goldberg ✨
- René
@Renegade334
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
v8.36.0
8.36.0 (2025-07-07)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser
's changelog.
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)
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.34.1 (2025-06-16)
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.34.0 (2025-06-09)
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.33.1 (2025-06-02)
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.33.0 (2025-05-26)
... (truncated)
Commits
d11e79e
chore(release): publish 8.38.0816be17
chore(release): publish 8.37.084b7a2e
chore(release): publish 8.36.0e2ecca6
chore: fix issues introduced by updatednx
configuration (#11230)f9bd7d8
chore(release): publish 8.35.1d19c9f3
chore(release): publish 8.35.0ccd0791
chore(release): publish 8.34.18915a47
chore(release): publish 8.34.0936f350
chore(release): publish 8.33.1dca57b3
chore(release): publish 8.33.0- Additional commits viewable in compare view
Updates eslint
from 9.25.1 to 9.32.0
Release notes
Sourced from eslint's releases.
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 inParserOptions.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: unpinjiti
to version^2.5.1
(#19970) (루밀LuMir)2ab1381
ci: pinjiti
to version 2.4.2 (#19964) (Francesco Trotta)b7f7545
test: switch to flat config mode inSourceCode
tests (#19953) (Milos Djermanovic)f5a35e3
test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)e22af8c
refactor: useCustomRuleDefinitionType
inJSRuleDefinition
(#19949) (Francesco Trotta)e855717
chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)2f73a23
test: switch to flat config mode inast-utils
tests (#19948) (Milos Djermanovic)c565a53
chore: excludefurther_reading_links.json
from Prettier formatting (#19943) (Milos Djermanovic)v9.31.0
Features
35cf44c
feat: output full actual location in rule tester if different (#19904) (ST-DDT)a6a6325
feat: support explicit resource management inno-loop-func
(#19895) (Milos Djermanovic)4682cdc
feat: support explicit resource management inno-undef-init
(#19894) (Milos Djermanovic)5848216
feat: support explicit resource management ininit-declarations
(#19893) (Milos Djermanovic)bb370b8
feat: support explicit resource management inno-const-assign
(#19892) (Milos Djermanovic)Bug Fixes
07fac6c
fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)28cc7ab
fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)Documentation
664cb44
docs: Update README (GitHub Actions Bot)40dbe2a
docs: fix mismatch betweenglobalIgnores()
code and text (#19914) (MaoShizhong)5a0069d
docs: Update README (GitHub Actions Bot)fef04b5
docs: Update working on issues info (#19902) (Nicholas C. Zakas)Chores
... (truncated)
Changelog
Sourced from eslint's changelog.
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: unpinjiti
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: pinjiti
to version 2.4.2 (#19964) (Francesco Trotta)b7f7545
test: switch to flat config mode inSourceCode
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: useCustomRuleDefinitionType
inJSRuleDefinition
(#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 inast-utils
tests (#19948) (Milos Djermanovic)7863d26
fix: remove outdated types inParserOptions.ecmaFeatures
(#19944) (ntnyq)c565a53
chore: excludefurther_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 betweenglobalIgnores()
code and text (#19914) (MaoShizhong)76c2340
chore: bump mocha to v11 (#19917) (루밀LuMir)28cc7ab
fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)a6a6325
feat: support explicit resource management inno-loop-func
(#19895) (Milos Djermanovic)4682cdc
feat: support explicit resource management inno-undef-init
(#19894) (Milos Djermanovic)5848216
feat: support explicit resource management ininit-declarations
(#19893) (Milos Djermanovic)bb370b8
feat: support explicit resource management inno-const-assign
(#19892) (Milos Djermanovic)5a0069d
docs: Update README (GitHub Actions Bot)fef04b5
docs: Update working on issues info (#19902) (Nicholas C. Zakas)v9.30.1 - July 1, 2025
b035f74
chore: upgrade to@eslint/js@9.30.1
(#19906) (Francesco Trotta)b3dbc16
chore: package.json update for@eslint/js
release (Jenkins)e91bb87
fix: allow separate default and named type imports (#19899) (xbinaryx)ab7c625
docs: Update README (GitHub Actions Bot)dae1e5b
docs: update jsdoc's link (#19896) (JamesVanWaza)v9.30.0 - June 27, 2025
... (truncated)
Commits
2364031
9.32.0a0e62e2
Build: changelog update for 9.32.0960fd40
fix: Upgrade@eslint/js
(#19971)50de1ce
chore: package.json update for@eslint/js
releasebbf23fa
fix: Refactor reporting into FileReport (#19877)74f01a3
ci: unpinjiti
to version^2.5.1
(#19970)d498887
fix: bump@eslint/plugin-kit
to 0.3.4 to resolve vulnerability (#19965)2ab1381
ci: pinjiti
to version 2.4.2 (#19964)b7f7545
test: switch to flat config mode inSourceCode
tests (#19953)f5a35e3
test: switch to flat config mode in eslint-fuzzer (#19960)- Additional commits viewable in compare view
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
- #328
94b4799
Thanks@silvenon
! - fix(cli): do not crash on no rules configuredFull Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.3...v10.1.4
v10.1.3
Patch Changes
New Contributors
@pilikan
made their first contribution in prettier/eslint-config-prettier#325Full 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
- #328
94b4799
Thanks@silvenon
! - fix(cli): do not crash on no rules configured10.1.3
Patch Changes
Commits
9b0b0a4
fix: release a new latest version4c94893
chore: release eslint-config-prettier (#333)60fef02
chore: addfunding
field intopackage.json
(#332)f55501f
chore: release eslint-config-prettier (#329)50a8a22
chore(deps): update all dependencies (#330)94b4799
fix(cli): do not crash on no rules configured (#328)cdc4a5c
chore: release eslint-config-prettier (#326)4e95a1d
fix: this package iscommonjs
, align its types correctly (#325)- See full diff in compare view
Updates eslint-plugin-prettier
from 5.2.6 to 5.5.3
Release notes
Sourced from eslint-plugin-prettier's releases.
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 likecss
for@eslint/css
andjson
for@eslint/json
New Contributors
@dotcarmen
made their first contribution in prettier/eslint-plugin-prettier#743Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.1...v5.5.0
v5.4.1
Patch Changes
- #740
c21521f
Thanks@JounQin
! - fix(deps): bumpsynckit
to v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')
errorFull Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.0...v5.4.1
v5.4.0
Minor Changes
- #736
59a0cae
Thanks@yashtech00
! - refactor: migrateworker.js
toworker.mjs
v5.3.1
Patch Changes
Full Changelog:
Pull Request Statistics
Commits:
1Files Changed:
2Additions:
+944Deletions:
-695
Package Dependencies
@typescript-eslint/eslint-plugin
npm
8.31.1 → 8.38.0
Minor
@aws-sdk/credential-providers
npm
3.799.0 → 3.858.0
Minor
@microsoft/api-extractor
npm
7.52.7 → 7.52.10
Patch
Technical Details
ID: | 4409381 |
UUID: | 2712171964 |
Node ID: | PR_kwDOAAcN1M6hqHW8 |
Host: | GitHub |
Repository: | mongodb/node-mongodb-native |
Mergeable: | Yes |
Merge State: | Unstable |