-
-
Notifications
You must be signed in to change notification settings - Fork 13
chore: bump all (dev) deps #228
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
🦋 Changeset detectedLatest commit: c2493fb 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 |
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 3 out of 5 changed files in this pull request and generated no comments.
Files not reviewed (2)
- .github/workflows/codeql.yml: Language not supported
- package.json: Language not supported
WalkthroughThis set of changes updates the project's CI/CD workflow and dependency management. A new Codacy coverage reporter step is added to the CI workflow, while the CodeQL workflow is deleted. The README now includes a Changesets badge, and Changes
Sequence Diagram(s)sequenceDiagram
participant CI as "CI Workflow"
participant Codecov as "Codecov Step"
participant Codacy as "Codacy Reporter Step"
participant Secrets as "Repository Secrets"
CI->>Codecov: Run Codecov Coverage
Codecov-->>CI: Return Codecov results
CI->>Secrets: Retrieve Codacy API token
Secrets-->>CI: Provide API token
CI->>Codacy: Run Codacy Coverage Reporter Step
Codacy-->>CI: Report Codacy coverage results
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (19)
🪧 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. |
📊 Package size report 0.1%↑
Unchanged files
🤖 This report was automatically generated by pkg-size-action |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #228 +/- ##
=======================================
Coverage 95.80% 95.80%
=======================================
Files 4 4
Lines 334 334
Branches 156 156
=======================================
Hits 320 320
Misses 11 11
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
commit: |
|
Summary by CodeRabbit
.d.cts
file format for legacy top-leveltypes
entries.