-
-
Notifications
You must be signed in to change notification settings - Fork 37
chore(deps): update all non-major dependencies #140
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
|
|
View your CI Pipeline Execution ↗ for commit bf0800f
☁️ Nx Cloud last updated this comment at |
This PR contains the following updates:
^2.5.7→^2.7.2^0.2.4→^0.3.0^5.90.16→^5.90.19^20.1.0→^20.3.3^5.80.2→^5.82.010.26.1→10.28.0^3.7.4→^3.8.0^1.9.0→^1.10.0Release Notes
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v2.7.2Compare Source
🪄 Improvements
prefer-destructuring-assignmentrule for better performance by @Rel1cx in #1423Full Changelog: Rel1cx/eslint-react@v2.7.1...v2.7.2
v2.7.1Compare Source
🐞 Fixes
no-unnecessary-use-refrule from strict configurations and update documentation by @Rel1cx in #1419📝 Changes you should be aware of
The
no-unnecessary-use-refrule has been removed from the strict presets, as it was causing false positives in certain scenarios. You can still enable it manually if needed, but please be aware of its current limitations.Full Changelog: Rel1cx/eslint-react@v2.7.0...v2.7.1
v2.7.0Compare Source
✨ New
additionalStateHooksto shared settings, closes #1405 by @Rel1cx in #1411🐞 Fixes
no-unnecessary-memoandno-unnecessary-use-callbackfalse positives when unused, closes #1404 by @Rel1cx in #1407no-unnecessary-use-refto allow previous refs by convention, closes #1406 by @Rel1cx in #1410no-missing-keymisdetect non-map calls as map since 2.6.4 version, closes #1412 by @Rel1cx in #1413Full Changelog: Rel1cx/eslint-react@v2.6.4...v2.7.0
v2.6.4Compare Source
✨ New
disable-experimentalpreset to quickly opt out of experimental rules by @Rel1cx in #1403Full Changelog: Rel1cx/eslint-react@v2.6.2...v2.6.4
v2.6.2🐞 Fixes
no-unnecessary-keyfalse positives on JSX elements inside render props by @Rel1cx in #1402no-unnecessary-use-refrule tests and improve handling of ref references by @Rel1cx in #1399v2.6.0✨ New
no-unnecessary-use-refrule, closes #1394 by @Rel1cx in #1397📝 Changes you should be aware of
The new
no-unnecessary-use-refrule is included in the strict presets.This rule reports unnecessary uses of
useRefwhen the ref is only used within a single effect which the value can be co-located inside the effect itself. Thanks to @SukkaW for purposing it!Full Changelog: Rel1cx/eslint-react@v2.5.7...v2.6.0
TanStack/devtools (@tanstack/devtools-utils)
v0.3.0Compare Source
Minor Changes
TanStack/query (@tanstack/react-query)
v5.90.19Compare Source
Patch Changes
53fc74e]:v5.90.18Compare Source
Patch Changes
dea1614]:v5.90.17Compare Source
Patch Changes
269351b]:capricorn86/happy-dom (happy-dom)
v20.3.3Compare Source
v20.3.2Compare Source
v20.3.1Compare Source
👷♂️ Patch fixes
DataTransfer.getData()- By @marchaos in task #1965XMLHttpRequest- By @rexxars in task #1890v20.3.0Compare Source
🎨 Features
RegExpto convert ASCII character casing to improve performance - By @TrevorBurnham in task #1886v20.2.0Compare Source
🎨 Features
Element.classList.contains()instead of splittingclassNamein query selectors to improve performance as it's cached - By @TrevorBurnham in task #1884v20.1.1Compare Source
👷♂️ Patch fixes
querySelector()- By @TrevorBurnham in task #1882querySelector()to improve performance - By @TrevorBurnham in task #1882webpro-nl/knip (knip)
v5.82.0: Release 5.82.0Compare Source
31eaaf5)0384673)844beb0)cd145e2)deputy.addIgnoredUnresolved(4f6d9e5)b517726)714af2e)cf5bae2)abefd09) - thanks @AlexanderKaran!4430175)v5.81.0: Release 5.81.0Compare Source
937dd83) - thanks @sebacardello!880f718) - thanks @gameroman!b3edb80) - thanks @fightZy!47559d2)c5e66db)57df2e1) - thanks @digitsum!57825f4) - thanks @niklas-wortmann!1e0ffc7) - thanks @stephenwade!ecf5e34) - thanks @lynnntropy!5923a20)ConfigurationChief(602603f)605fb85)keyof typeof MyEnumused (7d5b9d6)c0ed40a)dc11214)b94dcfa)9cbbbc2)4c3e45f)npm loginto release script (968d339)pnpm/pnpm (pnpm)
v10.28.0Compare Source
v10.27.0Compare Source
v10.26.2: pnpm 10.26.2Compare Source
Patch Changes
Improve error message when a package version exists but does not meet the
minimumReleaseAgeconstraint. The error now clearly states that the version exists and shows a human-readable time since release (e.g., "released 6 hours ago") #10307.Fix installation of Git dependencies using annotated tags #10335.
Previously, pnpm would store the annotated tag object's SHA in the lockfile instead of the actual commit SHA. This caused
ERR_PNPM_GIT_CHECKOUT_FAILEDerrors because the checked-out commit hash didn't match the stored tag object hash.Binaries of runtime engines (Node.js, Deno, Bun) are written to
node_modules/.binbefore lifecycle scripts (install, postinstall, prepare) are executed #10244.Try to avoid making network calls with preferOffline #10334.
Platinum Sponsors
Gold Sponsors
prettier/prettier (prettier)
v3.8.0Compare Source
diff
🔗 Release note
QuiiBz/sherif (sherif)
v1.10.0Compare Source
JSON configuration in root
package.jsonWhen using many CLI arguments, it might be easier to move to the configuration format. In your root
package.json, add asheriffield containing the same options as the CLI, but in camelCase. Default values are shown below:{ "sherif": { "fix": false, "select": "highest", // "highest" | "lowest" "noInstall": false, "failOnWarnings": false, "ignoreDependency": [], // string[] "ignorePackage": [], // string[] "ignoreRule": [] // string[] } }--fail-on-warningsoptionAdd a new option
--fail-on-warningsto exit with code 1 if any warning issues are found. By default, only error issues will make Sherif exit with code 1.What's Changed
--fail-on-warningsoption by @QuiiBz in #141package.jsonby @QuiiBz in #146Full Changelog: QuiiBz/sherif@v1.9.0...v1.10.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.