Allow either import or import-x plugin as a peer dependency
Fixes #293
The PR marks both import and import-x plugins as optional peer dependencies, thus disables the warning on missing import when you're using import-x instead.
🦋 Changeset detected
Latest commit: c370a299629f88ea89e99646f25164f568b6689a
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
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.
The CI fails to install Node 16 🤷🏽♀️
I believe enabling corepack should go after installing Node in CI
This should be fixed by:
- https://github.com/import-js/eslint-import-resolver-typescript/pull/290
@JounQin please review
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
| Package | New capabilities | Transitives | Size | Publisher |
|---|---|---|---|---|
| npm/[email protected] | Transitive: environment, eval, filesystem, unsafe | +44 |
7.92 MB | jounqin |
🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]
Please release, @JounQin
I found that release failed: https://github.com/import-js/eslint-import-resolver-typescript/actions/runs/9928981640/job/27425949199
@JounQin Can you fix this? Thanks 😊
error npm error 404 '[email protected]' is not in this registry.
Perhaps network issue and just need to be triggered again, @JounQin
error npm error 404 '[email protected]' is not in this registry.Perhaps network issue and just need to be triggered again, @JounQin
I've tried to trigger the re-run of the failed job, but also failed.
Then I'd assume that the token is expired, @SukkaW || @JounQin
secrets.NPM_TOKEN
or try
npm publish
instead of yarn release
Made a PR: https://github.com/import-js/eslint-import-resolver-typescript/pull/304