Skip to content

chore: bump all (dev) deps #444

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

Merged
merged 2 commits into from
Apr 21, 2025
Merged

chore: bump all (dev) deps #444

merged 2 commits into from
Apr 21, 2025

Conversation

JounQin
Copy link
Collaborator

@JounQin JounQin commented Apr 21, 2025

Important

Update several dependencies in package.json to their latest versions for improved stability.

  • Dependencies:
    • Bump unrs-resolver from ^1.6.0 to ^1.6.3.
    • Bump @vitest/coverage-v8 from 3.1.1 to 3.1.2.
    • Bump clean-pkg-json from ^1.2.1 to ^1.3.0.
    • Bump eslint-plugin-import-x from ^4.10.5 to ^4.10.6.
    • Bump vitest from ^3.1.1 to ^3.1.2.

This description was created by Ellipsis for e6bb3f5. 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 performance. No changes to app features or user experience.

@JounQin JounQin requested a review from Copilot April 21, 2025 11:50
Copy link

@Copilot 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.

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • package.json: Language not supported

Copy link

changeset-bot bot commented Apr 21, 2025

🦋 Changeset detected

Latest commit: 86ce6ee

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
eslint-import-resolver-typescript Patch

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

Copy link

coderabbitai bot commented Apr 21, 2025

Walkthrough

This change updates the package.json file to bump the versions of several dependencies. The runtime dependency unrs-resolver is upgraded from ^1.6.0 to ^1.6.3. Development dependencies including @vitest/coverage-v8, clean-pkg-json, eslint-plugin-import-x, and vitest are also updated to newer patch or minor versions. Additionally, a new changeset file .changeset/real-waves-breathe.md is added documenting a patch update to the eslint-import-resolver-typescript dependency, reflecting the unrs-resolver version bump to address issues #406, #409, and #437. No other modifications to scripts, configuration, or metadata are present, and there are no changes to exported or public entities.

Changes

File(s) Summary of Changes
package.json Bumped versions of unrs-resolver, @vitest/coverage-v8, clean-pkg-json, eslint-plugin-import-x, and vitest dependencies. No other changes made.
.changeset/real-waves-breathe.md Added a changeset documenting a patch update to eslint-import-resolver-typescript reflecting the unrs-resolver bump to fix issues #406, #409, and #437.

Possibly related PRs

Suggested reviewers

  • SukkaW

Poem

A hop and a skip, dependencies rise,
With numbers bumped up, we modernize!
No code was disturbed, just versions anew,
The garden grows fresh with each update we do.
🥕✨


📜 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 e6bb3f5 and 86ce6ee.

