Skip to content

chore: bump all (dev)Dependencies#237

Merged
JounQin merged 1 commit intomainfrom
chore/bump
May 14, 2025
Merged

chore: bump all (dev)Dependencies#237
JounQin merged 1 commit intomainfrom
chore/bump

Conversation

@JounQin
Copy link
Member

@JounQin JounQin commented May 14, 2025

Important

Bump various dependencies and devDependencies in package.json to their latest versions.

  • Dependencies:
    • Bump @pkgr/core from ^0.2.3 to ^0.2.4.
  • DevDependencies:
    • Bump @changesets/cli from ^2.29.0 to ^2.29.4.
    • Bump @commitlint/cli from ^19.8.0 to ^19.8.1.
    • Bump @oxc-node/core from ^0.0.24 to ^0.0.27.
    • Bump @swc/core from ^1.11.21 to ^1.11.24.
    • Bump @types/node from ^22.14.1 to ^22.15.18.
    • Bump clean-pkg-json from ^1.2.1 to ^1.3.0.
    • Bump eslint from ^9.24.0 to ^9.26.0.
    • Bump simple-git-hooks from ^2.12.1 to ^2.13.0.
    • Bump tsx from ^4.19.3 to ^4.19.4.
    • Bump yarn-berry-deduplicate from ^6.1.1 to ^6.1.3.

This description was created by Ellipsis for 6f713d8. You can customize this summary. It will automatically update as commits are pushed.

Summary by CodeRabbit

  • Chores
    • Updated several dependencies to their latest versions for improved stability and compatibility. No functional changes to the application.

@changeset-bot
Copy link

changeset-bot bot commented May 14, 2025

⚠️ No Changeset found

Latest commit: 6f713d8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented May 14, 2025

Walkthrough

This update modifies the package.json file by increasing the version numbers of several dependencies and devDependencies. No other changes, such as modifications to scripts or configuration, are included. There are no alterations to exported or public entities.

Changes

File Change Summary
package.json Updated version constraints for @pkgr/core, @changesets/cli, @commitlint/cli, @oxc-node/core, @swc/core, @types/node, clean-pkg-json, eslint, simple-git-hooks, tsx, and yarn-berry-deduplicate. No other modifications.

Poem

A hop and a skip, some numbers climb high,
Dependencies fresh as the clouds in the sky.
The garden is tidy, the carrots aligned—
With version bumps gentle, our code is refined.
🥕✨

Tip

⚡️ Faster reviews with caching
  • CodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure Review - Disable Cache at either the organization or repository level. If you prefer to disable all data retention across your organization, simply turn off the Data Retention setting under your Organization Settings.

