@w5s/mrm-preset 1.0.0 → 1.0.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.
@@ -1,6 +1,6 @@
1
1
  [1] : exited with code 0
2
2
  [tsc]
3
- [tsc] > @w5s/mrm-preset@1.0.0-alpha.45 build:tsc
3
+ [tsc] > @w5s/mrm-preset@1.0.0 build:tsc
4
4
  [tsc] > tsc --noEmit --skipLibCheck
5
5
  [tsc]
6
6
  [tsc] npm run build:tsc exited with code 0
@@ -1,6 +1,6 @@
1
1
  [1] : exited with code 0
2
2
  [src]
3
- [src] > @w5s/mrm-preset@1.0.0-alpha.45 lint:src
3
+ [src] > @w5s/mrm-preset@1.0.0 lint:src
4
4
  [src] > eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
5
5
  [src]
6
6
  [src] npm run lint:src exited with code 0
@@ -1,28 +1,187 @@
1
1
  [1] : exited with code 0
2
2
  [script]
3
- [script] > @w5s/mrm-preset@1.0.0-alpha.45 test:script
3
+ [script] > @w5s/mrm-preset@1.0.0 test:script
4
4
  [script] > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
5
5
  [script]
6
- [script] mkdir: _tester: File exists
7
6
  [script] Running bootstrap...
7
+ [script] Create package.json
8
+ [script] Create .gitignore
9
+ [script] Update .gitignore
10
+ [script] Update .gitignore
11
+ [script] Create .yarnrc.yml
12
+ [script] Update package.json
8
13
  [script] Running alias configure...
9
14
  [script] Running gitignore...
10
15
  [script] Running project...
11
- [script] Update turbo.json
16
+ [script] Update package.json
17
+ [script] Create turbo.json
18
+ [script] Installing turbo...
19
+ [script]
20
+ [script] added 2 packages, and audited 3 packages in 4s
21
+ [script]
22
+ [script] found 0 vulnerabilities
23
+ [script] Installing concurrently...
24
+ [script]
25
+ [script] added 28 packages, and audited 31 packages in 8s
26
+ [script]
27
+ [script] 7 packages are looking for funding
28
+ [script] run `npm fund` for details
29
+ [script]
30
+ [script] found 0 vulnerabilities
31
+ [script] Installing @w5s/conventional-changelog...
32
+ [script]
33
+ [script] added 4 packages, and audited 35 packages in 3s
34
+ [script]
35
+ [script] 7 packages are looking for funding
36
+ [script] run `npm fund` for details
37
+ [script]
38
+ [script] found 0 vulnerabilities
39
+ [script] Create .vscode/tasks.json
40
+ [script] Update .vscode/tasks.json
12
41
  [script] Running contributing...
42
+ [script] Create CODE_OF_CONDUCT.md
13
43
  [script] Running licenses...
14
44
  [script] Running release...
45
+ [script] Update package.json
46
+ [script] Installing semantic-release and @semantic-release/gitlab-config...
47
+ [script]
48
+ [script] added 370 packages, and audited 615 packages in 34s
49
+ [script]
50
+ [script] 85 packages are looking for funding
51
+ [script] run `npm fund` for details
52
+ [script]
53
+ [script] found 0 vulnerabilities
54
+ [script] Update package.json
15
55
  [script] Running ci...
16
56
  [script] Running lang...
17
- [script] Update tsconfig.json
57
+ [script] Update .gitignore
58
+ [script] Create tsconfig.settings.json
59
+ [script] Create tsconfig.json
60
+ [script] Create src/index.ts
61
+ [script] Create src/index.spec.ts
62
+ [script] Update package.json
63
+ [script] Installing ts-node-dev and tsconfig-paths...
64
+ [script]
65
+ [script] added 36 packages, and audited 651 packages in 4s
66
+ [script]
67
+ [script] 86 packages are looking for funding
68
+ [script] run `npm fund` for details
69
+ [script]
70
+ [script] found 0 vulnerabilities
71
+ [script] Installing typescript, @types/node, and @w5s/ts-config...
72
+ [script]
73
+ [script] added 1 package, and audited 652 packages in 4s
74
+ [script]
75
+ [script] 86 packages are looking for funding
76
+ [script] run `npm fund` for details
77
+ [script]
78
+ [script] found 0 vulnerabilities
18
79
  [script] Running commitlint...
