Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-2023857461
package.json=1044460161
pnpm-lock.yaml=451366521
package.json=1485890683
pnpm-lock.yaml=-1807446371
pnpm-workspace.yaml=1711114604
yarn.lock=-892267542
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
"yarn": ">=1.21.1 <2",
"npm": "Please use yarn instead of NPM to install dependencies"
},
"author": "Angular Authors",
Expand Down
1 change: 1 addition & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"commands": [
"git restore .yarn/releases/yarn-4.5.0.cjs",
"yarn install --frozen-lockfile --non-interactive",
"yarn bazel build //tools/...",
"yarn bazel run @npm2//:sync"
],
"fileFilters": [".aspect/rules/external_repository_action_cache/**/*", "pnpm-lock.yaml"],
Expand All @@ -31,12 +32,19 @@
"tests/legacy-cli/e2e/ng-snapshot/package.json",
".github/workflows/**/*.yml"
],
"ignorePaths": ["pnpm-lock.yaml"],
"packageRules": [
{
"matchPackageNames": ["quicktype-core"],
"schedule": ["before 4:00am on the first day of the month"]
},
{
"matchCurrentVersion": "0.0.0-PLACEHOLDER",
"enabled": false
},
{
"matchCurrentVersion": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"enabled": false
},
{
"groupName": "angular",
"matchDepNames": ["/^@angular/.*/", "/angular/dev-infra/"]
Expand Down
Loading