@w5s/mrm-preset 1.0.0-alpha.29 → 1.0.0-alpha.30
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/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-format.log +1 -1
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-spellcheck.log +0 -0
- package/.turbo/turbo-test.log +6 -154
- package/CHANGELOG.md +4 -0
- package/cspell/index.js +7 -1
- package/package.json +2 -2
- package/project/index.js +4 -1
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-format.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[1] : exited with code 0
|
|
2
2
|
[format:*src]
|
|
3
|
-
[format:*src] > @w5s/mrm-preset@1.0.0-alpha.
|
|
3
|
+
[format:*src] > @w5s/mrm-preset@1.0.0-alpha.29 format:src
|
|
4
4
|
[format:*src] > eslint . --fix --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
|
|
5
5
|
[format:*src]
|
|
6
6
|
[format:*src] npm run format:src exited with code 0
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[1] : exited with code 0
|
|
2
2
|
[lint:*src]
|
|
3
|
-
[lint:*src] > @w5s/mrm-preset@1.0.0-alpha.
|
|
3
|
+
[lint:*src] > @w5s/mrm-preset@1.0.0-alpha.29 lint:src
|
|
4
4
|
[lint:*src] > eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
|
|
5
5
|
[lint:*src]
|
|
6
6
|
[lint:*src] npm run lint:src exited with code 0
|
|
File without changes
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,170 +1,26 @@
|
|
|
1
1
|
[test:*src]
|
|
2
|
-
[test:*src] > @w5s/mrm-preset@1.0.0-alpha.
|
|
2
|
+
[test:*src] > @w5s/mrm-preset@1.0.0-alpha.29 test:src
|
|
3
3
|
[test:*src] > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
|
|
4
4
|
[test:*src]
|
|
5
|
+
[test:*src] mkdir: _tester: File exists
|
|
5
6
|
[test:*src] [36mRunning bootstrap...[39m
|
|
6
|
-
[test:*src] [32mCreate package.json[39m
|
|
7
|
-
[test:*src] [32mCreate .gitignore[39m
|
|
8
|
-
[test:*src] [32mUpdate .gitignore[39m
|
|
9
|
-
[test:*src] [32mUpdate .gitignore[39m
|
|
10
|
-
[test:*src] [32mCreate .yarnrc.yml[39m
|
|
11
|
-
[test:*src] Installing mrm and @w5s/mrm-preset...
|
|
12
|
-
[test:*src]
|
|
13
|
-
[test:*src] added 321 packages, and audited 322 packages in 17s
|
|
14
|
-
[test:*src]
|
|
15
|
-
[test:*src] 25 packages are looking for funding
|
|
16
|
-
[test:*src] run `npm fund` for details
|
|
17
|
-
[test:*src]
|
|
18
|
-
[test:*src] 6 moderate severity vulnerabilities
|
|
19
|
-
[test:*src]
|
|
20
|
-
[test:*src] To address all issues (including breaking changes), run:
|
|
21
|
-
[test:*src] npm audit fix --force
|
|
22
|
-
[test:*src]
|
|
23
|
-
[test:*src] Run `npm audit` for details.
|
|
24
|
-
[test:*src] [32mUpdate package.json[39m
|
|
25
7
|
[test:*src] [33mRunning alias configure...[39m
|
|
26
8
|
[test:*src] [36mRunning gitignore...[39m
|
|
27
9
|
[test:*src] [36mRunning project...[39m
|
|
28
|
-
[test:*src] [32mUpdate package.json[39m
|
|
29
|
-
[test:*src] Installing concurrently...
|
|
30
|
-
[test:*src]
|
|
31
|
-
[test:*src] added 14 packages, and audited 336 packages in 6s
|
|
32
|
-
[test:*src]
|
|
33
|
-
[test:*src] 30 packages are looking for funding
|
|
34
|
-
[test:*src] run `npm fund` for details
|
|
35
|
-
[test:*src]
|
|
36
|
-
[test:*src] 6 moderate severity vulnerabilities
|
|
37
|
-
[test:*src]
|
|
38
|
-
[test:*src] To address all issues (including breaking changes), run:
|
|
39
|
-
[test:*src] npm audit fix --force
|
|
40
|
-
[test:*src]
|
|
41
|
-
[test:*src] Run `npm audit` for details.
|
|
42
|
-
[test:*src] [32mCreate .vscode/tasks.json[39m
|
|
43
|
-
[test:*src] [32mUpdate .vscode/tasks.json[39m
|
|
44
10
|
[test:*src] [36mRunning contributing...[39m
|
|
45
|
-
[test:*src] [32mCreate CODE_OF_CONDUCT.md[39m
|
|
46
11
|
[test:*src] [36mRunning licenses...[39m
|
|
47
12
|
[test:*src] [36mRunning release...[39m
|
|
48
|
-
[test:*src] [32mUpdate package.json[39m
|
|
49
|
-
[test:*src] Installing semantic-release and @semantic-release/gitlab-config...
|
|
50
|
-
[test:*src] npm WARN deprecated @types/keyv@4.2.0: This is a stub types definition. keyv provides its own type definitions, so you do not need this installed.
|
|
51
|
-
[test:*src]
|
|
52
|
-
[test:*src] added 310 packages, and audited 856 packages in 24s
|
|
53
|
-
[test:*src]
|
|
54
|
-
[test:*src] 74 packages are looking for funding
|
|
55
|
-
[test:*src] run `npm fund` for details
|
|
56
|
-
[test:*src]
|
|
57
|
-
[test:*src] 6 moderate severity vulnerabilities
|
|
58
|
-
[test:*src]
|
|
59
|
-
[test:*src] To address all issues (including breaking changes), run:
|
|
60
|
-
[test:*src] npm audit fix --force
|
|
61
|
-
[test:*src]
|
|
62
|
-
[test:*src] Run `npm audit` for details.
|
|
63
|
-
[test:*src] [32mUpdate package.json[39m
|
|
64
13
|
[test:*src] [36mRunning ci...[39m
|
|
65
14
|
[test:*src] [36mRunning lang...[39m
|
|
66
|
-
[test:*src] [32mUpdate .
|
|
67
|
-
[test:*src] [32mUpdate package.json[39m
|
|
68
|
-
[test:*src] [32mCreate tsconfig.settings.json[39m
|
|
69
|
-
[test:*src] [32mCreate tsconfig.json[39m
|
|
70
|
-
[test:*src] [32mCreate src/index.ts[39m
|
|
71
|
-
[test:*src] [32mCreate src/index.spec.ts[39m
|
|
72
|
-
[test:*src] [32mUpdate package.json[39m
|
|
73
|
-
[test:*src] Installing ts-node-dev and tsconfig-paths...
|
|
74
|
-
[test:*src]
|
|
75
|
-
[test:*src] added 30 packages, and audited 886 packages in 6s
|
|
76
|
-
[test:*src]
|
|
77
|
-
[test:*src] 74 packages are looking for funding
|
|
78
|
-
[test:*src] run `npm fund` for details
|
|
79
|
-
[test:*src]
|
|
80
|
-
[test:*src] 6 moderate severity vulnerabilities
|
|
81
|
-
[test:*src]
|
|
82
|
-
[test:*src] To address all issues (including breaking changes), run:
|
|
83
|
-
[test:*src] npm audit fix --force
|
|
84
|
-
[test:*src]
|
|
85
|
-
[test:*src] Run `npm audit` for details.
|
|
86
|
-
[test:*src] Installing typescript, @types/node, and @w5s/ts-config...
|
|
87
|
-
[test:*src]
|
|
88
|
-
[test:*src] added 1 package, and audited 887 packages in 3s
|
|
89
|
-
[test:*src]
|
|
90
|
-
[test:*src] 74 packages are looking for funding
|
|
91
|
-
[test:*src] run `npm fund` for details
|
|
92
|
-
[test:*src]
|
|
93
|
-
[test:*src] 6 moderate severity vulnerabilities
|
|
94
|
-
[test:*src]
|
|
95
|
-
[test:*src] To address all issues (including breaking changes), run:
|
|
96
|
-
[test:*src] npm audit fix --force
|
|
97
|
-
[test:*src]
|
|
98
|
-
[test:*src] Run `npm audit` for details.
|
|
15
|
+
[test:*src] [32mUpdate tsconfig.json[39m
|
|
99
16
|
[test:*src] [36mRunning commitlint...[39m
|
|
100
|
-
[test:*src] [32mCreate .vscode/extensions.json[39m
|
|
101
|
-
[test:*src] [36mRunning editorconfig...[39m
|
|
102
|
-
[test:*src] [32mCreate .editorconfig[39m
|
|
103
17
|
[test:*src] [32mUpdate .vscode/extensions.json[39m
|
|
18
|
+
[test:*src] [36mRunning editorconfig...[39m
|
|
104
19
|
[test:*src] [36mRunning eslint...[39m
|
|
105
|
-
[test:*src] [32mUpdate .gitignore[39m
|
|
106
|
-
[test:*src] [32mUpdate package.json[39m
|
|
107
|
-
[test:*src] Installing eslint, @babel/core, @babel/eslint-parser, and prettier...
|
|
108
|
-
[test:*src]
|
|
109
|
-
[test:*src] added 108 packages, and audited 995 packages in 5s
|
|
110
|
-
[test:*src]
|
|
111
|
-
[test:*src] 95 packages are looking for funding
|
|
112
|
-
[test:*src] run `npm fund` for details
|
|
113
|
-
[test:*src]
|
|
114
|
-
[test:*src] 6 moderate severity vulnerabilities
|
|
115
|
-
[test:*src]
|
|
116
|
-
[test:*src] To address all issues (including breaking changes), run:
|
|
117
|
-
[test:*src] npm audit fix --force
|
|
118
|
-
[test:*src]
|
|
119
|
-
[test:*src] Run `npm audit` for details.
|
|
120
|
-
[test:*src] Installing @w5s/eslint-config...
|
|
121
|
-
[test:*src]
|
|
122
|
-
[test:*src] added 141 packages, and audited 1136 packages in 10s
|
|
123
|
-
[test:*src]
|
|
124
|
-
[test:*src] 151 packages are looking for funding
|
|
125
|
-
[test:*src] run `npm fund` for details
|
|
126
|
-
[test:*src]
|
|
127
|
-
[test:*src] 6 moderate severity vulnerabilities
|
|
128
|
-
[test:*src]
|
|
129
|
-
[test:*src] To address all issues (including breaking changes), run:
|
|
130
|
-
[test:*src] npm audit fix --force
|
|
131
|
-
[test:*src]
|
|
132
|
-
[test:*src] Run `npm audit` for details.
|
|
133
|
-
[test:*src] [32mUpdate package.json[39m
|
|
134
|
-
[test:*src] [32mUpdate package.json[39m
|
|
135
|
-
[test:*src] [32mUpdate .vscode/extensions.json[39m
|
|
136
|
-
[test:*src] [32mCreate .vscode/settings.json[39m
|
|
137
20
|
[test:*src] [36mRunning cspell...[39m
|
|
138
|
-
[test:*src] [
|
|
139
|
-
[test:*src] Installing cspell...
|
|
140
|
-
[test:*src]
|
|
141
|
-
[test:*src] added 86 packages, and audited 1222 packages in 11s
|
|
142
|
-
[test:*src]
|
|
143
|
-
[test:*src] 154 packages are looking for funding
|
|
144
|
-
[test:*src] run `npm fund` for details
|
|
145
|
-
[test:*src]
|
|
146
|
-
[test:*src] 6 moderate severity vulnerabilities
|
|
147
|
-
[test:*src]
|
|
148
|
-
[test:*src] To address all issues (including breaking changes), run:
|
|
149
|
-
[test:*src] npm audit fix --force
|
|
150
|
-
[test:*src]
|
|
151
|
-
[test:*src] Run `npm audit` for details.
|
|
21
|
+
[test:*src] [32mUpdate cSpell.json[39m
|
|
152
22
|
[test:*src] [32mUpdate package.json[39m
|
|
153
23
|
[test:*src] [36mRunning jest...[39m
|
|
154
|
-
[test:*src] [32mUpdate package.json[39m
|
|
155
|
-
[test:*src] Installing jest, es-jest, and @jest/globals...
|
|
156
|
-
[test:*src]
|
|
157
|
-
[test:*src] added 169 packages, and audited 1391 packages in 16s
|
|
158
|
-
[test:*src]
|
|
159
|
-
[test:*src] 158 packages are looking for funding
|
|
160
|
-
[test:*src] run `npm fund` for details
|
|
161
|
-
[test:*src]
|
|
162
|
-
[test:*src] 6 moderate severity vulnerabilities
|
|
163
|
-
[test:*src]
|
|
164
|
-
[test:*src] To address all issues (including breaking changes), run:
|
|
165
|
-
[test:*src] npm audit fix --force
|
|
166
|
-
[test:*src]
|
|
167
|
-
[test:*src] Run `npm audit` for details.
|
|
168
24
|
[test:*src] [36mRunning renovate...[39m
|
|
169
25
|
[test:*src] [36mRunning githooks...[39m
|
|
170
26
|
[test:*src] [36mRunning postconfigure...[39m
|
|
@@ -179,14 +35,10 @@
|
|
|
179
35
|
[test:*src] [format:*root] > eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml --fix
|
|
180
36
|
[test:*src] [format:*root]
|
|
181
37
|
[test:*src] [format:*root]
|
|
182
|
-
[test:*src] [format:*root] /Users/julienpolo/Workspace/Personal/project-config/packages/mrm-preset/_tester/package.json
|
|
183
|
-
[test:*src] [format:*root] 23:5 error Expected object keys to be in ascending order. 'format:root' should be before 'test' jsonc/sort-keys
|
|
184
|
-
[test:*src] [format:*root]
|
|
185
38
|
[test:*src] [format:*root] /Users/julienpolo/Workspace/Personal/project-config/packages/mrm-preset/_tester/src/index.spec.ts
|
|
186
39
|
[test:*src] [format:*root] 1:20 error 'test' is defined but never used @typescript-eslint/no-unused-vars
|
|
187
40
|
[test:*src] [format:*root]
|
|
188
|
-
[test:*src] [format:*root] ✖
|
|
189
|
-
[test:*src] [format:*root] 1 error and 0 warnings potentially fixable with the `--fix` option.
|
|
41
|
+
[test:*src] [format:*root] ✖ 1 problem (1 error, 0 warnings)
|
|
190
42
|
[test:*src] [format:*root]
|
|
191
43
|
[test:*src] [format:*root] npm run format:root exited with code 1
|
|
192
44
|
[test:*src]
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.0.0-alpha.30](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.29...@w5s/mrm-preset@1.0.0-alpha.30) (2022-11-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @w5s/mrm-preset
|
|
9
|
+
|
|
6
10
|
# [1.0.0-alpha.29](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.28...@w5s/mrm-preset@1.0.0-alpha.29) (2022-11-06)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @w5s/mrm-preset
|
package/cspell/index.js
CHANGED
|
@@ -9,6 +9,7 @@ function task() {
|
|
|
9
9
|
..._,
|
|
10
10
|
ignorePaths: Array.from(
|
|
11
11
|
new Set([
|
|
12
|
+
'**/dist/**',
|
|
12
13
|
'**/build/**',
|
|
13
14
|
'**/lib/**',
|
|
14
15
|
'**/node_modules/**',
|
|
@@ -28,8 +29,13 @@ function task() {
|
|
|
28
29
|
const workspaceMatchers = pkg.listWorkspaceMatchers(packageFile);
|
|
29
30
|
pkg.script(packageFile, {
|
|
30
31
|
name: project.spellcheck,
|
|
32
|
+
update: `turbo run spellcheck`,
|
|
33
|
+
state: 'present',
|
|
34
|
+
});
|
|
35
|
+
pkg.script(packageFile, {
|
|
36
|
+
name: `${project.spellcheck}:root`,
|
|
31
37
|
update: `cspell --no-progress '**' ${
|
|
32
|
-
hasWorkspaces ? `${workspaceMatchers.map((_) => `--exclude='${_}/**'`).join(' ')}
|
|
38
|
+
hasWorkspaces ? `${workspaceMatchers.map((_) => `--exclude='${_}/**'`).join(' ')}` : ''
|
|
33
39
|
}`,
|
|
34
40
|
state: 'present',
|
|
35
41
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.30",
|
|
4
4
|
"description": "Mrm configuration presets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mrm",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "547ba47c9c6efa5e34df4cbf7e72640c752cedfa"
|
|
55
55
|
}
|
package/project/index.js
CHANGED
|
@@ -276,7 +276,10 @@ function task() {
|
|
|
276
276
|
},
|
|
277
277
|
[`//#${project.format}:root`]: {},
|
|
278
278
|
[project.docs]: {},
|
|
279
|
-
[project.spellcheck]: {
|
|
279
|
+
[project.spellcheck]: {
|
|
280
|
+
dependsOn: [`//#${project.spellcheck}:root`],
|
|
281
|
+
},
|
|
282
|
+
[`//#${project.spellcheck}:root`]: {},
|
|
280
283
|
[project.clean]: {
|
|
281
284
|
dependsOn: [`//#${project.clean}:root`],
|
|
282
285
|
cache: false,
|