Skip to content

Commit 0484ca4

Browse files
authored
Merge pull request #971 from docker/dependabot/npm_and_yarn/actions/cache-6.0.0
build(deps): bump @actions/cache from 5.0.5 to 6.0.0
2 parents a8558c5 + 37d8063 commit 0484ca4

File tree

4 files changed

+66
-34
lines changed

4 files changed

+66
-34
lines changed

jest.config.cjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ module.exports = {
4646
}
4747
]
4848
},
49-
transformIgnorePatterns: ['/node_modules/(?!(?:@actions/core|@actions/exec|@actions/github|@actions/http-client|@actions/io|@actions/tool-cache|@octokit|universal-user-agent|before-after-hook)/)'],
49+
transformIgnorePatterns: ['/node_modules/(?!(?:@actions/cache|@actions/core|@actions/exec|@actions/github|@actions/glob|@actions/http-client|@actions/io|@actions/tool-cache|@octokit|universal-user-agent|before-after-hook)/)'],
5050
moduleNameMapper: {
51+
'^@actions/cache$': '<rootDir>/node_modules/@actions/cache/lib/cache.js',
5152
'^@actions/core': '<rootDir>/node_modules/@actions/core/lib/core.js',
5253
'^@actions/exec$': '<rootDir>/node_modules/@actions/exec/lib/exec.js',
5354
'^@actions/github$': '<rootDir>/node_modules/@actions/github/lib/github.js',
55+
'^@actions/glob$': '<rootDir>/node_modules/@actions/glob/lib/glob.js',
5456
'^@actions/http-client$': '<rootDir>/node_modules/@actions/http-client/lib/index.js',
5557
'^@actions/http-client/lib/auth$': '<rootDir>/node_modules/@actions/http-client/lib/auth.js',
5658
'^@actions/http-client/lib/interfaces$': '<rootDir>/node_modules/@actions/http-client/lib/interfaces.js',

jest.config.itg.cjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ module.exports = {
2929
}
3030
]
3131
},
32-
transformIgnorePatterns: ['/node_modules/(?!(?:@actions/core|@actions/exec|@actions/github|@actions/http-client|@actions/io|@actions/tool-cache|@octokit|universal-user-agent|before-after-hook)/)'],
32+
transformIgnorePatterns: ['/node_modules/(?!(?:@actions/cache|@actions/core|@actions/exec|@actions/github|@actions/glob|@actions/http-client|@actions/io|@actions/tool-cache|@octokit|universal-user-agent|before-after-hook)/)'],
3333
moduleNameMapper: {
34+
'^@actions/cache$': '<rootDir>/node_modules/@actions/cache/lib/cache.js',
3435
'^@actions/core': '<rootDir>/node_modules/@actions/core/lib/core.js',
3536
'^@actions/exec$': '<rootDir>/node_modules/@actions/exec/lib/exec.js',
3637
'^@actions/github$': '<rootDir>/node_modules/@actions/github/lib/github.js',
38+
'^@actions/glob$': '<rootDir>/node_modules/@actions/glob/lib/glob.js',
3739
'^@actions/http-client$': '<rootDir>/node_modules/@actions/http-client/lib/index.js',
3840
'^@actions/http-client/lib/auth$': '<rootDir>/node_modules/@actions/http-client/lib/auth.js',
3941
'^@actions/http-client/lib/interfaces$': '<rootDir>/node_modules/@actions/http-client/lib/interfaces.js',

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
},
4848
"dependencies": {
4949
"@actions/artifact": "^5.0.3",
50-
"@actions/cache": "^5.0.5",
50+
"@actions/cache": "^6.0.0",
5151
"@actions/core": "^3.0.0",
5252
"@actions/exec": "^3.0.0",
5353
"@actions/github": "^9.0.0",
5454
"@actions/http-client": "^4.0.0",
5555
"@actions/io": "^3.0.2",
5656
"@actions/tool-cache": "^4.0.0",
57-
"@azure/storage-blob": "^12.29.1",
57+
"@azure/storage-blob": "^12.30.0",
5858
"@sigstore/bundle": "^4.0.0",
5959
"@sigstore/sign": "^4.1.0",
6060
"@sigstore/tuf": "^4.0.1",

yarn.lock

Lines changed: 58 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,20 @@ __metadata:
3333
languageName: node
3434
linkType: hard
3535

36-
"@actions/cache@npm:^5.0.5":
37-
version: 5.0.5
38-
resolution: "@actions/cache@npm:5.0.5"
36+
"@actions/cache@npm:^6.0.0":
37+
version: 6.0.0
38+
resolution: "@actions/cache@npm:6.0.0"
3939
dependencies:
40-
"@actions/core": "npm:^2.0.0"
41-
"@actions/exec": "npm:^2.0.0"
42-
"@actions/glob": "npm:^0.5.1"
43-
"@actions/http-client": "npm:^3.0.2"
44-
"@actions/io": "npm:^2.0.0"
45-
"@azure/abort-controller": "npm:^1.1.0"
40+
"@actions/core": "npm:^3.0.0"
41+
"@actions/exec": "npm:^3.0.0"
42+
"@actions/glob": "npm:^0.6.1"
43+
"@actions/http-client": "npm:^4.0.0"
44+
"@actions/io": "npm:^3.0.0"
4645
"@azure/core-rest-pipeline": "npm:^1.22.0"
47-
"@azure/storage-blob": "npm:^12.29.1"
46+
"@azure/storage-blob": "npm:^12.30.0"
4847
"@protobuf-ts/runtime-rpc": "npm:^2.11.1"
49-
semver: "npm:^6.3.1"
50-
checksum: 10/008cd7005ddd2f2c7b531836695200131ef0d6a71d3e179d8d17a01afce2d4a14340e5e750161bd247c5da033e3ca197d64431f91f183846b725d97990c035a4
48+
semver: "npm:^7.7.3"
49+
checksum: 10/91609983f6ed5829018c6afea9b692762acd34604e44479be3ff25c76f5b869d6727766847193ab9f0724de84cd6043759a55553c500c3538af9951494ca14b6
5150
languageName: node
5251
linkType: hard
5352

@@ -61,16 +60,6 @@ __metadata:
6160
languageName: node
6261
linkType: hard
6362

64-
"@actions/core@npm:^2.0.3":
65-
version: 2.0.3
66-
resolution: "@actions/core@npm:2.0.3"
67-
dependencies:
68-
"@actions/exec": "npm:^2.0.0"
69-
"@actions/http-client": "npm:^3.0.2"
70-
checksum: 10/d7660656fda81f379faf004d4a8e9f06e4ca8e7401d9f9cda492a2e2394d2804d3582b86c912f1dd681030a80b3a9fdffb13f8244ccca3bd3b8ebc9a154b97e4
71-
languageName: node
72-
linkType: hard
73-
7463
"@actions/core@npm:^3.0.0":
7564
version: 3.0.0
7665
resolution: "@actions/core@npm:3.0.0"
@@ -129,13 +118,13 @@ __metadata:
129118
languageName: node
130119
linkType: hard
131120

132-
"@actions/glob@npm:^0.5.1":
133-
version: 0.5.1
134-
resolution: "@actions/glob@npm:0.5.1"
121+
"@actions/glob@npm:^0.6.1":
122+
version: 0.6.1
123+
resolution: "@actions/glob@npm:0.6.1"
135124
dependencies:
136-
"@actions/core": "npm:^2.0.3"
125+
"@actions/core": "npm:^3.0.0"
137126
minimatch: "npm:^3.0.4"
138-
checksum: 10/a23e3631ea497e3c0b96933c4cbedff4433433bf9e8d03e6853dc57fb7fd68dee70ebbbf0eaf8c9283460f687a1384ba632222c97ed89fdd1c4a69c7781c678d
127+
checksum: 10/343ca2ef8343fd5488fe277dc268b84017bb8b0c5e352215c4ce7181d07c86f0e1951b97e273b5a133a39596a6a8f1a5f06dbc87214fc440d729d3f03daa3b61
139128
languageName: node
140129
linkType: hard
141130

@@ -215,7 +204,7 @@ __metadata:
215204
languageName: node
216205
linkType: hard
217206

218-
"@azure/abort-controller@npm:^1.0.0, @azure/abort-controller@npm:^1.1.0":
207+
"@azure/abort-controller@npm:^1.0.0":
219208
version: 1.1.0
220209
resolution: "@azure/abort-controller@npm:1.1.0"
221210
dependencies:
@@ -387,6 +376,28 @@ __metadata:
387376
languageName: node
388377
linkType: hard
389378

379+
"@azure/storage-blob@npm:^12.30.0":
380+
version: 12.30.0
381+
resolution: "@azure/storage-blob@npm:12.30.0"
382+
dependencies:
383+
"@azure/abort-controller": "npm:^2.1.2"
384+
"@azure/core-auth": "npm:^1.9.0"
385+
"@azure/core-client": "npm:^1.9.3"
386+
"@azure/core-http-compat": "npm:^2.2.0"
387+
"@azure/core-lro": "npm:^2.2.0"
388+
"@azure/core-paging": "npm:^1.6.2"
389+
"@azure/core-rest-pipeline": "npm:^1.19.1"
390+
"@azure/core-tracing": "npm:^1.2.0"
391+
"@azure/core-util": "npm:^1.11.0"
392+
"@azure/core-xml": "npm:^1.4.5"
393+
"@azure/logger": "npm:^1.1.4"
394+
"@azure/storage-common": "npm:^12.2.0"
395+
events: "npm:^3.0.0"
396+
tslib: "npm:^2.8.1"
397+
checksum: 10/2fe2190aa6f637b4a525a2f2d129fefd9182670b59d2bfdcb4a8fb3b6cd2d10e9970ab9ebc3a3ddcf45a7143553f3ae19f800142b7218087bb8d02c91cb7b59d
398+
languageName: node
399+
linkType: hard
400+
390401
"@azure/storage-common@npm:^12.1.1":
391402
version: 12.1.1
392403
resolution: "@azure/storage-common@npm:12.1.1"
@@ -404,6 +415,23 @@ __metadata:
404415
languageName: node
405416
linkType: hard
406417

418+
"@azure/storage-common@npm:^12.2.0":
419+
version: 12.2.0
420+
resolution: "@azure/storage-common@npm:12.2.0"
421+
dependencies:
422+
"@azure/abort-controller": "npm:^2.1.2"
423+
"@azure/core-auth": "npm:^1.9.0"
424+
"@azure/core-http-compat": "npm:^2.2.0"
425+
"@azure/core-rest-pipeline": "npm:^1.19.1"
426+
"@azure/core-tracing": "npm:^1.2.0"
427+
"@azure/core-util": "npm:^1.11.0"
428+
"@azure/logger": "npm:^1.1.4"
429+
events: "npm:^3.3.0"
430+
tslib: "npm:^2.8.1"
431+
checksum: 10/d178748f5c0c8b2d6be51ae56aad00085fd355f83e62b379bb8cd6656a5e2c4172ccf81c5e5d78d5296dc05cda84d8b58b5d75236d6661730c2911c1e39c157d
432+
languageName: node
433+
linkType: hard
434+
407435
"@babel/code-frame@npm:^7.0.0":
408436
version: 7.14.5
409437
resolution: "@babel/code-frame@npm:7.14.5"
@@ -1205,14 +1233,14 @@ __metadata:
12051233
resolution: "@docker/actions-toolkit@workspace:."
12061234
dependencies:
12071235
"@actions/artifact": "npm:^5.0.3"
1208-
"@actions/cache": "npm:^5.0.5"
1236+
"@actions/cache": "npm:^6.0.0"
12091237
"@actions/core": "npm:^3.0.0"
12101238
"@actions/exec": "npm:^3.0.0"
12111239
"@actions/github": "npm:^9.0.0"
12121240
"@actions/http-client": "npm:^4.0.0"
12131241
"@actions/io": "npm:^3.0.2"
12141242
"@actions/tool-cache": "npm:^4.0.0"
1215-
"@azure/storage-blob": "npm:^12.29.1"
1243+
"@azure/storage-blob": "npm:^12.30.0"
12161244
"@eslint/compat": "npm:^2.0.0"
12171245
"@eslint/eslintrc": "npm:^3.3.3"
12181246
"@eslint/js": "npm:^9.39.2"

0 commit comments

Comments
 (0)