-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
chore: bump all (dev) deps #427
Conversation
🦋 Changeset detectedLatest commit: 9641be2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThis pull request updates several configuration and declaration files. Changes include explicit naming of steps in GitHub Actions workflows, removal of unneeded permissions, and updates to version references for actions. Dependency versions and package configurations in Changes
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (6)
🪧 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 (
|
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.
Copilot reviewed 15 out of 18 changed files in this pull request and generated no comments.
Files not reviewed (3)
- .prettierignore: Language not supported
- package.json: Language not supported
- tests/unit/pnp/package.json: Language not supported
Comments suppressed due to low confidence (3)
vitest.config.ts:11
- Ensure the removal of the autoImport plugin is intentional and that its functionality is not required elsewhere in the configuration.
- plugins: [
src/index.ts:4
- Verify that removing the .js extension in the type import from 'eslint-plugin-import-x/types' is compatible with the package's module resolution and intended type definitions.
-import type { ResolvedResult } from 'eslint-plugin-import-x/types.js'
.github/workflows/size-limit.yml:8
- Confirm that the removal of the permissions block for workflow access is deliberate and does not adversely affect the execution of subsequent steps.
-permissions:
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: |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #427 +/- ##
=======================================
Coverage 63.58% 63.58%
=======================================
Files 6 6
Lines 368 368
Branches 48 48
=======================================
Hits 234 234
Misses 134 134 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary by CodeRabbit
Chores
Tests