Skip to content

Commit 6747ca4

Browse files
committed
chore(deps): squash dependency updates
Squashed Renovate PRs: - google#332 (tmp to v0.2.6) - google#330 (protobufjs-cli to v1.3.2) - google#328 (protobufjs to ~7.6.0) - google#325/google#317 (debian docker tag to 12) - google#323 (@mapbox/node-pre-gyp to v2) - google#322 (@types/sinon to v21) - google#319 (mocha to v11) - google#318 (linkinator to v7) - google#316 (golang docker tag to 1.24) - google#289 (@types/pretty-ms to v5) Excluded: - google#326 (p-limit to v7) because versions >= 4.0.0 are ESM-only. TAG=agy CONV=4ca117e0-d8fa-4e4c-8cfa-b52e896710d3
1 parent 30f3313 commit 6747ca4

6 files changed

Lines changed: 591 additions & 657 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node: [14, 16, 18, 20]
13+
node: [18, 20, 22]
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: ${{ matrix.node }}
1919
- run: node --version
20-
# Upgrade npm to newest supported version so it understands lockfile v3
21-
- run: npm install -g npm@9.9.3
22-
if: matrix.node == 14
2320
- run: npm install
2421
- run: npm test
2522
- name: coverage
@@ -32,8 +29,6 @@ jobs:
3229
- uses: actions/checkout@v4
3330
- uses: actions/setup-node@v4
3431
with:
35-
node-version: 14
36-
# Upgrade npm to newest supported version so it understands lockfile v3
37-
- run: npm install -g npm@9.9.3
32+
node-version: 20
3833
- run: npm install
3934
- run: npm run lint

js-green-licenses.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"packageAllowlist": [
3+
"tar",
4+
"minipass",
5+
"chownr",
6+
"yallist"
7+
]
8+
}

0 commit comments

Comments
 (0)