Enjoy the performance boost—your workflow just got faster.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between abdb67a and 6f713d8.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (1)
  • package.json (2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (21)
  • GitHub Check: Codacy Static Code Analysis
  • GitHub Check: Lint and Test with Node.js 20 on ubuntu-latest
  • GitHub Check: Lint and Test with Node.js 23 on windows-latest
  • GitHub Check: Lint and Test with Node.js 22 on windows-latest
  • GitHub Check: Lint and Test with Node.js 23 on ubuntu-latest
  • GitHub Check: Lint and Test with Node.js 22 on ubuntu-latest
  • GitHub Check: Lint and Test with Node.js 20 on windows-latest
  • GitHub Check: Lint and Test with Node.js 18 on macos-latest
  • GitHub Check: Lint and Test with Node.js 18 on ubuntu-latest
  • GitHub Check: Lint and Test with Node.js 18 on windows-latest
  • GitHub Check: Lint and Test with Node.js 18.18 on windows-latest
  • GitHub Check: Lint and Test with Node.js 18.18 on ubuntu-latest
  • GitHub Check: Lint and Test with Node.js 18 on windows-latest
  • GitHub Check: Lint and Test with Node.js 23 on windows-latest
  • GitHub Check: Lint and Test with Node.js 22 on windows-latest
  • GitHub Check: Lint and Test with Node.js 23 on macos-latest
  • GitHub Check: Lint and Test with Node.js 22 on macos-latest
  • GitHub Check: Lint and Test with Node.js 20 on windows-latest
  • GitHub Check: Lint and Test with Node.js 18.18 on windows-latest
  • GitHub Check: Lint and Test with Node.js 20 on macos-latest
  • GitHub Check: Lint and Test with Node.js 18 on macos-latest
🔇 Additional comments (9)
package.json (9)

64-64: Validate patch bump for @pkgr/core
This is a patch version bump (0.2.3 → 0.2.4). Verify that there are no changes to APIs or peer dependencies that could affect consumers of @pkgr/core. Ensure the lockfile is updated and CI passes integration tests.


70-72: Verify dev tooling upgrades
Minor/patch bumps for @changesets/cli, @commitlint/cli, and @oxc-node/core. Check their changelogs for any breaking configuration changes (especially for commitlint rules or changesets pipelines). Rerun changelog generation and linting workflows to confirm nothing breaks.


74-74: Confirm SWC core bump compatibility
@swc/core moved 1.11.21 → 1.11.24. Run the build (yarn build) and benchmark performance/regression tests to ensure no regressions in transpilation output.


77-77: Approve Node types update
Type definitions for Node.js were bumped (v22.14.1 → v22.15.18). This is a non-breaking patch bump; it should only add more accurate types. Ensure TypeScript compilation still passes.


79-79: Review clean-pkg-json release notes
clean-pkg-json updated 1.2.1 → 1.3.0. Check changelog for any changes to default behavior that could strip or reorganize fields in package.json.


84-84: Linting engine bump
eslint updated 9.24.0 → 9.26.0. Verify that existing lint rules pass and no new warnings/errors appear.


91-91: Approve simple-git-hooks bump
simple-git-hooks moved from 2.12.1 → 2.13.0. This is a patch bump; ensure hook execution still functions as expected in CI and local dev.


101-101: Approve tsx minor bump
tsx updated from 4.19.3 → 4.19.4. Confirm it still correctly handles TypeScript execution in development scripts.


104-104: Approve yarn-berry-deduplicate patch bump
yarn-berry-deduplicate moved from 6.1.1 → 6.1.3. Ensure that module deduplication in the prepare script still behaves correctly.


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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@petercat-assistant
Copy link

Walkthrough

This pull request updates the versions of both dependencies and devDependencies in the package.json file. The changes involve minor version bumps for various packages, ensuring the project uses the latest compatible versions.

Changes

Files Summary
package.json, yarn.lock Updated versions for dependencies and devDependencies including @pkgr/core, @changesets/cli, @commitlint/cli, @oxc-node/core, @swc/core, @types/node, clean-pkg-json, eslint, simple-git-hooks, tsx, and yarn-berry-deduplicate.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR bumps several development and production dependency versions to their latest releases.

  • Updates dependency versions in package.json for "@pkgr/core", various devDependencies (such as "@changesets/cli", "@commitlint/cli", etc.)
  • Aims to keep the package dependencies up-to-date and in line with recent releases
Comments suppressed due to low confidence (1)

package.json:64

  • Ensure that the corresponding lock file (e.g., yarn.lock) is updated along with these dependency bumps to maintain consistency.
"@pkgr/core": "^0.2.4",

@codesandbox-ci
Copy link

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.

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​unrs/​resolver-binding-linux-riscv64-musl@​1.7.21001003788100
Updated@​unrs/​resolver-binding-darwin-arm64@​1.5.0 ⏵ 1.7.21001003792 +1100
Updated@​unrs/​resolver-binding-darwin-x64@​1.5.0 ⏵ 1.7.21001003792 +1100
Updated@​unrs/​resolver-binding-freebsd-x64@​1.5.0 ⏵ 1.7.21001003792 +1100
Updated@​unrs/​resolver-binding-linux-arm-gnueabihf@​1.5.0 ⏵ 1.7.21001003792 +1100
Updated@​unrs/​resolver-binding-linux-arm-musleabihf@​1.5.0 ⏵ 1.7.21001003792 +1100
Updated@​unrs/​resolver-binding-linux-arm64-gnu@​1.5.0 ⏵ 1.7.21001003792 +1100
Updated@​unrs/​resolver-binding-linux-arm64-musl@​1.5.0 ⏵ 1.7.21001003792 +1100
Updated@​unrs/​resolver-binding-linux-ppc64-gnu@​1.5.0 ⏵ 1.7.21001003792 +1100
Updated@​unrs/​resolver-binding-linux-riscv64-gnu@​1.5.0 ⏵ 1.7.21001003791 +1100
Updated@​unrs/​resolver-binding-linux-s390x-gnu@​1.5.0 ⏵ 1.7.21001003792 +1100
Updated@​unrs/​resolver-binding-linux-x64-gnu@​1.5.0 ⏵ 1.7.21001003792 +1100
Updated@​unrs/​resolver-binding-linux-x64-musl@​1.5.0 ⏵ 1.7.21001003792 +1100
Updated@​unrs/​resolver-binding-win32-arm64-msvc@​1.5.0 ⏵ 1.7.21001003792 +1100
Updated@​unrs/​resolver-binding-win32-ia32-msvc@​1.5.0 ⏵ 1.7.21001003792 +1100
Updated@​unrs/​resolver-binding-win32-x64-msvc@​1.5.0 ⏵ 1.7.21001003792 +1100
Updated@​babel/​plugin-transform-react-jsx-development@​7.25.9 ⏵ 7.27.11001005792100
Updated@​babel/​plugin-transform-dotall-regex@​7.25.9 ⏵ 7.27.11001006192100
Updated@​babel/​plugin-transform-regexp-modifiers@​7.26.0 ⏵ 7.27.11001006189100
Updated@​babel/​plugin-transform-unicode-regex@​7.25.9 ⏵ 7.27.11001006192100
Updated@​babel/​plugin-syntax-import-source@​7.25.9 ⏵ 7.27.171 +11006293 -1100
Updated@​pkgr/​core@​0.2.3 ⏵ 0.2.4100 +110062 +190100
See 141 more rows in the dashboard

View full report

@pkg-pr-new
Copy link

pkg-pr-new bot commented May 14, 2025

Open in StackBlitz

npm i https://pkg.pr.new/synckit@237

commit: 6f713d8

@sonarqubecloud
Copy link

@github-actions
Copy link
Contributor

📊 Package size report   0%↑

File Before After
package.json 4.3 kB 0.02%↑4.3 kB
Total (Includes all files) 102.0 kB 0%↑102.0 kB
Tarball size 26.6 kB -0.05%↓26.6 kB
Unchanged files
File Size
lib/common.d.ts 329 B
lib/common.js 987 B
lib/common.js.map 1.2 kB
lib/constants.d.ts 1.8 kB
lib/constants.js 2.4 kB
lib/constants.js.map 2.3 kB
lib/helpers.d.ts 1.5 kB
lib/helpers.js 17.3 kB
lib/helpers.js.map 15.3 kB
lib/index.cjs 24.4 kB
lib/index.d.cts 5.8 kB
lib/index.d.ts 424 B
lib/index.js 2.6 kB
lib/index.js.map 2.5 kB
lib/types.d.ts 1.4 kB
lib/types.js 44 B
lib/types.js.map 102 B
LICENSE 1.1 kB
README.md 16.1 kB

🤖 This report was automatically generated by pkg-size-action

@github-actions
Copy link
Contributor

size-limit report 📦

Path Size
lib/index.js 912 B (0%)

@codecov
Copy link

codecov bot commented May 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.80%. Comparing base (abdb67a) to head (6f713d8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #237   +/-   ##
=======================================
  Coverage   95.80%   95.80%           
=======================================
  Files           4        4           
  Lines         334      334           
  Branches      156      155    -1     
=======================================
  Hits          320      320           
  Misses         14       14           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

@ellipsis-dev ellipsis-dev bot left a 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 6f713d8 in 1 minute and 1 seconds. Click for details.
  • Reviewed 61 lines of code in 1 files
  • Skipped 1 files when reviewing.
  • Skipped posting 11 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:64
  • Draft comment:
    Upgrade @pkgr/core from ^0.2.3 to ^0.2.4.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
2. package.json:70
  • Draft comment:
    Upgrade @changesets/cli from ^2.29.0 to ^2.29.4.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
3. package.json:71
  • Draft comment:
    Upgrade @commitlint/cli from ^19.8.0 to ^19.8.1.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
4. package.json:72
  • Draft comment:
    Upgrade @oxc-node/core from ^0.0.24 to ^0.0.27. Verify compatibility due to pre-1.0 status.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
5. package.json:74
  • Draft comment:
    Upgrade @swc/core from ^1.11.21 to ^1.11.24.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
6. package.json:77
  • Draft comment:
    Upgrade @types/node from ^22.14.1 to ^22.15.18.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
7. package.json:79
  • Draft comment:
    Upgrade clean-pkg-json from ^1.2.1 to ^1.3.0.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
8. package.json:84
  • Draft comment:
    Upgrade eslint from ^9.24.0 to ^9.26.0.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
9. package.json:91
  • Draft comment:
    Upgrade simple-git-hooks from ^2.12.1 to ^2.13.0.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
10. package.json:101
  • Draft comment:
    Upgrade tsx from ^4.19.3 to ^4.19.4.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
11. package.json:104
  • Draft comment:
    Upgrade yarn-berry-deduplicate from ^6.1.1 to ^6.1.3.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None

Workflow ID: wflow_tJ5h3FhzRpT9OE1X

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@JounQin JounQin merged commit e4b2568 into main May 14, 2025
49 checks passed
@JounQin JounQin deleted the chore/bump branch May 14, 2025 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants