Skip to content

chore: bump all (dev) deps #439

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 3 commits into from
Apr 21, 2025
Merged

chore: bump all (dev) deps #439

merged 3 commits into from
Apr 21, 2025

Conversation

JounQin
Copy link
Collaborator

@JounQin JounQin commented Apr 21, 2025

Important

Update dependencies, CI configuration, and switch from lint-staged to nano-staged, with minor code formatting changes.

  • Dependencies:
    • Update dependencies and devDependencies in package.json, including tinyglobby, unrs-resolver, @1stg/common-config, @changesets/cli, @mozilla/glean, @pkgr/rollup, @types/node, clean-pkg-json, eslint, eslint-plugin-import-x, nano-staged, react, typescript, and yarn-berry-deduplicate.
    • Change packageManager to [email protected] in package.json.
    • Update yarnPath to yarn-4.9.1.cjs in .yarnrc.yml.
  • CI Configuration:
    • Remove Node.js 16 from the matrix in .github/workflows/ci.yml.
    • Remove YARN_IGNORE_NODE environment variable in .github/workflows/ci.yml.
    • Add Checkout Repo step name in .github/workflows/ci.yml.
  • Linting:
    • Replace .lintstagedrc.js with .nano-staged.js.
  • Size Limit:
    • Reduce size limit for ./lib/index.js from 3.1kB to 1.5kB in .size-limit.json.
  • Code Formatting:
    • Minor formatting changes in src/index.ts, including comment wrapping and docstring updates.

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

@JounQin JounQin requested a review from Copilot April 21, 2025 07:03
Copy link

changeset-bot bot commented Apr 21, 2025

🦋 Changeset detected

Latest commit: 9c21b67

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

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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

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

Pull Request Overview

This PR bumps various development dependencies and updates minor configuration files. Key changes include reformatting inline comments in src/index.ts, updating the Yarn version in .yarnrc.yml, and adding/updating configuration files (.nano-staged.js and .lintstagedrc.js) as well as minor adjustments in the CI pipeline.

Reviewed Changes

Copilot reviewed 8 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/index.ts Updated inline comment formatting and param documentation
.yarnrc.yml Yarn version bump from 4.7.0 to 4.9.1
.nano-staged.js Added configuration export for nano-staged
.lintstagedrc.js Removed lint-staged configuration
.github/workflows/ci.yml Modified CI workflow steps and updated Node.js matrix and checkout step
Files not reviewed (2)
  • .size-limit.json: Language not supported
  • package.json: Language not supported

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
Contributor

github-actions bot commented Apr 21, 2025

size-limit report 📦

Path Size
lib/index.js 3 KB (+0.07% 🔺)

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 46a15c3 in 1 minute and 26 seconds. Click for details.
  • Reviewed 239 lines of code in 7 files
  • Skipped 3 files when reviewing.
  • Skipped posting 16 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. .github/workflows/ci.yml:16
  • Draft comment:
    Removal of Node 16 from the matrix; confirm this is intentional.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
2. .github/workflows/ci.yml:24
  • Draft comment:
    Removed the YARN_IGNORE_NODE env variable; ensure it isn’t needed elsewhere.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
3. .github/workflows/ci.yml:40
  • Draft comment:
    Lint/Test step no longer conditions on Node version; verify expected behavior.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
4. .nano-staged.js:1
  • Draft comment:
    New nano-staged config file looks concise and correct.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
5. .size-limit.json:4
  • Draft comment:
    Size limit reduced from '3.1kB' to '1.5kB'; verify if this stricter limit is intended.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
6. .yarnrc.yml:12
  • Draft comment:
    Yarn path updated to version 4.9.1; overall config changes look proper.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
7. package.json:13
  • Draft comment:
    Updated packageManager and dependency versions; duplicate 'types' field was removed—verify consumer compatibility.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
8. src/index.ts:35
  • Draft comment:
    JSDoc and inline comment formatting improvements enhance clarity.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
9. .github/workflows/ci.yml:16
  • Draft comment:
    Removed Node 16 from the CI matrix. Please confirm that dropping support for Node 16 is intentional.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
10. .github/workflows/ci.yml:44
  • Draft comment:
    Removed the redundant condition 'if: ${{ matrix.node != 16 }}' from the Lint and Test step. This cleanup is appropriate now that Node 16 is no longer in the matrix.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
11. .nano-staged.js:1
  • Draft comment:
    New nano-staged configuration added. Confirm that this replacement fully meets your linting/staging needs in place of lint-staged.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
12. .size-limit.json:4
  • Draft comment:
    Updated the size limit from '3.1kB' to '1.5kB'. Please verify that the new limit is intentional and aligns with your bundle size expectations.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
13. .yarnrc.yml:12
  • Draft comment:
    Bumped the yarnPath to use yarn-4.9.1. Ensure that this upgrade is compatible with your CI and development workflow.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
14. package.json:13
  • Draft comment:
    Updated the packageManager version and several dependencies (e.g. nano-staged replacing lint-staged, bumps for TypeScript, eslint, etc.). Confirm that all these dependency updates are compatible with your project.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
15. src/index.ts:35
  • Draft comment:
    Improved JSDoc formatting for parameter descriptions to enhance readability.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
16. src/index.ts:329
  • Draft comment:
    Added explicit braces in the fs.statSync check within getMappedPaths for improved clarity. This change has no functional impact.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None

Workflow ID: wflow_41RjupBnivxfFJh6

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

@JounQin JounQin merged commit c1d64c3 into v3.x Apr 21, 2025
16 checks passed
@JounQin JounQin deleted the chore/bump branch April 21, 2025 07:11
Copy link

pkg-pr-new bot commented Apr 21, 2025

Open in StackBlitz

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

commit: 1744c5e

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