10000 chore: update angular-cli monorepo to v16.2.9 (#1533) · angular-eslint/angular-eslint@212c742 · GitHub
[go: up one dir, main page]

Skip to content

Commit 212c742

Browse files
chore: update angular-cli monorepo to v16.2.9 (#1533)
1 parent 22cf67b commit 212c742

File tree

5 files changed

+33
-33
lines changed

5 files changed

+33
-33
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@actions/core": "1.10.1",
5555
"@actions/github": "6.0.0",
56-
"@angular/cli": "16.2.2",
56+
"@angular/cli": "16.2.9",
5757
"@angular/compiler": "16.2.9",
5858
"@commitlint/cli": "17.8.1",
5959
"@commitlint/config-conventional": "17.8.1",
@@ -66,7 +66,7 @@
6666
"@rollup/plugin-commonjs": "^25.0.0",
6767
"@rollup/plugin-node-resolve": "^15.0.2",
6868
"@rollup/plugin-typescript": "^11.1.0",
69-
"@schematics/angular": "16.2.2",
69+
"@schematics/angular": "16.2.9",
7070
"@swc-node/register": "^1.4.2",
7171
"@swc/cli": "0.1.62",
7272
"@swc/core": "^1.2.173",

packages/integration-tests/tests/__snapshots__/new-workspace-create-application-false-ng-add-then-project.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports[`new-workspace-create-application-false-ng-add-then-project it should pa
88
"@angular-eslint/eslint-plugin-template": "9999.0.1-local-integration-tests",
99
"@angular-eslint/schematics": "9999.0.1-local-integration-tests",
1010
"@angular-eslint/template-parser": "9999.0.1-local-integration-tests",
11-
"@angular/cli": "~16.X.X",
11+
"@angular/cli": "^16.X.X",
1212
"@angular/compiler-cli": "^16.X.X",
1313
"@types/jasmine": "~4.3.0",
1414
"@typescript-eslint/eslint-plugin": "5.62.0",

packages/integration-tests/tests/__snapshots__/new-workspace-create-application-false-project-then-ng-add.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports[`new-workspace-create-application-false-project-then-ng-add it should pa
88
"@angular-eslint/eslint-plugin-template": "9999.0.1-local-integration-tests",
99
"@angular-eslint/schematics": "9999.0.1-local-integration-tests",
1010
"@angular-eslint/template-parser": "9999.0.1-local-integration-tests",
11-
"@angular/cli": "~16.X.X",
11+
"@angular/cli": "^16.X.X",
1212
"@angular/compiler-cli": "^16.X.X",
1313
"@types/jasmine": "~4.3.0",
1414
"@typescript-eslint/eslint-plugin": "5.62.0",

packages/integration-tests/tests/__snapshots__/new-workspace.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports[`new-workspace it should pass linting after creating a new workspace fro
88
"@angular-eslint/eslint-plugin-template": "9999.0.1-local-integration-tests",
99
"@angular-eslint/schematics": "9999.0.1-local-integration-tests",
1010
"@angular-eslint/template-parser": "9999.0.1-local-integration-tests",
11-
"@angular/cli": "~16.X.X",
11+
"@angular/cli": "^16.X.X",
1212
"@angular/compiler-cli": "^16.X.X",
1313
"@types/jasmine": "~4.3.0",
1414
"@typescript-eslint/eslint-plugin": "5.62.0",

yarn.lock

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@
4848
"@jridgewell/gen-mapping" "^0.3.0"
4949
"@jridgewell/trace-mapping" "^0.3.9"
5050

51-
"@angular-devkit/architect@0.1602.2":
52-
version "0.1602.2"
53-
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1602.2.tgz#03e9f562d559f88e6ec315f81ed9c363e69194dd"
54-
integrity sha512-JFIeKKW7V2+/C8+pTReM6gfQkVU9l1IR1OCb9vvHWTRvuTr7E5h2L1rUInnmLiRWkEvkYfG29B+UPpYlkVl9oQ==
51+
"@angular-devkit/architect@0.1602.9":
52+
version "0.1602.9"
53+
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1602.9.tgz#37a3f558c244abff815decf134b10a976104f47d"
54+
integrity sha512-U3vfb/e2sFfg0D9FyyRBXRPP7g4FBFtGK8Q3JPmvAVsHHwi5AUFRNR7YBChB/T5TMNY077HcTyEirVh2FeUpdA==
5555
dependencies:
56-
"@angular-devkit/core" "16.2.2"
56+
"@angular-devkit/core" "16.2.9"
5757
rxjs "7.8.1"
5858

59-
"@angular-devkit/core@16.2.2":
60-
version "16.2.2"
61-
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-16.2.2.tgz#de9e8572cf5cc3d81106cc0aec21a51ee8e5a093"
62-
integrity sha512-6H4FsvP3rLJaGiWpIhCFPS7ZeNoM4sSrnFtRhhecu6s7MidzE4aqzuGdzJpzLammw1KL+DuTlN0gpLtM1Bvcwg==
59+
"@angular-devkit/core@16.2.9":
60+
version "16.2.9"
61+
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-16.2.9.tgz#81c5c95de8c423634bf93f616683045c6cdd4dd0"
62+
integrity sha512-dcHWjHBNGm3yCeNz19y8A1At4KgyC6XHNnbFL0y+nnZYiaESXjUoXJYKASedI6A+Bpl0HNq2URhH6bL6Af3+4w==
6363
dependencies:
6464
ajv "8.12.0"
6565
ajv-formats "2.1.1"
@@ -68,26 +68,26 @@
6868
rxjs "7.8.1"
6969
source-map "0.7.4"
7070

71-
"@angular-devkit/schematics@16.2.2":
72-
version "16.2.2"
73-
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-16.2.2.tgz#a67128ce5239f0f95e1cb596e9e8de511e2d8cf6"
74-
integrity sha512-KeXIlibVrQEwIKbR9GViLKc3m1SXi/xuSXgIvSv+22FNu5i91ScsAhYLe65sDUL6m6MM1XQQMS46XN1Z9bRqQw==
71+
"@angular-devkit/schematics@16.2.9":
72+
version "16.2.9"
73+
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-16.2.9.tgz#71eed819c1665068d717d75f912f5ea689c201f9"
74+
integrity sha512-lB51CGCILpcSI37CwKUAGDLxMqh7zmuRbiPo9s9mSkCM4ccqxFlaL+VFTq2/laneARD6aikpOHnkVm5myNzQPw==
7575
dependencies:
76-
"@angular-devkit/core" "16.2.2"
76+
"@angular-devkit/core" "16.2.9"
7777
jsonc-parser "3.2.0"
7878
magic-string "0.30.1"
7979
ora "5.4.1"
8080
rxjs "7.8.1"
8181

82-
"@angular/cli@16.2.2":
83-
version "16.2.2"
84-
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-16.2.2.tgz#b07e47a0864f360d0fd7e8199d8881eaff5e7671"
85-
integrity sha512-PmhR/NMVVCiATXxHLkVCV781Q5aa5DaYye9+plZGX3rdKTilEunRNIfT13w7IuRfa0K/pKZj6PJU1S6yb7sqZg==
82+
"@angular/cli@16.2.9":
83+
version "16.2.9"
84+
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-16.2.9.tgz#36b5ef29ed9cfc56865befa5b5add6f7d043e21c"
85+
integrity sha512-wkpV/Ni26LUeDmhee2TPXXEq3feEdZMSG8+nkfUK9kqIcxm0IjI1GLPeiVOX7aQobuKNe2cCAFNwsrXWjj+2og==
8686
dependencies:
87-
"@angular-devkit/architect" "0.1602.2"
88-
"@angular-devkit/core" "16.2.2"
89-
"@angular-devkit/schematics" "16.2.2"
90-
"@schematics/angular" "16.2.2"
87+
"@angular-devkit/architect" "0.1602.9"
88+
"@angular-devkit/core" "16.2.9"
89+
"@angular-devkit/schematics" "16.2.9"
90+
"@schematics/angular" "16.2.9"
9191
"@yarnpkg/lockfile" "1.1.0"
9292
ansi-colors "4.1.3"
9393
ini "4.1.1"
@@ -2503,13 +2503,13 @@
25032503
estree-walker "^2.0.2"
25042504
picomatch "^2.3.1"
25052505

2506-
"@schematics/angular@16.2.2":
2507-
version "16.2.2"
2508-
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-16.2.2.tgz#8dd022499c736c930621a16bdbce5b21caa44ce9"
2509-
integrity sha512-OqPhpodkQx9pzSz7H2AGeEbf3ut6WOkJFP2YlX2JIGholfG/0FQMJmfTEyRoFXCBeVIDGt3sOmlfK7An0PS8uA==
2506+
"@schematics/angular@16.2.9":
2507+
version "16.2.9"
2508+
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-16.2.9.tgz#0173f714eaf803baa56c93756d3996b9beff4655"
2509+
integrity sha512-uiU2YbZRVHgk1N1DDsek/5CKhfpZ8myJYNJk8eHV5LswnXOP3aqvH23VhneaAgOYwK5fISC7eMG0pLVKMvFfZQ==
25102510
dependencies:
2511-
"@angular-devkit/core" "16.2.2"
2512-
"@angular-devkit/schematics" "16.2.2"
2511+
"@angular-devkit/core" "16.2.9"
2512+
"@angular-devkit/schematics" "16.2.9"
25132513
jsonc-parser "3.2.0"
25142514

25152515
"@sigstore/protobuf-specs@^0.1.0":

0 commit comments

Comments
 (0)
0