-
-
Notifications
You must be signed in to change notification settings - Fork 70
chore: migrate stable-hash
to stable-hash-x
#462
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: e525eb0 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 |
Caution Review failedThe pull request is closed. WalkthroughThis update upgrades several dependencies and development tools, notably replacing the Changes
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
yarn install v1.22.22 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (5)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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. |
commit: |
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
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.
Important
Looks good to me! 👍
Reviewed everything up to 4831fa8 in 1 minute and 7 seconds. Click for details.
- Reviewed
104
lines of code in4
files - Skipped
2
files when reviewing. - Skipped posting
3
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. .yarnrc.yml:10
- Draft comment:
Bump yarnPath to v4.9.2. Confirm this upgrade aligns with the package manager version in package.json. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
2. package.json:72
- Draft comment:
Replace dependency 'stable-hash' with 'stable-hash-x' (v^0.1.1). Verify that the new package’s API is fully compatible with its usage in the resolver. - Reason this comment was not posted:
Confidence changes required:33%
<= threshold50%
None
3. src/index.ts:12
- Draft comment:
Update import to use 'stable-hash-x'. Ensure that its function signature (used for hashing options) remains compatible with the previous implementation. - Reason this comment was not posted:
Confidence changes required:33%
<= threshold50%
None
Workflow ID: wflow_owsa34gEVOPutlJ3
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #462 +/- ##
=======================================
Coverage 63.65% 63.65%
=======================================
Files 6 6
Lines 388 388
Branches 50 50
=======================================
Hits 247 247
Misses 141 141 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| datasource | package | from | to | | ---------- | --------------------------------- | ----- | ----- | | npm | eslint-import-resolver-typescript | 4.4.2 | 4.4.3 | ## [v4.4.3](https://github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#443) ##### Patch Changes - [#462](import-js/eslint-import-resolver-typescript#462) [`43575e7`](import-js/eslint-import-resolver-typescript@43575e7) Thanks [@JounQin](https://github.com/JounQin)! - chore: migrate `stable-hash` to `stable-hash-x`
Important
Migrate from
stable-hash
tostable-hash-x
and update various dependencies and yarn configuration.stable-hash
tostable-hash-x
inpackage.json
andsrc/index.ts
.eslint-import-context
to^0.1.8
andunrs-resolver
to^1.7.11
inpackage.json
.@1stg/common-config
,@pkgr/core
,@types/node
,@vitest/coverage-v8
,eslint
,eslint-plugin-import-x
,tsdown
, andvitest
inpackage.json
.yarnPath
in.yarnrc.yml
fromyarn-4.9.1.cjs
toyarn-4.9.2.cjs
.packageManager
inpackage.json
to[email protected]
.@JounQin
toCHANGELOG.md
for a previous change.This description was created by
for 4831fa8. You can customize this summary. It will automatically update as commits are pushed.
Summary by CodeRabbit