-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Bug?]: enableGlobalCache
is automatically set to false
on migrating
#5895
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
Comments
Since we changed the default settings in Yarn 4, Yarn automatically pins the old defaults when running the first install on a Yarn 3 project, so as to limit the amount of potentially breaking changes. You're free to remove those settings and re-run an install at your convenience. |
@arcanis Thanks for the clarification, should these default changes be mentioned in the release note? https://yarnpkg.com/blog/release/4.0 |
**What's the problem this PR addresses?** <!-- Describe the rationale of your PR. --> <!-- Link all issues that it closes. (Closes/Resolves #xxxx.) --> Fixes #5939 Fixes #5895 **How did you fix it?** <!-- A detailed description of your implementation. --> ... **Checklist** <!--- Don't worry if you miss something, chores are automatically tested. --> <!--- This checklist exists to help you remember doing the chores when you submit a PR. --> <!--- Put an `x` in all the boxes that apply. --> - [ ] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). <!-- See https://yarnpkg.com/advanced/contributing#preparing-your-pr-to-be-released for more details. --> <!-- Check with `yarn version check` and fix with `yarn version check -i` --> - [ ] I have set the packages that need to be released for my changes to be effective. <!-- The "Testing chores" workflow validates that your PR follows our guidelines. --> <!-- If it doesn't pass, click on it to see details as to what your PR might be missing. --> - [ ] I will check that all automated PR checks pass before the PR gets reviewed.
**What's the problem this PR addresses?** <!-- Describe the rationale of your PR. --> <!-- Link all issues that it closes. (Closes/Resolves #xxxx.) --> Fixes yarnpkg#5939 Fixes yarnpkg#5895 **How did you fix it?** <!-- A detailed description of your implementation. --> ... **Checklist** <!--- Don't worry if you miss something, chores are automatically tested. --> <!--- This checklist exists to help you remember doing the chores when you submit a PR. --> <!--- Put an `x` in all the boxes that apply. --> - [ ] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). <!-- See https://yarnpkg.com/advanced/contributing#preparing-your-pr-to-be-released for more details. --> <!-- Check with `yarn version check` and fix with `yarn version check -i` --> - [ ] I have set the packages that need to be released for my changes to be effective. <!-- The "Testing chores" workflow validates that your PR follows our guidelines. --> <!-- If it doesn't pass, click on it to see details as to what your PR might be missing. --> - [ ] I will check that all automated PR checks pass before the PR gets reviewed. Outputs current release dir to prompt Uses current release dir path, if exists Uses current release dir path, if exists Uses current release dir path, if exists
Self-service
Describe the bug
The following are added into
.yamlrc.yml
, but I didn't notice these changes mentioned in the release note: https://yarnpkg.com/blog/release/4.0To reproduce
N/A
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: