-
-
Notifications
You must be signed in to change notification settings - Fork 69
chore: housekeeping, bump all (dev) deps #413
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
Conversation
🦋 Changeset detectedLatest commit: 53f1157 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
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. |
Report too large to display inline |
size-limit report 📦
|
a31ad80
to
a6388ae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
A maintenance PR that rebrands the resolver from rspack-resolver to unrs-resolver and applies various dependency and configuration updates.
- Updated changeset metadata with new resolver branding and fixed version bumps.
- Added a telemetry configuration in .yarnrc.yml and updated git-hooks exports.
- Modified ESLint configuration in tests and updated resolver import and usage in src/index.ts.
Reviewed Changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
.changeset/tiny-ligers-visit.md | Updated changeset message and dependency version bump, with a noted spelling error in the title. |
.simple-git-hooks.js | Added new ES module export for simple git hooks. |
.yarnrc.yml | Added telemetry configuration to disable telemetry. |
tests/importXResolverV3/eslint.config.cjs | Updated comment on Node 16 behavior; removed ESLint disable rule comment, which may affect linting. |
src/index.ts | Migrated the resolver import to unrs-resolver and simplified module resolution checks by removing extra parameters. |
.simple-git-hooks.cjs | Removed the CommonJS export of simple git hooks. |
Files not reviewed (1)
- package.json: Language not supported
Comments suppressed due to low confidence (1)
tests/importXResolverV3/eslint.config.cjs:16
- Removing the ESLint disable comment may lead to linting errors if the no-magic-numbers rule is enforced; consider re-adding the disable comment or updating the lint rules accordingly.
// don't run on node 16 because lacking of `structuredClone`
Co-authored-by: Copilot <[email protected]>
Migrate
rspack-resolver
to rebrandingunrs-resolver
for more targets support and other bug fixes