@w5s/mrm-preset 2.6.5 → 2.7.1
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 +3 -2
- package/.turbo/turbo-lint.log +3 -2
- package/.turbo/turbo-spellcheck.log +2 -1
- package/.turbo/turbo-test.log +115 -14
- package/CHANGELOG.md +16 -0
- package/ci/_gitlab/Renovate.gitlab-ci.yml +1 -1
- package/core/lintStaged.js +5 -6
- package/githooks/index.js +7 -5
- package/package.json +3 -3
- package/package.json.backup +3 -3
- package/.turbo/turbo-format.log +0 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
[0m[1][0m [0m: exited with code 0[0m
|
|
2
3
|
[0m[tsc][0m
|
|
3
|
-
[0m[tsc][0m > @w5s/mrm-preset@2.
|
|
4
|
+
[0m[tsc][0m > @w5s/mrm-preset@2.7.0 build:tsc
|
|
4
5
|
[0m[tsc][0m > tsc --noEmit --skipLibCheck
|
|
5
6
|
[0m[tsc][0m
|
|
6
7
|
[0m[tsc][0m [0mnpm run build:tsc exited with code 0[0m
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
[0m[1][0m [0m: exited with code 0[0m
|
|
2
3
|
[0m[src][0m
|
|
3
|
-
[0m[src][0m > @w5s/mrm-preset@2.
|
|
4
|
+
[0m[src][0m > @w5s/mrm-preset@2.7.0 lint:src
|
|
4
5
|
[0m[src][0m > eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
|
|
5
6
|
[0m[src][0m
|
|
6
7
|
[0m[src][0m [0mnpm run lint:src exited with code 0[0m
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
[0m[1][0m [0m: exited with code 0[0m
|
|
2
3
|
[0m[script][0m
|
|
3
|
-
[0m[script][0m > @w5s/mrm-preset@2.
|
|
4
|
+
[0m[script][0m > @w5s/mrm-preset@2.7.0 test:script
|
|
4
5
|
[0m[script][0m > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
|
|
5
6
|
[0m[script][0m
|
|
6
7
|
[0m[script][0m mkdir: _tester: File exists
|
|
@@ -8,40 +9,110 @@
|
|
|
8
9
|
[0m[script][0m [33mRunning alias configure...[39m
|
|
9
10
|
[0m[script][0m [36mRunning gitignore...[39m
|
|
10
11
|
[0m[script][0m [36mRunning project...[39m
|
|
12
|
+
[0m[script][0m Installing turbo...
|
|
13
|
+
[0m[script][0m
|
|
14
|
+
[0m[script][0m added 2 packages, and audited 3 packages in 2s
|
|
15
|
+
[0m[script][0m
|
|
16
|
+
[0m[script][0m found 0 vulnerabilities
|
|
17
|
+
[0m[script][0m Installing concurrently...
|
|
18
|
+
[0m[script][0m
|
|
19
|
+
[0m[script][0m added 30 packages, and audited 33 packages in 3s
|
|
20
|
+
[0m[script][0m
|
|
21
|
+
[0m[script][0m 7 packages are looking for funding
|
|
22
|
+
[0m[script][0m run `npm fund` for details
|
|
23
|
+
[0m[script][0m
|
|
24
|
+
[0m[script][0m found 0 vulnerabilities
|
|
25
|
+
[0m[script][0m Installing @w5s/conventional-changelog...
|
|
26
|
+
[0m[script][0m
|
|
27
|
+
[0m[script][0m added 4 packages, and audited 37 packages in 3s
|
|
28
|
+
[0m[script][0m
|
|
29
|
+
[0m[script][0m 7 packages are looking for funding
|
|
30
|
+
[0m[script][0m run `npm fund` for details
|
|
31
|
+
[0m[script][0m
|
|
32
|
+
[0m[script][0m found 0 vulnerabilities
|
|
33
|
+
[0m[script][0m [32mCreate .vscode/tasks.json[39m
|
|
34
|
+
[0m[script][0m [32mUpdate .vscode/tasks.json[39m
|
|
11
35
|
[0m[script][0m [36mRunning contributing...[39m
|
|
36
|
+
[0m[script][0m [32mCreate CODE_OF_CONDUCT.md[39m
|
|
12
37
|
[0m[script][0m [36mRunning licenses...[39m
|
|
13
38
|
[0m[script][0m [36mRunning asdf...[39m
|
|
39
|
+
[0m[script][0m [32mCreate .tool-versions[39m
|
|
14
40
|
[0m[script][0m [36mRunning release...[39m
|
|
41
|
+
[0m[script][0m [32mUpdate package.json[39m
|
|
42
|
+
[0m[script][0m Installing semantic-release and @semantic-release/gitlab-config...
|
|
43
|
+
[0m[script][0m npm warn deprecated read-pkg-up@11.0.0: Renamed to read-package-up
|
|
44
|
+
[0m[script][0m
|
|
45
|
+
[0m[script][0m added 310 packages, and audited 548 packages in 13s
|
|
46
|
+
[0m[script][0m
|
|
47
|
+
[0m[script][0m 107 packages are looking for funding
|
|
48
|
+
[0m[script][0m run `npm fund` for details
|
|
49
|
+
[0m[script][0m
|
|
50
|
+
[0m[script][0m found 0 vulnerabilities
|
|
51
|
+
[0m[script][0m [32mUpdate package.json[39m
|
|
15
52
|
[0m[script][0m [36mRunning ci...[39m
|
|
16
53
|
[0m[script][0m [36mRunning lang...[39m
|
|
54
|
+
[0m[script][0m [32mCreate tsconfig.settings.json[39m
|
|
55
|
+
[0m[script][0m [32mCreate tsconfig.json[39m
|
|
56
|
+
[0m[script][0m [32mCreate src/index.ts[39m
|
|
57
|
+
[0m[script][0m [32mCreate src/index.spec.ts[39m
|
|
58
|
+
[0m[script][0m [32mUpdate package.json[39m
|
|
59
|
+
[0m[script][0m Installing ts-node-dev and tsconfig-paths...
|
|
60
|
+
[0m[script][0m npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
|
|
61
|
+
[0m[script][0m npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported
|
|
62
|
+
[0m[script][0m npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
|
|
63
|
+
[0m[script][0m
|
|
64
|
+
[0m[script][0m added 53 packages, and audited 601 packages in 4s
|
|
65
|
+
[0m[script][0m
|
|
66
|
+
[0m[script][0m 113 packages are looking for funding
|
|
67
|
+
[0m[script][0m run `npm fund` for details
|
|
68
|
+
[0m[script][0m
|
|
69
|
+
[0m[script][0m found 0 vulnerabilities
|
|
70
|
+
[0m[script][0m Installing typescript, @types/node, and @w5s/ts-config...
|
|
71
|
+
[0m[script][0m
|
|
72
|
+
[0m[script][0m added 2 packages, and audited 603 packages in 4s
|
|
73
|
+
[0m[script][0m
|
|
74
|
+
[0m[script][0m 113 packages are looking for funding
|
|
75
|
+
[0m[script][0m run `npm fund` for details
|
|
76
|
+
[0m[script][0m
|
|
77
|
+
[0m[script][0m found 0 vulnerabilities
|
|
17
78
|
[0m[script][0m [36mRunning commitlint...[39m
|
|
79
|
+
[0m[script][0m [32mCreate .vscode/extensions.json[39m
|
|
18
80
|
[0m[script][0m [36mRunning editorconfig...[39m
|
|
81
|
+
[0m[script][0m [32mUpdate .vscode/extensions.json[39m
|
|
19
82
|
[0m[script][0m [36mRunning eslint...[39m
|
|
83
|
+
[0m[script][0m Installing eslint and prettier...
|
|
84
|
+
[0m[script][0m
|
|
85
|
+
[0m[script][0m added 51 packages, and audited 654 packages in 1s
|
|
86
|
+
[0m[script][0m
|
|
87
|
+
[0m[script][0m 131 packages are looking for funding
|
|
88
|
+
[0m[script][0m run `npm fund` for details
|
|
89
|
+
[0m[script][0m
|
|
90
|
+
[0m[script][0m found 0 vulnerabilities
|
|
20
91
|
[0m[script][0m Installing @w5s/eslint-config...
|
|
21
92
|
[0m[script][0m npm warn ERESOLVE overriding peer dependency
|
|
22
93
|
[0m[script][0m npm warn ERESOLVE overriding peer dependency
|
|
23
94
|
[0m[script][0m npm error code ERESOLVE
|
|
24
95
|
[0m[script][0m npm error ERESOLVE could not resolve
|
|
25
96
|
[0m[script][0m npm error
|
|
26
|
-
[0m[script][0m npm error While resolving: @w5s/eslint-config@2.0.
|
|
27
|
-
[0m[script][0m npm error Found: eslint@9.
|
|
97
|
+
[0m[script][0m npm error While resolving: @w5s/eslint-config@2.0.25
|
|
98
|
+
[0m[script][0m npm error Found: eslint@9.8.0
|
|
28
99
|
[0m[script][0m npm error node_modules/eslint
|
|
29
|
-
[0m[script][0m npm error peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.
|
|
100
|
+
[0m[script][0m npm error peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.18.0
|
|
30
101
|
[0m[script][0m npm error node_modules/@w5s/eslint-config/node_modules/@typescript-eslint/eslint-plugin
|
|
31
|
-
[0m[script][0m npm error @typescript-eslint/eslint-plugin@"^7.0.0" from @w5s/eslint-config@2.0.
|
|
102
|
+
[0m[script][0m npm error @typescript-eslint/eslint-plugin@"^7.0.0" from @w5s/eslint-config@2.0.25
|
|
32
103
|
[0m[script][0m npm error node_modules/@w5s/eslint-config
|
|
33
|
-
[0m[script][0m npm error dev @w5s/eslint-config@"2.0.
|
|
104
|
+
[0m[script][0m npm error dev @w5s/eslint-config@"2.0.25" from the root project
|
|
34
105
|
[0m[script][0m npm error
|
|
35
106
|
[0m[script][0m npm error Could not resolve dependency:
|
|
36
|
-
[0m[script][0m npm error peerOptional eslint@"8.x" from @w5s/eslint-config@2.0.
|
|
107
|
+
[0m[script][0m npm error peerOptional eslint@"8.x" from @w5s/eslint-config@2.0.25
|
|
37
108
|
[0m[script][0m npm error node_modules/@w5s/eslint-config
|
|
38
|
-
[0m[script][0m npm error dev @w5s/eslint-config@"2.0.
|
|
109
|
+
[0m[script][0m npm error dev @w5s/eslint-config@"2.0.25" from the root project
|
|
39
110
|
[0m[script][0m npm error
|
|
40
111
|
[0m[script][0m npm error Conflicting peer dependency: eslint@8.57.0
|
|
41
112
|
[0m[script][0m npm error node_modules/eslint
|
|
42
|
-
[0m[script][0m npm error peerOptional eslint@"8.x" from @w5s/eslint-config@2.0.
|
|
113
|
+
[0m[script][0m npm error peerOptional eslint@"8.x" from @w5s/eslint-config@2.0.25
|
|
43
114
|
[0m[script][0m npm error node_modules/@w5s/eslint-config
|
|
44
|
-
[0m[script][0m npm error dev @w5s/eslint-config@"2.0.
|
|
115
|
+
[0m[script][0m npm error dev @w5s/eslint-config@"2.0.25" from the root project
|
|
45
116
|
[0m[script][0m npm error
|
|
46
117
|
[0m[script][0m npm error Fix the upstream dependency conflict, or retry
|
|
47
118
|
[0m[script][0m npm error this command with --force or --legacy-peer-deps
|
|
@@ -49,11 +120,41 @@
|
|
|
49
120
|
[0m[script][0m npm error
|
|
50
121
|
[0m[script][0m npm error
|
|
51
122
|
[0m[script][0m npm error For a full report see:
|
|
52
|
-
[0m[script][0m npm error /Users/julienpolo/.npm/_logs/2024-
|
|
53
|
-
[0m[script][0m
|
|
54
|
-
[0m[script][0m
|
|
123
|
+
[0m[script][0m npm error /Users/julienpolo/.npm/_logs/2024-08-07T22_15_03_544Z-eresolve-report.txt
|
|
124
|
+
[0m[script][0m npm error A complete log of this run can be found in: /Users/julienpolo/.npm/_logs/2024-08-07T22_15_03_544Z-debug-0.log
|
|
125
|
+
[0m[script][0m [32mUpdate package.json[39m
|
|
126
|
+
[0m[script][0m [32mUpdate package.json[39m
|
|
127
|
+
[0m[script][0m [32mUpdate .vscode/extensions.json[39m
|
|
128
|
+
[0m[script][0m [32mCreate .vscode/settings.json[39m
|
|
55
129
|
[0m[script][0m [36mRunning cspell...[39m
|
|
130
|
+
[0m[script][0m [32mCreate .cspell.json[39m
|
|
131
|
+
[0m[script][0m Installing cspell...
|
|
132
|
+
[0m[script][0m
|
|
133
|
+
[0m[script][0m added 96 packages, and audited 750 packages in 9s
|
|
134
|
+
[0m[script][0m
|
|
135
|
+
[0m[script][0m 138 packages are looking for funding
|
|
136
|
+
[0m[script][0m run `npm fund` for details
|
|
137
|
+
[0m[script][0m
|
|
138
|
+
[0m[script][0m found 0 vulnerabilities
|
|
139
|
+
[0m[script][0m Installing @w5s/cspell-config...
|
|
140
|
+
[0m[script][0m
|
|
141
|
+
[0m[script][0m added 1 package, and audited 751 packages in 3s
|
|
142
|
+
[0m[script][0m
|
|
143
|
+
[0m[script][0m 138 packages are looking for funding
|
|
144
|
+
[0m[script][0m run `npm fund` for details
|
|
145
|
+
[0m[script][0m
|
|
146
|
+
[0m[script][0m found 0 vulnerabilities
|
|
147
|
+
[0m[script][0m [32mUpdate package.json[39m
|
|
56
148
|
[0m[script][0m [36mRunning vitest...[39m
|
|
149
|
+
[0m[script][0m Installing vite and vitest...
|
|
150
|
+
[0m[script][0m
|
|
151
|
+
[0m[script][0m added 46 packages, and audited 797 packages in 6s
|
|
152
|
+
[0m[script][0m
|
|
153
|
+
[0m[script][0m 149 packages are looking for funding
|
|
154
|
+
[0m[script][0m run `npm fund` for details
|
|
155
|
+
[0m[script][0m
|
|
156
|
+
[0m[script][0m found 0 vulnerabilities
|
|
157
|
+
[0m[script][0m [32mUpdate package.json[39m
|
|
57
158
|
[0m[script][0m [36mRunning renovate...[39m
|
|
58
159
|
[0m[script][0m [36mRunning githooks...[39m
|
|
59
160
|
[0m[script][0m [36mRunning post-configure...[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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
|
+
## [2.7.1](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@2.7.0...@w5s/mrm-preset@2.7.1) (2024-08-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @w5s/mrm-preset
|
|
9
|
+
|
|
10
|
+
# [2.7.0](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@2.6.5...@w5s/mrm-preset@2.7.0) (2024-08-05)
|
|
11
|
+
|
|
12
|
+
### ✨ Features
|
|
13
|
+
|
|
14
|
+
- Remove lint-staged ([0329902](https://github.com/w5s/project-config/commit/0329902))
|
|
15
|
+
|
|
16
|
+
### 🐛 Bug Fixes
|
|
17
|
+
|
|
18
|
+
- Fix githooks installation ([c6bd0be](https://github.com/w5s/project-config/commit/c6bd0be))
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @w5s/mrm-preset
|
|
21
|
+
|
|
6
22
|
## [2.6.5](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@2.6.4...@w5s/mrm-preset@2.6.5) (2024-07-25)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @w5s/mrm-preset
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
when: always
|
|
14
14
|
- when: never
|
|
15
15
|
image:
|
|
16
|
-
name: renovate/renovate@sha256:
|
|
16
|
+
name: renovate/renovate@sha256:30ae6d6ccd9b57823259941609b27f95691dc639d4400501215bde63e8f64258
|
|
17
17
|
entrypoint: ['']
|
|
18
18
|
script:
|
|
19
19
|
- >
|
package/core/lintStaged.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
const pkg = require('./pkg.js');
|
|
2
|
-
const npm = require('./npm.js');
|
|
3
2
|
const jsonFile = require('./jsonFile.js');
|
|
4
3
|
|
|
5
4
|
/**
|
|
@@ -24,11 +23,11 @@ function lintStaged({ state, update }) {
|
|
|
24
23
|
});
|
|
25
24
|
|
|
26
25
|
// Dependencies
|
|
27
|
-
npm.dependency({
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
});
|
|
26
|
+
// npm.dependency({
|
|
27
|
+
// dev: true,
|
|
28
|
+
// name: ['lint-staged'],
|
|
29
|
+
// state,
|
|
30
|
+
// });
|
|
32
31
|
}
|
|
33
32
|
|
|
34
33
|
module.exports = {
|
package/githooks/index.js
CHANGED
|
@@ -26,11 +26,13 @@ function task() {
|
|
|
26
26
|
],
|
|
27
27
|
}),
|
|
28
28
|
});
|
|
29
|
-
pkg.
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
29
|
+
pkg.withPackageJson((_packageFile) => {
|
|
30
|
+
pkg.script(_packageFile, {
|
|
31
|
+
name: `${project.prepare}:githooks`,
|
|
32
|
+
state: gitSupported ? 'present' : 'absent',
|
|
33
|
+
// eslint-disable-next-line no-template-curly-in-string
|
|
34
|
+
update: (_) => '[ -n "${CI:-}" ] || git config core.hooksPath .githooks',
|
|
35
|
+
});
|
|
34
36
|
});
|
|
35
37
|
|
|
36
38
|
gitHook({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.1",
|
|
4
4
|
"description": "Mrm configuration presets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mrm",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"postpack": "npx clean-package restore"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@w5s/dev": "^2.2.
|
|
27
|
+
"@w5s/dev": "^2.2.7",
|
|
28
28
|
"debug": "^4.3.3",
|
|
29
29
|
"glob": "^11.0.0",
|
|
30
30
|
"mrm-core": "^7.0.0",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "114c1aa56da01c4ad5cc775ff4df717eb90614b4"
|
|
41
41
|
}
|
package/package.json.backup
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.1",
|
|
4
4
|
"description": "Mrm configuration presets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mrm",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"test:script": "mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir .."
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@w5s/dev": "^2.2.
|
|
40
|
+
"@w5s/dev": "^2.2.7",
|
|
41
41
|
"debug": "^4.3.3",
|
|
42
42
|
"glob": "^11.0.0",
|
|
43
43
|
"mrm-core": "^7.0.0",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"publishConfig": {
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "114c1aa56da01c4ad5cc775ff4df717eb90614b4"
|
|
60
60
|
}
|
package/.turbo/turbo-format.log
DELETED