Skip to content

Commit fb49885

Browse files
committed
build: update all non-major dependencies
1 parent 64d0e9d commit fb49885

File tree

10 files changed

+120
-70
lines changed

10 files changed

+120
-70
lines changed

.github/ng-renovate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packageManager": "[email protected]",
44
"type": "commonjs",
55
"dependencies": {
6-
"renovate": "39.233.3"
6+
"renovate": "39.252.0"
77
}
88
}

.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
30+
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
3131
with:
3232
languages: ${{ matrix.language }}
3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
34+
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
3535
with:
3636
category: '/language:${{matrix.language}}'

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ nodejs_register_toolchains(
5555

5656
http_archive(
5757
name = "aspect_rules_js",
58-
sha256 = "373e912bd986c38e54da82f15174984563866d14b60c5392e5b39e82b3bdf576",
59-
strip_prefix = "rules_js-2.3.4",
60-
url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.4/rules_js-v2.3.4.tar.gz",
58+
sha256 = "1be1a3ec3d3baec4a71bc09ce446eb59bb48ae31af63016481df1532a0d81aee",
59+
strip_prefix = "rules_js-2.3.5",
60+
url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.5/rules_js-v2.3.5.tar.gz",
6161
)
6262

6363
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")

bazel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@devinfra/bazel",
33
"dependencies": {
4-
"@microsoft/api-extractor": "7.52.3",
4+
"@microsoft/api-extractor": "7.52.4",
55
"@types/browser-sync": "2.29.0",
6-
"@types/node": "22.14.0",
6+
"@types/node": "22.14.1",
77
"@types/selenium-webdriver": "^4.1.28",
88
"@types/send": "0.17.4",
99
"@types/wait-on": "^5.3.4",
@@ -13,7 +13,7 @@
1313
"selenium-webdriver": "^4.31.0",
1414
"send": "1.2.0",
1515
"true-case-path": "2.2.1",
16-
"typescript": "5.8.2",
16+
"typescript": "5.8.3",
1717
"wait-on": "^8.0.3",
1818
"yargs": "17.7.2"
1919
},

bazel/pnpm-lock.yaml

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

github-actions/npm/checkout-and-setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
persist-credentials: false
4747
ref: ${{ inputs.ref }}
4848

49-
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
49+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5050
with:
5151
node-version-file: ${{ inputs.node-version-file-path }}
5252
node-version: ${{ inputs.node-version }}

github-actions/previews/upload-artifacts-to-firebase/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runs:
9191
entryPoint: '${{inputs.firebase-config-dir}}'
9292
channelId: pr-${{github.repository}}-${{steps.artifact-info.outputs.unsafe-pull-number}}-${{inputs.workflow-artifact-name}}
9393

94-
- uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
94+
- uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
9595
with:
9696
header: ${{inputs.workflow-artifact-name}}
9797
message: |

ng-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"dependencies": {
18-
"@google-cloud/spanner": "7.19.1",
18+
"@google-cloud/spanner": "7.21.0",
1919
"@octokit/rest": "21.1.1",
2020
"@types/semver": "^7.3.6",
2121
"@types/supports-color": "^10.0.0",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@bazel/runfiles": "5.8.1",
2929
"@bazel/terser": "5.8.1",
3030
"@bazel/typescript": "5.8.1",
31-
"@microsoft/api-extractor": "7.52.3",
31+
"@microsoft/api-extractor": "7.52.4",
3232
"@types/browser-sync": "^2.26.3",
3333
"@types/minimatch": "^5.1.2",
3434
"@types/node": "^20.14.8",
@@ -46,7 +46,7 @@
4646
"tmp": "^0.2.1",
4747
"true-case-path": "^2.2.1",
4848
"tslib": "^2.5.2",
49-
"typescript": "5.8.2",
49+
"typescript": "5.8.3",
5050
"uuid": "^11.0.0",
5151
"yargs": "^17.0.0"
5252
},
@@ -71,7 +71,7 @@
7171
"@bazel/ibazel": "^0.23.0",
7272
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
7373
"@google-cloud/firestore": "^7.0.0",
74-
"@google-cloud/spanner": "7.19.1",
74+
"@google-cloud/spanner": "7.21.0",
7575
"@google-cloud/storage": "^7.0.0",
7676
"@inquirer/prompts": "^7.0.0",
7777
"@inquirer/type": "^3.0.0",
@@ -138,7 +138,7 @@
138138
"karma-sourcemap-loader": "^0.4.0",
139139
"minimatch": "^10.0.0",
140140
"multimatch": "^7.0.0",
141-
"nock": "14.0.2",
141+
"nock": "14.0.4",
142142
"opener": "^1.5.2",
143143
"requirejs": "^2.3.6",
144144
"rxjs": "^7.4.0",

0 commit comments

Comments
 (0)