19
- [script] Update .vscode/extensions.json
80
+ [script] Create .vscode/extensions.json
20
81
  [script] Running editorconfig...
82
+ [script] Create .editorconfig
83
+ [script] Update .vscode/extensions.json
21
84
  [script] Running eslint...
85
+ [script] Update .gitignore
86
+ [script] Installing eslint and prettier...
87
+ [script]
88
+ [script] added 52 packages, and audited 704 packages in 4s
89
+ [script]
90
+ [script] 102 packages are looking for funding
91
+ [script] run `npm fund` for details
92
+ [script]
93
+ [script] found 0 vulnerabilities
94
+ [script] Installing @w5s/eslint-config...
95
+ [script] npm ERR! code ERESOLVE
96
+ [script] npm ERR! ERESOLVE could not resolve
97
+ [script] npm ERR!
98
+ [script] npm ERR! While resolving: @w5s/eslint-config@1.0.1
99
+ [script] npm ERR! Found: typescript@5.0.2
100
+ [script] npm ERR! node_modules/typescript
101
+ [script] npm ERR! peerOptional typescript@">=4.7.x" from @w5s/ts-config@1.0.0
102
+ [script] npm ERR! node_modules/@w5s/ts-config
103
+ [script] npm ERR! dev @w5s/ts-config@"^1.0.0" from the root project
104
+ [script] npm ERR! peer typescript@">=2.7" from ts-node@10.9.1
105
+ [script] npm ERR! node_modules/ts-node
106
+ [script] npm ERR! ts-node@"^10.4.0" from ts-node-dev@2.0.0
107
+ [script] npm ERR! node_modules/ts-node-dev
108
+ npm ERR! dev ts-node-dev@"^2.0.0" from the root project
109
+ [script] npm ERR! 2 more (ts-node-dev, the root project)
110
+ [script] npm ERR!
111
+ [script] npm ERR! Could not resolve dependency:
112
+ [script] npm ERR! peerOptional typescript@"4.x" from @w5s/eslint-config@1.0.1
113
+ [script] npm ERR! node_modules/@w5s/eslint-config
114
+ [script] npm ERR! dev @w5s/eslint-config@"1.0.1" from the root project
115
+ [script] npm ERR!
116
+ [script] npm ERR! Conflicting peer dependency: typescript@4.9.5
117
+ [script] npm ERR! node_modules/typescript
118
+ [script] npm ERR! peerOptional typescript@"4.x" from @w5s/eslint-config@1.0.1
119
+ npm ERR! node_modules/@w5s/eslint-config
120
+ [script] npm ERR! dev @w5s/eslint-config@"1.0.1" from the root project
121
+ [script] npm ERR!
122
+ [script] npm ERR! Fix the upstream dependency conflict, or retry
123
+ [script] npm ERR! this command with --force or --legacy-peer-deps
124
+ npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
125
+ [script] npm ERR!
126
+ [script] npm ERR!
127
+ npm ERR! For a full report see:
128
+ [script] npm ERR! /Users/julienpolo/Library/Caches/npm/_logs/2023-03-17T22_58_16_797Z-eresolve-report.txt
129
+ [script]
130
+ [script] npm ERR! A complete log of this run can be found in:
131
+ [script] npm ERR! /Users/julienpolo/Library/Caches/npm/_logs/2023-03-17T22_58_16_797Z-debug-0.log
132
+ [script] Update package.json
133
+ [script] Update package.json
134
+ [script] Update .vscode/extensions.json
135
+ [script] Create .vscode/settings.json
22
136
  [script] Running cspell...
23
- [script] Update .cspell.json
137
+ [script] Create .cspell.json
138
+ [script] Installing cspell...
139
+ [script]
140
+ [script] added 92 packages, and audited 796 packages in 11s
141
+ [script]
142
+ [script] 107 packages are looking for funding
143
+ [script] run `npm fund` for details
144
+ [script]
145
+ [script] found 0 vulnerabilities
146
+ [script] Installing @w5s/cspell-config...
147
+ [script]
148
+ [script] added 1 package, and audited 797 packages in 3s
149
+ [script]
150
+ [script] 107 packages are looking for funding
151
+ [script] run `npm fund` for details
152
+ [script]
153
+ [script] found 0 vulnerabilities
154
+ [script] Update package.json
24
155
  [script] Running vitest...
