Skip to content
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 unrs-resolver to v1.3.3 #425

Merged
merged 2 commits into from
Mar 29, 2025
Merged

chore: bump unrs-resolver to v1.3.3 #425

merged 2 commits into from
Mar 29, 2025

Conversation

JounQin
Copy link
Collaborator

@JounQin JounQin commented Mar 29, 2025

close un-ts/eslint-plugin-import-x#266

Summary by CodeRabbit

  • Chores
    • Updated project dependencies to ensure enhanced stability and compatibility (including a minor React upgrade).
    • Applied an internal tooling patch to maintain consistency and overall performance.

Copy link

changeset-bot bot commented Mar 29, 2025

🦋 Changeset detected

Latest commit: 522fd99

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

@JounQin JounQin requested a review from Copilot March 29, 2025 18:35
Copy link

coderabbitai bot commented Mar 29, 2025

Walkthrough

This pull request introduces a new changeset file that contains a patch for the eslint-import-resolver-typescript package and documents a chore to bump the unrs-resolver package to version 1.3.3. Additionally, the package.json file is updated to reflect dependency upgrades, with unrs-resolver updated from ^1.3.2 to ^1.3.3 and react updated from ^19.0.0 to ^19.1.0. No alterations were made to exported or public entities.

Changes

File Change Summary
.changeset/angry-days-attack.md New file added containing a patch for eslint-import-resolver-typescript and documentation for bumping unrs-resolver to v1.3.3.
package.json Updated dependencies: bumped unrs-resolver from ^1.3.2 to ^1.3.3; Updated devDependencies: bumped react from ^19.0.0 to ^19.1.0.

Possibly related PRs

Poem

I'm the rabbit with a hop so fleet,
Coding patches that are oh-so-sweet.
With changes bright and versions new,
My carrot dreams now come in view.
Updates and patches, a joyful rhyme,
Hopping through code in perfect time!


