Skip to content

Commit bcb74f5

Browse files
authoredNov 15, 2021
build: update to yarn v1.22.17 (angular#23955)
* build: update to yarn v1.22.17 Update to the latest version of yarn, 1.22.17. * build: add vendored yarn file to files ignored by prettier
1 parent 34d651f commit bcb74f5

File tree

3 files changed

+1078
-947
lines changed

3 files changed

+1078
-947
lines changed
 

‎.prettierignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Generated files for infrastructure.
2+
.yarn/releases/*.cjs
3+
14
# These schematic ng-generate files are template files that cannot be formatted.
25
src/material/schematics/ng-generate/*/files/**/*
36
src/cdk/schematics/ng-generate/*/files/**/*

‎.yarn/releases/yarn-1.22.10.cjs ‎.yarn/releases/yarn-1.22.17.cjs

+1,074-946
Large diffs are not rendered by default.

‎.yarnrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44

55
lastUpdateCheck 1581546341989
6-
yarn-path ".yarn/releases/yarn-1.22.10.cjs"
6+
yarn-path ".yarn/releases/yarn-1.22.17.cjs"

0 commit comments

Comments
 (0)
Please sign in to comment.