-
Notifications
You must be signed in to change notification settings - Fork 27
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
chore(deps): update yarn to v4 #1525
Conversation
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. ⚠ Warning: custom changes will be lost. |
- Update Node to LTS - Cancel ongoing run on new push
892a974
to
96b4d8d
Compare
This is pretty bleeding edge (released yesterday). I would be tempted to hold off for a while and let others flush out issues whilst we're swamped with other things. Changes: https://github.com/yarnpkg/berry/blob/%40yarnpkg/types/4.0.0/CHANGELOG.md Note, Node 16 support has been dropped. |
Should be fine now because I think it was vue-cli / webpack 4 that was causing a problem before? Also note: Node 16 already hit EOL in September - https://nodejs.org/en/blog/announcements/nodejs16-eol |
e45e411
to
94053d5
Compare
const path = require('path') | ||
|
||
// Workaround https://github.com/cypress-io/cypress/issues/25397 | ||
dns.setDefaultResultOrder('ipv4first') | ||
|
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.
Would prefer to leave it like this, not restricting it to an env var because that's fiddly (and setting it in bashrc does not affect VSCode tasks which is how I usually run the tests 😞)
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.
I've had a good play. The only issue I found was with using Node 16, which is EOL as Oliver observed.
@oliver-sanders Can we get this merged now? It's very fiddly to get E2E tests running on node 18+ without the vite config changes |
8b4b24e
to
1f4a326
Compare
cc463d9
to
01d0f58
Compare
01d0f58
to
ee65436
Compare
This PR contains the following updates:
3.6.4
->4.0.0
Release Notes
yarnpkg/berry (yarn)
v4.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 Mend Renovate. View repository job log here.