📜 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 aba8654 and 522fd99.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (2)
  • .changeset/angry-days-attack.md (1 hunks)
  • package.json (2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (6)
  • GitHub Check: Lint and Test with Node.js 20 on windows-latest
  • GitHub Check: Lint and Test with Node.js 22 on windows-latest
  • GitHub Check: Lint and Test with Node.js 18 on windows-latest
  • GitHub Check: Lint and Test with Node.js 22 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 windows-latest
🔇 Additional comments (4)
.changeset/angry-days-attack.md (2)

1-3: Front Matter Structure Verification

The header uses the proper YAML delimiters and clearly specifies the patch for eslint-import-resolver-typescript. This format aligns with our changeset file conventions.


5-5: Clear Chore Message

The commit message "chore: bump unrs-resolver to v1.3.3" is concise and clearly states the intended dependency bump. Make sure that all related documentation and dependency updates (as seen in package.json) remain in sync with this change.

package.json (2)

85-85: Dependency Version Bump for unrs-resolver

The version for unrs-resolver has been updated from ^1.3.2 to ^1.3.3 as intended. Please verify that this new version is compatible with the rest of the codebase and does not introduce any breaking changes.


110-110: Dependency Version Update for react

The update in devDependencies from "react": "^19.0.0" to "react": "^19.1.0" is clear. Confirm that the updated version aligns with your testing framework requirements and that there are no side effects from this version bump.


🪧 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 plan to trigger planning for file edits and PR creation.
  • @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

@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

socket-security bot commented Mar 29, 2025

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@unrs/resolver-binding-darwin-arm64@1.3.21.3.3 None 0 2.26 MB jounqin
npm/@unrs/resolver-binding-darwin-x64@1.3.21.3.3 None 0 2.58 MB jounqin
npm/@unrs/resolver-binding-freebsd-x64@1.3.21.3.3 None 0 2.8 MB jounqin
npm/@unrs/resolver-binding-linux-arm-gnueabihf@1.3.21.3.3 None 0 2.35 MB jounqin
npm/@unrs/resolver-binding-linux-arm-musleabihf@1.3.21.3.3 None 0 2.35 MB jounqin
npm/@unrs/resolver-binding-linux-arm64-gnu@1.3.21.3.3 None 0 2.54 MB jounqin
npm/@unrs/resolver-binding-linux-arm64-musl@1.3.21.3.3 None 0 2.55 MB jounqin
npm/@unrs/resolver-binding-linux-ppc64-gnu@1.3.21.3.3 None 0 3.1 MB jounqin
npm/@unrs/resolver-binding-linux-s390x-gnu@1.3.21.3.3 None 0 4.13 MB jounqin
npm/@unrs/resolver-binding-linux-x64-gnu@1.3.21.3.3 None 0 2.94 MB jounqin
npm/@unrs/resolver-binding-linux-x64-musl@1.3.21.3.3 None 0 2.96 MB jounqin
npm/@unrs/resolver-binding-wasm32-wasi@1.3.21.3.3 None 0 2.07 MB jounqin
npm/@unrs/resolver-binding-win32-arm64-msvc@1.3.21.3.3 None 0 2.44 MB jounqin
npm/@unrs/resolver-binding-win32-ia32-msvc@1.3.21.3.3 None 0 2.52 MB jounqin
npm/@unrs/resolver-binding-win32-x64-msvc@1.3.21.3.3 None 0 2.79 MB jounqin
npm/bind-event-listener@3.0.0 None 0 20.8 kB alexreardon
npm/lodash.zip@4.2.0 None 0 12.9 kB jdalton
npm/raf-schd@4.0.3 None 0 10.6 kB alexreardon
npm/regenerator-runtime@0.14.1 None 0 27.9 kB benjamn
npm/unrs-resolver@1.3.21.3.3 None 0 20.3 kB jounqin

🚮 Removed packages: npm/@npmcli/git@5.0.8, npm/abbrev@2.0.0, npm/queue-microtask@1.2.3, npm/read-package-json-fast@3.0.2

View full report↗︎

Copy link

codesandbox-ci bot commented Mar 29, 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 Mar 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.58%. Comparing base (aba8654) to head (522fd99).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #425   +/-   ##
=======================================
  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.
📢 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 Mar 29, 2025

Open in StackBlitz

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

commit: f5b00f5

Copy link
Contributor

github-actions bot commented Mar 29, 2025

size-limit report 📦

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

@JounQin JounQin merged commit 2ced0ba into master Mar 29, 2025
31 checks passed
@JounQin JounQin deleted the chore/bump branch March 29, 2025 18:51
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 29, 2025
| datasource | package                           | from  | to    |
| ---------- | --------------------------------- | ----- | ----- |
| npm        | eslint-import-resolver-typescript | 4.2.2 | 4.3.1 |


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

##### Patch Changes

-   [#425](import-js/eslint-import-resolver-typescript#425) [`2ced0ba`](import-js/eslint-import-resolver-typescript@2ced0ba) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `unrs-resolver` to v1.3.3


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

##### Minor Changes

-   [#423](import-js/eslint-import-resolver-typescript#423) [`2fcb947`](import-js/eslint-import-resolver-typescript@2fcb947) Thanks [@JounQin](https://github.com/JounQin)! - feat: throw error on malformed `tsconfig` reference


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

##### Patch Changes

-   [`aeb558f`](import-js/eslint-import-resolver-typescript@aeb558f) Thanks [@JounQin](https://github.com/JounQin)! - fix: add missing `index.d.cts` file


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

##### Patch Changes

-   [#417](import-js/eslint-import-resolver-typescript#417) [`c3f678b`](import-js/eslint-import-resolver-typescript@c3f678b) Thanks [@JounQin](https://github.com/JounQin)! - fix: `require` entry types, add `module-sync` entry


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

##### Patch Changes

-   [#410](import-js/eslint-import-resolver-typescript#410) [`ec59d22`](import-js/eslint-import-resolver-typescript@ec59d22) Thanks [@JounQin](https://github.com/JounQin)! - fix: absolute path aliasing should not be skipped


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

##### Patch Changes

-   [#407](import-js/eslint-import-resolver-typescript#407) [`6b183ff`](import-js/eslint-import-resolver-typescript@6b183ff) Thanks [@JounQin](https://github.com/JounQin)! - chore: migrate to rebranding `unrs-resolver` with new targets supported:

    -   `i686-pc-windows-msvc`
    -   `armv7-unknown-linux-musleabihf`
    -   `powerpc64le-unknown-linux-gnu`
    -   `s390x-unknown-linux-gnu`


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

##### Patch Changes

-   [#402](import-js/eslint-import-resolver-typescript#402) [`f21bf15`](import-js/eslint-import-resolver-typescript@f21bf15) Thanks [@SunsetTechuila](https://github.com/SunsetTechuila)! - fix: don't resolve not implemented node modules in `bun`

    `is-bun-module` is marked as `dependency`, again, for correctness, see [`isBunImplementedNodeModule`](https://github.com/SunsetTechuila/is-bun-module#isbunimplementednodemodulemodulename-bunversion) for more details

    For `Bun` users: you don't need to install `is-bun-module` any more but `bun: true` option is still required if you're running without `bun --bun` nor [`run#bun`](https://bun.sh/docs/runtime/bunfig#run-bun-auto-alias-node-to-bun) enabled
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 29, 2025
| datasource | package                           | from  | to    |
| ---------- | --------------------------------- | ----- | ----- |
| npm        | eslint-import-resolver-typescript | 4.2.2 | 4.3.1 |


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

##### Patch Changes

-   [#425](import-js/eslint-import-resolver-typescript#425) [`2ced0ba`](import-js/eslint-import-resolver-typescript@2ced0ba) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump `unrs-resolver` to v1.3.3


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

##### Minor Changes

-   [#423](import-js/eslint-import-resolver-typescript#423) [`2fcb947`](import-js/eslint-import-resolver-typescript@2fcb947) Thanks [@JounQin](https://github.com/JounQin)! - feat: throw error on malformed `tsconfig` reference


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

##### Patch Changes

-   [`aeb558f`](import-js/eslint-import-resolver-typescript@aeb558f) Thanks [@JounQin](https://github.com/JounQin)! - fix: add missing `index.d.cts` file


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

##### Patch Changes

-   [#417](import-js/eslint-import-resolver-typescript#417) [`c3f678b`](import-js/eslint-import-resolver-typescript@c3f678b) Thanks [@JounQin](https://github.com/JounQin)! - fix: `require` entry types, add `module-sync` entry


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

##### Patch Changes

-   [#410](import-js/eslint-import-resolver-typescript#410) [`ec59d22`](import-js/eslint-import-resolver-typescript@ec59d22) Thanks [@JounQin](https://github.com/JounQin)! - fix: absolute path aliasing should not be skipped


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

##### Patch Changes

-   [#407](import-js/eslint-import-resolver-typescript#407) [`6b183ff`](import-js/eslint-import-resolver-typescript@6b183ff) Thanks [@JounQin](https://github.com/JounQin)! - chore: migrate to rebranding `unrs-resolver` with new targets supported:

    -   `i686-pc-windows-msvc`
    -   `armv7-unknown-linux-musleabihf`
    -   `powerpc64le-unknown-linux-gnu`
    -   `s390x-unknown-linux-gnu`


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

##### Patch Changes

-   [#402](import-js/eslint-import-resolver-typescript#402) [`f21bf15`](import-js/eslint-import-resolver-typescript@f21bf15) Thanks [@SunsetTechuila](https://github.com/SunsetTechuila)! - fix: don't resolve not implemented node modules in `bun`

    `is-bun-module` is marked as `dependency`, again, for correctness, see [`isBunImplementedNodeModule`](https://github.com/SunsetTechuila/is-bun-module#isbunimplementednodemodulemodulename-bunversion) for more details

    For `Bun` users: you don't need to install `is-bun-module` any more but `bun: true` option is still required if you're running without `bun --bun` nor [`run#bun`](https://bun.sh/docs/runtime/bunfig#run-bun-auto-alias-node-to-bun) enabled
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.

Update to 4.9.3 results in segmentation fault
1 participant