📒 Files selected for processing (1)
  • .changeset/real-waves-breathe.md (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • .changeset/real-waves-breathe.md
⏰ Context from checks skipped due to timeout of 90000ms (7)
  • GitHub Check: Lint and Test with Node.js 20 on windows-latest
  • GitHub Check: Lint and Test with Node.js 18 on windows-latest
  • GitHub Check: Lint and Test with Node.js 20 on macos-latest
  • GitHub Check: Lint and Test with Node.js 22 on windows-latest
  • GitHub Check: Lint and Test with Node.js 22 on windows-latest
  • GitHub Check: Lint and Test with Node.js 20 on windows-latest
  • GitHub Check: Lint and Test with Node.js 18 on windows-latest

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.
    • Generate unit testing code for this file.
    • 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 generate unit testing code for this file.
    • @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 generate unit testing code.
    • @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.

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 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.

Copy link

socket-security bot commented Apr 21, 2025

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​unrs/​resolver-binding-linux-riscv64-gnu@​1.6.0 ⏵ 1.6.31001003789 +4100
Updatedunrs-resolver@​1.6.0 ⏵ 1.6.399 +81008192 +1100
Updatednapi-postinstall@​0.1.1 ⏵ 0.1.584 +13100100 +191 +2100
Updatedsh-syntax@​0.5.6 ⏵ 0.5.7100 +1100100 +193 +2100
Updatedeslint-plugin-import-x@​4.10.5 ⏵ 4.10.69910010095 +1100
Updated@​1stg/​prettier-config@​5.1.3 ⏵ 5.1.4100 +20100100 +26100 +8100
Updated@​unrs/​resolver-binding-darwin-arm64@​1.6.0 ⏵ 1.6.3100 +1100100 +64100 +9100
Updated@​unrs/​resolver-binding-darwin-x64@​1.6.0 ⏵ 1.6.3100 +1100100 +64100 +9100
Updated@​unrs/​resolver-binding-freebsd-x64@​1.6.0 ⏵ 1.6.3100 +1100100 +64100 +9100
Updated@​unrs/​resolver-binding-linux-arm-gnueabihf@​1.6.0 ⏵ 1.6.3100 +1100100 +64100 +9100
Updated@​unrs/​resolver-binding-linux-arm-musleabihf@​1.6.0 ⏵ 1.6.3100 +1100100 +64100 +9100
Updated@​unrs/​resolver-binding-linux-arm64-gnu@​1.6.0 ⏵ 1.6.3100 +1100100 +64100 +9100
Updated@​unrs/​resolver-binding-linux-arm64-musl@​1.6.0 ⏵ 1.6.3100 +1100100 +64100 +9100
Updated@​unrs/​resolver-binding-linux-ppc64-gnu@​1.6.0 ⏵ 1.6.3100 +1100100 +64100 +9100
Updated@​unrs/​resolver-binding-linux-s390x-gnu@​1.6.0 ⏵ 1.6.3100 +1100100 +64100 +9100
Updated@​unrs/​resolver-binding-linux-x64-gnu@​1.6.0 ⏵ 1.6.3100 +1100100 +64100 +9100
Updated@​unrs/​resolver-binding-linux-x64-musl@​1.6.0 ⏵ 1.6.3100 +1100100 +64100 +9100
Updated@​unrs/​resolver-binding-wasm32-wasi@​1.6.0 ⏵ 1.6.3100 +1100100 +35100 +9100
Updated@​unrs/​resolver-binding-win32-arm64-msvc@​1.6.0 ⏵ 1.6.3100 +1100100 +64100 +9100
Updated@​unrs/​resolver-binding-win32-ia32-msvc@​1.6.0 ⏵ 1.6.3100 +1100100 +64100 +9100
Updated@​unrs/​resolver-binding-win32-x64-msvc@​1.6.0 ⏵ 1.6.3100 +1100100 +64100 +9100

View full report

Copy link

codesandbox-ci bot commented Apr 21, 2025

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.

Copy link

codecov bot commented Apr 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.45%. Comparing base (57611d9) to head (86ce6ee).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #444   +/-   ##
=======================================
  Coverage   64.45%   64.45%           
=======================================
  Files           6        6           
  Lines         377      377           
  Branches       48       48           
=======================================
  Hits          243      243           
  Misses        134      134           

☔ 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

pkg-pr-new bot commented Apr 21, 2025

Open in StackBlitz

npm i https://pkg.pr.new/eslint-import-resolver-typescript@444

commit: 86ce6ee

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 1744c5e in 40 seconds. Click for details.
  • Reviewed 39 lines of code in 1 files
  • Skipped 1 files when reviewing.
  • Skipped posting 10 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:85
  • Draft comment:
    Bump unrs-resolver from 1.6.0 to 1.6.2; seems safe update.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
2. package.json:100
  • Draft comment:
    Update @vitest/coverage-v8 to 3.1.2; minor version bump.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
3. package.json:102
  • Draft comment:
    Bump clean-pkg-json from 1.2.1 to 1.3.0; verify no breaking changes.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
4. package.json:106
  • Draft comment:
    Update eslint-plugin-import-x to 4.10.6; looks like a safe patch update.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
5. package.json:118
  • Draft comment:
    Bump vitest from 3.1.1 to 3.1.2; minor version bump.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
6. package.json:85
  • Draft comment:
    Bump unrs-resolver to ^1.6.2. Confirm no breaking changes in this patch update.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
7. package.json:98
  • Draft comment:
    Upgrade @vitest/coverage-v8 to 3.1.2; patch update appears safe.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
8. package.json:102
  • Draft comment:
    Update clean-pkg-json to ^1.3.0. Verify that the updated behavior matches expectations.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
9. package.json:104
  • Draft comment:
    Bump eslint-plugin-import-x to ^4.10.6; patch update should be low risk.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
10. package.json:116
  • Draft comment:
    Upgrade vitest to ^3.1.2. Ensure tests pass with the updated version.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None

Workflow ID: wflow_Gk9bcun4TMr7ZSA0

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

Copy link
Contributor

github-actions bot commented Apr 21, 2025

size-limit report 📦

Path Size
lib/index.js 1.4 KB (0%)

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 e6bb3f5 in 34 seconds. Click for details.
  • Reviewed 39 lines of code in 1 files
  • Skipped 1 files when reviewing.
  • Skipped posting 10 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:85
  • Draft comment:
    Bump 'unrs-resolver' to ^1.6.3 – ensure compatibility with any API changes in the patch.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
2. package.json:100
  • Draft comment:
    Bump '@vitest/coverage-v8' to 3.1.2; verify no breaking changes in the new patch.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
3. package.json:102
  • Draft comment:
    Bump 'clean-pkg-json' to ^1.3.0; patch update appears routine.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
4. package.json:106
  • Draft comment:
    Bump 'eslint-plugin-import-x' to ^4.10.6; check for any minor change effects.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
5. package.json:118
  • Draft comment:
    Bump 'vitest' to ^3.1.2; routine patch update, verify if tests pass.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
6. package.json:85
  • Draft comment:
    Confirm unrs-resolver bump to ^1.6.3 is backward compatible.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
7. package.json:100
  • Draft comment:
    Ensure @vitest/coverage-v8 update to 3.1.2 doesn't affect coverage reporting.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
8. package.json:102
  • Draft comment:
    Verify clean-pkg-json 1.3.0 works correctly with release scripts.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
9. package.json:106
  • Draft comment:
    Review eslint-plugin-import-x bump to ^4.10.6 for any known issues.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
10. package.json:118
  • Draft comment:
    Check that vitest upgrade to ^3.1.2 aligns with test setup.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None

Workflow ID: wflow_83YF5ZY3RKiw8GDx

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

@JounQin JounQin merged commit bd45fcd into master Apr 21, 2025
32 checks passed
@JounQin JounQin deleted the chore/bump branch April 21, 2025 12:20
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Apr 23, 2025
| datasource | package                           | from  | to    |
| ---------- | --------------------------------- | ----- | ----- |
| npm        | eslint-import-resolver-typescript | 4.3.1 | 4.3.4 |


## [v4.3.4](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#434)

##### Patch Changes

-   [#442](import-js/eslint-import-resolver-typescript#442) [`57611d9`](import-js/eslint-import-resolver-typescript@57611d9) Thanks [@JounQin](https://github.com/JounQin)! - fix: add more extension aliases for ts source/declaration files

-   [#444](import-js/eslint-import-resolver-typescript#444) [`bd45fcd`](import-js/eslint-import-resolver-typescript@bd45fcd) Thanks [@JounQin](https://github.com/JounQin)! - fix(deps): bump `unrs-resolver` which resolves [#406](import-js/eslint-import-resolver-typescript#406), [#409](import-js/eslint-import-resolver-typescript#409), [#437](import-js/eslint-import-resolver-typescript#437)


## [v4.3.3](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#433)

##### Patch Changes

-   [#433](import-js/eslint-import-resolver-typescript#433) [`834b11e`](import-js/eslint-import-resolver-typescript@834b11e) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `unrs-resolver` to v1.6.0


## [v4.3.2](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#432)

##### Patch Changes

-   [#427](import-js/eslint-import-resolver-typescript#427) [`dabba8e`](import-js/eslint-import-resolver-typescript@dabba8e) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `unrs-resolver` to v1.4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant