This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 401
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update to Angular v17 final (#1230)
Updates the repo to the final version of Angular v17.
- Loading branch information
Showing
7 changed files
with
890 additions
and
662 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
.aspect/rules/external_repository_action_cache/npm_translate_lock_LTE4Nzc1MDcwNjU=
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.