chore(deps-dev): bump the development-dependencies group across 1 directory with 12 updates
Bumps the development-dependencies group with 12 updates in the / directory:
| Package | From | To |
|---|---|---|
| @aws-sdk/credential-providers | 3.750.0 |
3.787.0 |
| @microsoft/api-extractor | 7.50.0 |
7.52.3 |
| @mongodb-js/zstd | 2.0.0 |
2.0.1 |
| @types/chai-subset | 1.3.5 |
1.3.6 |
| @types/node | 22.13.4 |
22.14.1 |
| @types/semver | 7.5.8 |
7.7.0 |
| @typescript-eslint/eslint-plugin | 8.4.0 |
8.30.1 |
| @typescript-eslint/parser | 8.4.0 |
8.30.1 |
| eslint | 9.9.0 |
9.24.0 |
| eslint-plugin-prettier | 5.2.3 |
5.2.6 |
| prettier | 3.5.1 |
3.5.3 |
| tsd | 0.31.2 |
0.32.0 |
Updates @aws-sdk/credential-providers from 3.750.0 to 3.787.0
Release notes
Sourced from @aws-sdk/credential-providers's releases.
v3.787.0
3.787.0(2025-04-10)
Chores
- util-endpoints: update aws partitions.json (cb2a9f29)
- endpoints: update endpoints model (2874c7d1)
- models: update API models (8f65fca0)
- codegen: bring in fix for operationContextParams (#7004) (a7d9c1f9)
- aws-util-test:
New Features
- client-application-auto-scaling: Application Auto Scaling now supports horizontal scaling for Elasticache Memcached self-designed clusters using target tracking scaling policies and scheduled scaling. (38a22fb9)
- client-qbusiness: Adds functionality to enable/disable a new Q Business Hallucination Reduction feature. If enabled, Q Business will detect and attempt to remove Hallucinations from certain Chat requests. (a7fb9d51)
- client-elasticache: AWS ElastiCache SDK now supports using MemcachedUpgradeConfig parameter with ModifyCacheCluster API to enable updating Memcached cache node types. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage and implementation. (7be36747)
- client-m2: Introduce three new APIs: CreateDataSetExportTask, GetDataSetExportTask and ListDataSetExportHistory. Add support for batch restart for Blu Age applications. (2c22fc3e)
- client-quicksight: Add support to analysis and sheet level highlighting in QuickSight. (fd1d5c3c)
- client-medialive: AWS Elemental MediaLive / Features : Add support for CMAF Ingest CaptionLanguageMappings, TimedMetadataId3 settings, and Link InputResolution. (4f30f3e3)
Tests
For list of updated packages, view updated-packages.md in assets-3.787.0.zip
v3.786.0
3.786.0(2025-04-09)
Documentation Changes
- client-dynamodb: Documentation update for secondary indexes and Create_Table. (b6a09272)
New Features
- clients: update client endpoints as of 2025-04-09 (0084003d)
- client-glue: The TableOptimizer APIs in AWS Glue now return the DpuHours field in each TableOptimizerRun, providing clients visibility to the DPU-hours used for billing in managed Apache Iceberg table compaction optimization. (9874c2e8)
- client-controlcatalog: The GetControl API now surfaces a control's Severity, CreateTime, and Identifier for a control's Implementation. The ListControls API now surfaces a control's Behavior, Severity, CreateTime, and Identifier for a control's Implementation. (253585cd)
- client-transfer: This launch includes 2 enhancements to SFTP connectors user-experience: 1) Customers can self-serve concurrent connections setting for their connectors, and 2) Customers can discover the public host key of remote servers using their SFTP connectors. (58163089)
- client-groundstation: Support tagging Agents and adjust input field validations (83c36c8b)
For list of updated packages, view updated-packages.md in assets-3.786.0.zip
... (truncated)
Changelog
Sourced from @aws-sdk/credential-providers's changelog.
3.787.0 (2025-04-10)
Note: Version bump only for package
@aws-sdk/credential-providers3.782.0 (2025-04-03)
Note: Version bump only for package
@aws-sdk/credential-providers3.778.0 (2025-03-28)
Bug Fixes
- credential-providers: allow env and configFile selection of region in fromTemporaryCredentials (#6982) (f46323d)
3.777.0 (2025-03-27)
Note: Version bump only for package
@aws-sdk/credential-providers3.775.0 (2025-03-25)
Note: Version bump only for package
@aws-sdk/credential-providers3.774.0 (2025-03-24)
Note: Version bump only for package
@aws-sdk/credential-providers
... (truncated)
Commits
072c258Publish v3.787.0bee323dPublish v3.782.0cf1dd33Publish v3.778.0f46323dfix(credential-providers): allow env and configFile selection of region in fr...237cf3ePublish v3.777.0bc30dfaPublish v3.775.0df877b2chore(codegen): sync for client config object custody (#6969)4ffa154Publish v3.774.0f784d49Publish v3.772.06b6145dPublish v3.768.0- Additional commits viewable in compare view
Updates @microsoft/api-extractor from 7.50.0 to 7.52.3
Changelog
Sourced from @microsoft/api-extractor's changelog.
7.52.3
Fri, 04 Apr 2025 18:34:35 GMT
Patches
- Add support for customizing which TSDoc tags appear in API reports
7.52.2
Tue, 25 Mar 2025 15:11:15 GMT
Version update only
7.52.1
Tue, 11 Mar 2025 02:12:34 GMT
Version update only
7.52.0
Tue, 11 Mar 2025 00:11:25 GMT
Minor changes
- Upgrade the bundled compiler engine to TypeScript 5.8.2
7.51.1
Sat, 01 Mar 2025 05:00:09 GMT
Patches
- Include triple-slash references marked with
preserve="true"from files that only contain re-exports. There was a behavior change in TypeScript 5.5, where only triple-slash references that are explicitly marked withpreserve="true"are emitted into declaration files. This change adds support for placing these references in files that only contain re-exports, like the API entrypoint file.7.51.0
Thu, 27 Feb 2025 01:10:39 GMT
Minor changes
- Add a
docModel.releaseTagsToTrimproperty toapi-extractor.jsonto specify which release tags should be trimmed when the doc model is produced.7.50.1
Sat, 22 Feb 2025 01:11:11 GMT
Patches
- Upgrade the bundled compiler engine to TypeScript 5.7.3
Commits
a425b63Bump versions [skip ci]1a9126aUpdate changelogs [skip ci]875d3de[api-extractor] Customize which TSDoc tags appear in API reports (#5079)1394340Bump versions [skip ci]1f42ff1Update changelogs [skip ci]e1e2e8fBump cyclics. (#5161)64d158aBump versions [skip ci]f74cf91Update changelogs [skip ci]137e358Bump versions [skip ci]2895076Update changelogs [skip ci]- Additional commits viewable in compare view
Updates @mongodb-js/zstd from 2.0.0 to 2.0.1
Release notes
Sourced from @mongodb-js/zstd's releases.
v2.0.1
2.0.1 (2025-02-10)
The MongoDB Node.js team is pleased to announce version 2.0.1 of the
@mongodb-js/zstdpackage!Bug Fixes
Documentation
We invite you to try the
@mongodb-js/zstdlibrary immediately, and report any issues to the NODE project.
Commits
f74a95fchore(main): release 2.0.1 (#72)94449cffix(NODE-6731): fix and test webpack bundling (#71)275ef82chore: remove vim from musl docker file build (#70)4aa88c3chore(NODE-6658): quarterly dependency bump (#68)2856820chore(deps-dev): bump the development-dependencies group with 4 updates (#64)ae600d3chore: Add CODEOWNERS fileafd7e07chore(deps-dev): bump the development-dependencies group across 1 directory w...ac7b026docs(NODE-6573): add 1.x deprecation note to readme (#62)- See full diff in compare view
Updates @types/chai-subset from 1.3.5 to 1.3.6
Commits
- See full diff in compare view
Updates @types/node from 22.13.4 to 22.14.1
Commits
- See full diff in compare view
Updates @types/semver from 7.5.8 to 7.7.0
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.4.0 to 8.30.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.30.1
8.30.1 (2025-04-14)
🚀 Features
- eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)
🩹 Fixes
- eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
- typescript-estree: use token type of
PrivateIdentifierinstead ofIdentifierfor private identifiers (#11023)- eslint-plugin: fix mistake with eslintrc config generation (#11072)
❤️ Thank You
- Dima Barabash
@dbarabashh- Ronen Amiel
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
v8.30.0
see release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.30.1
v8.29.1
8.29.1 (2025-04-07)
🩹 Fixes
- eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#10998)
- typescript-estree: use token type of
Numericinstead ofIdentifierfor bigint literals (#11021)❤️ Thank You
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.29.0
8.29.0 (2025-03-31)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] create
ignoreIfStatementsoption (#11000)🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when
noUncheckedIndexedAccessis enabled (#10961)- eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#10993)
- eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#10981)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.30.1 (2025-04-14)
🩹 Fixes
- eslint-plugin: fix mistake with eslintrc config generation (#11072)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
8.30.0 (2025-04-14)
🚀 Features
- eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)
🩹 Fixes
- eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
❤️ Thank You
- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
8.29.1 (2025-04-07)
🩹 Fixes
- eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#10998)
❤️ Thank You
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
8.29.0 (2025-03-31)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] create
ignoreIfStatementsoption (#11000)🩹 Fixes
- eslint-plugin: [no-array-constructor] remove optional chaining exemption (#10963)
... (truncated)
Commits
9531492chore(release): publish 8.30.1152def7fix(eslint-plugin): fix mistake with eslintrc config generation (#11072)b3688bechore(release): publish 8.30.03ccd79cfeat(eslint-plugin): [no-explicit-any] suggest to replace keyof any with Prop...128d95bfix(eslint-plugin): [promise-function-async] use a different error message fo...69e2f6cfeat: support stringly-typed extends (#10973)ef7e6dechore(release): publish 8.29.104abebcfix(eslint-plugin): [no-deprecated] report on deprecated imported variable us...3dd1835chore(release): publish 8.29.0270277cfeat(eslint-plugin): disable core rule no-with in eslint-recommended (#11001)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.4.0 to 8.30.1
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.30.1
8.30.1 (2025-04-14)
🚀 Features
- eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)
🩹 Fixes
- eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
- typescript-estree: use token type of
PrivateIdentifierinstead ofIdentifierfor private identifiers (#11023)- eslint-plugin: fix mistake with eslintrc config generation (#11072)
❤️ Thank You
- Dima Barabash
@dbarabashh- Ronen Amiel
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
v8.30.0
see release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.30.1
v8.29.1
8.29.1 (2025-04-07)
🩹 Fixes
- eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#10998)
- typescript-estree: use token type of
Numericinstead ofIdentifierfor bigint literals (#11021)❤️ Thank You
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.29.0
8.29.0 (2025-03-31)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] create
ignoreIfStatementsoption (#11000)🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when
noUncheckedIndexedAccessis enabled (#10961)- eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#10993)
- eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#10981)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.30.1 (2025-04-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.30.0 (2025-04-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.29.1 (2025-04-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.29.0 (2025-03-31)
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.28.0 (2025-03-24)
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.27.0 (2025-03-17)
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.26.1 (2025-03-10)
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.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
❤️ Thank You
... (truncated)
Commits
9531492chore(release): publish 8.30.1b3688bechore(release): publish 8.30.0f1ceadechore: remove unused downlevel-dts (#11034)6e03f7cchore: corrected vitest.config.base compiler inclusion (#11067)c438c50chore(parser): migrate fromjesttovitest(#10775)ef7e6dechore(release): publish 8.29.13dd1835chore(release): publish 8.29.0807f5cachore(release): publish 8.28.03efd99echore(release): publish 8.27.09aa0b6bchore(release): publish 8.26.1- Additional commits viewable in compare view
Updates eslint from 9.9.0 to 9.24.0
Release notes
Sourced from eslint's releases.
v9.24.0
Features
556c25bfeat: support loading TS config files using--experimental-strip-types(#19401) (Arya Emami)72650acfeat: support TS syntax ininit-declarations(#19540) (Nitin Kumar)03fb0bcfeat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998)071dcd3feat: support TS syntax inno-dupe-class-members(#19558) (Nitin Kumar)cd72bccfeat: Introduce a way to suppress violations (#19159) (Iacovos Constantinou)2a81578feat: support TS syntax inno-loss-of-precision(#19560) (Nitin Kumar)30ae4edfeat: add new options to class-methods-use-this (#19527) (sethamus)b79ade6feat: support TypeScript syntax inno-array-constructor(#19493) (Tanuj Kanti)Bug Fixes
b23d1c5fix: deduplicate variable names in no-loop-func error messages (#19595) (Nitin Kumar)fb8cdb8fix: useany[]type forcontext.options(#19584) (Francesco Trotta)Documentation
f857820docs: update documentation for--experimental-strip-types(#19594) (Nikolas Schröter)803e4afdocs: simplify gitignore path handling in includeIgnoreFile section (#19596) (Thomas Broyer)6d979ccdocs: Update README (GitHub Actions Bot)82177e4docs: Update README (GitHub Actions Bot)e849dc0docs: replace existing var with const (#19578) (Sweta Tanwar)0c65c62docs: don't pass filename when linting rule examples (#19571) (Milos Djermanovic)6be36c9docs: Update custom-rules.md code example of fixer (#19555) (Yifan Pan)Build Related
Chores
ef67420chore: upgrade@eslint/js@9.24.0 (#19602) (Milos Djermanovic)4946847chore: package.json update for@eslint/jsrelease (Jenkins)a995acbchore: correct 'flter'/'filter' typo in package script (#19587) (Josh Goldberg ✨)b9a5efatest: skip symlink test on Windows (#19503) (fisker Cheung)46eea6dchore: removeRule&FormatterFunctionfromshared/types.js(#19556) (Nitin Kumar)bdcc91dchore: modify .editorconfig to keep parity with prettier config (#19577) (Sweta Tanwar)7790d83chore: fix some typos in comment (#19576) (todaymoon)76064a6test: ignorepackage-lock.jsonforeslint-webpack-plugin(#19572) (Francesco Trotta)v9.23.0
Features
557a0d2feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨)8320241feat: support TypeScript syntax indefault-param-last(#19431) (Josh Goldberg ✨)833c4a3feat: defineConfig() supports "flat/" config prefix (#19533) (Nicholas C. Zakas)4a0df16feat: circular autofix/conflicting rules detection (#19514) (Milos Djermanovic)be56a68feat: support TypeScript syntax inclass-methods-use-this(#19498) (Josh Goldberg ✨)Bug Fixes
0e20aa7fix: move deprecatedRuleContextmethods to subtype (#19531) (Francesco Trotta)cc3bd00fix: reporting variable used in catch block inno-useless-assignment(#19423) (Tanuj Kanti)d46ff83fix:no-dupe-keysfalse positive with proto setter (#19508) (Milos Djermanovic)e732773fix: navigation of search results on pressing Enter (#19502) (Tanuj Kanti)
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.24.0 - April 4, 2025
ef67420chore: upgrade@eslint/js@9.24.0 (#19602) (Milos Djermanovic)4946847chore: package.json update for@eslint/jsrelease (Jenkins)f857820docs: update documentation for--experimental-strip-types(#19594) (Nikolas Schröter)803e4afdocs: simplify gitignore path handling in includeIgnoreFile section (#19596) (Thomas Broyer)6d979ccdocs: Update README (GitHub Actions Bot)b23d1c5fix: deduplicate variable names in no-loop-func error messages (#19595) (Nitin Kumar)556c25bfeat: support loading TS config files using--experimental-strip-types(#19401) (Arya Emami)82177e4docs: Update README (GitHub Actions Bot)a995acbchore: correct 'flter'/'filter' typo in package script (#19587) (Josh Goldberg ✨)72650acfeat: support TS syntax ininit-declarations(#19540) (Nitin Kumar)03fb0bcfeat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998)b9a5efatest: skip symlink test on Windows (#19503) (fisker Cheung)46eea6dchore: removeRule&FormatterFunctionfromshared/types.js(#19556) (Nitin Kumar)fb8cdb8fix: useany[]type forcontext.options(#19584) (Francesco Trotta)071dcd3feat: support TS syntax inno-dupe-class-members(#19558) (Nitin Kumar)e849dc0docs: replace existing var with const (#19578) (Sweta Tanwar)bdcc91dchore: modify .editorconfig to keep parity with prettier config (#19577) (Sweta Tanwar)7790d83chore: fix some typos in comment (#19576) (todaymoon)cd72bccfeat: Introduce a way to suppress violations (#19159) (Iacovos Constantinou)2a81578feat: support TS syntax inno-loss-of-precision(#19560) (Nitin Kumar)366e369build: re-enable Prettier formatting forpackage.jsonfiles (#19569) (Francesco Trotta)30ae4edfeat: add new options to class-methods-use-this (#19527) (sethamus)b79ade6feat: support TypeScript syntax inno-array-constructor(#19493) (Tanuj Kanti)0c65c62docs: don't pass filename when linting rule examples (#19571) (Milos Djermanovic)76064a6test: ignorepackage-lock.jsonforeslint-webpack-plugin(#19572) (Francesco Trotta)6be36c9docs: Update custom-rules.md code example of fixer (#19555) (Yifan Pan)v9.23.0 - March 21, 2025
0ac8ea4chore: update dependencies for v9.23.0 release (#19554) (Francesco Trotta)20591c4chore: package.json update for@eslint/jsrelease (Jenkins)901344fchore: update dependency@eslint/jsonto ^0.11.0 (#19552) (renovate[bot])557a0d2feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨)2357eddbuild: exclude autogenerated files from Prettier formatting (#19548) (Francesco Trotta)5405939docs: show red underlines in TypeScript examples in rules docs (#19547) (Milos Djermanovic)48b53d6docs: replace var with const in examples (#19539) (Nitin Kumar)0e20aa7fix: move deprecatedRuleContextmethods to subtype (#19531) (Francesco Trotta)5228383chore: fix update-readme formatting (#19544) (Milos Djermanovic)c39d7dbdocs: Update README (GitHub Actions Bot)a4f8760docs: revert accidental changes (#19542) (Francesco Trotta)5439525chore: format JSON files in Trunk (#19541) (Francesco Trotta)75adc99chore: enabled Prettier in Trunk (#19354) (Josh Goldberg ✨)2395168chore: added .git-blame-ignore-revs for Prettier via trunk fmt (#19538) (Josh Goldberg ✨)129882dchore: formatted files with Prettier via trunk fmt (#19355) (Josh Goldberg ✨)1738dbcchore: temporarily disable prettier in trunk (#19537) (Josh Goldberg ✨)8320241feat: support TypeScript syntax indefault-param-last(#19431) (Josh Goldberg ✨)280128fdocs: add copy button (#19512) (xbinaryx)833c4a3feat: defineConfig() supports "flat/" config prefix (#19533) (Nicholas C. Zakas)
... (truncated)
Commits
d49f5b79.24.09b6ed8aBuild: changelog update for 9.24.0ef67420chore: upgrade@eslint/js@9.24.0 (#19602)4946847chore: package.json update for@eslint/jsreleasef857820docs: update documentation for--experimental-strip-types(#19594)803e4afdocs: simplify gitignore path handling in includeIgnoreFile section (#19596)6d979ccdocs: Update READMEb23d1c5fix: deduplicate variable names in no-loop-func error messages (#19595)556c25bfeat: support loading TS config files using--experimental-strip-types(#19...82177e4docs: Update README- Additional commits viewable in compare view
Updates eslint-plugin-prettier from 5.2.3 to 5.2.6
Release notes
Sourced from eslint-plugin-prettier's releases.
v5.2.6
Patch Changes
- #723
1451176Thanks@renovate! - fix(deps): bumpsynckittov0.11.0v5.2.5
Patch Changes
v5.2.4
Patch Changes
Changelog
Sourced from eslint-plugin-prettier's changelog.
5.2.6
Patch Changes
- #723
1451176Thanks@renovate! - fix(deps): bumpsynckittov0.11.05.2.5
Patch Changes