Skip to content

Commit

Permalink
chore(deps): update angular (#1083)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent 7266715 commit 7fc5be9
Show file tree
Hide file tree
Showing 6 changed files with 805 additions and 567 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,14 @@ jobs:
name: ▶️ Start Nx Cloud Agents
command: npx nx-cloud start-ci-run --distribute-on="3 linux-medium-js"
- setup-node
- run:
name: 🩹 Patch-package hash
command: md5sum patches/* > patches.hash
- restore_cache:
name: 💫 Restore Cache dependencies
# CircleCI will first try to load a cache associated with the current version of package-lock.json.
# If the lock file has changed due to a dependency being added, then no cache will be found.
# Next, it will use the static fallback key node-deps-v1-{{ .Branch }}- to load the most recent valid cache
# with the node-deps-v1-{{ .Branch }}- prefix.
keys:
- node-deps-{{ .Environment.CACHE_VERSION }}-{{ .Branch }}-{{checksum "package-lock.json"}}-{{ checksum "patches.hash" }}
- node-deps-{{ .Environment.CACHE_VERSION }}-{{ .Branch }}-{{checksum "package-lock.json"}}
- node-deps-{{ .Environment.CACHE_VERSION }}-{{ .Branch }}-
- run:
name: 📦 Install dependencies
Expand All @@ -71,7 +68,7 @@ jobs:
name: 💾 Save Cache dependencies
# After all of the project’s dependencies have been loaded,
# the save_cache step will save the updated dependency tree to a new cache in the node_modules directory.
key: node-deps-{{ .Environment.CACHE_VERSION }}-{{ .Branch }}-{{checksum "package-lock.json"}}-{{ checksum "patches.hash" }}
key: node-deps-{{ .Environment.CACHE_VERSION }}-{{ .Branch }}-{{checksum "package-lock.json"}}
paths:
- node_modules
- nx/set-shas
Expand Down
Loading

0 comments on commit 7fc5be9

Please sign in to comment.