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 all (dev) deps #427

Merged
merged 3 commits into from
Apr 7, 2025
Merged

chore: bump all (dev) deps #427

merged 3 commits into from
Apr 7, 2025

Conversation

JounQin
Copy link
Collaborator

@JounQin JounQin commented Apr 6, 2025

Summary by CodeRabbit

  • Chores

    • Enhanced automation workflows with clearer step names for publishing and size checks.
    • Updated package management settings and upgraded various dependencies to boost stability and performance.
    • Refined formatting rules by removing outdated ignore entries and compression options.
  • Tests

    • Improved the testing environment by enabling global test variables and updating inline snapshots for better consistency.
    • Added references for Vitest global types to facilitate type checking and autocompletion in tests.

@JounQin JounQin requested a review from Copilot April 6, 2025 17:26
Copy link

changeset-bot bot commented Apr 6, 2025

🦋 Changeset detected

Latest commit: 9641be2

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 6, 2025

Walkthrough

This pull request updates several configuration and declaration files. Changes include explicit naming of steps in GitHub Actions workflows, removal of unneeded permissions, and updates to version references for actions. Dependency versions and package configurations in package.json are upgraded, and Yarn settings are refreshed. Additionally, TypeScript import paths have been modified, a snapshot in tests has been updated, Vitest configuration has been adjusted to enable globals while removing an auto-import plugin, and unused file entries have been removed from the prettier ignore list. The auto-imports declaration file has also been removed.

Changes

Files Change Summary
.github/workflows/pkg-pr-new.yml, .github/workflows/size-limit.yml Added explicit step names ("Publish" and "Check Size Limit"), removed the permissions section in the size-limit workflow, and updated the version reference from a tag to a commit hash.
.prettierignore, .yarnrc.yml, tests/unit/pnp/.yarnrc.yml Removed entries (auto-imports.d.ts, pnpm-lock.yaml) from .prettierignore, removed compressionLevel and updated yarnPath to the newer Yarn version.
package.json, tests/unit/pnp/package.json Upgraded package manager from Yarn 4.8.0 to 4.8.1, updated multiple dependency versions, added a types field, and revised resolutions.
auto-imports.d.ts, src/index.ts Deleted auto-imports.d.ts and modified the import of ResolvedResult in src/index.ts to omit the file extension.
tests/global.d.ts, tests/unit/unit.spec.ts, vitest.config.ts Added a reference for Vitest global types, updated an inline snapshot’s path, removed the autoImport plugin configuration, and enabled globals in the test configuration.

Possibly related PRs

  • fix: require entry types, add module-sync entry #417: The changes in the main PR, which involve modifying the import statement for the ResolvedResult type from the eslint-plugin-import-x package, are related to the retrieved PR that addresses require entry types for the same package, indicating a connection at the code level.

Poem

I'm a little bunny with a coding knack,
Hopping through updates that keep things on track.
Each named step and updated path lends delight,
With versions and snapshots shining so bright.
In this garden of changes, I skip with glee—
A joyful rabbit in a world of code, wild and free!


📜 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 e29b13c and 9641be2.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (2)
  • .changeset/serious-cheetahs-wink.md (1 hunks)
  • package.json (3 hunks)
✅ Files skipped from review due to trivial changes (1)
  • .changeset/serious-cheetahs-wink.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • package.json
⏰ 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 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

🪧 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 15 out of 18 changed files in this pull request and generated no comments.

Files not reviewed (3)
  • .prettierignore: Language not supported
  • package.json: Language not supported
  • tests/unit/pnp/package.json: Language not supported
Comments suppressed due to low confidence (3)

