-
-
Notifications
You must be signed in to change notification settings - Fork 53
chore(deps): update all dependencies #415
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
base: master
Are you sure you want to change the base?
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. 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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 77f3f11 in 57 seconds. Click for details.
- Reviewed
28
lines of code in1
files - Skipped
1
files when reviewing. - Skipped posting
3
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:13
- Draft comment:
eslint-plugin-unicorn v60.0.0 now requires Node 20.10+. The current engines field allows Node 18; please update it accordingly. - 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.
2. package.json:162
- Draft comment:
tsdown v0.13.0 now drops Node 18 in favor of Node 20.19+; update the engines field to reflect this breaking change. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%
<= threshold50%
This comment is purely informative about a dependency change and suggests updating the engines field. It doesn't provide a specific code suggestion or ask for a test to be written. It violates the rule against commenting on dependency changes.
3. package.json:149
- Draft comment:
Verify that hermes-eslint v0.31.0 is compatible with your supported Node versions. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%
<= threshold50%
This comment is asking the PR author to verify compatibility of a specific version of a library with their Node versions. This falls under the rule of not asking the author to ensure compatibility or verify behavior, which is not allowed.
Workflow ID: wflow_kMMGrQWR4AGMrhYX
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #415 +/- ##
=======================================
Coverage 96.10% 96.10%
=======================================
Files 96 96
Lines 4952 4952
Branches 1862 1858 -4
=======================================
Hits 4759 4759
Misses 192 192
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
commit: |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
^59.0.1
->^60.0.0
^0.29.0
->^0.31.0
^0.12.9
->^0.13.0
Release Notes
sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)
v60.0.0
Compare Source
Breaking
2dc27d9
New rules
prefer-class-fields
(#2512)4c82dc1
no-array-reverse
(#2677)b051302
require-module-specifiers
(#2686)2a8e152
no-useless-error-capture-stack-trace
(#2676)fc900b6
Improvements
prefer-string-replace-all
: Preserve escape (#2667)2310b50
SuppressedError
(#2669)f51aeb9
Fixes
no-array-callback-reference
: Fix optional chaining expressions being ignored (#2694)ad27922
no-unnecessary-await
: Fix handling of experimental pipeline operator (#2658)2b8ebe5
rolldown/tsdown (tsdown)
v0.13.0
Compare Source
🚨 Breaking Changes
🚀 Features
banner
&footer
options - by @gwansikk and @sxzz in https://github.com/rolldown/tsdown/issues/338 (54e21)cjsDts
to input/output options context - by @sxzz (3c4b3)🐞 Bug Fixes
View changes on GitHub
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 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.
Important
Update dependencies
eslint-plugin-unicorn
,hermes-eslint
, andtsdown
with breaking changes and new features.eslint-plugin-unicorn
updated from^59.0.1
to^60.0.0
.hermes-eslint
updated from^0.29.0
to^0.31.0
.tsdown
updated from^0.12.9
to^0.13.0
.eslint-plugin-unicorn
now requires Node.js 20.10+.tsdown
now requires Node.js 20.19+ and reuses generated dts by default.eslint-plugin-unicorn
adds new rules:prefer-class-fields
,no-array-reverse
,require-module-specifiers
,no-useless-error-capture-stack-trace
.tsdown
addsbanner
&footer
options andcjsDts
to input/output options context.eslint-plugin-unicorn
andtsdown
.This description was created by
for 77f3f11. You can customize this summary. It will automatically update as commits are pushed.