Skip to content

Commit 0f5cf67

Browse files
angular-robotjosephperrott
authored andcommitted
build: update all non-major dependencies
See associated pull request for more information.
1 parent fc71b57 commit 0f5cf67

File tree

17 files changed

+202
-73
lines changed

17 files changed

+202
-73
lines changed

.github/local-actions/branch-manager/main.js

Lines changed: 18 additions & 4 deletions
Large diffs are not rendered by default.

.github/local-actions/labels-sync/main.js

Lines changed: 18 additions & 4 deletions
Large diffs are not rendered by default.

.github/local-actions/lock-closed/main.js

Lines changed: 18 additions & 4 deletions
Large diffs are not rendered by default.

.github/ng-renovate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ng-renovate",
33
"type": "commonjs",
44
"dependencies": {
5-
"renovate": "41.84.0"
5+
"renovate": "41.87.3"
66
},
77
"pnpm": {
88
"onlyBuiltDependencies": [

.github/ng-renovate/pnpm-lock.yaml

Lines changed: 15 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/pr.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,20 @@ jobs:
2424
# this step.
2525
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
- uses: ./github-actions/npm/checkout-and-setup-node
27-
- uses: ./github-actions/bazel/setup
28-
- uses: ./github-actions/bazel/configure-remote
29-
- run: pnpm install --frozen-lockfile
30-
- name: Check code format
31-
run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
32-
- name: Check commit message
33-
run: pnpm ng-dev commit-message validate-range ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }}
34-
- name: Check code lint
35-
run: pnpm lint
27+
#- uses: ./github-actions/bazel/setup
28+
#- uses: ./github-actions/bazel/configure-remote
29+
#- run: pnpm install --frozen-lockfile
30+
#- name: Check code format
31+
# run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
32+
#- name: Check commit message
33+
# run: pnpm ng-dev commit-message validate-range ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }}
34+
#- name: Check code lint
35+
# run: pnpm lint
3636
# TODO: Enable again after the tsconfigs are reworked as part of migration
3737
# - name: Confirm code builds with typescript as expected
3838
# run: pnpm tsc -p tsconfig.json
3939
- name: Check Package Licenses
40-
# We use this action pinned at main because we need to have an actual version for the config to load.
41-
# Since using the local version would end up nearly using `main` anyway, this is essentially equivalent.
42-
uses: angular/dev-infra/github-actions/linting/licenses@main
40+
uses: ./github-actions/linting/licenses
4341
with:
4442
allow-dependencies-licenses: 'pkg:npm/renovate, pkg:npm/@renovatebot/detect-tools'
4543

apps/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "module",
88
"private": true,
99
"dependencies": {
10-
"@octokit/auth-app": "8.0.2",
10+
"@octokit/auth-app": "8.1.0",
1111
"@octokit/request-error": "7.0.0",
1212
"@octokit/rest": "22.0.0",
1313
"@octokit/webhooks-types": "7.6.1",

github-actions/branch-manager/main.js

Lines changed: 18 additions & 4 deletions
Large diffs are not rendered by default.

github-actions/feature-request/main.js

Lines changed: 18 additions & 4 deletions
Large diffs are not rendered by default.

github-actions/linting/licenses/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ runs:
1414
uses: actions/dependency-review-action@bc41886e18ea39df68b1b1245f4184881938e050 # v4.7.2
1515
env:
1616
# The action ref here allows us to import the config file from the same sha we rely on in the downstream usage
17-
ACTION_REF: ${{ github.action_ref }}
18-
ACTION_REPO: ${{ github.action_repository }}
17+
ACTION_REF: ${{ github.action_ref || main }}
18+
ACTION_REPO: ${{ github.action_repository || angular/dev-infra }}
1919
with:
2020
config-file: '${{ env.ACTION_REPO }}/github-actions/linting/licenses/dependency-review-config.yml@${{ env.ACTION_REF }}'
2121
allow-dependencies-licenses: '${{inputs.allow-dependencies-licenses}}'

0 commit comments

Comments
 (0)