forked from react-native-async-storage/async-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump Yarn to 3.4.1 (react-native-async-storage#914)
We keep getting network failures when running `yarn install`. Yarn v3 handles this much better.
- Loading branch information
Showing
8 changed files
with
16,947 additions
and
12,175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
* text=auto | ||
*.pbxproj -text | ||
/.yarn/releases/* binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,8 @@ msbuild.binlog | |
|
||
# node.js | ||
# | ||
.yarn | ||
!.yarn/releases | ||
node_modules/ | ||
npm-debug.log | ||
yarn-error.log | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
enableTelemetry: false | ||
logFilters: | ||
- code: YN0007 # X must be built because it never has been before or the last one failed | ||
level: discard | ||
- code: YN0008 # X must be rebuilt because its dependency tree changed | ||
level: discard | ||
- code: YN0013 # X can't be found in the cache and will be fetched from the remote registry | ||
level: discard | ||
nodeLinker: node-modules | ||
npmRegistryServer: "https://registry.npmjs.org" | ||
yarnPath: .yarn/releases/yarn-3.4.1.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,6 @@ | |
"url": "https://github.com/react-native-async-storage/async-storage.git" | ||
}, | ||
"scripts": { | ||
"ci": "yarn --pure-lockfile --non-interactive", | ||
"format": "concurrently yarn:format:*", | ||
"format:c": "clang-format -i $(git ls-files '*.cpp' '*.h' '*.m' '*.mm')", | ||
"format:js": "prettier --write $(git ls-files '*.js' '*.json' '*.md' '*.ts' '*.tsx' '*.yml')", | ||
|
@@ -96,6 +95,7 @@ | |
"semantic-release": "^19.0.0", | ||
"typescript": "^4.5.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"resolutions": { | ||
"npm/chalk": "^4.1.2" | ||
}, | ||
|
Oops, something went wrong.