chore(deps): update all non-major dependencies #128
Merged
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:
2.3.9→2.5.15.6.1→5.7.08.48.0→8.52.08.48.0→8.52.09.39.1→9.39.21.19.0→1.19.110.24.0→10.27.03.7.3→3.7.48.48.0→8.52.01.3.1→1.3.2Release Notes
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v2.5.1Compare Source
🐞 Fixes
naming-convention/ref-namefalse positive with immediate deref, closes #1375 by @Rel1cx in #1376Full Changelog: Rel1cx/eslint-react@v2.5.0...v2.5.1
v2.5.0Compare Source
✨ New
use-ref-namerule by @amir-rahmanii in #1366use-ref-namerule toref-nameand add it to recommended presets by @Rel1cx in #1367🪄 Improvements
verify-rules-metasscript & minor docs fixes by @Rel1cx in #1355enforceAssignmentby @amir-rahmanii in #1363v2.4.0Compare Source
✨ New
enforceAssignmentandenforceSetterNameoptions tonaming-convention/use-stateby @Rel1cx in #1346🐞 Fixes
naming-convention/use-statefor state with no setters, closes #1342, closes #1352 by @Rel1cx in #1346🪄 Improvements
typescript-eslintto8.50.1across all packagesFull Changelog: Rel1cx/eslint-react@v2.3.13...v2.4.0
v2.3.13Compare Source
🐞 Fixes
isNodeEqualdid not handleasexpressions correctly, closes #1340 by @Rel1cx in #1341🪄 Improvements
Full Changelog: Rel1cx/eslint-react@v2.3.12...v2.3.13
v2.3.12Compare Source
✨ New
allowEmptyFragmentoption toreact-x/no-useless-fragment, closes #1265 by @Rel1cx in #1335🐞 Fixes
web-api/no-leaked-event-listenerfalse positive when using React NativeBackHandler, closes #1323 by @Rel1cx in #1336Full Changelog: Rel1cx/eslint-react@v2.3.11...v2.3.12
v2.3.11🐞 Fixes
react-x/prefer-read-only-propsrule, closes #1326 by @Rel1cx in #1331forwardRef'srefshould be excluded from check, closes #1332 by @Rel1cx in #1333Full Changelog: Rel1cx/eslint-react@v2.3.9...v2.3.11
eslint-stylistic/eslint-stylistic (@stylistic/eslint-plugin)
v5.7.0Compare Source
Features
jsx-sort-propsin favor ofeslint-plugin-perfectionist(#1071) (622b888)MetaProperty,TSQualifiedName,TSImportType,JSXMemberExpression(#1063) (c296e42)arrow(#1080) (1aaf61f)Bug Fixes
Documentation
Build Related
Chores
vite.config.ts(#1081) (79e6c6b)TSConditionalType(#1075) (233c967)TSMappedType(#1073) (30b6bb3)hasCommentsBetweenwithsourceCode.commentsExistBetween(#1094) (77e1370)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.52.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.51.0Compare Source
🚀 Features
🩹 Fixes
no-useless-default-assignment(#11845)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.50.1Compare Source
🩹 Fixes
this(#11813)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.50.0Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.49.0Compare Source
🚀 Features
Intl.Segmenterinstead ofgraphemer(#11804)🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.48.1Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.52.0Compare Source
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.
v8.51.0Compare Source
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.
v8.50.1Compare Source
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.
v8.50.0Compare Source
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.
v8.49.0Compare Source
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.
v8.48.1Compare Source
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.
eslint/eslint (eslint)
v9.39.2Compare Source
ota-meshi/eslint-plugin-yml (eslint-plugin-yml)
v1.19.1Compare Source
Patch Changes
736f153Thanks @sumimakito! - fix(sort-keys): fix incorrect result when move down the block located at the file startpnpm/pnpm (pnpm)
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
v10.26.1: pnpm 10.26.1Compare Source
Patch Changes
pnpm add, whenblockExoticSubdepsis set totrue#10324.HEADpoints to the commit after checkout #10310.Platinum Sponsors
Gold Sponsors
v10.26.0Compare Source
v10.25.0Compare Source
prettier/prettier (prettier)
v3.7.4Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by @kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
typescript-eslint/typescript-eslint (typescript-eslint)
v8.52.0Compare 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.51.0Compare 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.50.1Compare 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.50.0Compare 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.49.0Compare 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.48.1Compare 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.
ota-meshi/yaml-eslint-parser (yaml-eslint-parser)
v1.3.2Compare Source
Patch Changes
6a4f069Thanks @ota-meshi! - fix: false parsing error when tag-only docConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Zurich, 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.
This PR was generated by Mend Renovate. View the repository job log.