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

Commit

Permalink
build: update to Angular v17 final (#1230)
Browse files Browse the repository at this point in the history
Updates the repo to the final version of Angular v17.
  • Loading branch information
crisbeto authored Nov 8, 2023
1 parent 914a8bc commit 160601d
Show file tree
Hide file tree
Showing 7 changed files with 890 additions and 662 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1306950124
pnpm-lock.yaml=710493181
yarn.lock=-1833642635
package.json=421506501
pnpm-lock.yaml=-1211937712
yarn.lock=-1608864410
package.json=901916344
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
version: 2.1

orbs:
browser-tools: circleci/[email protected].4
devinfra: angular/[email protected].8
browser-tools: circleci/[email protected].6
devinfra: angular/[email protected].9

# Cache key for CircleCI. We want to invalidate the cache whenever the Yarn lock file changes.
var_1: &cache_key material-angular-io-{{ .Branch }}-{{ checksum "yarn.lock" }}
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.0-rc.0",
"@angular/cdk": "^17.0.0-rc.0",
"@angular/cdk-experimental": "^17.0.0-rc.0",
"@angular/common": "^17.0.0-rc.0",
"@angular/compiler": "^17.0.0-rc.0",
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#9bef76ab6f8c5e7bec1356e2c38d77afc6451658",
"@angular/core": "^17.0.0-rc.0",
"@angular/forms": "^17.0.0-rc.0",
"@angular/google-maps": "^17.0.0-rc.0",
"@angular/localize": "^17.0.0-rc.0",
"@angular/material": "^17.0.0-rc.0",
"@angular/material-experimental": "^17.0.0-rc.0",
"@angular/material-moment-adapter": "^17.0.0-rc.0",
"@angular/platform-browser": "^17.0.0-rc.0",
"@angular/platform-browser-dynamic": "^17.0.0-rc.0",
"@angular/router": "^17.0.0-rc.0",
"@angular/ssr": "^17.0.0-rc.0",
"@angular/youtube-player": "^17.0.0-rc.0",
"@angular/animations": "^17.0.0",
"@angular/cdk": "^17.0.0",
"@angular/cdk-experimental": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#2cbeda837203364cc3603d7a6b574621e7c9f189",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/google-maps": "^17.0.0",
"@angular/localize": "^17.0.0",
"@angular/material": "^17.0.0",
"@angular/material-experimental": "^17.0.0",
"@angular/material-moment-adapter": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/router": "^17.0.0",
"@angular/ssr": "^17.0.0",
"@angular/youtube-player": "^17.0.0",
"@stackblitz/sdk": "^1.5.2",
"moment": "^2.29.1",
"path-normalize": "^6.0.7",
Expand All @@ -56,15 +56,15 @@
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1700.0-rc.0",
"@angular-devkit/architect-cli": "^0.1700.0-rc.0",
"@angular-devkit/build-angular": "^17.0.0-rc.0",
"@angular-devkit/architect": "^0.1700.0",
"@angular-devkit/architect-cli": "^0.1700.0",
"@angular-devkit/build-angular": "^17.0.0",
"@angular-eslint/builder": "^14.0.0",
"@angular-eslint/eslint-plugin": "^14.0.0",
"@angular-eslint/eslint-plugin-template": "^14.0.0",
"@angular-eslint/template-parser": "^14.0.0",
"@angular/cli": "^17.0.0-rc.0",
"@angular/compiler-cli": "^17.0.0-rc.0",
"@angular/cli": "^17.0.0",
"@angular/compiler-cli": "^17.0.0",
"@bazel/bazelisk": "^1.12.1",
"@types/imagemin": "^7.0.0",
"@types/jasmine": "^3.7.7",
Expand Down
Loading

0 comments on commit 160601d

Please sign in to comment.