Bumps the development-dependencies group with 11 updates in the / directory:
Updates @aws-sdk/credential-providers
from 3.750.0 to 3.778.0
Release notes
Sourced from @aws-sdk/credential-providers
's releases.
v3.778.0
3.778.0(2025年03月28日)
Documentation Changes
- client-ecs: This is an Amazon ECS documentation only release that addresses tickets. (f9ca0c26)
New Features
- clients: update client endpoints as of 2025年03月28日 (daf689ae)
- client-apigatewayv2: Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names. (7528ca99)
- client-api-gateway: Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names. (ef4a874d)
- client-quicksight: RLS permission dataset with userAs: RLS_RULES flag, Q in QuickSight/Threshold Alerts/Schedules/Snapshots in QS embedding, toggle dataset refresh email alerts via API, transposed table with options: column width, type and index, toggle Q&A on dashboards, Oracle Service Name when creating data source. (625ee9cd)
- client-networkmanager: Add support for NetworkManager Dualstack endpoints. (cd55850c)
- client-marketplace-metering: Add support for Marketplace Metering Service dual-stack endpoints. (76dce294)
- client-payment-cryptography: The service adds support for transferring AES-256 and other keys between the service and other service providers and HSMs. This feature uses ECDH to derive a one-time key transport key to enable these secure key exchanges. (06a1cb57)
- client-sagemaker: TransformAmiVersion for Batch Transform and SageMaker Search Service Aggregate Search API Extension (86ab9f46)
- client-bedrock-runtime: Launching Multi-modality Content Filter for Amazon Bedrock Guardrails. (76cfd9b5)
- client-codebuild: This release adds support for cacheNamespace in ProjectCache (add93bd5)
Bug Fixes
- lib-dynamodb: read input from middleware instead of command (#6984) (371f05c1)
- credential-providers: allow env and configFile selection of region in fromTemporaryCredentials (#6982) (f46323d4)
For list of updated packages, view updated-packages.md in assets-3.778.0.zip
v3.777.0
3.777.0(2025年03月27日)
Documentation Changes
- clients: switch example generation from JS to Smithy, add streaming blob output examples (#6981) (8bf0c034)
New Features
- clients: update client endpoints as of 2025年03月27日 (810fd8c3)
- client-bcm-pricing-calculator: Added standaloneAccountRateTypeSelections for GetPreferences and UpdatePreferences APIs. Added STALE enum value to status attribute in GetBillScenario and UpdateBillScenario APIs. (f3fe1af8)
- client-eks: Added support for BOTTLEROCKET FIPS AMIs to AMI types in US regions. (09d8cf0d)
- client-gamelift: Amazon GameLift Servers add support for additional instance types. (a31949ff)
- client-sagemaker: add: recovery mode for SageMaker Studio apps (126e606d)
- client-sso-oidc: This release adds AwsAdditionalDetails in the CreateTokenWithIAM API response. (ad600448)
- client-iam: Update IAM dual-stack endpoints for BJS, IAD and PDT partitions (678eaebc)
- client-bedrock-agent-runtime: bedrock flow now support node action trace. (9621bd38)
- client-datazone: This release adds new action type of Create Listing Changeset for the Metadata Enforcement Rule feature. (7b29a722)
- client-batch: This release will enable two features: Firelens log driver, and Execute Command on Batch jobs on ECS. Both features will be passed through to ECS. (e7c7403e)
- client-cloudformation: Adding support for the new parameter "ScanFilters" in the CloudFormation StartResourceScan API. When this parameter is included, the StartResourceScan API will initiate a scan limited to the resource types specified by the parameter. (2da6a12c)
... (truncated)
Changelog
Sourced from @aws-sdk/credential-providers
's changelog.
Bug Fixes
- credential-providers: allow env and configFile selection of region in fromTemporaryCredentials (#6982) (f46323d)
Note: Version bump only for package @aws-sdk/credential-providers
Note: Version bump only for package @aws-sdk/credential-providers
Note: Version bump only for package @aws-sdk/credential-providers
Note: Version bump only for package @aws-sdk/credential-providers
Note: Version bump only for package @aws-sdk/credential-providers
... (truncated)
Commits
Updates @microsoft/api-extractor
from 7.50.0 to 7.52.2
Changelog
Sourced from @microsoft/api-extractor
's changelog.
7.52.2
2025年3月25日 15:11:15 GMT
Version update only
7.52.1
2025年3月11日 02:12:34 GMT
Version update only
7.52.0
2025年3月11日 00:11:25 GMT
Minor changes
- Upgrade the bundled compiler engine to TypeScript 5.8.2
7.51.1
2025年3月01日 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 with preserve="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
2025年2月27日 01:10:39 GMT
Minor changes
- Add a
docModel.releaseTagsToTrim
property to api-extractor.json
to specify which release tags should be trimmed when the doc model is produced.
7.50.1
2025年2月22日 01:11:11 GMT
Patches
- Upgrade the bundled compiler engine to TypeScript 5.7.3
Commits
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/zstd
package!
Bug Fixes
Documentation
We invite you to try the @mongodb-js/zstd
library immediately, and report any issues to the NODE project.
Changelog
Sourced from @mongodb-js/zstd
's changelog.
2.0.1 (2025年02月10日)
Bug Fixes
Commits
Updates @types/chai-subset
from 1.3.5 to 1.3.6
Commits
Updates @types/node
from 22.13.4 to 22.13.15
Commits
Updates @types/semver
from 7.5.8 to 7.7.0
Commits
Updates @typescript-eslint/eslint-plugin
from 8.4.0 to 8.29.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.29.0
8.29.0 (2025年03月31日)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] create
ignoreIfStatements
option (#11000)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when
noUncheckedIndexedAccess
is 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)
- eslint-plugin: support arbitrary extensions in definition files (#10957)
- eslint-plugin: [no-array-constructor] remove optional chaining exemption (#10963)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.28.0
8.28.0 (2025年03月24日)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] support
if
statement assignment (??=
) and fix several minor bugs (#10861)
🩹 Fixes
- eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.27.0
8.27.0 (2025年03月17日)
🚀 Features
- utils: support
DeprecatedInfo
for rule.meta.deprecated
(#10932)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.29.0 (2025年03月31日)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] create
ignoreIfStatements
option (#11000)
🩹 Fixes
- eslint-plugin: [no-array-constructor] remove optional chaining exemption (#10963)
- eslint-plugin: support arbitrary extensions in definition files (#10957)
- eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#10981)
- eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#10993)
- eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when
noUncheckedIndexedAccess
is enabled (#10961)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
8.28.0 (2025年03月24日)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] support
if
statement assignment (??=
) and fix several minor bugs (#10861)
🩹 Fixes
- eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
8.27.0 (2025年03月17日)
🚀 Features
- utils: support
DeprecatedInfo
for rule.meta.deprecated
(#10932)
❤️ Thank You
... (truncated)
Commits
3dd1835
chore(release): publish 8.29.0
270277c
feat(eslint-plugin): disable core rule no-with in eslint-recommended (#11001)
c548aa7
fix(eslint-plugin): [no-array-constructor] remove optional chaining exemption...
9a9670d
fix(eslint-plugin): support arbitrary extensions in definition files (#10957)
c7c9b1a
docs: fix typos in no-unsafe-argument examples (#11007)
ada32d1
feat(eslint-plugin): [prefer-nullish-coalescing] create ignoreIfStatements
...
5b187f4
fix(eslint-plugin): [prefer-for-of] fix false positive when using erasable ty...
58d7f40
fix(eslint-plugin): [use-unknown-in-catch-callback-variable] remove fixable p...
3241e46
fix(eslint-plugin): [no-unnecessary-condition] don't report on unnecessary op...
807f5ca
chore(release): publish 8.28.0
- Additional commits viewable in compare view
Updates @typescript-eslint/parser
from 8.4.0 to 8.29.0
Release notes
Sourced from @typescript-eslint/parser
's releases.
v8.29.0
8.29.0 (2025年03月31日)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] create
ignoreIfStatements
option (#11000)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when
noUncheckedIndexedAccess
is 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)
- eslint-plugin: support arbitrary extensions in definition files (#10957)
- eslint-plugin: [no-array-constructor] remove optional chaining exemption (#10963)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.28.0
8.28.0 (2025年03月24日)
🚀 Features
- eslint-plugin: [prefer-nullish-coalescing] support
if
statement assignment (??=
) and fix several minor bugs (#10861)
🩹 Fixes
- eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.27.0
8.27.0 (2025年03月17日)
🚀 Features
- utils: support
DeprecatedInfo
for rule.meta.deprecated
(#10932)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser
's changelog.
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
You can read about our versioning strategy and releases on our website.
8.25.0 (2025年02月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.24.1 (2025年02月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.24.0 (2025年02月10日)
... (truncated)
Commits
3dd1835
chore(release): publish 8.29.0
807f5ca
chore(release): publish 8.28.0
3efd99e
chore(release): publish 8.27.0
9aa0b6b
chore(release): publish 8.26.1
bc6d19f
chore(release): publish 8.26.0
17e7012
chore(deps): update dependency knip to v5.44.1 (#10845)
9674629
feat: support TypeScript 5.8 (#10903)
7c88d26
chore: update all test scripts to remove coverage flag (#10582)
1a9ab8f
chore(release): publish 8.25.0
f3ef20e
chore: update to latest nx and use project references first approach (#10361)
- Additional commits viewable in compare view
Updates eslint
from 9.9.0 to 9.23.0
Release notes
Sourced from eslint's releases.
v9.23.0
Features
557a0d2
feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨)
8320241
feat: support TypeScript syntax in default-param-last
(#19431) (Josh Goldberg ✨)
833c4a3
feat: defineConfig() supports "flat/" config prefix (#19533) (Nicholas C. Zakas)
4a0df16
feat: circular autofix/conflicting rules detection (#19514) (Milos Djermanovic)
be56a68
feat: support TypeScript syntax in class-methods-use-this
(#19498) (Josh Goldberg ✨)
Bug Fixes
0e20aa7
fix: move deprecated RuleContext
methods to subtype (#19531) (Francesco Trotta)
cc3bd00
fix: reporting variable used in catch block in no-useless-assignment
(#19423) (Tanuj Kanti)
d46ff83
fix: no-dupe-keys
false positive with proto setter (#19508) (Milos Djermanovic)
e732773
fix: navigation of search results on pressing Enter (#19502) (Tanuj Kanti)
f4e9c5f
fix: allow RuleTester
to test files inside node_modules/
(#19499) (fisker Cheung)
Documentation
5405939
docs: show red underlines in TypeScript examples in rules docs (#19547) (Milos Djermanovic)
48b53d6
docs: replace var with const in examples (#19539) (Nitin Kumar)
c39d7db
docs: Update README (GitHub Actions Bot)
a4f8760
docs: revert accidental changes (#19542) (Francesco Trotta)
280128f
docs: add copy button (#19512) (xbinaryx)
cd83eaa
docs: replace var
with const
in examples (#19530) (Nitin Kumar)
7ff0cde
docs: Update README (GitHub Actions Bot)
996cfb9
docs: migrate sass to module system (#19518) (xbinaryx)
17cb958
docs: replace var
with let
and const
in rule examples (#19515) (Tanuj Kanti)
83e24f5
docs: Replace var with let or const (#19511) (Jenna Toff)
a59d0c0
docs: Update docs for defineConfig (#19505) (Nicholas C. Zakas)
fe92927
docs: require-unicode-regexp
add note for i
flag and \w
(#19510) (Chaemin-Lim)
Build Related
2357edd
build: exclude autogenerated files from Prettier formatting (#19548) (Francesco Trotta)
Chores
0ac8ea4
chore: update dependencies for v9.23.0 release (#19554) (Francesco Trotta)
20591c4
chore: package.json update for @eslint/js
release (Jenkins)
901344f
chore: update dependency @eslint/json
to ^0.11.0 (#19552) (renovate[bot])
5228383
chore: fix update-readme formatting (#19544) (Milos Djermanovic)
5439525
chore: format JSON files in Trunk (#19541) (Francesco Trotta)
75adc99
chore: enabled Prettier in Trunk (#19354) (Josh Goldberg ✨)
2395168
chore: added .git-blame-ignore-revs for Prettier via trunk fmt (#19538) (Josh Goldberg ✨)
129882d
chore: formatted files with Prettier via trunk fmt (#19355) (Josh Goldberg ✨)
1738dbc
chore: temporarily disable prettier in trunk (#19537) (Josh Goldberg ✨)
dc854fd
chore: update dependency shelljs to ^0.9.0 (#19524) (renovate[bot])
5d57496
chore: fix some comments (#19525) (jimmycathy)
9c5c6ee
test: fix an assertion failure (#19500) (fisker Cheung)
7a699a6
chore: remove formatting-related lint rules internally (#19473) (Josh Goldberg ✨)
c99db89
test: replace WebdriverIO with Cypress (#19465) (Pixel998)
v9.22.0
Features
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.23.0 - March 21, 2025
0ac8ea4
chore: update dependencies for v9.23.0 release (#19554) (Francesco Trotta)
20591c4
chore: package.json update for @eslint/js
release (Jenkins)
901344f
chore: update dependency @eslint/json
to ^0.11.0 (#19552) (renovate[bot])
557a0d2
feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨)
2357edd
build: exclude autogenerated files from Prettier formatting (#19548) (Francesco Trotta)
5405939
docs: show red underlines in TypeScript examples in rules docs (#19547) (Milos Djermanovic)
48b53d6
docs: replace var with const in examples (#19539) (Nitin Kumar)
0e20aa7
fix: move deprecated RuleContext
methods to subtype (#19531) (Francesco Trotta)
5228383
chore: fix update-readme formatting (#19544) (Milos Djermanovic)
c39d7db
docs: Update README (GitHub Actions Bot)
a4f8760
docs: revert accidental changes (#19542) (Francesco Trotta)
5439525
chore: format JSON files in Trunk (#19541) (Francesco Trotta)
75adc99
chore: enabled Prettier in Trunk (#19354) (Josh Goldberg ✨)
2395168
chore: added .git-blame-ignore-revs for Prettier via trunk fmt (#19538) (Josh Goldberg ✨)
129882d
chore: formatted files with Prettier via trunk fmt (#19355) (Josh Goldberg ✨)
1738dbc
chore: temporarily disable prettier in trunk (#19537) (Josh Goldberg ✨)
8320241
feat: support TypeScript syntax in default-param-last
(#19431) (Josh Goldberg ✨)
280128f
docs: add copy button (#19512) (xbinaryx)
833c4a3
feat: defineConfig() supports "flat/" config prefix (#19533) (Nicholas C. Zakas)
cc3bd00
fix: reporting variable used in catch block in no-useless-assignment
(#19423) (Tanuj Kanti)
cd83eaa
docs: replace var
with const
in examples (#19530) (Nitin Kumar)
7ff0cde
docs: Update README (GitHub Actions Bot)
996cfb9
docs: migrate sass to module system (#19518) (xbinaryx)
dc854fd
chore: update dependency shelljs to ^0.9.0 (#19524) (renovate[bot])
4a0df16
feat: circular autofix/conflicting rules detection (#19514) (Milos Djermanovic)
5d57496
chore: fix some comments (#19525) (jimmycathy)
17cb958
docs: replace var
with let
and const
in rule examples (#19515) (Tanuj Kanti)
83e24f5
docs: Replace var with let or const (#19511) (Jenna Toff)
a59d0c0
docs: Update docs for defineConfig (#19505) (Nicholas C. Zakas)
d46ff83
fix: no-dupe-keys
false positive with proto setter (#19508) (Milos Djermanovic)
e732773
fix: navigation of search results on pressing Enter (#19502) (Tanuj Kanti)
fe92927
docs: require-unicode-regexp
add note for i
flag and \w
(#19510) (Chaemin-Lim)
f4e9c5f
fix: allow RuleTester
to test files inside node_modules/
(#19499) (fisker Cheung)
9c5c6ee
test: fix an assertion failure (#19500) (fisker Cheung)
be56a68
feat: support TypeScript syntax in class-methods-use-this
(#19498) (Josh Goldberg ✨)
7a699a6
chore: remove formatting-related lint rules internally (#19473) (Josh Goldberg ✨)
c99db89
test: replace WebdriverIO with Cypress (#19465) (Pixel998)
v9.22.0 - March 7, 2025
97f788b
chore: upgrade @eslint/js
@9
.22.0 (#19489) (Milos Djermanovic)
eed409a
chore: package.json update for @eslint/js
release (Jenkins)
f9a56d3
chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)
7ddb095
feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)
86c5f37
docs: Update README (GitHub Actions Bot)
19c0127
fix: improve message for no-console
suggestions (#19483) (Francesco Trotta)
fbdeff0
docs: Update README (GitHub Actions Bot)
c9e8510
docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)
... (truncated)
Commits
2aaadce
9.23.0
4a1ca8e
Build: changelog update for 9.23.0
0ac8ea4
chore: update dependencies for v9.23.0 release (#19554)
20591c4
chore: package.json update for @eslint/js
release
901344f
chore: update dependency @eslint/json
to ^0.11.0 (#19552)
557a0d2
feat: support TypeScript syntax in no-useless-constructor (#19535)
2357edd
build: exclude autogenerated files from Prettier formatting (#19548)
5405939
docs: show red underlines in TypeScript examples in rules docs (#19547)
48b53d6
docs: replace var with const in examples (#19539)
0e20aa7
fix: move deprecated RuleContext
methods to subtype (#19531)
- Additional commits viewable in compare view
Updates eslint-plugin-prettier
from 5.2.3 to 5.2.5
Release notes
Sourced from
Uh oh!
There was an error while loading. Please reload this page.
Bumps the development-dependencies group with 11 updates in the / directory:
3.750.0
3.778.0
7.50.0
7.52.2
2.0.0
2.0.1
1.3.5
1.3.6
22.13.4
22.13.15
7.5.8
7.7.0
8.4.0
8.29.0
8.4.0
8.29.0
9.9.0
9.23.0
5.2.3
5.2.5
3.5.1
3.5.3
Updates
@aws-sdk/credential-providers
from 3.750.0 to 3.778.0Release notes
Sourced from
@aws-sdk/credential-providers
's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/credential-providers
's changelog.... (truncated)
Commits
cf1dd33
Publish v3.778.0f46323d
fix(credential-providers): allow env and configFile selection of region in fr...237cf3e
Publish v3.777.0bc30dfa
Publish v3.775.0df877b2
chore(codegen): sync for client config object custody (#6969)4ffa154
Publish v3.774.0f784d49
Publish v3.772.06b6145d
Publish v3.768.05b34214
Publish v3.758.0db4d43e
chore(codegen): update@smithy/node-http-handler
version (#6904)Updates
@microsoft/api-extractor
from 7.50.0 to 7.52.2Changelog
Sourced from
@microsoft/api-extractor
's changelog.Commits
1394340
Bump versions [skip ci]1f42ff1
Update changelogs [skip ci]e1e2e8f
Bump cyclics. (#5161)64d158a
Bump versions [skip ci]f74cf91
Update changelogs [skip ci]137e358
Bump versions [skip ci]2895076
Update changelogs [skip ci]4aa0331
[api-extractor] Upgrade bundled TypeScript to 5.8 (#5151)6419e7d
Bump decoupled local dependencies. (#5145)0f11a06
Bump decoupled local dependencies. (#5144)Updates
@mongodb-js/zstd
from 2.0.0 to 2.0.1Release notes
Sourced from
@mongodb-js/zstd
's releases.Changelog
Sourced from
@mongodb-js/zstd
's changelog.Commits
f74a95f
chore(main): release 2.0.1 (#72)94449cf
fix(NODE-6731): fix and test webpack bundling (#71)275ef82
chore: remove vim from musl docker file build (#70)4aa88c3
chore(NODE-6658): quarterly dependency bump (#68)2856820
chore(deps-dev): bump the development-dependencies group with 4 updates (#64)ae600d3
chore: Add CODEOWNERS fileafd7e07
chore(deps-dev): bump the development-dependencies group across 1 directory w...ac7b026
docs(NODE-6573): add 1.x deprecation note to readme (#62)Updates
@types/chai-subset
from 1.3.5 to 1.3.6Commits
Updates
@types/node
from 22.13.4 to 22.13.15Commits
Updates
@types/semver
from 7.5.8 to 7.7.0Commits
Updates
@typescript-eslint/eslint-plugin
from 8.4.0 to 8.29.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
3dd1835
chore(release): publish 8.29.0270277c
feat(eslint-plugin): disable core rule no-with in eslint-recommended (#11001)c548aa7
fix(eslint-plugin): [no-array-constructor] remove optional chaining exemption...9a9670d
fix(eslint-plugin): support arbitrary extensions in definition files (#10957)c7c9b1a
docs: fix typos in no-unsafe-argument examples (#11007)ada32d1
feat(eslint-plugin): [prefer-nullish-coalescing] createignoreIfStatements
...5b187f4
fix(eslint-plugin): [prefer-for-of] fix false positive when using erasable ty...58d7f40
fix(eslint-plugin): [use-unknown-in-catch-callback-variable] remove fixable p...3241e46
fix(eslint-plugin): [no-unnecessary-condition] don't report on unnecessary op...807f5ca
chore(release): publish 8.28.0Updates
@typescript-eslint/parser
from 8.4.0 to 8.29.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
3dd1835
chore(release): publish 8.29.0807f5ca
chore(release): publish 8.28.03efd99e
chore(release): publish 8.27.09aa0b6b
chore(release): publish 8.26.1bc6d19f
chore(release): publish 8.26.017e7012
chore(deps): update dependency knip to v5.44.1 (#10845)9674629
feat: support TypeScript 5.8 (#10903)7c88d26
chore: update all test scripts to remove coverage flag (#10582)1a9ab8f
chore(release): publish 8.25.0f3ef20e
chore: update to latest nx and use project references first approach (#10361)Updates
eslint
from 9.9.0 to 9.23.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
2aaadce
9.23.04a1ca8e
Build: changelog update for 9.23.00ac8ea4
chore: update dependencies for v9.23.0 release (#19554)20591c4
chore: package.json update for@eslint/js
release901344f
chore: update dependency@eslint/json
to ^0.11.0 (#19552)557a0d2
feat: support TypeScript syntax in no-useless-constructor (#19535)2357edd
build: exclude autogenerated files from Prettier formatting (#19548)5405939
docs: show red underlines in TypeScript examples in rules docs (#19547)48b53d6
docs: replace var with const in examples (#19539)0e20aa7
fix: move deprecatedRuleContext
methods to subtype (#19531)Updates
eslint-plugin-prettier
from 5.2.3 to 5.2.5Release notes
Sourced from