-
-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): update minor updates (minor) #896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Renovate Bot <bot@renovateapp.com>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Thank you for following the naming conventions! 🙏 |
browserslist-config-anolilab
@anolilab/commitlint-config
@anolilab/eslint-config
@anolilab/lint-staged-config
@anolilab/prettier-config
@anolilab/stylelint-config
@anolilab/textlint-config
commit: |
…olilab/commitlint-config [6.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@6.0.0...@anolilab/commitlint-config@6.0.1) (2025-05-31) ### Bug Fixes * **deps:** update minor updates (minor) ([#896](#896)) ([d5132c8](d5132c8)) ### Miscellaneous Chores * add new linting scripts and update dependencies ([655a866](655a866))
…lab/eslint-config [16.2.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.5...@anolilab/eslint-config@16.2.6) (2025-05-31) ### Bug Fixes * **deps:** update dependency @tanstack/eslint-plugin-query to ^5.0.5 ([#890](#890)) ([8c6ef6d](8c6ef6d)) * **deps:** update minor updates (minor) ([#896](#896)) ([d5132c8](d5132c8))
…ilab/prettier-config [6.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@6.0.0...@anolilab/prettier-config@6.0.1) (2025-05-31) ### Bug Fixes * **deps:** update dependency prettier to v3.0.3 ([#891](#891)) ([21d2229](21d2229)) * **deps:** update minor updates (minor) ([#896](#896)) ([d5132c8](d5132c8)) ### Miscellaneous Chores * add new linting scripts and update dependencies ([655a866](655a866))
…ilab/textlint-config [9.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@9.0.0...@anolilab/textlint-config@9.0.1) (2025-05-31) ### Bug Fixes * **deps:** update dependency textlint to ^13.3.3 ([#892](#892)) ([5b4bb0a](5b4bb0a)) * **deps:** update minor updates (minor) ([#896](#896)) ([d5132c8](d5132c8)) ### Miscellaneous Chores * add new linting scripts and update dependencies ([655a866](655a866))
…owserslist-config-anolilab [6.0.1](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@6.0.0...browserslist-config-anolilab@6.0.1) (2025-05-31) ### Bug Fixes * **deps:** update minor updates (minor) ([#896](#896)) ([d5132c8](d5132c8)) ### Miscellaneous Chores * add new linting scripts and update dependencies ([655a866](655a866))
…anolilab/lint-staged-config [3.0.10](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.9...@anolilab/lint-staged-config@3.0.10) (2025-05-31) ### Bug Fixes * **deps:** update dependency prettier to v3.0.3 ([#891](#891)) ([21d2229](21d2229)) * **deps:** update minor updates (minor) ([#896](#896)) ([d5132c8](d5132c8)) ### Dependencies * **@anolilab/eslint-config:** upgraded to 16.2.6
…lilab/stylelint-config [7.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@7.0.0...@anolilab/stylelint-config@7.0.1) (2025-05-31) ### Bug Fixes * **deps:** update minor updates (minor) ([#896](#896)) ([d5132c8](d5132c8)) ### Miscellaneous Chores * add new linting scripts and update dependencies ([655a866](655a866)) ### Dependencies * **browserslist-config-anolilab:** upgraded to 6.0.1
This PR contains the following updates:
^0.17.4
->^0.18.1
^1.22.1
->^1.50.0
^1.1.0
->^1.2.2
>=2.2.4
->>=2.8.1
^16.0.0
->^16.1.0
Release Notes
arethetypeswrong/arethetypeswrong.github.io (@arethetypeswrong/cli)
v0.18.1
Compare Source
Patch Changes
a4dc8a6
]v0.18.0
Compare Source
Minor Changes
5dd9c0b
: Requiring Node.js 20 for using latest lru-cache.Patch Changes
5dd9c0b
]Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v1.50.0
Compare Source
🐞 Fixes
polymorphicPropName
not work withno-void-elements-with-children
by @huynhducduy in https://github.com/Rel1cx/eslint-react/pull/1108zod
, closes #1110New Contributors
Full Changelog: Rel1cx/eslint-react@v1.49.0...v1.50.0
v1.49.0
Compare Source
✨ New
jsx-key-before-spread
, closes #1093, closes #1087 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1105Full Changelog: Rel1cx/eslint-react@v1.48.5...v1.49.0
v1.48.5
Compare Source
🐞 Fixes
Full Changelog: Rel1cx/eslint-react@v1.48.4...v1.48.5
v1.48.4
Compare Source
🐞 Fixes
Full Changelog: Rel1cx/eslint-react@v1.48.3...v1.48.4
v1.48.3
Compare Source
🪄 Improvements
web-api/no-leaked-event-listener
docs by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1082Full Changelog: Rel1cx/eslint-react@v1.48.2...v1.48.3
v1.48.2
Compare Source
🐞 Fixes
hooks-extra/no-direct-set-state-in-use-effect
in pluginreact-hooks-extra
, closes #1077 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1078Full Changelog: Rel1cx/eslint-react@v1.48.1...v1.48.2
v1.48.1
Compare Source
🐞 Fixes
eslint-plugin-react-hook
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1074hooks-extra/no-unnecessary-use-prefix
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1073Full Changelog: Rel1cx/eslint-react@v1.47.4...v1.48.0
v1.47.4
Compare Source
🐞 Fixes
hooks-extra/no-unnecessary-use-prefix
to skip well-known hooks likeuseMDXComponents
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1072Full Changelog: Rel1cx/eslint-react@v1.47.3...v1.47.4
v1.47.3
Compare Source
🐞 Fixes
no-leaked-conditional-rendering
when logical expressions are wrapped by type expressions by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1068Full Changelog: Rel1cx/eslint-react@v1.47.2...v1.47.3
v1.47.2
Compare Source
🐞 Fixes
Full Changelog: Rel1cx/eslint-react@v1.47.1...v1.47.2
v1.47.1
Compare Source
🐞 Fixes
Full Changelog: Rel1cx/eslint-react@v1.47.0...v1.47.1
v1.47.0
Compare Source
🪄 Improvements
@eslint-react/jsx
package and move functionality to@eslint-react/core
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1060Full Changelog: Rel1cx/eslint-react@v1.46.0...v1.47.0
v1.46.0
Compare Source
✨ New
Full Changelog: Rel1cx/eslint-react@v1.45.3...v1.45.4
v1.45.4
Compare Source
🪄 Improvements
Map
withWeakMap
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1057Full Changelog: Rel1cx/eslint-react@v1.45.3...v1.45.4
v1.45.3
Compare Source
🪄 Improvements
picomatch.makeRe
withRE.toRegExp
for pattern matching by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1055Full Changelog: Rel1cx/eslint-react@v1.45.2...v1.45.3
v1.45.2
Compare Source
🪄 Improvements
Full Changelog: Rel1cx/eslint-react@v1.45.1...v1.45.2
v1.45.1
Compare Source
🐞 Fixes
hooks-extra/no-unnecessary-use-prefix
case sensitivity fails, closes #1053 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1054Full Changelog: Rel1cx/eslint-react@v1.45.0...v1.45.1
v1.45.0
Compare Source
✨ New
react-x/no-misused-capture-owner-stack
rule, closes #1049 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1047react-x/no-nested-lazy-component-declarations
rule, closes #1048 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1052react-x/no-nested-lazy-component-declarations
rule to recommended presets by @Rel1cxFull Changelog: Rel1cx/eslint-react@v1.44.0...v1.45.0
v1.43.0
Compare Source
✨ New
react-x/no-string-refs
, closes #1044 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1045Full Changelog: Rel1cx/eslint-react@v1.42.1...v1.43.0
v1.42.1
Compare Source
✨ New
core
preset tox
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1042📝 Changes you should be aware of
The following presets have been renamed:
core
tox
core-legacy
tox-legacy
The old preset names will still be available until the next major update to avoid breaking changes.
Full Changelog: Rel1cx/eslint-react@v1.41.0...v1.42.1
v1.42.0
Compare Source
v1.41.0
Compare Source
✨ New
react-debug/jsx
rule by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1041Full Changelog: Rel1cx/eslint-react@v1.40.4...1.41.0
v1.40.4
Compare Source
🐞 Fixes
Full Changelog: Rel1cx/eslint-react@v1.40.3...v1.40.4
v1.40.3
Compare Source
🐞 Fixes
no-useless-fragment
false positive when using
, closes #1035 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1036Full Changelog: Rel1cx/eslint-react@v1.40.2...v1.40.3
v1.40.2
Compare Source
🐞 Fixes
jsx-uses-react
rule forpreserve
mode by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1031🪄 Improvements
LanguagePreferenceSchema
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1033Full Changelog: Rel1cx/eslint-react@v1.40.1...v1.40.2
v1.40.1
Compare Source
✨ New
jsx-uses-react
rule to support@jsx
and@jsxFrag
annotation comments by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1029LanguagePreference
by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1028Full Changelog: Rel1cx/eslint-react@v1.40.0...v1.40.1
v1.40.0
Compare Source
✨ New
react-x/jsx-uses-react
rule by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1027react-x/jsx-uses-react
rule in recommended presets by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1027naming-convention/context-name
rule in recommended presets by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1024JsxRuntime
module by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/1025Full Changelog: Rel1cx/eslint-react@v1.38.4...v1.40.0
v1.38.4
Compare Source
🪄 Improvements
Full Changelog: Rel1cx/eslint-react@v1.38.3...v1.38.4
v1.38.3
Compare Source
🪄 Improvements
e0e4d46
Full Changelog: Rel1cx/eslint-react@v1.38.2...v1.38.3
v1.38.2
Compare Source
🐞 Fixes
prefer-shorthand-*
rules inall
config by @Rel1cx ina9e6ef9
Full Changelog: Rel1cx/eslint-react@v1.38.0...v1.38.2
v1.38.1
Compare Source
v1.38.0
Compare Source
✨ New
react-x/jsx-no-undef
rule, closes #1016 by @Rel1cx in #1018hooks-extra/prefer-use-state-lazy-initialization
rule to recommended presets by @Rel1cx in #1019🪄 Improvements
react-x/jsx-uses-vars
andreact-x/jsx-no-duplicate-props
rules by @Rel1cx in #1017Full Changelog: Rel1cx/eslint-react@v1.37.3...v1.38.0
v1.37.3
Compare Source
🐞 Fixes
ts-api-utils
does not provide an export namedunionConstituents
, closes #1009 by @Rel1cx in #1010Full Changelog: Rel1cx/eslint-react@v1.37.2...v1.37.3
v1.37.2
Compare Source
🐞 Fixes
prefer-read-only-props
false positive using React types, closes #962 by @Rel1cx in #1008Full Changelog: Rel1cx/eslint-react@v1.37.1...v1.37.2
v1.37.1
Compare Source
🐞 Fixes
hooks-extra/prefer-use-state-lazy-initialization
to correctly detect other hooks called withinuseState(...)
by @Rel1cx in #1006🪄 Improvements
Full Changelog: Rel1cx/eslint-react@v1.37.0...v1.37.1
v1.37.0
Compare Source
🪄 Improvements
hooks-extra/prefer-use-state-lazy-initialization
from recommended presets by @Rel1cx in #1001Full Changelog: Rel1cx/eslint-react@v1.36.3...v1.37.0
v1.36.3
Compare Source
🐞 Fixes
hooks-extra/prefer-use-state-lazy-initialization
false positive onuseState(use(promise))
closes #999 by @Rel1cx in #1000Full Changelog: Rel1cx/eslint-react@v1.36.2...v1.36.3
v1.36.2
Compare Source
No notable changes have been made in this release.
Full Changelog: Rel1cx/eslint-react@v1.36.1...v1.36.2
v1.36.1
Compare Source
🪄 Improvements
Full Changelog: Rel1cx/eslint-react@v1.35.0...v1.36.1
v1.35.0
Compare Source
✨ New
no-render
rule to replaceReactDom.render()
withcreateRoot(node).render()
, closes #972 by @Rel1cx in #993no-hydrate
rule to replaceReactDom.hydrate()
withhydrateRoot()
, closes #973 by @Rel1cx in #995🪄 Improvements
hooks-extra/no-useless-custom-hooks
tohooks-extra/no-unnecessary-use-prefix
by @Rel1cx in #996📝 Changes you should be aware of
The following rules have been renamed:
react-hooks-extra/no-useless-custom-hooks
toreact-hooks-extra/no-unnecessary-use-prefix
@eslint-react/hooks-extra/no-useless-custom-hooks
to@eslint-react/hooks-extra/no-unnecessary-use-prefix
The old rule names will still be available until the next major update to avoid breaking changes.
Full Changelog: Rel1cx/eslint-react@v1.34.1...v1.35.0
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 #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 #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 #988🪄 Improvements
ensure-forward-ref-using-ref
tono-useless-forward-ref
by @Rel1cx in #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 #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 #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 #956🐞 Fixes
prefer-read-only-props
by @Rel1cx in #957naming-convention/component-name
rule to follow eslint-plugin-react-hooks@5.0 by @Rel1cx in #959naming-convention/use-state
fails with multiple words, closes #960 by @Rel1cx in #961v1.29.0
Compare Source
✨ New
context-name
rule by @Rel1cx in #952🐞 Fixes
naming-convention/use-state
works in components only, closes #953 by @Rel1cx in #954🪄 Improvements
recommended-typescript
for typescript files by @bluwy in #949New Contributors
v1.28.0
Compare Source
✨ New
no-flush-sync
rule by @Rel1cx in #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 #939v1.26.2
Compare Source
🐞 Fixes
no-context-provider
rule to include context name in error messages by @Rel1cx in #935v1.26.1
Compare Source
No notable changes have been made in this release.
v1.26.0
Compare Source
✨ New
v1.25.0
Compare Source
✨ New
ts-blank-eslint-parser
by @Rel1cxts-blank-eslint-parser
by @Rel1cx🐞 Fixes
🪄 Improvements
v1.24.1
Compare Source
🐞 Fixes
disable-debug
,disable-dom
, anddisable-web-apis
configs, closes #923 by @Rel1cx in #924v1.24.0
Compare Source
🪄 Improvements
v1.23.2
Compare Source
✨ New
prefer-shorthand-fragment
, closes #898 (#902)v1.23.1
Compare Source
🐞 Fixes
no-unstable-context-value
andno-unstable-default-props
by @Rel1cx in #896v1.23.0
Compare Source
🪄 Improvements
jsxPragma
andjsxPragmaFrag
settings to perform their checks by @Rel1cx in #893no-useless-fragment
andprefer-shorthand-fragment
rulessettings["react-x"].jsxPragma
andsettings["react-x"].jsxPragmaFrag
as they are no longer needed by any rulesshort-unique-id
w/uid
by @SukkaW in #894🐞 Fixes
call
andnew
expression related false positives inno-unnecessary-use-memo
andno-unnecessary-use-callback
by @Rel1cx in #895v1.22.2
Compare Source
🪄 Improvements
no-duplicate-key
rule to improve its performance @Rel1cx in #891 and 33ab3ccas
,satisfies
, and non-null assertion operator in various rulesota-meshi/astro-eslint-parser (astro-eslint-parser)
v1.2.2
Compare Source
Patch Changes
dd8d3ef
Thanks @ota-meshi! - Fix parsing error for&
v1.2.1
Compare Source
Patch Changes
ddc8031
Thanks @ota-meshi! - fix: replaceglobby
withfast-glob
v1.2.0
Compare Source
Minor Changes
c896c73
Thanks @ota-meshi! - some refactorPatch Changes
#306
4541d8c
Thanks @renovate! - fix(deps): update dependency globby to v14#356
a8b5d85
Thanks @renovate! - fix(deps): update dependency entities to v6#358
4b83588
Thanks @ota-meshi! - Fixed the parser issue whereno-undef
rule would crash if closing tag was omittedwanasit/chrono (chrono-node@<2.2.4)
v2.8.1
Compare Source
971b833
174b35e
v2.8.0
Compare Source
New/Fix: Reference date calculation on the assigned timezone
4033a27
Previously, the reference date calculation (e.g., "1 day ago", "tomorrow at 9am") was based on the interpretation of the reference instant/timestamp using the system timezone rather than the assigned timezone (e.g., "April 5" in the system timezone may already "April 6" in the assigned timezone).
This changed some current relative date/time output. So, it is published in a minor version, instead of a patch.
v2.7.9
Compare Source
e1acb29
当日
to本日
8c415a8
v2.7.8
Compare Source
6d8d672
257722f
a857d3f
80c126b
6646c75
3a15d3d
v2.7.7
Compare Source
08e4dc4
31bcae3
696d247
d61f933
23abdda
be6e995
v2.7.6
Compare Source
3ae3144
chrono.zh
configuration from combinedzh.hans
andzh.hant
c5261b7
v2.7.5
Compare Source
d1a71c9
9aeb1c3
fa472f2
3126f44
v2.7.4
Compare Source
c201115
2cbe422
fed9f9d
v2.7.3
[Compare Source](https://redirect.github.com/
Configuration
📅 Schedule: Branch creation - "after 10:00 before 19:00 every weekday except after 13:00 before 14:00" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.