Merged
Conversation
🦋 Changeset detectedLatest commit: 9db92c2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
2940584 to
ffa92d4
Compare
ffa92d4 to
feecfeb
Compare
feecfeb to
082950d
Compare
082950d to
ab2c705
Compare
| datasource | package | from | to | | ---------- | ------------------------------- | ------- | ------- | | npm | @commitlint/cli | 20.1.0 | 20.3.1 | | npm | @commitlint/config-conventional | 20.0.0 | 20.3.1 | | npm | @eslint-react/eslint-plugin | 2.3.12 | 2.8.1 | | npm | @eslint/compat | 2.0.0 | 2.0.1 | | npm | @stylistic/eslint-plugin | 5.6.1 | 5.7.1 | | npm | @vitest/eslint-plugin | 1.5.1 | 1.6.6 | | npm | eslint | 9.39.1 | 9.39.2 | | npm | eslint-plugin-jsdoc | 61.4.2 | 61.7.1 | | npm | eslint-plugin-n | 17.23.1 | 17.23.2 | | npm | eslint-plugin-prettier | 5.5.4 | 5.5.5 | | npm | eslint-plugin-sonarjs | 3.0.5 | 3.0.6 | | npm | prettier | 3.7.4 | 3.8.1 | | npm | prettier-plugin-packagejson | 2.5.20 | 2.5.22 | | npm | turbo | 2.6.3 | 2.8.0 | | npm | typescript-eslint | 8.48.1 | 8.54.0 |
ab2c705 to
9db92c2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^20.1.0→^20.3.1^20.0.0→^20.3.1^2.3.12→^2.8.1^2.0.0→^2.0.1^5.6.1→^5.7.1^1.5.1→^1.6.6^9.39.1→^9.39.2^61.4.1→^61.7.1^17.23.1→^17.23.2^5.5.4→^5.5.5^3.0.5→^3.0.6^3.7.4→^3.8.1^2.5.20→^2.5.22^2.6.2→^2.8.0^8.48.1→^8.54.0Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v20.3.1Compare Source
Note: Version bump only for package @commitlint/cli
v20.3.0Compare Source
Note: Version bump only for package @commitlint/cli
v20.2.0Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v20.3.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.3.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.2.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v2.8.1Compare Source
✨ New
ReactNodebut have a'use memo'or'use no memo'directive by @Rel1cx in #1440The function in below example will be detected as a function component in relevant rules:
🐞 Fixes
'use memo';is present by @Rel1cx in #1441Full Changelog: Rel1cx/eslint-react@v2.8.0...v2.8.1
v2.8.0Compare Source
✨ New
ReactNodebut call React Hooks by @Rel1cx in #1438The function in below example will be detected as a function component in relevant rules:
🐞 Fixes
no-unnecessary-keyto remove constant key checking, closes #1436 by @Rel1cx in #1439Full Changelog: Rel1cx/eslint-react@v2.7.4...v2.8.0
v2.7.4Compare Source
✨ New
debug/is-from-refrule by @Rel1cx in #1433🐞 Fixes
🪄 Improvements
Full Changelog: Rel1cx/eslint-react@v2.7.2...v2.7.3
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
v2.5.7Compare Source
🪄 Improvements
no-unnecessary-keyto catch constant keys outside of map calls, closes #1377 by @Rel1cx in #1393🐞 Fixes
no-implicit-keyrule from recommended presets' by @Rel1cx in #1392📝 Changes you should be aware of
The
no-implicit-keyrule has been re-added to the recommended presets.Full Changelog: Rel1cx/eslint-react@v2.5.5...v2.5.7
v2.5.5🐞 Fixes
no-unnecessary-keyrule from strict presets by @Rel1cx in #1386no-duplicate-keyrule from recommended presets by @Rel1cx in #1387Removeno-implicit-keyrule from recommended presets by @Rel1cx in #1388📝 Changes you should be aware of
The following rules have been removed from the strict and recommended presets:
no-unnecessary-keyno-duplicate-keyno-implicit-keyFull Changelog: Rel1cx/eslint-react@v2.5.3...v2.5.5
v2.5.3Compare Source
🐞 Fixes
naming-convention/context-namerule to include React version checks; closes #1382 by @Rel1cx in #1384naming-convention/ref-nameto allow "ref" as a ref name by @ocavue in #1380jsx-key-before-spread: should only be enabled in JSX automatic runtime; update related docs and tests; closes #1381 by @Rel1cx in #1383v2.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
eslint/rewrite (@eslint/compat)
v2.0.1Compare Source
Dependencies
eslint-stylistic/eslint-stylistic (@stylistic/eslint-plugin)
v5.7.1Compare Source
Bug Fixes
metato plugin (#1102) (f9d8a21)eslint-visitor-keysandespreeto compatible versions (#1111) (572f1ab)multiline-comment-style(#1103) (03fc476)TSIndexedAccessTypewith parens (#1099) (60aafcb)Documentation
Chores
safeReplaceTextBetweento reuse common fix logic (#1104) (a49451f)meta, usedefaultOptions(#1108) (55bbd1d)defaultOptionsin rules (#1105) (666e8ee)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)vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.6.6Compare Source
🚀 Features
View changes on GitHub
v1.6.5Compare Source
🚀 Features
🐞 Bug Fixes
vitestandvithe same - by @G-Rath in #851 (48aa6)View changes on GitHub
What's Changed
vitestandvithe same by @G-Rath in #851eslint-remote-testerby @G-Rath in #859New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.4...v1.6.5
v1.6.4Compare Source
🚀 Features
prefer-mock-return-shorthandrule - by @G-Rath in #848 (c0b72)🐞 Bug Fixes
vi.mocked- by @G-Rath in #849 (aa8af)View changes on GitHub
What's Changed
vi.mockedby @G-Rath in #849prefer-mock-return-shorthandrule by @G-Rath in #848New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.3...v1.6.4
v1.6.3Compare Source
🚀 Features
View changes on GitHub
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.1...v1.6.2
v1.6.1Compare Source
🐞 Bug Fixes
View changes on GitHub
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.5.4...v1.6.0
v1.5.4Compare Source
No significant changes
View changes on GitHub
v1.5.2Compare Source
🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)
v9.39.2Compare Source
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v61.7.1Compare Source
Bug Fixes
github:npmrelease (#1623) (fe29ef9)v61.5.0Compare Source
Features
check-tag-names,require-template,check-template-names: maketypeParama non-preferred alias fortemplate(3cd7cbd)eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.23.2Compare Source
🩹 Fixes
📚 Documentation
🧹 Chores
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.5.5Compare Source
Patch Changes
#772
7264ed0Thanks @BPScott! - Bump prettier-linter-helpers dependency to v1.0.1#776
77651a3Thanks @aswils! - fix: bump synckit for yarn PnP ESM issueSonarSource/SonarJS (eslint-plugin-sonarjs)
v3.0.6Compare Source
prettier/prettier (prettier)
v3.8.1Compare Source
v3.8.0Compare Source
diff
🔗 Release note
matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)
v2.5.22Compare Source
Bug Fixes
v2.5.21Compare Source
Bug Fixes
vercel/turborepo (turbo)
v2.8.0: Turborepo v2.8.0Compare Source
What's Changed
Docs
@turbo/repository
Changelog
New Contributors
Full Changelog: vercel/turborepo@v2.7.6...v2.8.0
v2.7.6Compare Source
v2.7.5: Turborepo v2.7.5Compare Source
What's Changed
Docs
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) in timezone Europe/Paris, 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.