-
Notifications
You must be signed in to change notification settings - Fork 0
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
v0.11.1: Maintenance updates #79
Conversation
WalkthroughThe recent updates focus on several key areas: improving Node.js version consistency across various configuration files, updating dependency versions in multiple Changes
Poem
TipsChatThere are 3 ways to chat with CodeRabbit:
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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files ignored due to path filters (2)
.yarn/sdks/prettier/package.json
is excluded by!.yarn/**
,!.yarn/**/*
yarn.lock
is excluded by!**/*.lock
Files selected for processing (17)
- .gitattributes (1 hunks)
- .node-version (1 hunks)
- .nvmrc (1 hunks)
- .tool-versions (1 hunks)
- package.json (4 hunks)
- packages/commitlint-config/package.json (1 hunks)
- packages/cspell-config/package.json (2 hunks)
- packages/eslint-config-base/.eslintrc.yml (2 hunks)
- packages/eslint-config-base/README.md (1 hunks)
- packages/eslint-config-base/package.json (4 hunks)
- packages/eslint-config-react/.eslintrc.yml (2 hunks)
- packages/eslint-config-react/README.md (1 hunks)
- packages/eslint-config-react/package.json (4 hunks)
- packages/lint-staged-config/package.json (1 hunks)
- packages/markdownlint-config/package.json (1 hunks)
- packages/prettier-config/package.json (2 hunks)
- packages/typescript-config/package.json (2 hunks)
Files skipped from review due to trivial changes (11)
- .gitattributes
- .node-version
- .nvmrc
- .tool-versions
- packages/commitlint-config/package.json
- packages/cspell-config/package.json
- packages/eslint-config-react/package.json
- packages/lint-staged-config/package.json
- packages/markdownlint-config/package.json
- packages/prettier-config/package.json
- packages/typescript-config/package.json
Additional comments not posted (22)
packages/eslint-config-base/README.md (3)
26-26
: Addedeslint-plugin-markdownlint
to enhance Markdown linting capabilities.
27-27
: Addedeslint-plugin-n
as part of the migration fromeslint-plugin-node
.
28-28
: Addedeslint-plugin-oxlint
to extend linting rules.packages/eslint-config-react/README.md (4)
25-25
: Addedeslint-plugin-jsx-a11y
to enhance accessibility linting for React projects.
27-27
: Addedeslint-plugin-markdownlint
to enhance Markdown linting capabilities.
28-28
: Addedeslint-plugin-n
as part of the migration fromeslint-plugin-node
.
29-29
: Addedeslint-plugin-oxlint
to extend linting rules.package.json (2)
3-3
: Updated version number to0.11.1
.
Line range hint
54-89
: Updated various dependencies to their latest versions.packages/eslint-config-react/.eslintrc.yml (2)
30-30
: Updated rulen/no-unpublished-import
to reflect migration fromeslint-plugin-node
toeslint-plugin-n
.
46-46
: Updated rulen/no-unpublished-import
to reflect migration fromeslint-plugin-node
toeslint-plugin-n
.packages/eslint-config-base/package.json (8)
3-3
: Version update to 0.11.1 aligns with the PR objectives.
39-39
: Update of@cspell/eslint-plugin
to^8.8.4
aligns with the PR objectives.
41-42
: Updates of@typescript-eslint/eslint-plugin
and@typescript-eslint/parser
to^7.12.0
align with the PR objectives.
53-53
: Update ofeslint-plugin-jsdoc
to^48.2.9
aligns with the PR objectives.
54-54
: Update ofeslint-plugin-json
to^4.0.0
aligns with the PR objectives.
57-58
: Updates ofeslint-plugin-n
to^17.8.1
andeslint-plugin-oxlint
to^0.4.0
align with the PR objectives.
61-61
: Update ofprettier
to^3.3.1
aligns with the PR objectives.
78-78
: Update ofeslint-plugin-json
to>=4.x.x
in peer dependencies aligns with the PR objectives.packages/eslint-config-base/.eslintrc.yml (3)
8-8
: Update to useplugin:json/recommended-legacy
aligns with the PR objectives.
129-129
: Update ofn/no-missing-import
rule tooff
aligns with the PR objectives.
133-133
: Update ofn/no-unsupported-features/es-syntax
rule tooff
aligns with the PR objectives.
Features
ESLint
Bug fixes
ESLint
Other updates
ALL
root
Summary by CodeRabbit
New Features
eslint-plugin-jsx-a11y
,eslint-plugin-markdownlint
,eslint-plugin-n
, andeslint-plugin-oxlint
.Bug Fixes
plugin:json/recommended
withplugin:json/recommended-legacy
in ESLint configurations.Dependency Updates
package.json
files for better stability and new features.