-
-
Notifications
You must be signed in to change notification settings - Fork 204
chore(deps): update all dependencies #750
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
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
commit: |
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.
Important
Looks good to me! 👍
Reviewed everything up to b826925 in 29 seconds. Click for details.
- Reviewed
13
lines of code in1
files - Skipped
1
files when reviewing. - Skipped posting
1
draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. package.json:79
- Draft comment:
Bump '@html-eslint/parser' from ^0.41.0 to ^0.42.0. Verify against release notes for any breaking changes. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
Workflow ID: wflow_m85XyAPCmWmDkDr9
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
b826925
to
da4e0d4
Compare
|
700b724
to
637a9ad
Compare
637a9ad
to
c39e0f1
Compare
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.
Important
Looks good to me! 👍
Reviewed 0731c8e in 48 seconds. Click for details.
- Reviewed
32
lines of code in1
files - Skipped
1
files when reviewing. - Skipped posting
4
draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. eslint.config.mjs:1
- Draft comment:
Good conversion to ESM. Ensure your runtime/environment and package.json (with "type": "module") are configured to handle ESM modules. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%
<= threshold50%
The comment is asking the PR author to ensure their environment is configured correctly, which violates the rule against asking the author to ensure things are set up correctly. It doesn't provide a specific code suggestion or point out a specific issue with the code itself.
2. eslint.config.mjs:4
- Draft comment:
Note that 'eslint-plugin-eslint-plugin' now requires Node 20+ (per its breaking changes). Ensure that your development and CI environments meet this requirement. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%
<= threshold50%
This comment is purely informative, as it informs the PR author about a requirement of a dependency. It does not provide a specific code suggestion or ask for a specific test to be written. It also does not address any specific code change in the PR.
3. eslint.config.mjs:7
- Draft comment:
Good use of an explicit file extension for './recommended.js'. This ensures proper ESM resolution. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%
<= threshold50%
This comment is purely informative, as it praises the use of an explicit file extension without suggesting any changes or improvements. It doesn't provide actionable feedback or raise any concerns.
4. eslint.config.mjs:17
- Draft comment:
The file-specific override for '*.mjs' (setting sourceType to 'module') looks appropriate. Double-check that this covers all ESM files in your project. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
Workflow ID: wflow_TRnkADUdjq70GwYm
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
This PR contains the following updates:
^0.12.0
->^0.13.0
^0.41.0
->^0.44.0
^6.4.0
->^7.0.0
Release Notes
eslint/json (@eslint/json)
v0.13.1
Compare Source
Bug Fixes
plugin-kit
to latest to resolve security vulnerabilities (#125) (5de1544)v0.13.0
Compare Source
Features
url
andrecommended
field to existing rules (#104) (14bd26b)yeonjuan/html-eslint (@html-eslint/parser)
v0.44.0
Compare Source
What's Changed
Full Changelog: yeonjuan/html-eslint@v0.43.1...v0.44.0
v0.43.0
Compare Source
What's Changed
New Contributors
Full Changelog: yeonjuan/html-eslint@v0.42.0...v0.43.0
v0.42.0
Compare Source
What's Changed
New Contributors
Full Changelog: yeonjuan/html-eslint@v0.41.0...v0.42.0
eslint-community/eslint-plugin-eslint-plugin (eslint-plugin-eslint-plugin)
v7.0.0
Compare Source
⚠ BREAKING CHANGES
no-meta-replaced-by
,no-meta-schema-default
,require-meta-default-options
,require-meta-schema-description
asrecommended
rules (#530)flat/
prefix from configs (#528)Features
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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.
Important
Update dependencies and refactor
eslint.config.js
toeslint.config.mjs
using ES module syntax.@eslint/json
from^0.12.0
to^0.13.0
.@html-eslint/parser
from^0.41.0
to^0.44.0
.eslint-plugin-eslint-plugin
from^6.4.0
to^7.0.0
.eslint.config.js
toeslint.config.mjs
and refactor to use ES module syntax.eslint.config.mjs
to useimport
instead ofrequire
.This description was created by
for 0731c8e. You can customize this summary. It will automatically update as commits are pushed.