-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
chore(deps): update dependency file-entry-cache to v10 #16725
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
|
Size Change: +24.5 kB (+0.31%) Total Size: 7.87 MB
ℹ️ View Unchanged
|
0202fa2 to
92ae1d4
Compare
af3cd5e to
f9fbe3f
Compare
commit: |
d84d1ef to
3c1ce31
Compare
| }); | ||
|
|
||
| it("doesn't re-format when timestamp has been updated", async () => { | ||
| it("re-format when timestamp has been updated", async () => { |
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.
@sosukesuzuki file-entry-cache v10 consider file changed if mtime changed even useChecksum: true.
https://github.com/jaredwray/cacheable/blob/e2e035296810b704b9a6e06a2628bdfa7ed1bfa0/packages/file-entry-cache/src/index.ts#L265
https://github.com/jaredwray/cacheable/blob/e2e035296810b704b9a6e06a2628bdfa7ed1bfa0/packages/file-entry-cache/src/index.ts#L299
in v9 when useChecksum: true it doesn't count mtime change, see _getMetaForFileUsingCheckSum and _getMetaForFileUsingMtimeAndSize in https://unpkg.com/browse/[email protected]/cache.js
I think it's fine to change the behavior.
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.
FYI this broke caching in CI workflows. See #17278
7e6747e to
2ce4145
Compare
|
Damn it, why renovate force pushed for no reason? My changes are lot. I'll find them back when I back to my laptop. |
|
Log shows it's request, but no detailed information https://developer.mend.io/github/prettier/prettier/-/job/01945622-c8eb-744d-a74b-323f929132ff |
2ce4145 to
7e6747e
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This reverts commit 258c677.
7e6747e to
3c9a086
Compare
sosukesuzuki
left a comment
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.
Thank you for working on this. In the future, we may can use @file-cache to implement cache.
This PR contains the following updates:
9.1.0->10.0.5Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Configuration
📅 Schedule: Branch creation - "after 01:00 on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.