156
+ [script] Installing vite and vitest...
157
+ [script]
158
+ [script] added 53 packages, and audited 850 packages in 11s
159
+ [script]
160
+ [script] 120 packages are looking for funding
161
+ [script] run `npm fund` for details
162
+ [script]
163
+ [script] found 0 vulnerabilities
164
+ [script] Update package.json
25
165
  [script] Running renovate...
26
166
  [script] Running githooks...
27
167
  [script] Running postconfigure...
168
+ [script] Error: to format code
169
+ [script]
170
+ [script] > _tester@1.0.0-alpha.0 format
171
+ [script] > concurrently "npm:format:*" ":"
172
+ [script]
173
+ [script] [1] : exited with code 0
174
+ [script] [root]
175
+ [script] [root] > _tester@1.0.0-alpha.0 format:root
176
+ [script] [root] > eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml --fix
177
+ [script] [root]
178
+ [script] [root]
179
+ [script] [root] /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/_tester/package.json
180
+ [script] [root] 24:5 error Expected object keys to be in ascending order. 'spellcheck:root' should be before 'test' jsonc/sort-keys
181
+ [script] [root]
182
+ [script] [root] ✖ 1 problem (1 error, 0 warnings)
183
+ [script] [root] 1 error and 0 warnings potentially fixable with the `--fix` option.
184
+ [script] [root]
185
+ [script] [root] npm run format:root exited with code 1
186
+ [script]
28
187
  [script] npm run test:script exited with code 0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,11 @@
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
+ ## <small>1.0.1 (2023-03-17)</small>
7
+
8
+ - ⬆️ Upgrade dependency glob to v9 ([4b51735](https://github.com/w5s/project-config/commit/4b51735))
9
+ - ⬆️ Upgrade dependency mrm to v4.1.14 ([7420490](https://github.com/w5s/project-config/commit/7420490))
10
+
6
11
  ## 1.0.0 (2023-03-05)
7
12
 
8
13
  - ✨ Add vitest support ([f2b1fe4](https://github.com/w5s/project-config/commit/f2b1fe4))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -36,14 +36,14 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "debug": "^4.3.3",
39
- "glob": "^8.0.3",
39
+ "glob": "^9.0.0",
40
40
  "mrm-core": "^7.0.0",
41
41
  "semver-intersect": "^1.4.0",
42
42
  "sync-directory": "^6.0.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/debug": "4.1.7",
46
- "mrm": "4.1.13",
46
+ "mrm": "4.1.14",
47
47
  "mrm-preset-default": "4.1.11"
48
48
  },
49
49
  "engines": {
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "20f944de90b5a5c30d6446ced65271ea3fd31c99"
55
+ "gitHead": "cb12620549f61f9f66685f32a8a72fb5159a6370"
56
56
  }
@@ -1,9 +0,0 @@
1
- ✔ README.md Updated
2
- Transforms run
3
- ⁕ PKG_JSON:template=# W5s Mrm Preset _(${name})_
4
- ⁕ PKG_JSON:template=> ${description}&unknownTxt=
5
- ⁕ PKG_JSON:template=[${license}][license-url] © ${author}
6
- ⁕ PKG_JSON:template=[package-version-svg]: https://img.shields.io/npm/v/${name}.svg?style=flat-square
7
- ⁕ PKG_JSON:template=[package-url]: https://www.npmjs.com/package/${name}
8
- ⁕ PKG_JSON:template=[license-image]: https://img.shields.io/badge/license-${license}-green.svg?style=flat-square
9
-
@@ -1,6 +0,0 @@
1
- [1] : exited with code 0
2
- [src]
3
- [src] > @w5s/mrm-preset@1.0.0-alpha.45 format:src
4
- [src] > eslint . --fix --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
5
- [src]
6
- [src] npm run format:src exited with code 0