Skip to content

Commit 597becb

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent fbdd8b7 commit 597becb

File tree

26 files changed

+537
-384
lines changed

26 files changed

+537
-384
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.6.1

.github/local-actions/branch-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@actions/core": "1.11.1",
44
"@actions/github": "6.0.1",
55
"@octokit/rest": "22.0.0",
6-
"@types/node": "24.2.0",
6+
"@types/node": "24.2.1",
77
"typed-graphqlify": "3.1.6",
88
"undici": "7.13.0"
99
}

.github/local-actions/labels-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@actions/github": "6.0.1",
55
"@octokit/rest": "22.0.0",
66
"@octokit/types": "14.1.0",
7-
"@types/node": "24.2.0",
7+
"@types/node": "24.2.1",
88
"undici": "7.13.0"
99
}
1010
}

.github/local-actions/lock-closed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@actions/github": "6.0.1",
55
"@octokit/rest": "22.0.0",
66
"@octokit/types": "14.1.0",
7-
"@types/node": "24.2.0",
7+
"@types/node": "24.2.1",
88
"undici": "7.13.0"
99
}
1010
}

.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.58.1"
5+
"renovate": "41.63.0"
66
},
77
"pnpm": {
88
"onlyBuiltDependencies": [

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

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

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Checkout repository
2828
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
30+
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
3131
with:
3232
languages: ${{ matrix.language }}
3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3.29.6
34+
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
3535
with:
3636
category: '/language:${{matrix.language}}'

bazel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@microsoft/api-extractor": "7.52.10",
55
"@types/babel__core": "7.20.5",
66
"@types/browser-sync": "2.29.0",
7-
"@types/node": "22.17.0",
7+
"@types/node": "22.17.1",
88
"@types/selenium-webdriver": "^4.1.28",
99
"@types/send": "0.17.5",
1010
"@types/wait-on": "^5.3.4",

bazel/pnpm-lock.yaml

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

bazel/remote-execution/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://github.com/puppeteer/puppeteer/blob/866addd132270e56cb1f84885f2897123087215c/docker/Dockerfile
2-
FROM ghcr.io/puppeteer/puppeteer:24.16.0@sha256:6dea48646fa972c9705281ff469922e6d10e6a6c9d3426a101fd824b6261e51b
2+
FROM ghcr.io/puppeteer/puppeteer:24.16.1@sha256:c699113829df91015c0e5a30e0626393bcea2e28056c450903a3db9f8d80b8f3
33

44
# Switch back to `root` because Puppeteer sets up a non-root user in the
55
# image- preventing us from preparing Firefox dependencies.

0 commit comments

Comments
 (0)