Skip to content

Commit

Permalink
fix(ng-dev): lock formatting dependencies to avoid formating failures
Browse files Browse the repository at this point in the history
Due to us not locking prettier, buildifier etc, downstream projects
might end up running into formatting failures when e.g. lock file
maintance is performed. The underlying formatting tools should only
update along with dev-infra, so that it's obvious when something
related to formatting changes.
  • Loading branch information
devversion committed Mar 26, 2022
1 parent 2e2d1a6 commit d831eaa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@angular-devkit/build-angular": "14.0.0-next.6",
"@angular/benchpress": "0.3.0",
"@babel/core": "^7.16.0",
"@bazel/buildifier": "^5.0.1",
"@bazel/buildifier": "5.0.1",
"@bazel/concatjs": "5.3.0",
"@bazel/esbuild": "5.3.0",
"@bazel/protractor": "5.3.0",
Expand All @@ -45,9 +45,9 @@
"@types/yargs": "^17.0.0",
"browser-sync": "^2.27.7",
"chalk": "^4.1.0",
"clang-format": "^1.6.0",
"clang-format": "1.6.0",
"node-fetch": "^2.6.1",
"prettier": "^2.3.2",
"prettier": "2.6.1",
"protractor": "^7.0.0",
"selenium-webdriver": "4.1.1",
"send": "^0.18.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ __metadata:
"@angular/platform-browser": 14.0.0-next.9
"@babel/core": ^7.16.0
"@bazel/bazelisk": ^1.11.0
"@bazel/buildifier": ^5.0.1
"@bazel/buildifier": 5.0.1
"@bazel/concatjs": 5.3.0
"@bazel/esbuild": 5.3.0
"@bazel/jasmine": 5.3.0
Expand Down Expand Up @@ -356,7 +356,7 @@ __metadata:
"@yarnpkg/lockfile": ^1.1.0
browser-sync: ^2.27.7
chalk: ^4.1.0
clang-format: ^1.6.0
clang-format: 1.6.0
cli-progress: ^3.7.0
conventional-commits-parser: ^3.2.1
ejs: ^3.1.6
Expand All @@ -378,7 +378,7 @@ __metadata:
multimatch: ^5.0.0
nock: ^13.0.3
node-fetch: ^2.6.1
prettier: ^2.3.2
prettier: 2.6.1
protobufjs: ^6.11.2
protractor: ^7.0.0
requirejs: ^2.3.6
Expand Down Expand Up @@ -1712,7 +1712,7 @@ __metadata:
languageName: node
linkType: hard

"@bazel/buildifier@npm:^5.0.1":
"@bazel/buildifier@npm:5.0.1":
version: 5.0.1
resolution: "@bazel/buildifier@npm:5.0.1"
bin:
Expand Down Expand Up @@ -4535,7 +4535,7 @@ __metadata:
languageName: node
linkType: hard

"clang-format@npm:^1.6.0":
"clang-format@npm:1.6.0":
version: 1.6.0
resolution: "clang-format@npm:1.6.0"
dependencies:
Expand Down Expand Up @@ -10049,12 +10049,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.3.2":
version: 2.6.0
resolution: "prettier@npm:2.6.0"
"prettier@npm:2.6.1":
version: 2.6.1
resolution: "prettier@npm:2.6.1"
bin:
prettier: bin-prettier.js
checksum: 3e527ad62279676778a8404d18174d7ca2365ada4caba6eebbcdd9907d1187afd3bc6ade5b4e5f5d4549bb9fb71e45ca8930d71500017635524f8fc05bc52e93
checksum: 78be1f8a3ddfad7c3d8a854b6c8941a3bb1ddfca4225c38d778e0fe1029a55368f71b3bbefff82c689015fbb4d391ec44add957f01308ad2725e01a7c1f37cb6
languageName: node
linkType: hard

Expand Down

0 comments on commit d831eaa

Please sign in to comment.