@dword-design/base 8.6.18 → 8.6.21

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 }}'
@@ -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__",
@@ -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__",
@@ -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__",
@@ -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__'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "8.6.18",
3
+ "version": "8.6.21",
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",
@@ -73,7 +73,7 @@
73
73
  "safe-readfile": "^1.0.2",
74
74
  "semantic-release": "^17.0.3",
75
75
  "sort-keys": "^4.2.0",
76
- "sort-package-json": "~1.55.0",
76
+ "sort-package-json": "~1.57.0",
77
77
  "spdx-expression-parse": "^3.0.0",
78
78
  "spdx-license-list": "^6.1.0",
79
79
  "std-env": "^2.3.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",