chore(deps): update devdependencies (non-major) (minor) #950
+1,289
−1,016
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:
19.7.1
->19.8.0
19.7.1
->19.8.0
1.26.2
->1.34.1
3.2.0
->3.3.0
9.20.0
->9.22.0
0.63.0
->0.64.12
8.5.6
->8.6.6
8.5.6
->8.6.6
8.5.6
->8.6.6
8.5.6
->8.6.6
8.5.6
->8.6.6
8.5.6
->8.6.6
8.5.6
->8.6.6
8.5.6
->8.6.6
5.66.3
->5.68.0
1.105.0
->1.114.22
8.24.0
->8.26.1
8.24.0
->8.26.1
14.0.2
->14.2.0
9.20.1
->9.22.0
10.0.1
->10.1.1
3.8.0
->3.9.0
5.1.0
->5.2.0
17.1.0
->17.4.4
5.9.6
->5.10.0
1.50.1
->1.51.0
8.5.6
->8.6.6
5.7.3
->5.8.2
6.1.0
->6.2.2
0.8.0
->0.9.0
2.2.0
->2.3.0
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v19.8.0
Compare Source
Performance Improvements
node:
prefix to bypass require.cache call for builtins (#4302) (0cd8f41)19.7.1 (2025-02-02)
Note: Version bump only for package @commitlint/cli
19.6.1 (2024-12-15)
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v19.8.0
Compare Source
Performance Improvements
node:
prefix to bypass require.cache call for builtins (#4302) (0cd8f41)19.7.1 (2025-02-02)
Note: Version bump only for package @commitlint/config-conventional
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v1.34.1
Compare Source
🐞 Fixes
react-x/no-context-provider
on symbols namedProvider
which are imported from third-party libs, closes #991 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/992Full Changelog: Rel1cx/eslint-react@v1.34.0...v1.34.1
v1.34.0
Compare Source
🪄 Improvements
no-nested-components
rule tono-nested-component-definitions
and update related docs by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/990📝 Changes you should be aware of
The following rules have been renamed:
react-x/no-nested-components
toreact-x/no-nested-component-definitions
@eslint-react/no-nested-components
to@eslint-react/no-nested-component-definitions
The old rule names will still be available until the next major update to avoid breaking changes.
Full Changelog: Rel1cx/eslint-react@v1.33.0...v1.34.0
v1.33.0
Compare Source
🐞 Fixes
no-flush-sync
andno-void-elements-with-children
in recommended presets by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/988🪄 Improvements
ensure-forward-ref-using-ref
tono-useless-forward-ref
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/987📝 Changes you should be aware of
The following rules have been renamed:
react-x/ensure-forward-ref-using-ref
toreact-x/no-useless-forward-ref
@eslint-react/ensure-forward-ref-using-ref
to@eslint-react/no-useless-forward-ref
The old rule names will still be available until the next major update to avoid breaking changes.
Full Changelog: Rel1cx/eslint-react@v1.32.1...v1.33.0
v1.32.1
Compare Source
🐞 Fixes
no-context-provider
replaces<Provider>
with<>
, closes #984 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/985v1.32.0
Compare Source
✨ New
🪄 Improvements
v1.31.0
Compare Source
✨ New
🪄 Improvements
v1.30.2
Compare Source
🐞 Fixes
set
function in IIFE inside of hooks as its inside ofuseEffect
,useLayoutEffect
, closes #967 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/968v1.30.1
Compare Source
🐞 Fixes
🪄 Improvements
New Contributors
v1.30.0
Compare Source
✨ New
naming-convention/use-state
andnaming-convention/context-name
to recommended presets by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/956🐞 Fixes
prefer-read-only-props
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/957naming-convention/component-name
rule to follow [email protected] by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/959naming-convention/use-state
fails with multiple words, closes #960 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/961v1.29.0
Compare Source
✨ New
context-name
rule by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/952🐞 Fixes
naming-convention/use-state
works in components only, closes #953 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/954🪄 Improvements
recommended-typescript
for typescript files by @bluwy in https://github.com/Rel1cx/eslint-react/pull/949New Contributors
v1.28.0
Compare Source
✨ New
no-flush-sync
rule by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/942skipImportCheck
setting by @Rel1cx🪄 Improvements
v1.27.0
Compare Source
✨ New
no-missing-context-display-name
rule by @Rel1cx in #941🪄 Improvements
useEffect
toadditionalHooks
by @Rel1cx in #938no-duplicate-key
rule fromerror
towarn
by @Rel1cx in #939eslint/eslintrc (@eslint/eslintrc)
v3.3.0
Compare Source
Features
eslint/eslint (@eslint/js)
v9.22.0
Compare Source
v9.21.0
Compare Source
Features
418717f
feat: introduce new deprecated types for rules (#19238) (fnx)5c5b802
feat: Add--ext
CLI option (#19405) (Milos Djermanovic)Bug Fixes
db5340d
fix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4
fix: do not exit process on rule crash (#19436) (Francesco Trotta)Documentation
c5561ea
docs: Update README (GitHub Actions Bot)80b0485
docs: replacevar
withlet
andconst
in rule example (#19434) (Tanuj Kanti)f67d5e8
docs: Update README (GitHub Actions Bot)75afc61
docs: Update README (GitHub Actions Bot)0636cab
docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)dd7d930
docs: Update README (GitHub Actions Bot)Chores
a8c9a9f
chore: update@eslint/eslintrc
and@eslint/js
(#19453) (Francesco Trotta)265e0cf
chore: package.json update for @eslint/js release (Jenkins)3401b85
test: add test forRule.ReportDescriptor
type (#19449) (Francesco Trotta)e497aa7
chore: update rewrite dependencies (#19448) (Francesco Trotta)dab5478
chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)ebfe2eb
chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)5fd211d
test: processors can return subpaths (#19425) (Milos Djermanovic)hey-api/openapi-ts (@hey-api/openapi-ts)
v0.64.12
Compare Source
Patch Changes
b9e1b4b
Thanks @shemsiu! - Allowscheme
property to be case-insensitivev0.64.11
Compare Source
Patch Changes
#1800
a4811bd
Thanks @mrlubos! - fix: support Hey API platform input arguments#1800
a4811bd
Thanks @mrlubos! - fix: handle raw OpenAPI specification inputv0.64.10
Compare Source
Patch Changes
#1779
57fcec8
Thanks @mrlubos! - fix: don't throw on missing performance marks#1767
2de84ea
Thanks @Schroedi! - fix: handle nested dates in transformersv0.64.9
Compare Source
Patch Changes
c0b36b9
Thanks @mrlubos! - docs: announce Hey API platformv0.64.8
Compare Source
Patch Changes
b3ecac3
Thanks @mrlubos! - fix: reduce minimum Node.js 22 version to 22.10.0v0.64.7
Compare Source
Patch Changes
82f7c14
Thanks @Matsuuu! - fix: Wrap the GET request in watch mode with try-catch to prevent crashes on no-head watch targetsv0.64.6
Compare Source
Patch Changes
7326d25
Thanks @Matsuuu! - fix: Wrap HEAD request in a try-catch to prevent watch mode crashes on server reloadsv0.64.5
Compare Source
Patch Changes
cc8dabb
Thanks @georgesmith46! - fix: correctly generate zod regex expressions when using patternsv0.64.4
Compare Source
Patch Changes
4afdaa1
Thanks @mrlubos! - fix: use relative path to custom config file if provided when resolving relative pathsv0.64.3
Compare Source
Patch Changes
e86629b
Thanks @mrlubos! - fix: correctly type default value for Nuxt clientv0.64.2
Compare Source
Patch Changes
#1697
dec3fed
Thanks @mrlubos! - fix: add exportFromIndex option to all plugins#1699
8ff188f
Thanks @mrlubos! - fix: allow passing arbitrary values to SDK functions viameta
field#1687
04c7cea
Thanks @hunshcn! - sanitize "+" in uri to avoid plus in function namev0.64.1
Compare Source
Patch Changes
#1668
7a03341
Thanks @mrlubos! - fix: watch mode handles servers not exposing HEAD method for spec#1668
7a03341
Thanks @mrlubos! - fix: add watch.timeout optionv0.64.0
Compare Source
Minor Changes
ccefe43
Thanks @mrlubos! - feat: addedclient.baseUrl
optionAdded
client.baseUrl
optionbb6d46a
Thanks @mrlubos! - fix: make createConfig, CreateClientConfig, and Config accept ClientOptions genericAdded
ClientOptions
interfacev0.63.2
Compare Source
Patch Changes
df350f3
Thanks @mrlubos! - fix: lower Node version requirementsv0.63.1
Compare Source
Patch Changes
#1637
2dc380e
Thanks @mrlubos! - fix: update keywords in package.json#1637
2dc380e
Thanks @mrlubos! - fix: add Next.js client#1646
2cbffeb
Thanks @mrlubos! - feat: support required client in SDK using sdk.client = false#1648
66a9e45
Thanks @mrlubos! - fix: add support for openIdConnect auth flowstorybookjs/storybook (@storybook/addon-a11y)
v8.6.6
Compare Source
v8.6.5
Compare Source
Configuration
📅 Schedule: Branch creation - "* * 1 * " (UTC), Automerge - " 0-4,22-23 * * 1-5,* * * * 0,6" (UTC).
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.