Skip to content
Closed
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
22 changes: 18 additions & 4 deletions .github/local-actions/branch-manager/main.js

Large diffs are not rendered by default.

22 changes: 18 additions & 4 deletions .github/local-actions/labels-sync/main.js

Large diffs are not rendered by default.

22 changes: 18 additions & 4 deletions .github/local-actions/lock-closed/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/ng-renovate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ng-renovate",
"type": "commonjs",
"dependencies": {
"renovate": "41.84.0"
"renovate": "41.87.3"
},
"pnpm": {
"onlyBuiltDependencies": [
Expand Down
25 changes: 15 additions & 10 deletions .github/ng-renovate/pnpm-lock.yaml

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

4 changes: 1 addition & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
# - name: Confirm code builds with typescript as expected
# run: pnpm tsc -p tsconfig.json
- name: Check Package Licenses
# We use this action pinned at main because we need to have an actual version for the config to load.
# Since using the local version would end up nearly using `main` anyway, this is essentially equivalent.
uses: angular/dev-infra/github-actions/linting/licenses@main
uses: ./github-actions/linting/licenses
with:
allow-dependencies-licenses: 'pkg:npm/renovate, pkg:npm/@renovatebot/detect-tools'

Expand Down
2 changes: 1 addition & 1 deletion apps/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "module",
"private": true,
"dependencies": {
"@octokit/auth-app": "8.0.2",
"@octokit/auth-app": "8.1.0",
"@octokit/request-error": "7.0.0",
"@octokit/rest": "22.0.0",
"@octokit/webhooks-types": "7.6.1",
Expand Down
22 changes: 18 additions & 4 deletions github-actions/branch-manager/main.js

Large diffs are not rendered by default.

22 changes: 18 additions & 4 deletions github-actions/feature-request/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions github-actions/linting/licenses/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ runs:
uses: actions/dependency-review-action@bc41886e18ea39df68b1b1245f4184881938e050 # v4.7.2
env:
# The action ref here allows us to import the config file from the same sha we rely on in the downstream usage
ACTION_REF: ${{ github.action_ref }}
ACTION_REPO: ${{ github.action_repository }}
ACTION_REF: ${{ github.action_ref || 'main' }}
ACTION_REPO: ${{ github.action_repository || 'angular/dev-infra' }}
with:
config-file: '${{ env.ACTION_REPO }}/github-actions/linting/licenses/dependency-review-config.yml@${{ env.ACTION_REF }}'
allow-dependencies-licenses: '${{inputs.allow-dependencies-licenses}}'
Expand Down
22 changes: 18 additions & 4 deletions github-actions/org-file-sync/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion github-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.1",
"@octokit/auth-app": "8.0.2",
"@octokit/auth-app": "8.1.0",
"@octokit/rest": "22.0.0",
"@types/jasmine": "5.1.9",
"@types/node": "24.3.0"
Expand Down
22 changes: 18 additions & 4 deletions github-actions/post-approval-changes/main.js

Large diffs are not rendered by default.

22 changes: 18 additions & 4 deletions github-actions/pull-request-labeling/main.js

Large diffs are not rendered by default.

22 changes: 18 additions & 4 deletions github-actions/unified-status-check/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ng-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@google/genai": "1.15.0",
"@inquirer/prompts": "7.8.4",
"@inquirer/type": "3.0.8",
"@octokit/auth-app": "8.0.2",
"@octokit/auth-app": "8.1.0",
"@octokit/core": "7.0.3",
"@octokit/graphql-schema": "15.26.0",
"@octokit/graphql": "9.0.1",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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