Skip to content
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

Use newer yarn flags #9

Merged
merged 1 commit into from
Dec 30, 2022
Merged

Use newer yarn flags #9

merged 1 commit into from
Dec 30, 2022

Conversation

muffix
Copy link
Owner

@muffix muffix commented Dec 30, 2022

Motivation

--frozen-lockfile is deprecated. The successors are --immutable, --immutable-cache and --check-cache, which make the command error when the lockfile was to be modified, when the cache was to be modified, and if the checksums aren't up to date, respectively.

Type of change

  • Housekeeping
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • Jest Unit Test
  • Ran on iOS Simulator
  • Ran on iOS physical device
  • Ran on Android emulator
  • Ran on Android physical device
  • N/A

`--frozen-lockfile` is deprecated. The successors are `--immutable`,
`--immutable-cache` and `--check-cache`, which make the command error
when the lockfile was to be modified, when the cache was to be modified,
and if the checksums aren't up to date, respectively.
@muffix muffix added the ignore-for-release PRs not to be shown in the relase notes label Dec 30, 2022
@muffix muffix merged commit 2bbd4b1 into main Dec 30, 2022
@muffix muffix deleted the use-newer-yarn-flags branch December 30, 2022 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release PRs not to be shown in the relase notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant