-
Notifications
You must be signed in to change notification settings - Fork 87
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
fix(deps): update dependency fs-extra to v10 #280
Conversation
this requires node 12+ - @erezrokah when's safe to drop support for node 10 you think? |
I see several options:
Personally I prefer 3. |
60e5220
to
755e5fa
Compare
755e5fa
to
edcb2a9
Compare
We're going to hold off on this until we can drop Node 10, which we'll do when Next does |
edcb2a9
to
cc1f22a
Compare
cc1f22a
to
df28b05
Compare
Let's close this PR. We can get do the upgrade manually when we drop Node 10 |
Renovate Ignore NotificationAs this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 10.x releases. However, if you upgrade to 10.x manually then Renovate will then reenable updates for minor and patch updates automatically. If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened. |
Opened a follow up PR #452 so revovate stops bugging on future updates |
…k to pathname (#280) * test: add i18n+basePath page router fixture, add tests for cache-tag correctness * fix: use response cache key for tag manifest first before falling back to pathname * fix: mark request as on-demand revalidate so we purge cdn cache tag after updating response cache
This PR contains the following updates:
^9.1.0
->^10.0.0
Release Notes
jprichardson/node-fs-extra
v10.0.0
Compare Source
Breaking changes
The following changes, although technically semver-major, will not affect the vast majority of users:
ensureLink*()
/ensureSymlink*()
(#826, #786, #870)copy*()
unknown file type (#880)remove*()
(#882)Improvements
move*()
, even on technically case-insensitive filesystems (#759, #801)fs.rm*()
forremove*()
in environments that support it (#882, #806)emptyDir()
performance (#885)Bugfixes
copy*()
'sfilter
function is not called more than necessary (#883, #809)move*()
raisingEPERM
error when moving a file to the root of a drive on Windows (#897, #819)Miscellaneous changes
at-least-node
as a dependency (#896)Configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 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 has been generated by WhiteSource Renovate. View repository job log here.