-
-
Notifications
You must be signed in to change notification settings - Fork 262
chore(deps): update all dependencies #338
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: main
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 (
|
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 8e322e1 in 1 minute and 9 seconds. Click for details.
- Reviewed
37
lines of code in2
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. .github/workflows/autofix.yml:37
- Draft comment:
Updated autofix-ci/action commit hash to a pinned version for enhanced security. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%
<= threshold50%
This comment is purely informative, as it just states what was done without providing any actionable feedback or suggestions. It doesn't ask for confirmation or suggest any improvements.
2. package.json:78
- Draft comment:
Bump @stylistic/eslint-plugin to ^5.0.0 (major update); ensure any breaking changes in rules/config are handled. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%
<= threshold50%
This comment is about a dependency change, specifically a major version bump of an eslint plugin. The comment suggests ensuring that any breaking changes are handled, which falls under the rule of not asking the PR author to ensure behavior is intended or tested. Therefore, this comment should be removed.
3. package.json:97
- Draft comment:
Upgrade jest to ^30.0.0; review test configs for any adjustments required due to major version update. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%
<= threshold50%
The comment is purely informative and suggests reviewing test configurations due to a major version update. It doesn't provide a specific code suggestion or ask for a specific test to be written. It also doesn't point out a specific issue or ask for confirmation of an intentional change.
4. package.json:101
- Draft comment:
Update prettier-plugin-pkg to ^0.21.0; verify if new options or changes affect any custom formatting settings. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%
<= threshold50%
This comment is related to a dependency update, specifically the prettier-plugin-pkg. It asks the author to verify if new options or changes affect custom formatting settings. This falls under the rule of not asking the author to verify or double-check things, especially related to dependencies.
Workflow ID: wflow_6RbXB8XLjwwJ6Ms2
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
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:
^4.2.0
->^5.0.0
2891949
->635ffb0
^29.7.0
->^30.0.0
^0.19.0
->^0.21.0
Release Notes
eslint-stylistic/eslint-stylistic (@stylistic/eslint-plugin)
v5.1.0
Compare Source
Bug Fixes
disable-legacy
(#849) (e63f1e4)Build Related
tsdown
(#854) (5d2bec1)Chores
v5.0.0
Compare Source
Chores
v4.4.1
Compare Source
Bug Fixes
type
keyword inexport
declarations (#797) (6854a3c)Chores
v4.4.0
Compare Source
Features
v4.3.0
Compare Source
Features
Bug Fixes
TSImportType
(8f31461)ChainExpression
andAwaitExpression
whenoffsetTernaryExpressionsOffsetCallExpressions
(#751) (a1af663)ReturnStatement
(#738) (a375a92)Documentation
jsx-indent
(#741) (ca23ce1)Chores
comma-dangle
(#716) (7e55b16)brace-style
(#715) (5769933)indent
(#713) (a57c2bb)key-spacing
(#734) (99c0873)keyword-spacing
(#732) (0018519)lines-between-class-members
(#730) (9f4bda0)no-extra-parens
(#711) (d6809c9)no-extra-semi
(#731) (880814e)object-property-newline
(#719) (d49ef91)quote-props
(#729) (e5b09a5)quotes
(#720) (9284830)semi-spacing
(#727) (72856a8)semi
(#728) (85eeaa1)RuleOptions
andMessageIds
generic type (#742) (ace84e3)jestjs/jest (jest)
v30.0.3
Compare Source
Fixes
[jest-config]
Fix ESM TS config loading in a CJS project (#15694)Features
[jest-diff]
Show non-printable control characters to diffs (#15696)v30.0.2
Compare Source
v30.0.1
Compare Source
v30.0.0
Compare Source
un-ts/prettier (prettier-plugin-pkg)
v0.21.1
Compare Source
Patch Changes
#475
8f1aef9
Thanks @Shinigami92! - feat(pkg): add optionpackageSortOrderPreset
This option allows you to specify a preset for sorting packages in the
package.json
file.The available presets are:
npm
,npm-plus
:npm
: sorts bynpm
's documentnpm-plus
: sorts bysort-package-json
and therefore is compatible toprettier-plugin-packagejson
Full Changelog: https://github.com/un-ts/prettier/compare/[email protected]@0.21.1
v0.21.0
Compare Source
Minor Changes
#468
db3e235
Thanks @Shinigami92! - feat(pkg): add optionpackageSortOrder
#472
d5442c8
Thanks @Shinigami92! - feat(pkg): add optionpackageIgnoreSort
New Contributors
Full Changelog: https://github.com/un-ts/prettier/compare/[email protected]@0.21.0
v0.20.0
Compare Source
Minor Changes
13957de
Thanks @JounQin! - feat(pkg): addlibc
anddevEngines
supportFull Changelog: https://github.com/un-ts/prettier/compare/[email protected]@0.20.0
v0.19.1
Compare Source
Patch Changes
b44651a
Thanks @JounQin! - fix: remove buggymodule-sync
exports fieldFull Changelog: https://github.com/un-ts/prettier/compare/[email protected]@0.19.1
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 and GitHub Action for autofix-ci in the project.
@stylistic/eslint-plugin
updated from^4.2.0
to^5.0.0
inpackage.json
.jest
updated from^29.7.0
to^30.0.0
inpackage.json
.prettier-plugin-pkg
updated from^0.19.0
to^0.21.0
inpackage.json
.autofix-ci/action
to commit635ffb0
in.github/workflows/autofix.yml
.This description was created by
for 8e322e1. You can customize this summary. It will automatically update as commits are pushed.