Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 160601d

Browse files
authored
build: update to Angular v17 final (#1230)
Updates the repo to the final version of Angular v17.
1 parent 914a8bc commit 160601d

File tree

7 files changed

+890
-662
lines changed

7 files changed

+890
-662
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
22
# This file should be checked into version control along with the pnpm-lock.yaml file.
33
.npmrc=-1306950124
4-
pnpm-lock.yaml=710493181
5-
yarn.lock=-1833642635
6-
package.json=421506501
4+
pnpm-lock.yaml=-1211937712
5+
yarn.lock=-1608864410
6+
package.json=901916344

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
version: 2.1
1212

1313
orbs:
14-
browser-tools: circleci/[email protected].4
15-
devinfra: angular/[email protected].8
14+
browser-tools: circleci/[email protected].6
15+
devinfra: angular/[email protected].9
1616

1717
# Cache key for CircleCI. We want to invalidate the cache whenever the Yarn lock file changes.
1818
var_1: &cache_key material-angular-io-{{ .Branch }}-{{ checksum "yarn.lock" }}

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@
3030
},
3131
"private": true,
3232
"dependencies": {
33-
"@angular/animations": "^17.0.0-rc.0",
34-
"@angular/cdk": "^17.0.0-rc.0",
35-
"@angular/cdk-experimental": "^17.0.0-rc.0",
36-
"@angular/common": "^17.0.0-rc.0",
37-
"@angular/compiler": "^17.0.0-rc.0",
38-
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#9bef76ab6f8c5e7bec1356e2c38d77afc6451658",
39-
"@angular/core": "^17.0.0-rc.0",
40-
"@angular/forms": "^17.0.0-rc.0",
41-
"@angular/google-maps": "^17.0.0-rc.0",
42-
"@angular/localize": "^17.0.0-rc.0",
43-
"@angular/material": "^17.0.0-rc.0",
44-
"@angular/material-experimental": "^17.0.0-rc.0",
45-
"@angular/material-moment-adapter": "^17.0.0-rc.0",
46-
"@angular/platform-browser": "^17.0.0-rc.0",
47-
"@angular/platform-browser-dynamic": "^17.0.0-rc.0",
48-
"@angular/router": "^17.0.0-rc.0",
49-
"@angular/ssr": "^17.0.0-rc.0",
50-
"@angular/youtube-player": "^17.0.0-rc.0",
33+
"@angular/animations": "^17.0.0",
34+
"@angular/cdk": "^17.0.0",
35+
"@angular/cdk-experimental": "^17.0.0",
36+
"@angular/common": "^17.0.0",
37+
"@angular/compiler": "^17.0.0",
38+
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#2cbeda837203364cc3603d7a6b574621e7c9f189",
39+
"@angular/core": "^17.0.0",
40+
"@angular/forms": "^17.0.0",
41+
"@angular/google-maps": "^17.0.0",
42+
"@angular/localize": "^17.0.0",
43+
"@angular/material": "^17.0.0",
44+
"@angular/material-experimental": "^17.0.0",
45+
"@angular/material-moment-adapter": "^17.0.0",
46+
"@angular/platform-browser": "^17.0.0",
47+
"@angular/platform-browser-dynamic": "^17.0.0",
48+
"@angular/router": "^17.0.0",
49+
"@angular/ssr": "^17.0.0",
50+
"@angular/youtube-player": "^17.0.0",
5151
"@stackblitz/sdk": "^1.5.2",
5252
"moment": "^2.29.1",
5353
"path-normalize": "^6.0.7",
@@ -56,15 +56,15 @@
5656
"zone.js": "~0.14.0"
5757
},
5858
"devDependencies": {
59-
"@angular-devkit/architect": "^0.1700.0-rc.0",
60-
"@angular-devkit/architect-cli": "^0.1700.0-rc.0",
61-
"@angular-devkit/build-angular": "^17.0.0-rc.0",
59+
"@angular-devkit/architect": "^0.1700.0",
60+
"@angular-devkit/architect-cli": "^0.1700.0",
61+
"@angular-devkit/build-angular": "^17.0.0",
6262
"@angular-eslint/builder": "^14.0.0",
6363
"@angular-eslint/eslint-plugin": "^14.0.0",
6464
"@angular-eslint/eslint-plugin-template": "^14.0.0",
6565
"@angular-eslint/template-parser": "^14.0.0",
66-
"@angular/cli": "^17.0.0-rc.0",
67-
"@angular/compiler-cli": "^17.0.0-rc.0",
66+
"@angular/cli": "^17.0.0",
67+
"@angular/compiler-cli": "^17.0.0",
6868
"@bazel/bazelisk": "^1.12.1",
6969
"@types/imagemin": "^7.0.0",
7070
"@types/jasmine": "^3.7.7",

0 commit comments

Comments
 (0)