Open
Conversation
🦋 Changeset detectedLatest commit: 48f2911 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 |
62301a2 to
8d268f4
Compare
8d268f4 to
6f297d5
Compare
6f297d5 to
737602c
Compare
737602c to
731357f
Compare
731357f to
7cb0935
Compare
7cb0935 to
ac0e788
Compare
ac0e788 to
4420618
Compare
4420618 to
787dccf
Compare
787dccf to
330407b
Compare
330407b to
51ec4c1
Compare
51ec4c1 to
2a4b3b4
Compare
2a4b3b4 to
661e98c
Compare
661e98c to
b77320b
Compare
b77320b to
c5d4153
Compare
c5d4153 to
39ba36b
Compare
39ba36b to
f149c69
Compare
f149c69 to
efaafa9
Compare
efaafa9 to
92db703
Compare
92db703 to
72e84a6
Compare
72e84a6 to
25550d8
Compare
25550d8 to
ffdb02f
Compare
ffdb02f to
67bd841
Compare
67bd841 to
02d441a
Compare
02d441a to
05c51c8
Compare
| datasource | package | from | to | | ---------- | ------------------------------- | ------- | ------- | | npm | @changesets/changelog-github | 0.5.2 | 0.6.0 | | npm | @changesets/cli | 2.29.8 | 2.30.0 | | npm | @commitlint/cli | 20.4.0 | 20.4.3 | | npm | @commitlint/config-conventional | 20.4.0 | 20.4.3 | | npm | @eslint-react/eslint-plugin | 2.8.1 | 2.13.0 | | npm | @eslint/compat | 2.0.2 | 2.0.3 | | npm | @stylistic/eslint-plugin | 5.7.1 | 5.10.0 | | npm | @vitest/eslint-plugin | 1.6.6 | 1.6.9 | | npm | eslint | 9.39.2 | 9.39.4 | | npm | eslint-plugin-depend | 1.4.0 | 1.5.0 | | npm | eslint-plugin-mdx | 3.6.2 | 3.7.0 | | npm | eslint-plugin-n | 17.23.2 | 17.24.0 | | npm | eslint-plugin-sonarjs | 3.0.6 | 3.0.7 | | npm | turbo | 2.8.1 | 2.8.14 | | npm | typescript-eslint | 8.54.0 | 8.56.1 |
05c51c8 to
48f2911
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:
^0.5.2→^0.6.0^2.29.8→^2.30.0^20.3.1→^20.4.3^20.3.1→^20.4.3^2.8.1→^2.13.0^2.0.1→^2.0.3^5.7.1→^5.10.0^1.6.6→^1.6.9^9.39.2→^9.39.4^1.4.0→^1.5.0^3.6.2→^3.7.0^17.23.2→^17.24.0^3.0.6→^3.0.7^2.8.0→^2.8.14^8.54.0→^8.56.1Release Notes
changesets/changesets (@changesets/changelog-github)
v0.6.0Compare Source
Minor Changes
fd0bc2eThanks @mixelburg! - Linkify issue references in changelog entries.Patch Changes
#1810
27fd8f4Thanks @hirasso! - Replace deprecatedString.prototype.trimRightwithString.prototype.trimEndUpdated dependencies [
d4b8ad8,e462d89]:conventional-changelog/commitlint (@commitlint/cli)
v20.4.3Compare Source
Bug Fixes
v20.4.2Compare Source
Note: Version bump only for package @commitlint/cli
v20.4.1Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v20.4.3Compare Source
Bug Fixes
v20.4.2Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.4.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v2.13.0Compare Source
✨ New
naming-convention/id-namerule forReact.useId()by @amir-rahmanii in #1497naming-convention/filenameandnaming-convention/filename-extensionby @Rel1cx in #1498🐞 Fixes
meta.typefrom"problem"to"suggestion"for naming-convention rules by @amir-rahmanii in #1496📝 Changes you should be aware of
naming-convention/filenamerule has been deprecated and will be removed in the next major version.naming-convention/filename-extensionrule has been deprecated and will be removed in the next major version.Modern React frameworks each come with their own naming conventions that can differ or even conflict. A single predefined, framework-agnostic filename or filename extension rule no longer matches real-world usage. Please follow the official naming conventions of the specific React framework you are using.
For example, here are some references for popular frameworks:
Full Changelog: Rel1cx/eslint-react@v2.12.4...v2.13.0
v2.12.4Compare Source
🐞 Fixes
preactandpreact/compatsupport inno-implicit-keyrule by @Rel1cx in #1494🪄 Improvements
dom/no-unknown-propertyrule to fix all ESLint and TypeScript issues by @ulrichstark in #1490Full Changelog: Rel1cx/eslint-react@v2.12.2...v2.12.4
v2.12.2Compare Source
🐞 Fixes
Full Changelog: Rel1cx/eslint-react@v2.12.1...v2.12.2
v2.12.1Compare Source
🐞 Fixes
Reactnamespace inno-implicit-keyby @Rel1cx in #1487Full Changelog: Rel1cx/eslint-react@v2.12.0...v2.12.1
v2.12.0Compare Source
🪄 Improvements
📝 Changes you should be aware of
ESLint v10 is now supported and used throughout the repository. The minimum required ESLint version remains v8.57.0, but the project now supports and is tested against ESLint v10.
Full Changelog: Rel1cx/eslint-react@v2.11.2...v2.12.0
v2.11.2Compare Source
🐞 Fixes
getFullyQualifiedNamecannot handle inno-implicit-key, closes #1476 by @Rel1cx in #1480🪄 Improvements
Full Changelog: Rel1cx/eslint-react@v2.11.1...v2.11.2
v2.11.1Compare Source
🐞 Fixes
no-implicit-key, closes #1476 by @Rel1cx in #1479no-implicit-keyrule todisable-type-checkedconfig ofeslint-plugin-react-x, closes #1477 by @Rel1cx in #1478Full Changelog: Rel1cx/eslint-react@v2.11.0...v2.11.1
v2.11.0Compare Source
✨ New
recommendedpresets by @Rel1cx in #1475Full Changelog: Rel1cx/eslint-react@v2.10.1...v2.11.0
v2.10.1Compare Source
🐞 Fixes
no-implicit-keyrule for React internally defined keys, closes #1472 by @Rel1cx in #1474Full Changelog: Rel1cx/eslint-react@v2.10.0...v2.10.1
v2.10.0Compare Source
no-implicit-keyrule to use type checking by @Rel1cx in #1466no-unnecessary-use-refto removed rules, closes #1417 by @Rel1cx in #1471📝 Changes you should be aware of
no-implicit-keyrule has been updated to use type checking and moved fromrecommendedtotype-checkedpresets.no-unnecessary-use-refrule has been moved to removed rules, because the rule is hard to get right.Full Changelog: Rel1cx/eslint-react@v2.9.4...v2.10.0
v2.9.4Compare Source
🐞 Fixes
Full Changelog: Rel1cx/eslint-react@v2.9.3...v2.9.4
v2.9.3Compare Source
📝 Changes you should be aware of
The following rules have been deprecated and will be removed in the next major version:
no-default-propsno-prop-typesno-string-refsFor legacy codebases, use
no-restricted-syntaxas an alternative:Full Changelog: Rel1cx/eslint-react@v2.9.2...v2.9.3
v2.9.2🐞 Fixes
allconfig, closes #1462 by @Rel1cx in #1463🪄 Improvements
rsc/function-definitionby @SukkaW in #1460Full Changelog: Rel1cx/eslint-react@v2.9.0...v2.9.2
v2.9.0Compare Source
✨ New
no-non-async-server-functionsrule torsc/function-definitionby @Rel1cx in #1457eslint-plugin-react-rscsub-plugin for React Server Components (RSC) rules by @Rel1cx in #1457rscpreset to enable RSC rules by @Rel1cx in #1457disable-rscpreset to disable RSC rules by @Rel1cx in #1457🪄 Improvements
📝 Changes you should be aware of
The
no-non-async-server-functionsrule has been migrated torsc/function-definition. Please update your configuration accordingly if you are using it.Full Changelog: Rel1cx/eslint-react@v2.8.4...v2.9.0
v2.8.4Compare Source
🐞 Fixes
jsx-shorthand-booleanrule in migration table by @connorshea in #1446debug/is-from-refby @amir-rahmanii in #1445no-non-async-server-functionsby @Rel1cx in #1447no-non-async-server-functionsas experimental by @Rel1cx in #1448v2.8.3Compare Source
✨ New
no-non-async-server-functionsby @SukkaW in #1443Full Changelog: Rel1cx/eslint-react@v2.8.1...v2.8.3
eslint/rewrite (@eslint/compat)
v2.0.3Compare Source
Dependencies
eslint-stylistic/eslint-stylistic (@stylistic/eslint-plugin)
v5.10.0Compare Source
Features
lineModefor selector matcher (#1143) (1ebd6d8)Build Related
Performance
v5.9.0Compare Source
Features
Bug Fixes
Chores
v5.8.0Compare Source
Features
jsx-props-style(#1118) (dc9cc1b)ts-non-null(#1120) (faca500)Bug Fixes
(for optional call expressions (#1114) (2090a72)vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.6.9Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.6.8Compare Source
No significant changes
View changes on GitHub
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.7...v1.6.8
v1.6.7Compare Source
🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)
v9.39.4Compare Source
Bug Fixes
f18f6c8fix: update dependency minimatch to ^3.1.5 (#20564) (Milos Djermanovic)a3c868ffix: update dependency @eslint/eslintrc to ^3.3.4 (#20554) (Milos Djermanovic)234d005fix: minimatch security vulnerability patch for v9.x (#20549) (Andrej Beles)b1b37eefix: updateajvto6.14.0to address security vulnerabilities (#20538) (루밀LuMir)Documentation
4675152docs: add deprecation notice partial (#20520) (Milos Djermanovic)Chores
b8b4eb1chore: update dependencies for ESLint v9.39.4 (#20596) (Francesco Trotta)71b2f6bchore: package.json update for @eslint/js release (Jenkins)1d16c2fci: pin Node.js 25.6.1 (#20563) (Milos Djermanovic)v9.39.3Compare Source
Bug Fixes
791bf8dfix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)Chores
8594a43chore: upgrade @eslint/js@9.39.3 (#20529) (Milos Djermanovic)9ceef92chore: package.json update for @eslint/js release (Jenkins)af498c6chore: ignore/docs/v9.xin link checker (#20453) (Milos Djermanovic)es-tooling/eslint-plugin-depend (eslint-plugin-depend)
v1.5.0Compare Source
What's Changed
New Contributors
Full Changelog: es-tooling/eslint-plugin-depend@1.4.0...1.5.0
mdx-js/eslint-mdx (eslint-plugin-mdx)
v3.7.0Compare Source
Minor Changes
e189e74Thanks @astrochemx! - feat:eslint10 supportPatch Changes
#606
a381990Thanks @remcohaszing! - chore: use OIDC for publishingUpdated dependencies [
a381990,00a8369]:eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.24.0Compare Source
🌟 Features
prefer-global/cryptorule (#514) (2ea0f22)prefer-global/timersrule (#515) (10b24ae)🧹 Chores
SonarSource/SonarJS (eslint-plugin-sonarjs)
v3.0.7Compare Source
vercel/turborepo (turbo)
v2.8.14Compare Source
v2.8.13: Turborepo v2.8.13Compare Source
What's Changed
@turbo/repository
Examples
Changelog
--summarizeflag by @anthonyshew in #12042npm: aliasdependencies as external, not workspace references by @anthonyshew in #12061file:andlink:protocol entries in pruned bun lockfile by @anthonyshew in #12076gitsubprocess in worktree detection with Rust by @anthonyshew in #12106devDependenciessupport by @anthonyshew in #12122withinto root config instead of replacing it by [@anthonyshew](hConfiguration
📅 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.