@dword-design/base 8.6.14 → 8.6.17
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.
- package/dist/generated-files/__snapshots__/github-deprecated-dependencies.spec.js.snap +1 -1
- package/dist/generated-files/__snapshots__/github-sync-metadata.spec.js.snap +2 -2
- package/dist/generated-files/github-deprecated-dependencies.js +1 -1
- package/dist/generated-files/github-sync-labels.js +1 -1
- package/dist/generated-files/github-sync-metadata.js +1 -1
- package/dist/generated-files/github-workflow/__snapshots__/index.spec.js.snap +5 -5
- package/dist/generated-files/github-workflow/strategies/job-matrix.js +2 -2
- package/dist/generated-files/github-workflow/strategies/simple.js +1 -1
- package/dist/generated-files/gitpod.js +8 -1
- package/package.json +3 -2
|
@@ -7,7 +7,7 @@ Object {
|
|
|
7
7
|
"runs-on": "ubuntu-latest",
|
|
8
8
|
"steps": Array [
|
|
9
9
|
Object {
|
|
10
|
-
"uses": "actions/checkout@
|
|
10
|
+
"uses": "actions/checkout@v3",
|
|
11
11
|
},
|
|
12
12
|
Object {
|
|
13
13
|
"uses": "jaid/action-sync-node-meta@v2.0.0",
|
|
@@ -40,7 +40,7 @@ Object {
|
|
|
40
40
|
"runs-on": "ubuntu-latest",
|
|
41
41
|
"steps": Array [
|
|
42
42
|
Object {
|
|
43
|
-
"uses": "actions/checkout@
|
|
43
|
+
"uses": "actions/checkout@v3",
|
|
44
44
|
},
|
|
45
45
|
Object {
|
|
46
46
|
"uses": "jaid/action-sync-node-meta@v2.0.0",
|
|
@@ -20,7 +20,7 @@ Object {
|
|
|
20
20
|
"runs-on": "ubuntu-latest",
|
|
21
21
|
"steps": Array [
|
|
22
22
|
Object {
|
|
23
|
-
"uses": "actions/checkout@
|
|
23
|
+
"uses": "actions/checkout@v3",
|
|
24
24
|
"with": Object {
|
|
25
25
|
"lfs": true,
|
|
26
26
|
"ref": "\${{ github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.head.ref || '' }}",
|
|
@@ -71,7 +71,7 @@ Object {
|
|
|
71
71
|
"runs-on": "\${{ matrix.os }}",
|
|
72
72
|
"steps": Array [
|
|
73
73
|
Object {
|
|
74
|
-
"uses": "actions/checkout@
|
|
74
|
+
"uses": "actions/checkout@v3",
|
|
75
75
|
"with": Object {
|
|
76
76
|
"fetch-depth": 0,
|
|
77
77
|
"lfs": true,
|
|
@@ -157,7 +157,7 @@ Object {
|
|
|
157
157
|
"uses": "rokroskar/workflow-run-cleanup-action@v0.3.3",
|
|
158
158
|
},
|
|
159
159
|
Object {
|
|
160
|
-
"uses": "actions/checkout@
|
|
160
|
+
"uses": "actions/checkout@v3",
|
|
161
161
|
"with": Object {
|
|
162
162
|
"fetch-depth": 0,
|
|
163
163
|
"lfs": true,
|
|
@@ -246,7 +246,7 @@ Object {
|
|
|
246
246
|
"uses": "rokroskar/workflow-run-cleanup-action@v0.3.3",
|
|
247
247
|
},
|
|
248
248
|
Object {
|
|
249
|
-
"uses": "actions/checkout@
|
|
249
|
+
"uses": "actions/checkout@v3",
|
|
250
250
|
"with": Object {
|
|
251
251
|
"fetch-depth": 0,
|
|
252
252
|
"lfs": true,
|
|
@@ -339,7 +339,7 @@ Object {
|
|
|
339
339
|
"uses": "rokroskar/workflow-run-cleanup-action@v0.3.3",
|
|
340
340
|
},
|
|
341
341
|
Object {
|
|
342
|
-
"uses": "actions/checkout@
|
|
342
|
+
"uses": "actions/checkout@v3",
|
|
343
343
|
"with": Object {
|
|
344
344
|
"fetch-depth": 0,
|
|
345
345
|
"lfs": true,
|
|
@@ -32,7 +32,7 @@ var _default = () => {
|
|
|
32
32
|
needs: 'test',
|
|
33
33
|
'runs-on': 'ubuntu-latest',
|
|
34
34
|
steps: [{
|
|
35
|
-
uses: 'actions/checkout@
|
|
35
|
+
uses: 'actions/checkout@v3',
|
|
36
36
|
with: {
|
|
37
37
|
lfs: true,
|
|
38
38
|
ref: "${{ github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.head.ref || '' }}"
|
|
@@ -56,7 +56,7 @@ var _default = () => {
|
|
|
56
56
|
needs: 'cancel-existing',
|
|
57
57
|
'runs-on': '${{ matrix.os }}',
|
|
58
58
|
steps: [{
|
|
59
|
-
uses: 'actions/checkout@
|
|
59
|
+
uses: 'actions/checkout@v3',
|
|
60
60
|
with: {
|
|
61
61
|
'fetch-depth': 0,
|
|
62
62
|
lfs: true
|
|
@@ -22,7 +22,7 @@ var _default = config => ({
|
|
|
22
22
|
if: "!contains(github.event.head_commit.message, '[skip ci]')",
|
|
23
23
|
'runs-on': 'ubuntu-latest',
|
|
24
24
|
steps: [..._cancelExisting.default, {
|
|
25
|
-
uses: 'actions/checkout@
|
|
25
|
+
uses: 'actions/checkout@v3',
|
|
26
26
|
with: {
|
|
27
27
|
'fetch-depth': 0,
|
|
28
28
|
lfs: true,
|
|
@@ -4,13 +4,20 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var personalData = _interopRequireWildcard(require("@dword-design/personal-data"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
7
14
|
var _default = {
|
|
8
15
|
image: {
|
|
9
16
|
file: '.gitpod.Dockerfile'
|
|
10
17
|
},
|
|
11
18
|
tasks: [{
|
|
12
19
|
command: 'eval $(gitpod-env-per-project)',
|
|
13
|
-
init:
|
|
20
|
+
init: `git config --global user.name "${personalData.name}" && git lfs pull && yarn --frozen-lockfile`
|
|
14
21
|
}],
|
|
15
22
|
vscode: {
|
|
16
23
|
extensions: ['https://sebastianlandwehr.com/vscode-extensions/karlito40.fix-irregular-whitespace-0.1.1.vsix', 'https://sebastianlandwehr.com/vscode-extensions/adrianwilczynski.toggle-hidden-1.0.2.vsix', 'octref.vetur@0.33.1']
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dword-design/base",
|
|
3
|
-
"version": "8.6.
|
|
3
|
+
"version": "8.6.17",
|
|
4
4
|
"description": "Base package for projects.",
|
|
5
5
|
"repository": "dword-design/base",
|
|
6
6
|
"funding": "https://github.com/sponsors/dword-design",
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"@dword-design/ci": "^3.0.0",
|
|
33
33
|
"@dword-design/eslint-config": "^2.0.0",
|
|
34
34
|
"@dword-design/functions": "^4.0.0",
|
|
35
|
+
"@dword-design/personal-data": "^1.0.1",
|
|
35
36
|
"@semantic-release/changelog": "^5.0.0",
|
|
36
37
|
"@semantic-release/git": "^9.0.0",
|
|
37
38
|
"ajv-cli": "^5.0.0",
|
|
@@ -72,7 +73,7 @@
|
|
|
72
73
|
"safe-readfile": "^1.0.2",
|
|
73
74
|
"semantic-release": "^17.0.3",
|
|
74
75
|
"sort-keys": "^4.2.0",
|
|
75
|
-
"sort-package-json": "~1.
|
|
76
|
+
"sort-package-json": "~1.55.0",
|
|
76
77
|
"spdx-expression-parse": "^3.0.0",
|
|
77
78
|
"spdx-license-list": "^6.1.0",
|
|
78
79
|
"std-env": "^2.3.0",
|