-
-
Notifications
You must be signed in to change notification settings - Fork 55
chore(deps): update all dependencies #270
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
|
Caution Review failedThe pull request is closed. WalkthroughThis update adds a new constant in the ESLint configuration that checks if the installed version is below 9, and conditionally adjusts the behavior of the Changes
Sequence Diagram(s)sequenceDiagram
participant Config as ESLint Config (.eslintrc.js)
participant Checker as Version Checker
Config->>Checker: Read installed ESLint version from package.json
Checker-->>Config: Return version string
Config->>Config: Parse version and evaluate if < 9
alt Version < 9
Config->>Config: Set no-constant-condition rule to 'off'
else
Config->>Config: Set no-constant-condition rule to 'error'
end
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
.eslintrc.js(node:19526) ESLintIgnoreWarning: The ".eslintignore" file is no longer supported. Switch to using the "ignores" property in "eslint.config.js": https://eslint.org/docs/latest/use/configure/migration-guide#ignoring-files Oops! Something went wrong! :( ESLint: 9.23.0 ESLint couldn't find an eslint.config.(js|mjs|cjs) file. From ESLint v9.0.0, the default configuration file is now eslint.config.js. https://eslint.org/docs/latest/use/configure/migration-guide If you still have problems after following the migration guide, please stop by 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (8)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 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 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. |
commit: |
2a6e95a
to
fd6c56e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #270 +/- ##
=======================================
Coverage 96.18% 96.18%
=======================================
Files 106 106
Lines 5034 5037 +3
Branches 1756 1782 +26
=======================================
+ Hits 4842 4845 +3
+ Misses 191 186 -5
- Partials 1 6 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@codecov-ai-reviewer review |
On it! We are reviewing the PR and will provide feedback shortly. |
@coderabbitai review |
✅ Actions performedReview triggered.
|
fd6c56e
to
9fe690c
Compare
@coderabbitai review |
✅ Actions performedReview triggered.
|
@codecov-ai-reviewer review |
On it! We are reviewing the PR and will provide feedback shortly. |
This PR contains the following updates:
^20.17.28
->^22.0.0
11bd719
cdca736
2891949
0565863
1b549b9
4.7.0
->4.8.0
Release Notes
yarnpkg/berry (yarn)
v4.8.0
Compare Source
Configuration
📅 Schedule: Branch creation - "* 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.
Summary by CodeRabbit