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.635.0 |
3.658.1 |
| @microsoft/api-extractor | 7.47.7 |
7.47.9 |
| @mongodb-js/zstd | 1.2.0 |
1.2.2 |
| @types/mocha | 10.0.7 |
10.0.8 |
| @types/node | 22.5.0 |
22.7.4 |
| @typescript-eslint/eslint-plugin | 8.2.0 |
8.8.0 |
| @typescript-eslint/parser | 8.2.0 |
8.8.0 |
| eslint | 9.9.0 |
9.11.1 |
| eslint-plugin-unused-imports | 4.1.3 |
4.1.4 |
| express | 4.19.2 |
4.21.0 |
| mongodb-legacy | 6.1.1 |
6.1.2 |
| tsd | 0.31.1 |
0.31.2 |
Updates @aws-sdk/credential-providers from 3.635.0 to 3.658.1
Release notes
Sourced from @aws-sdk/credential-providers's releases.
v3.658.1
3.658.1(2024-09-25)
Chores
Documentation Changes
- client-fsx: Doc-only update to address Lustre S3 hard-coded names. (becefa3a)
- client-ec2: Updates to documentation for the transit gateway security group referencing feature. (7fad2247)
- client-cloudtrail: Doc-only update for CloudTrail network activity events release (in preview) (082bad80)
New Features
- clients: update client endpoints as of 2024-09-25 (cf0e4097)
Bug Fixes
- codegen: preprocess AwsQuery error to shapeId in waiter errorType (#6501) (b92df203)
- clients: allow empty string field values for headers (#6511) (1273ff31)
For list of updated packages, view updated-packages.md in assets-3.658.1.zip
v3.658.0
3.658.0(2024-09-24)
New Features
- clients: update client endpoints as of 2024-09-24 (452f091a)
- client-budgets: Releasing minor partitional endpoint updates (80633075)
- client-bedrock: Add support for Cross Region Inference in Bedrock Model Evaluations. (707b3877)
- client-sagemaker: Adding
HiddenInstanceTypesandHiddenSageMakerImageVersionAliasesattribute to SageMaker API (6b99b6b6)- client-pinpoint-sms-voice-v2: AWS End User Messaging SMS-Voice V2 has added support for resource policies. Use the three new APIs to create, view, edit, and delete resource policies. (b449c450)
- client-kinesis: This release includes support to add tags when creating a stream (82129957)
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.658.0.zip
v3.657.0
3.657.0(2024-09-23)
... (truncated)
Changelog
Sourced from @aws-sdk/credential-providers's changelog.
3.658.1 (2024-09-25)
Note: Version bump only for package
@aws-sdk/credential-providers3.658.0 (2024-09-24)
Note: Version bump only for package
@aws-sdk/credential-providers3.654.0 (2024-09-18)
Note: Version bump only for package
@aws-sdk/credential-providers3.651.1 (2024-09-13)
Note: Version bump only for package
@aws-sdk/credential-providers3.650.0 (2024-09-11)
Note: Version bump only for package
@aws-sdk/credential-providers3.649.0 (2024-09-10)
Features
... (truncated)
Commits
ecd9d89Publish v3.658.1f796530Publish v3.658.00ade74bPublish v3.654.0bcfee78chore(clients): codegen sync for IDE type navigation (#6490)77a7964Publish v3.651.131a992aPublish v3.650.075e1ab8Publish v3.649.0c8e8f28feat(endpoints): codegen sync for request creation performance improvements (...db318cdPublish v3.645.0ee762fePublish v3.637.0- See full diff in compare view
Updates @microsoft/api-extractor from 7.47.7 to 7.47.9
Changelog
Sourced from @microsoft/api-extractor's changelog.
7.47.9
Fri, 13 Sep 2024 00:11:42 GMT
Version update only
7.47.8
Tue, 10 Sep 2024 20:08:11 GMT
Version update only
Commits
8ba10b3Bump versions [skip ci]cc13351Update changelogs [skip ci]7c7c3bbBump versions [skip ci]85527dbUpdate changelogs [skip ci]- See full diff in compare view
Updates @mongodb-js/zstd from 1.2.0 to 1.2.2
Release notes
Sourced from @mongodb-js/zstd's releases.
v1.2.2
The MongoDB Node.js team is pleased to announce version 1.2.2 of the zstd package!
Release Highlights
This release fixes darwin x86_64 builds.
v1.2.1
The MongoDB Node.js team is pleased to announce version 1.2.0 of the zstd package!
Release Highlights
This release fixes JS stack traces when errors are thrown in the native bindings.
Changelog
Sourced from @mongodb-js/zstd's changelog.
1.2.2 (2024-09-16)
Bug Fixes
1.2.1 (2024-09-06)
Bug Fixes
Commits
e7e8df6chore(release): 1.2.2f95c9f6fix(NODE-6381): use targeting for x86_64 darwin (#26)c9570cdchore(release): 1.2.1af62c4ffix(NODE-6348): Wrap thrown errors in JS Error objects with stacks (#25)3c18460chore(NODE-6272): update dev dependencies and add dependabot config (#24)a3a08c6chore(NODE-6142): add sbom lite file (#21)8c2df9echore(NODE-6083): update dependencies (#20)cf241cfchore(NODE-5833): Update Zstd dependencies (#19)d0f9bacchore(NODE-5702): update dev dependencies (#18)- See full diff in compare view
Maintainer changes
This version was pushed to npm by dbx-node, a new releaser for @mongodb-js/zstd since your current version.
Updates @types/mocha from 10.0.7 to 10.0.8
Commits
- See full diff in compare view
Updates @types/node from 22.5.0 to 22.7.4
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.2.0 to 8.8.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.8.0
8.8.0 (2024-09-30)
🚀 Features
- eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
- eslint-plugin: [return-await] check for-await loop iteree (#10008)
🩹 Fixes
- remove
export type *in d.ts to support TS<5.0 (#10070)- eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
- eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
- eslint-plugin: [no-misused-promises] check contextual type (#10042)
- eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
- type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()(#10026)- utils: update missing type information message (#10043)
❤️ Thank You
- auvred
@auvred- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- Ronen Amiel
- Tarun Chauhan
@tarunrajput- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v8.7.0
8.7.0 (2024-09-23)
🚀 Features
- eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
- eslint-plugin: [consistent-type-exports] check
export *exports to see if all exported members are types (#10006)🩹 Fixes
- eslint-plugin: properly coerce all types to string in
getStaticMemberAccessValue(#10004)- eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
- eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
- types: add
NewExpressionas a parent ofSpreadElement(#10024)- utils: add missing entries to the RuleListener selectors list (#9992)
❤️ Thank You
- Abraham Guo
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.8.0 (2024-09-30)
🚀 Features
eslint-plugin: [no-unnecessary-condition] add checkTypePredicates
eslint-plugin: [return-await] check for-await loop iteree
🩹 Fixes
remove
export type *in d.ts to support TS<5.0eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines
type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself
eslint-plugin: [no-misused-promises] check contextual type
eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations
❤️ Thank You
- auvred
- Josh Goldberg ✨
- Kirk Waiblinger
- Ronen Amiel
- Tarun Chauhan
- YeonJuan
You can read about our versioning strategy and releases on our website.
8.7.0 (2024-09-23)
🚀 Features
eslint-plugin: [no-unsafe-call] check calls of Function
eslint-plugin: [consistent-type-exports] check
export *exports to see if all exported members are types🩹 Fixes
- eslint-plugin: properly coerce all types to string in
getStaticMemberAccessValue
... (truncated)
Commits
2055cfbchore(release): publish 8.8.0b121bd9feat(eslint-plugin): [return-await] check for-await loop iteree (#10008)9028d9ddocs: [no-unsafe-enum-comparison] clarify motivation and applicability (#10029)977e0a1fix(eslint-plugin): [prefer-literal-enum-member] allow nested bitwise operati...6ce66b5fix: removeexport type *in d.ts to support TS<5.0 (#10070)a916ff2feat(eslint-plugin): [no-unnecessary-condition] add checkTypePredicates (#10009)b36d524fix(eslint-plugin): [no-misused-promises] check contextual type (#10042)7a216fefix(eslint-plugin): [no-deprecated] max callstack exceeded when class impleme...94c5484fix(type-utils): check for type parameters onisBuiltinSymbolLikeRecurser()...ced951bdocs: [prefer-literal-enum-member] fix bad examples (#10035)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.2.0 to 8.8.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.8.0
8.8.0 (2024-09-30)
🚀 Features
- eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
- eslint-plugin: [return-await] check for-await loop iteree (#10008)
🩹 Fixes
- remove
export type *in d.ts to support TS<5.0 (#10070)- eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
- eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
- eslint-plugin: [no-misused-promises] check contextual type (#10042)
- eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
- type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()(#10026)- utils: update missing type information message (#10043)
❤️ Thank You
- auvred
@auvred- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- Ronen Amiel
- Tarun Chauhan
@tarunrajput- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v8.7.0
8.7.0 (2024-09-23)
🚀 Features
- eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
- eslint-plugin: [consistent-type-exports] check
export *exports to see if all exported members are types (#10006)🩹 Fixes
- eslint-plugin: properly coerce all types to string in
getStaticMemberAccessValue(#10004)- eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
- eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
- types: add
NewExpressionas a parent ofSpreadElement(#10024)- utils: add missing entries to the RuleListener selectors list (#9992)
❤️ Thank You
- Abraham Guo
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.8.0 (2024-09-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.7.0 (2024-09-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.6.0 (2024-09-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.5.0 (2024-09-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.4.0 (2024-09-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.3.0 (2024-08-26)
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
2055cfbchore(release): publish 8.8.0b88ea33chore(release): publish 8.7.0343710echore(release): publish 8.6.04d31ebechore(release): publish 8.5.04bc801echore: enable unicorn/no-array-reduce (#9640)3920c93chore(release): publish 8.4.02ad3404chore: enableunicorn/prefer-export-fromand `@typescript-eslint/consistent...ef2eab1chore(release): publish 8.3.09612d81chore: enable eslint-plugin-perfectionist on parser package (#9845)- See full diff in compare view
Updates eslint from 9.9.0 to 9.11.1
Release notes
Sourced from eslint's releases.
v9.11.1
Bug Fixes
20fd916fix: add@eslint/core,@types/estree, &@types/json-schemadeps (#18938) (Nitin Kumar)2738322fix: add missing types forrequire-atomic-updatesrule (#18937) (Kristóf Poduszló)d71ff30fix: add missing types forobject-shorthandrule (#18935) (Kristóf Poduszló)561cadcfix: add missing types forno-unsafe-negationrule (#18932) (Kristóf Poduszló)8843656fix: add missing types forno-underscore-danglerule (#18931) (Kristóf Poduszló)92cde5cfix: add missing types forno-shadowrule (#18930) (Kristóf Poduszló)b3cbe11fix: add missing types forno-sequencesrule (#18929) (Kristóf Poduszló)976f77ffix: add missing types forno-unused-expressionsrule (#18933) (Kristóf Poduszló)Documentation
Chores
df4a859chore: upgrade@eslint/js@9.11.1 (#18943) (Milos Djermanovic)36d8095chore: package.json update for@eslint/jsrelease (Jenkins)v9.11.0
Features
ec30c73feat: add "eslint/universal" to exportLinter(#18883) (唯然)c591da6feat: Add language to types (#18917) (Nicholas C. Zakas)492eb8ffeat: limit the name given toImportSpecifierinid-length(#18861) (Tanuj Kanti)19c6856feat: Addno-useless-constructorsuggestion (#18799) (Jordan Thomson)a48f8c2feat: add typeFormatterFunction, updateLoadedFormatter(#18872) (Francesco Trotta)Bug Fixes
5e5f39bfix: add missing types forno-restricted-exportsrule (#18914) (Kristóf Poduszló)8f630ebfix: add missing types forno-param-reassignoptions (#18906) (Kristóf Poduszló)d715781fix: add missing types forno-extra-boolean-castoptions (#18902) (Kristóf Poduszló)2de5742fix: add missing types forno-misleading-character-classoptions (#18905) (Kristóf Poduszló)c153084fix: add missing types forno-implicit-coercionoptions (#18903) (Kristóf Poduszló)fa11b2efix: add missing types forno-empty-functionoptions (#18901) (Kristóf Poduszló)a0deed1fix: add missing types forcamelcaseoptions (#18897) (Kristóf Poduszló)Documentation
e4e5709docs: correctprefer-object-has-owntype definition comment (#18924) (Nitin Kumar)91cbd18docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)59cfc0fdocs: clarifyresultsMetainLoadedFormattertype (#18881) (Milos Djermanovic)adcc50ddocs: Update README (GitHub Actions Bot)4edac1adocs: Update README (GitHub Actions Bot)Build Related
Chores
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.11.1 - September 23, 2024
df4a859chore: upgrade@eslint/js@9.11.1 (#18943) (Milos Djermanovic)36d8095chore: package.json update for@eslint/jsrelease (Jenkins)20fd916fix: add@eslint/core,@types/estree, &@types/json-schemadeps (#18938) (Nitin Kumar)3eff709docs: replace deprecatedLinter.FlatConfigtype withLinter.Config(#18941) (Carlos Meira)2738322fix: add missing types forrequire-atomic-updatesrule (#18937) (Kristóf Poduszló)d71ff30fix: add missing types forobject-shorthandrule (#18935) (Kristóf Poduszló)561cadcfix: add missing types forno-unsafe-negationrule (#18932) (Kristóf Poduszló)8843656fix: add missing types forno-underscore-danglerule (#18931) (Kristóf Poduszló)92cde5cfix: add missing types forno-shadowrule (#18930) (Kristóf Poduszló)b3cbe11fix: add missing types forno-sequencesrule (#18929) (Kristóf Poduszló)976f77ffix: add missing types forno-unused-expressionsrule (#18933) (Kristóf Poduszló)v9.11.0 - September 20, 2024
ca21a64chore: upgrade@eslint/js@9.11.0 (#18927) (Milos Djermanovic)a10f90achore: package.json update for@eslint/jsrelease (Jenkins)5e5f39bfix: add missing types forno-restricted-exportsrule (#18914) (Kristóf Poduszló)e4e5709docs: correctprefer-object-has-owntype definition comment (#18924) (Nitin Kumar)8f630ebfix: add missing types forno-param-reassignoptions (#18906) (Kristóf Poduszló)d715781fix: add missing types forno-extra-boolean-castoptions (#18902) (Kristóf Poduszló)e4e02ccrefactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas)ec30c73feat: add "eslint/universal" to exportLinter(#18883) (唯然)c591da6feat: Add language to types (#18917) (Nicholas C. Zakas)91cbd18docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)959d360build: Support updates to previous major versions (#18871) (Milos Djermanovic)6d4484dchore: updates for v8.57.1 release (Jenkins)492eb8ffeat: limit the name given toImportSpecifierinid-length(#18861) (Tanuj Kanti)2de5742fix: add missing types forno-misleading-character-classoptions (#18905) (Kristóf Poduszló)c153084fix: add missing types forno-implicit-coercionoptions (#18903) (Kristóf Poduszló)19c6856feat: Addno-useless-constructorsuggestion (#18799) (Jordan Thomson)fa11b2efix: add missing types forno-empty-functionoptions (#18901) (Kristóf Poduszló)a0deed1fix: add missing types forcamelcaseoptions (#18897) (Kristóf Poduszló)71f37c5refactor: use optional chaining when validating config rules (#18893) (lucasrmendonca)2c2805fchore: Add PR note to all templates (#18892) (Nicholas C. Zakas)7b852cerefactor: useDirectiveclass from@eslint/plugin-kit(#18884) (Milos Djermanovic)a48f8c2feat: add typeFormatterFunction, updateLoadedFormatter(#18872) (Francesco Trotta)d594dddchore: update dependency@eslint/coreto ^0.6.0 (#18863) (renovate[bot])59cfc0fdocs: clarifyresultsMetainLoadedFormattertype (#18881) (Milos Djermanovic)78b2421chore: Update change.yml (#18882) (Nicholas C. Zakas)a416f0achore: enable$ExpectTypecomments in .ts files (#18869) (Francesco Trotta)adcc50ddocs: Update README (GitHub Actions Bot)4edac1adocs: Update README (GitHub Actions Bot)v8.57.1 - September 16, 2024
... (truncated)
Commits
69e94599.11.1fcdac44Build: changelog update for 9.11.1df4a859chore: upgrade@eslint/js@9.11.1 (#18943)36d8095chore: package.json update for@eslint/jsrelease20fd916fix: add@eslint/core,@types/estree, &@types/json-schemadeps (#18938)3eff709docs: replace deprecatedLinter.FlatConfigtype withLinter.Config(#18941)2738322fix: add missing types forrequire-atomic-updatesrule (#18937)d71ff30fix: add missing types forobject-shorthandrule (#18935)561cadcfix: add missing types forno-unsafe-negationrule (#18932)8843656fix: add missing types forno-underscore-danglerule (#18931)- Additional commits viewable in compare view
Updates eslint-plugin-unused-imports from 4.1.3 to 4.1.4
Commits
386de22chore: release v4.1.47252ccafix: do not report as unused import whenparentis null, fix #1009748679chore: update deps- See full diff in compare view
Updates express from 4.19.2 to 4.21.0
Release notes
Sourced from express's releases.
4.21.0
What's Changed
- Deprecate
"back"magic string in redirects by@blakeembreyin expressjs/express#5935- [email protected] by
@wesleytoddin expressjs/express#5954- fix(deps): [email protected] by
@wesleytoddin expressjs/express#5951- Upgraded dependency qs to 6.13.0 to match qs in body-parser by
@agadzinski93in expressjs/express#5946New Contributors
@agadzinski93made their first contribution in expressjs/express#5946Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0
4.20.0
What's Changed
Important
- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)- Remove link renderization in html while using
res.redirectOther Changes
- 4.19.2 Staging by
@wesleytoddin expressjs/express#5561- remove duplicate location test for data uri by
@wesleytoddin expressjs/express#5562- feat: document beta releases expectations by
@marco-ippolitoin expressjs/express#5565- Cut down on duplicated CI runs by
@jonchurchin expressjs/express#5564- Add a Threat Model by
@UlisesGasconin expressjs/express#5526- Assign captain of encodeurl by
@blakeembreyin expressjs/express#5579- Nominate jonchurch as repo captain for
http-errors,expressjs.com,morgan,cors,body-parserby@jonchurchin expressjs/express#5587- docs: update Security.md by
@inigomarquinezin expressjs/express#5590- docs: update triage nomination policy by
@UlisesGasconin expressjs/express#5600- Add CodeQL (SAST) by
@UlisesGasconin expressjs/express#5433- docs: add UlisesGascon as triage initiative captain by
@UlisesGasconin expressjs/express#5605- deps: encodeurl@~2.0.0 by
@blakeembreyin expressjs/express#5569- skip QUERY method test by
@jonchurchin expressjs/express#5628- ignore ETAG query test on 21 and 22, reuse skip util by
@jonchurchin expressjs/express#5639- add support Node.js@22 in the CI by
@mertcanaltinin expressjs/express#5627- doc: add table of contents, tc/triager lists to readme by
@mertcanaltinin expressjs/express#5619- List and sort all projects, add captains by
@blakeembreyin expressjs/express#5653- docs: add
@UlisesGasconas captain for cookie-parser by@UlisesGasconin expressjs/express#5666- ✨ bring back query tests for node 21 by
@ctcpipin expressjs/express#5690- [v4] Deprecate
res.clearCookieacceptingoptions.maxAgeandoptions.expiresby@jonchurchin expressjs/express#5672- skip QUERY tests for Node 21 only, still not supported by Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >