chore(deps): update npm dependencies #32
Open
+220
−189
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.33.0
->9.35.0
^0.80.9
->^0.83.0
5.83.1
->5.86.0
22.17.1
->22.18.3
9.2.0
->9.2.1
9.33.0
->9.35.0
16.3.0
->16.4.0
4.46.2
->4.50.1
~5.8.3
->~5.8.3 || ~5.9.0
8.39.1
->8.43.0
Release Notes
eslint/eslint (@eslint/js)
v9.35.0
Compare Source
Features
42761fa
feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444
feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)e51ffff
feat: addpreserve-caught-error
rule (#19913) (Amnish Singh Arora)Bug Fixes
10e7ae2
fix: update uncloneable options error message (#20059) (soda-sorcery)bfa4601
fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11de
fix: addbefore
andafter
to test case types (#20049) (Francesco Trotta)dabbe95
fix: correct types forno-restricted-imports
rule (#20034) (Milos Djermanovic)ea789c7
fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)Documentation
d265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)a355a0e
docs: invert comparison logic for example inno-var
doc page (#20064) (OTonGitHub)5082fc2
docs: Update README (GitHub Actions Bot)99cfd7e
docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)6ad8973
docs: update--no-ignore
and--ignore-pattern
documentation (#20036) (Francesco Trotta)8033b19
docs: add documentation for--no-config-lookup
(#20033) (Francesco Trotta)Chores
da87f2f
chore: upgrade @eslint/js@9.35.0 (#20077) (Milos Djermanovic)af2a087
chore: package.json update for @eslint/js release (Jenkins)7055764
test: removetests/lib/eslint/eslint.config.js
(#20065) (Milos Djermanovic)84ffb96
chore: update@eslint-community/eslint-utils
(#20069) (Francesco Trotta)d5ef939
refactor: remove deprecatedcontext.parserOptions
usage across rules (#20060) (sethamus)1b3881d
chore: remove redundant word (#20058) (pxwanglu)v9.34.0
Compare Source
Features
0bb777a
feat: multithread linting (#19794) (Francesco Trotta)43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)Bug Fixes
9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)Documentation
0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)327c672
docs: Update README (GitHub Actions Bot)bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))c36570c
docs: Update README (GitHub Actions Bot)Chores
f19ad94
chore: upgrade to@eslint/[email protected]
(#20030) (Francesco Trotta)b48fa20
chore: package.json update for @eslint/js release (Jenkins)4bce8a2
chore: package.json update for eslint-config-eslint release (Jenkins)0c9999c
refactor: prefer default options ingrouped-accessor-pairs
(#20028) (루밀LuMir)d503f19
ci: fixstale.yml
(#20010) (루밀LuMir)e2dc67d
ci: centralizestale.yml
(#19994) (루밀LuMir)7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])hey-api/openapi-ts (@hey-api/openapi-ts)
v0.83.1
Compare Source
Patch Changes
feat(typescript): add
topType
option allowing to chooseany
overunknown
(#2629) (444a49a
) by @mrlubosfix(client): expose all interceptor methods (#2627) (
5a74da0
) by @mrlubosfix(config): correctly load user-defined hooks (#2623) (
1193c4d
) by @mrlubosfix(typescript): handle string and binary string in composite keywords (#2630) (
43a0661
) by @mrlubosv0.83.0
Compare Source
Minor Changes
Symbol API
This release adds the Symbol API, which significantly reduces the risk of naming collisions. While the generated output should only include formatting changes, this feature introduces breaking changes to the Plugin API that affect custom plugins.
We will update the custom plugin guide once the Plugin API becomes more stable. (#2582) (
10aea89
) by @mrlubosgroupByTag
optionRemoved
groupByTag
Pinia Colada optionThis option has been removed to provide a more consistent API across plugins. We plan to bring it back in a future release. (#2582) (
10aea89
) by @mrlubosPatch Changes
Updated Dependencies:
v0.82.5
Compare Source
Patch Changes
fix(client):
mergeHeaders
functions use.forEach()
instead of.entries()
(#2585) (debba72
) by @volesenfix(client): move
getValidRequestBody()
function toclient-core
(#2605) (b180e4e
) by @franworksv0.82.4
Patch Changes
fix(client): improve handling of plain text, falsy, and unserialized request bodies (#2564) (
074a459
) by @franworksfeat(pinia-colada): implicit
$fetch
forclient-nuxt
(hidecomposable
) (#2598) (7143078
) by @brolnickijfix(pinia-colada): optional
options
in mutation factory (#2593) (4137445
) by @brolnickijfix(parser): improve $ref handling (#2588) (
c97e7a8
) by @carson2222v0.82.1
Compare Source
Patch Changes
#2541
ad3c633
Thanks @ixnas! - feat(typescript): addtypescript-const
toenums.mode
for generating TypeScript enums as constants#2556
74c16f2
Thanks @carson2222! - fix(parser): prunerequired
array after removing properties#2559
5012a72
Thanks @jgoz! - fix(output): avoid appending.gen
to file names multiple times whenoutput.clean
isfalse
v0.82.0
Compare Source
Minor Changes
97c57f6
Thanks @SebastiaanWouters! - feat(parser): add Hooks APIAdded Hooks API
Patch Changes
#2542
c12f7c7
Thanks @mrlubos! - fix(client): pass fetch option to sse client#2505
80dc015
Thanks @SebastiaanWouters! - feat(plugin): add@pinia/colada
plugin#2535
efdeedc
Thanks @alexedme! - feat(client): added angular, axios, fetch, next & nuxt client type export for external typing purposes.#2544
d4cd30e
Thanks @carson2222! - fix(parser): improve handling multiple references to shared external variable#2519
95f00fa
Thanks @volesen! - fix(client): improve empty response body handling#1680
9e4cc3d
Thanks @josh-hemphill! - feat(plugin): add@pinia/colada
plugin#2530
8d1cfc4
Thanks @carson2222! - fix(parser): improvereadWrite
transformer splitting logic#2523
7f6de44
Thanks @carson2222! - fix(parser): handlepatternProperties
in OpenAPI 3.1v0.81.1
Compare Source
Patch Changes
#2516
c71d5db
Thanks @mrlubos! - feat(typescript): add webhooks configuration options#2515
b81051e
Thanks @malcolm-kee! - fix(parser): correctly handle schema extending discriminated schema#2513
34fa59f
Thanks @mrlubos! - fix(client): move sse functions into their own namespace#2516
c71d5db
Thanks @mrlubos! - feat(validator): add webhooks configuration options#2516
c71d5db
Thanks @mrlubos! - feat(parser): handle webhooks in OpenAPI 3.1v0.81.0
Compare Source
Minor Changes
d43ef3f
Thanks @mrlubos! - feat(client): add support for server-sent events (SSE)TanStack/query (@tanstack/eslint-plugin-query)
v5.86.0
Compare Source
Version 5.86.0 - 9/4/25, 9:27 AM (Manual Release)
Changes
Note: This release contains BREAKING CHANGES for the
experimental_streamedQuery
API:BREAKING CHANGES
8f24580
) by @marcog83BREAKING CHANGE: The
maxChunks
parameter has been removed fromstreamedQuery
.Use a custom
reducer
function to control data aggregation behavior instead.BREAKING CHANGE: When using a custom reducer function with
streamedQuery
,the
initialValue
parameter is now required and must be provided.b25412a
) by Dominik DorfmeisterBREAKING CHANGE:
queryFn
has been renamed tostreamFn
Chore
7306474
) by @sukvvonTest
43049c5
) by @sukvvonOther
c75a994
) by BennettLiamPackages
open-cli-tools/concurrently (concurrently)
v9.2.1
Compare Source
What's Changed
Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1
sindresorhus/globals (globals)
v16.4.0
Compare Source
8b8a2d6
rollup/rollup (rollup)
v4.50.1
Compare Source
2025-09-07
Bug Fixes
Pull Requests
v4.50.0
Compare Source
2025-08-31
Features
Bug Fixes
Pull Requests
v4.49.0
Compare Source
2025-08-27
Features
Pull Requests
cli/run/loadConfigFile.ts
as last in order to allow handling of e.g. workspace package imports in TS monorepos correctly (@stazz, @TrickyPi)v4.48.1
Compare Source
2025-08-25
Bug Fixes
Pull Requests
v4.48.0
Compare Source
2025-08-23
Features
Bug Fixes
Pull Requests
v4.47.1
Compare Source
2025-08-21
Bug Fixes
Pull Requests
v4.47.0
Compare Source
2025-08-21
Features
Bug Fixes
undefined
for optional fields in Rollup types (#6061)Pull Requests
v4.46.4
Compare Source
2025-08-20
Bug Fixes
in
operator (#6052)Pull Requests
in
withsyntheticNamedExports
(@hi-ogawa)v4.46.3
Compare Source
2025-08-18
Bug Fixes
Pull Requests
generated by
comment diff on Windows (@sapphi-red)no_opt_arch
feature for mimalloc-safe (@sapphi-red)microsoft/TypeScript (typescript)
v5.9.2
: TypeScript 5.9Compare Source
For release notes, check out the release announcement
Downloads are available on:
typescript-eslint/typescript-eslint (typescript-eslint)
v8.43.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.42.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.41.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.40.0
Compare Source
🩹 Fixes
plugin
,parser
, andconfigs
that are compatible with bothdefineConfig()
andtseslint.config()
(#11475)❤️ Thank You
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).