@dword-design/base 8.6.17 → 8.6.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ Object {
33
33
  },
34
34
  Object {
35
35
  "if": "\${{ !steps.check-deprecated-js-deps.outputs.deprecated && steps.create-deprecation-issue.outputs.number }}",
36
- "uses": "peter-evans/close-issue@v1",
36
+ "uses": "peter-evans/close-issue@v2",
37
37
  "with": Object {
38
38
  "comment": "Auto-closing the issue",
39
39
  "issue-number": "\${{ steps.create-deprecation-issue.outputs.number }}",
@@ -32,7 +32,7 @@ var _default = {
32
32
  }
33
33
  }, {
34
34
  if: '${{ !steps.check-deprecated-js-deps.outputs.deprecated && steps.create-deprecation-issue.outputs.number }}',
35
- uses: 'peter-evans/close-issue@v1',
35
+ uses: 'peter-evans/close-issue@v2',
36
36
  with: {
37
37
  comment: 'Auto-closing the issue',
38
38
  'issue-number': '${{ steps.create-deprecation-issue.outputs.number }}'
@@ -27,7 +27,7 @@ Object {
27
27
  },
28
28
  },
29
29
  Object {
30
- "uses": "actions/setup-node@v2",
30
+ "uses": "actions/setup-node@v3",
31
31
  "with": Object {
32
32
  "node-version": 14,
33
33
  },
@@ -78,7 +78,7 @@ Object {
78
78
  },
79
79
  },
80
80
  Object {
81
- "uses": "actions/setup-node@v2",
81
+ "uses": "actions/setup-node@v3",
82
82
  "with": Object {
83
83
  "node-version": "\${{ matrix.node }}",
84
84
  },
@@ -91,7 +91,7 @@ Object {
91
91
  },
92
92
  Object {
93
93
  "if": "failure()",
94
- "uses": "actions/upload-artifact@v2",
94
+ "uses": "actions/upload-artifact@v3",
95
95
  "with": Object {
96
96
  "name": "Image Snapshot Diffs",
97
97
  "path": "**/__image_snapshots__/__diff_output__",
@@ -165,7 +165,7 @@ Object {
165
165
  },
166
166
  },
167
167
  Object {
168
- "uses": "actions/setup-node@v2",
168
+ "uses": "actions/setup-node@v3",
169
169
  "with": Object {
170
170
  "node-version": 14,
171
171
  },
@@ -184,7 +184,7 @@ Object {
184
184
  },
185
185
  Object {
186
186
  "if": "failure()",
187
- "uses": "actions/upload-artifact@v2",
187
+ "uses": "actions/upload-artifact@v3",
188
188
  "with": Object {
189
189
  "name": "Image Snapshot Diffs",
190
190
  "path": "**/__image_snapshots__/__diff_output__",
@@ -254,7 +254,7 @@ Object {
254
254
  },
255
255
  },
256
256
  Object {
257
- "uses": "actions/setup-node@v2",
257
+ "uses": "actions/setup-node@v3",
258
258
  "with": Object {
259
259
  "node-version": 14,
260
260
  },
@@ -277,7 +277,7 @@ Object {
277
277
  },
278
278
  Object {
279
279
  "if": "failure()",
280
- "uses": "actions/upload-artifact@v2",
280
+ "uses": "actions/upload-artifact@v3",
281
281
  "with": Object {
282
282
  "name": "Image Snapshot Diffs",
283
283
  "path": "**/__image_snapshots__/__diff_output__",
@@ -347,7 +347,7 @@ Object {
347
347
  },
348
348
  },
349
349
  Object {
350
- "uses": "actions/setup-node@v2",
350
+ "uses": "actions/setup-node@v3",
351
351
  "with": Object {
352
352
  "node-version": 14,
353
353
  },
@@ -366,7 +366,7 @@ Object {
366
366
  },
367
367
  Object {
368
368
  "if": "failure()",
369
- "uses": "actions/upload-artifact@v2",
369
+ "uses": "actions/upload-artifact@v3",
370
370
  "with": Object {
371
371
  "name": "Image Snapshot Diffs",
372
372
  "path": "**/__image_snapshots__/__diff_output__",
@@ -33,7 +33,7 @@ var _default = [{
33
33
  } : {})
34
34
  }, {
35
35
  if: 'failure()',
36
- uses: 'actions/upload-artifact@v2',
36
+ uses: 'actions/upload-artifact@v3',
37
37
  with: {
38
38
  name: 'Image Snapshot Diffs',
39
39
  path: '**/__image_snapshots__/__diff_output__'
@@ -38,7 +38,7 @@ var _default = () => {
38
38
  ref: "${{ github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.head.ref || '' }}"
39
39
  }
40
40
  }, {
41
- uses: 'actions/setup-node@v2',
41
+ uses: 'actions/setup-node@v3',
42
42
  with: {
43
43
  'node-version': 14
44
44
  }
@@ -62,7 +62,7 @@ var _default = () => {
62
62
  lfs: true
63
63
  }
64
64
  }, {
65
- uses: 'actions/setup-node@v2',
65
+ uses: 'actions/setup-node@v3',
66
66
  with: {
67
67
  'node-version': '${{ matrix.node }}'
68
68
  }
@@ -29,7 +29,7 @@ var _default = config => ({
29
29
  ref: "${{ github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.head.ref || '' }}"
30
30
  }
31
31
  }, {
32
- uses: 'actions/setup-node@v2',
32
+ uses: 'actions/setup-node@v3',
33
33
  with: {
34
34
  'node-version': config.nodeVersion
35
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "8.6.17",
3
+ "version": "8.6.20",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",
@@ -55,7 +55,7 @@
55
55
  "fs-extra": "^10.0.0",
56
56
  "get-projectz-readme-section-regex": "^3.0.0",
57
57
  "globby": "^11.0.1",
58
- "hosted-git-info": "^4.0.0",
58
+ "hosted-git-info": "^5.0.0",
59
59
  "husky": "^7.0.0",
60
60
  "ignore": "^5.1.4",
61
61
  "import-cwd": "^3.0.0",
@@ -88,7 +88,7 @@
88
88
  "is-docker": "^2.1.1",
89
89
  "p-event": "^4.2.0",
90
90
  "rimraf": "^3.0.0",
91
- "sharp": "^0.29.0",
91
+ "sharp": "^0.30.0",
92
92
  "stealthy-require-no-leak": "^1.0.0",
93
93
  "unify-mocha-output": "^2.0.0",
94
94
  "with-local-tmp-dir": "^4.0.0",