Skip to content

Commit b34c3cb

Browse files
angular-robotjosephperrott
authored andcommitted
build: update all non-major dependencies (#3005)
See associated pull request for more information. PR Close #3005
1 parent fc71b57 commit b34c3cb

File tree

17 files changed

+193
-64
lines changed

17 files changed

+193
-64
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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ jobs:
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)