Skip to content

Commit 3652e7d

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

File tree

16 files changed

+194
-62
lines changed

16 files changed

+194
-62
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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ 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
41+
env:
42+
ACTION_REF: ${{ github.action_ref }}
43+
ACTION_REPO: ${{ github.action_repository }}
4344
with:
4445
allow-dependencies-licenses: 'pkg:npm/renovate, pkg:npm/@renovatebot/detect-tools'
4546

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/org-file-sync/main.js

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

0 commit comments

Comments
 (0)