vitest.config.ts:11

  • Ensure the removal of the autoImport plugin is intentional and that its functionality is not required elsewhere in the configuration.
  -  plugins: [

src/index.ts:4

  • Verify that removing the .js extension in the type import from 'eslint-plugin-import-x/types' is compatible with the package's module resolution and intended type definitions.
-import type { ResolvedResult } from 'eslint-plugin-import-x/types.js'

.github/workflows/size-limit.yml:8

  • Confirm that the removal of the permissions block for workflow access is deliberate and does not adversely affect the execution of subsequent steps.
-permissions:

Copy link

codesandbox-ci bot commented Apr 6, 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

socket-security bot commented Apr 6, 2025

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

Package New capabilities Transitives Size Publisher
npm/@1stg/[email protected]5.0.4 None 0 17.3 kB jounqin
npm/@1stg/[email protected]12.0.0 None 0 48 kB jounqin
npm/@1stg/[email protected]1.0.3 None 0 6.57 kB jounqin
npm/@1stg/[email protected]8.4.0 None 0 85.9 kB jounqin
npm/@1stg/[email protected]4.0.8 None 0 37.3 kB jounqin
npm/@1stg/[email protected]4.0.3 None 0 0 B
npm/@1stg/[email protected]5.0.0 None 0 31.8 kB jounqin
npm/@1stg/[email protected]3.0.3 None 0 12.4 kB jounqin
npm/@1stg/[email protected]1.0.2 None 0 7.03 kB jounqin
npm/@1stg/[email protected]3.0.2 None 0 17.3 kB jounqin
npm/@angular-devkit/[email protected]0.1902.6 None 0 174 kB google-wombot
npm/@angular-devkit/[email protected]19.2.6 None 0 263 kB angular, google-wombot
npm/@angular-devkit/[email protected]19.2.6 None 0 258 kB google-wombot
npm/@babel/[email protected]7.27.0 None +1 592 kB nicolo-ribaudo
npm/@babel/[email protected]7.27.0 None 0 0 B
npm/@babel/[email protected]7.27.0 None 0 441 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected]0.6.4 Transitive: environment, filesystem +1 372 kB nicolo-ribaudo
npm/@babel/[email protected]7.27.0 None +1 0 B
npm/@babel/[email protected]7.27.0 None 0 0 B
npm/@babel/[email protected]7.27.0 None 0 88.2 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected]7.27.0 None 0 6.73 kB nicolo-ribaudo
npm/@babel/[email protected]7.27.0 None 0 10.5 kB nicolo-ribaudo
npm/@babel/[email protected]7.27.0 None +1 151 kB nicolo-ribaudo
npm/@babel/[email protected]7.27.0 None 0 25.8 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/[email protected]7.27.0 None 0 677 kB nicolo-ribaudo
npm/@emnapi/[email protected]1.4.0 None 0 0 B
npm/@emnapi/[email protected]1.4.0 None 0 423 kB toyobayashi
npm/@eslint-react/[email protected]1.40.3 None 0 92.8 kB rel1cx
npm/@eslint-react/[email protected]1.40.3 None 0 142 kB rel1cx
npm/@eslint-react/[email protected]1.40.3 None 0 48.5 kB rel1cx
npm/@eslint-react/[email protected]1.40.3 None 0 819 kB rel1cx
npm/@eslint-react/[email protected]1.40.3 None 0 33 kB rel1cx
npm/@eslint-react/[email protected]1.40.3 None 0 22.5 kB rel1cx
npm/@eslint-react/[email protected]1.40.3 None 0 184 kB rel1cx
npm/@eslint-react/[email protected]1.40.3 None 0 31.8 kB rel1cx
npm/@eslint/[email protected]0.13.0 None 0 0 B
npm/@eslint/[email protected]9.24.0 None 0 14.4 kB eslintbot
npm/@eslint/[email protected]0.2.8 None 0 0 B
npm/@napi-rs/[email protected]0.2.8 None 0 0 B
npm/@pkgr/[email protected]3.1.1 None +1 15.6 kB i1stg, jounqin
npm/@prettier/[email protected]3.3.0 None 0 361 kB shinigami92
npm/@taplo/[email protected]0.2.0 None 0 25.5 kB jounqin
npm/@taplo/[email protected]0.5.0 None 0 35.6 MB jounqin
npm/@types/[email protected]2.1.0 None 0 5.1 kB types
npm/@typescript-eslint/[email protected]8.29.0 None +2 2.87 MB jameshenry
npm/@typescript-eslint/[email protected]8.29.0 None +1 186 kB jameshenry
npm/@typescript-eslint/[email protected]8.29.0 None 0 96.2 kB jameshenry
npm/@typescript-eslint/[email protected]8.29.0 None 0 412 kB jameshenry
npm/@typescript-eslint/[email protected]8.29.0 None 0 14.2 kB jameshenry
npm/@unrs/[email protected]1.4.1 None 0 2.28 MB jounqin
npm/@unrs/[email protected]1.4.1 None 0 2.58 MB jounqin
npm/@unrs/[email protected]1.4.1 None 0 2.8 MB jounqin
npm/@unrs/[email protected]1.4.1 None 0 2.34 MB jounqin
npm/@unrs/[email protected]1.4.1 None 0 2.35 MB jounqin
npm/@unrs/[email protected]1.4.1 None 0 2.55 MB jounqin
npm/@unrs/[email protected]1.4.1 None 0 2.56 MB jounqin
npm/@unrs/[email protected]1.4.1 None 0 3.1 MB jounqin
npm/@unrs/[email protected]1.4.1 None 0 4.13 MB jounqin
npm/@unrs/[email protected]1.4.1 None 0 2.95 MB jounqin
npm/@unrs/[email protected]1.4.1 None 0 2.96 MB jounqin
npm/@unrs/[email protected]1.4.1 environment 0 2.07 MB jounqin
npm/@unrs/[email protected]1.4.1 None 0 2.44 MB jounqin
npm/@unrs/[email protected]1.4.1 None 0 2.52 MB jounqin
npm/@unrs/[email protected]1.4.1 None 0 2.79 MB jounqin
npm/@vitest/[email protected]1.1.39 None 0 284 kB veritemm
npm/[email protected]6.1.0 None 0 5.41 kB sindresorhus
npm/[email protected]0.4.13 None 0 81.5 kB nicolo-ribaudo
npm/[email protected]0.6.4 None 0 9.74 kB nicolo-ribaudo
npm/[email protected]1.0.30001712 None 0 2.21 MB ai, beneb, caniuse-lite
npm/[email protected]1.5.132 None 0 161 kB kilianvalkhof
npm/[email protected]3.4.0 None 0 88 kB wooorm
npm/[email protected]4.10.1 None 0 1.04 MB jounqin
npm/[email protected]2.20.0 None +2 451 kB ota-meshi
npm/[email protected]3.4.0 None 0 84.5 kB wooorm
npm/[email protected]17.17.0 filesystem 0 467 kB weiran.zsd
npm/[email protected]5.2.6 None +1 33.1 kB bpscott, jounqin, lydell, ...3 more
npm/[email protected]1.40.3 None 0 23.3 kB rel1cx
npm/[email protected]1.40.3 None 0 132 kB rel1cx
npm/[email protected]1.40.3 None 0 66.1 kB rel1cx
npm/[email protected]1.40.3 None 0 42 kB rel1cx
npm/[email protected]1.40.3 None 0 59.2 kB rel1cx
npm/[email protected]1.40.3 None 0 337 kB rel1cx
npm/[email protected]1.19.1 None 0 45.9 kB matteo.collina
npm/[email protected]3.3.1 None 0 68.3 kB isaacs
npm/[email protected] environment, filesystem 0 8.59 kB phated
npm/[email protected]3.3.1 None 0 4.69 kB sindresorhus
npm/[email protected]1.0.0 None 0 4.21 kB sindresorhus
npm/[email protected] None 0 7.96 kB jonschlinkert
npm/[email protected]3.0.1 None 0 32.8 kB wooorm
npm/[email protected]3.0.2 None 0 111 kB wooorm
npm/[email protected]2.0.3 None 0 34.9 kB wooorm
npm/[email protected]2.0.3 None 0 38.1 kB wooorm
npm/[email protected]3.3.11 None 0 32.6 kB ai
npm/[email protected]0.19.0 None 0 41.1 kB jounqin
npm/[email protected]0.16.1 None 0 52.1 kB jounqin
npm/[email protected]2.0.4 None 0 23.2 kB jounqin
npm/[email protected]0.14.1 None 0 27.9 kB benjamn
npm/[email protected]2.0.2 None 0 15.2 kB jounqin
npm/[email protected]1.1.0 None 0 11.7 kB matteo.collina
npm/[email protected]5.7.0 None 0 425 kB gabrielvergnaud
npm/[email protected]8.29.0 None 0 81.6 kB jameshenry
npm/[email protected]5.8.3 None 0 22.9 MB typescript-bot
npm/[email protected]6.21.0 None 0 83.7 kB matteo.collina
npm/[email protected]1.4.1 None 0 0 B
npm/[email protected] None 0 1.67 MB fabian-hiller
npm/[email protected]2.7.1 None 0 683 kB eemeli

🚮 Removed packages: npm/@types/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link

pkg-pr-new bot commented Apr 6, 2025

Open in StackBlitz

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

commit: 9641be2

Copy link
Contributor

github-actions bot commented Apr 6, 2025

size-limit report 📦

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

Copy link

codecov bot commented Apr 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.58%. Comparing base (1b74d7e) to head (9641be2).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #427   +/-   ##
=======================================
  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.

@JounQin JounQin enabled auto-merge (squash) April 7, 2025 03:06
@JounQin JounQin merged commit dabba8e into master Apr 7, 2025
31 checks passed
@JounQin JounQin deleted the chore/bump branch April 7, 2025 03:15
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.

2 participants