@w5s/mrm-preset 1.0.0-alpha.9 → 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.
Files changed (52) hide show
  1. package/.turbo/turbo-build.log +6 -1
  2. package/.turbo/turbo-lint.log +6 -52
  3. package/.turbo/turbo-prepare.log +1 -0
  4. package/.turbo/turbo-test.log +187 -21
  5. package/CHANGELOG.md +191 -42
  6. package/README.md +7 -7
  7. package/bootstrap/README.md +1 -1
  8. package/bootstrap/index.js +14 -38
  9. package/ci/_gitlab/AutoDevops.gitlab-ci.yml +1 -2
  10. package/ci/_gitlab/AutoDevopsInclude.gitlab-ci.yml +19 -19
  11. package/ci/_gitlab/Renovate.gitlab-ci.yml +6 -6
  12. package/ci/github.js +53 -0
  13. package/ci/gitlab.js +1 -2
  14. package/ci/index.js +7 -2
  15. package/commitlint/index.js +8 -2
  16. package/config.json +2 -1
  17. package/contributing/index.js +1 -1
  18. package/core/commitlint.js +5 -5
  19. package/core/cspell.js +2 -11
  20. package/core/eslint.js +25 -6
  21. package/core/git.js +4 -23
  22. package/core/githooks.js +13 -21
  23. package/core/githubCI.js +56 -0
  24. package/core/jest.js +26 -36
  25. package/core/jsonFile.js +8 -7
  26. package/core/lintStaged.js +3 -3
  27. package/core/npm.js +15 -13
  28. package/core/pkg.js +71 -14
  29. package/core/project.js +6 -0
  30. package/core/semanticRelease.js +3 -3
  31. package/core/turbo.js +52 -0
  32. package/core/typedoc.js +3 -3
  33. package/core/vitest.js +77 -0
  34. package/core/vscode.js +15 -5
  35. package/cspell/index.js +35 -14
  36. package/editorconfig/index.js +19 -9
  37. package/eslint/index.js +90 -47
  38. package/githooks/index.js +16 -12
  39. package/gitignore/index.js +1 -1
  40. package/lang/.eslintrc.json +1 -3
  41. package/lang/index.js +73 -36
  42. package/lang/templates/index.spec.ts +3 -2
  43. package/lang/templates/index.ts +1 -2
  44. package/licenses/index.js +26 -0
  45. package/package.json +21 -14
  46. package/postconfigure/index.js +11 -3
  47. package/project/index.js +253 -171
  48. package/release/index.js +5 -5
  49. package/renovate/index.js +4 -3
  50. package/tsconfig.json +3 -6
  51. package/{jest → vitest}/index.js +3 -3
  52. package/.turbo/turbo-docs.log +0 -43
@@ -1 +1,6 @@
1
- @w5s/mrm-preset:build: cache hit, replaying output 5afc39bc33a830a1
1
+ [1] : exited with code 0
2
+ [tsc]
3
+ [tsc] > @w5s/mrm-preset@1.0.0 build:tsc
4
+ [tsc] > tsc --noEmit --skipLibCheck
5
+ [tsc]
6
+ [tsc] npm run build:tsc exited with code 0
@@ -1,52 +1,6 @@
1
- @w5s/mrm-preset:lint: cache hit, replaying output dd62d06a650bdfa1
2
- @w5s/mrm-preset:lint: 
3
- @w5s/mrm-preset:lint: /Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/ci/gitlab.js
4
- @w5s/mrm-preset:lint:  5:0 warning Syntax error in type: typeof import('sync-directory')['default'] jsdoc/valid-types
5
- @w5s/mrm-preset:lint: 
6
- @w5s/mrm-preset:lint: /Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/commitlint.js
7
- @w5s/mrm-preset:lint:  6:0 warning Syntax error in type: {state: 'present'|'absent',preset: string,} jsdoc/valid-types
8
- @w5s/mrm-preset:lint: 
9
- @w5s/mrm-preset:lint: /Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/cspell.js
10
- @w5s/mrm-preset:lint:  5:0 warning Syntax error in type: {version: '0.2',language: string,words?: string[],flagWords?: string[],ignorePaths?: string[],ignoreWords?: string[],ignoreRegExpList?: string[],import?: string[]} jsdoc/valid-types
11
- @w5s/mrm-preset:lint:  17:0 warning Syntax error in type: {state: 'present'|'absent'update?: (config: CSpellConfig) => CSpellConfig} jsdoc/valid-types
12
- @w5s/mrm-preset:lint: 
13
- @w5s/mrm-preset:lint: /Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/file.js
14
- @w5s/mrm-preset:lint:  5:0 warning Syntax error in type: {path: string,state: 'file'|'absent',update?: (content: string) => string | undefined,} jsdoc/valid-types
15
- @w5s/mrm-preset:lint: 
16
- @w5s/mrm-preset:lint: /Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/githooks.js
17
- @w5s/mrm-preset:lint:  10:0 warning Syntax error in type: {state: 'present'|'absent',} jsdoc/valid-types
18
- @w5s/mrm-preset:lint: 
19
- @w5s/mrm-preset:lint: /Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/jsonFile.js
20
- @w5s/mrm-preset:lint:  35:0 warning Syntax error in type: {path: undefined | string | string[],state: 'present'|'absent',update?: T | ((previousValue: T) => T)default?: T | (() => T)} jsdoc/valid-types
21
- @w5s/mrm-preset:lint: 
22
- @w5s/mrm-preset:lint: /Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/npm.js
23
- @w5s/mrm-preset:lint:  28:0 warning Missing JSDoc @property "dev" description jsdoc/require-property-description
24
- @w5s/mrm-preset:lint:  29:0 warning Missing JSDoc @property "yarn" description jsdoc/require-property-description
25
- @w5s/mrm-preset:lint:  30:0 warning Missing JSDoc @property "versions" description jsdoc/require-property-description
26
- @w5s/mrm-preset:lint:  35:0 warning Missing JSDoc @property "dev" description jsdoc/require-property-description
27
- @w5s/mrm-preset:lint:  36:0 warning Missing JSDoc @property "remove" description jsdoc/require-property-description
28
- @w5s/mrm-preset:lint:  37:0 warning Missing JSDoc @property "stdio" description jsdoc/require-property-description
29
- @w5s/mrm-preset:lint:  38:0 warning Missing JSDoc @property "cwd" description jsdoc/require-property-description
30
- @w5s/mrm-preset:lint:  56:0 warning Tag @type must have a type jsdoc/valid-types
31
- @w5s/mrm-preset:lint:  169:0 warning Missing JSDoc @returns description jsdoc/require-returns-description
32
- @w5s/mrm-preset:lint:  184:0 warning Missing JSDoc @returns description jsdoc/require-returns-description
33
- @w5s/mrm-preset:lint:  197:0 warning Missing JSDoc @returns description jsdoc/require-returns-description
34
- @w5s/mrm-preset:lint:  256:0 warning Syntax error in type: 'npm'|`yarn@${'classic'|'berry'}` jsdoc/valid-types
35
- @w5s/mrm-preset:lint:  284:0 warning Syntax error in type: {name: string|string[]|Record<string, string>,state: 'present'|'absent',dev?: boolean,yarn?: boolean,} jsdoc/valid-types
36
- @w5s/mrm-preset:lint: 
37
- @w5s/mrm-preset:lint: /Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/pkg.js
38
- @w5s/mrm-preset:lint:  25:0 warning Syntax error in type: {name: string,state: 'present'|'absent'|'default',script: string,} jsdoc/valid-types
39
- @w5s/mrm-preset:lint:  43:0 warning Missing JSDoc @returns description jsdoc/require-returns-description
40
- @w5s/mrm-preset:lint: 
41
- @w5s/mrm-preset:lint: /Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/typedoc.js
42
- @w5s/mrm-preset:lint:  7:0 warning Syntax error in type: {out?: string,tsconfig?: string,exclude?: Array<string>,excludePrivate?: boolean,excludeExternals?: boolean,readme?: string,theme?: string,} jsdoc/valid-types
43
- @w5s/mrm-preset:lint: 
44
- @w5s/mrm-preset:lint: /Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/vscode.js
45
- @w5s/mrm-preset:lint:  47:0 warning Syntax error in type: {name: string,state: 'present'|'absent',snippets: {[key: string]: {scope: string,prefix: string,body: string|string[],description?: string,}}} jsdoc/valid-types
46
- @w5s/mrm-preset:lint: 
47
- @w5s/mrm-preset:lint: /Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/editorconfig/index.js
48
- @w5s/mrm-preset:lint:  7:0 warning Syntax error in type: Record<string, Partial<{charset: string,continuation_indent_size: number,curly_bracket_next_line: boolean,end_of_line: 'lf'|'crlf',indent_brace_style: 'Stroustrup',indent_size: number,indent_style: 'tab'|'space',insert_final_newline: boolean|'ignore',max_line_length: number,quote_type: 'single'|'double',root: boolean,spaces_around_brackets: 'outside',spaces_around_operators: boolean,trim_trailing_whitespace: boolean,}>> jsdoc/valid-types
49
- @w5s/mrm-preset:lint:  29:0 warning Missing JSDoc @param "existing" type jsdoc/require-param-type
50
- @w5s/mrm-preset:lint: 
51
- @w5s/mrm-preset:lint: ✖ 26 problems (0 errors, 26 warnings)
52
- @w5s/mrm-preset:lint: 
1
+ [1] : exited with code 0
2
+ [src]
3
+ [src] > @w5s/mrm-preset@1.0.0 lint:src
4
+ [src] > eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
5
+ [src]
6
+ [src] npm run lint:src exited with code 0
@@ -0,0 +1 @@
1
+ [0] : exited with code 0
@@ -1,21 +1,187 @@
1
- @w5s/mrm-preset:test: cache hit, replaying output b355f87af4d1ba14
2
- @w5s/mrm-preset:test: mkdir: _tester: File exists
3
- @w5s/mrm-preset:test: Running bootstrap...
4
- @w5s/mrm-preset:test: Running alias configure...
5
- @w5s/mrm-preset:test: Running gitignore...
6
- @w5s/mrm-preset:test: Running project...
7
- @w5s/mrm-preset:test: Update package.json
8
- @w5s/mrm-preset:test: Running contributing...
9
- @w5s/mrm-preset:test: Running release...
10
- @w5s/mrm-preset:test: Running ci...
11
- @w5s/mrm-preset:test: Running lang...
12
- @w5s/mrm-preset:test: Update tsconfig.settings.json
13
- @w5s/mrm-preset:test: Running commitlint...
14
- @w5s/mrm-preset:test: Running editorconfig...
15
- @w5s/mrm-preset:test: Running eslint...
16
- @w5s/mrm-preset:test: Running cspell...
17
- @w5s/mrm-preset:test: Running jest...
18
- @w5s/mrm-preset:test: Update package.json
19
- @w5s/mrm-preset:test: Running renovate...
20
- @w5s/mrm-preset:test: Running githooks...
21
- @w5s/mrm-preset:test: Running postconfigure...
1
+ [1] : exited with code 0
2
+ [script]
3
+ [script] > @w5s/mrm-preset@1.0.0 test:script
4
+ [script] > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
5
+ [script]
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
13
+ [script] Running alias configure...
14
+ [script] Running gitignore...
15
+ [script] Running project...
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
41
+ [script] Running contributing...
42
+ [script] Create CODE_OF_CONDUCT.md
43
+ [script] Running licenses...
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
55
+ [script] Running ci...
56
+ [script] Running lang...
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
79
+ [script] Running commitlint...
80
+ [script] Create .vscode/extensions.json
81
+ [script] Running editorconfig...
82
+ [script] Create .editorconfig
83
+ [script] Update .vscode/extensions.json
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
136
+ [script] Running cspell...
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
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
165
+ [script] Running renovate...
166
+ [script] Running githooks...
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]
187
+ [script] npm run test:script exited with code 0
package/CHANGELOG.md CHANGED
@@ -3,130 +3,279 @@
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.9](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.8...@w5s/mrm-preset@1.0.0-alpha.9) (2022-04-12)
6
+ ## <small>1.0.1 (2023-03-17)</small>
7
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))
8
10
 
9
- ### Bug Fixes
11
+ ## 1.0.0 (2023-03-05)
10
12
 
11
- * correct default mrm task ([1a59cb1](https://github.com/w5s/project-config/commit/1a59cb1a114c2cba091c4729b5e66e5a5354004e))
13
+ - Add vitest support ([f2b1fe4](https://github.com/w5s/project-config/commit/f2b1fe4))
14
+ - ✨ Improve vitest configurator ([603799c](https://github.com/w5s/project-config/commit/603799c))
15
+ - ⬆️ Upgrade dependency sync-directory to v6 ([fcd7610](https://github.com/w5s/project-config/commit/fcd7610))
16
+ - 🔧 Improve project configuration ([3e3db6f](https://github.com/w5s/project-config/commit/3e3db6f))
12
17
 
18
+ ## 1.0.0-alpha.45 (2023-03-01)
13
19
 
20
+ - 👷 Migrate to vitest ([a49676c](https://github.com/w5s/project-config/commit/a49676c))
14
21
 
22
+ ## 1.0.0-alpha.44 (2023-02-28)
15
23
 
24
+ - ✨ Use always latest mrm preset ([abf6c51](https://github.com/w5s/project-config/commit/abf6c51))
25
+ - 👷 Update mrm presets ([4a56dbc](https://github.com/w5s/project-config/commit/4a56dbc))
16
26
 
17
- # [1.0.0-alpha.8](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.7...@w5s/mrm-preset@1.0.0-alpha.8) (2022-03-08)
27
+ ## 1.0.0-alpha.43 (2023-02-23)
18
28
 
29
+ - ✨ Improve mrm bootstrap script ([0445277](https://github.com/w5s/project-config/commit/0445277))
30
+ - ➖ Remove is-ci, lint-staged, commitlint dependency (used through npx) ([ae39f34](https://github.com/w5s/project-config/commit/ae39f34))
31
+ - ➖ Remove mrm dependency ([7ee3d94](https://github.com/w5s/project-config/commit/7ee3d94))
32
+ - 🐛 Fix unbound variable error ([d2aa040](https://github.com/w5s/project-config/commit/d2aa040))
33
+ - 💚 Fix ci ([cded057](https://github.com/w5s/project-config/commit/cded057))
19
34
 
20
- ### Bug Fixes
35
+ ## 1.0.0-alpha.42 (2023-02-10)
21
36
 
22
- * add missing $schema for tsconfig ([c33c7ae](https://github.com/w5s/project-config/commit/c33c7aeba405d651eba19187436724780dd90aff))
23
- * remove unused typedoc script ([51238f0](https://github.com/w5s/project-config/commit/51238f04b8f3d95baac7f0a367ba1c07061d2ce4))
37
+ - Configure @w5s/conventional-changelog ([b19e437](https://github.com/w5s/project-config/commit/b19e437))
38
+ - Improve typescript support for monorepo packages ([0a13a68](https://github.com/w5s/project-config/commit/0a13a68))
39
+ - 🗑️ Remove unneeded code ([ee9410e](https://github.com/w5s/project-config/commit/ee9410e))
24
40
 
41
+ ## 1.0.0-alpha.41 (2023-02-06)
25
42
 
43
+ - 📝 Update documentation ([8cd1934](https://github.com/w5s/project-config/commit/8cd1934))
26
44
 
45
+ # [1.0.0-alpha.40](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.39...@w5s/mrm-preset@1.0.0-alpha.40) (2023-01-22)
27
46
 
47
+ **Note:** Version bump only for package @w5s/mrm-preset
28
48
 
29
- # [1.0.0-alpha.7](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.6...@w5s/mrm-preset@1.0.0-alpha.7) (2022-03-01)
49
+ # [1.0.0-alpha.39](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.38...@w5s/mrm-preset@1.0.0-alpha.39) (2023-01-22)
30
50
 
51
+ **Note:** Version bump only for package @w5s/mrm-preset
31
52
 
32
- ### Bug Fixes
53
+ # [1.0.0-alpha.38](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.37...@w5s/mrm-preset@1.0.0-alpha.38) (2023-01-11)
33
54
 
34
- * correct bootstrap step ([da7f539](https://github.com/w5s/project-config/commit/da7f539560ba143f830c9ea824b0d79c6a50522c))
35
- * correct is-ci script that fails in some yarn berry ([4e4707d](https://github.com/w5s/project-config/commit/4e4707d7e8c0cd2c88e1dc6bc94705317dcf9e98))
36
- * improve yarn check ([3af241a](https://github.com/w5s/project-config/commit/3af241af004d747518733983260eb295aa75e5cb))
55
+ ### Reverts
37
56
 
57
+ - Revert "💚 Correct clean build script" ([cc3c1e3](https://github.com/w5s/project-config/commit/cc3c1e3f20b3fd7c4412a3ac3ea199e005537468))
38
58
 
59
+ # [1.0.0-alpha.37](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.36...@w5s/mrm-preset@1.0.0-alpha.37) (2023-01-09)
39
60
 
61
+ **Note:** Version bump only for package @w5s/mrm-preset
40
62
 
63
+ # [1.0.0-alpha.36](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.35...@w5s/mrm-preset@1.0.0-alpha.36) (2022-12-22)
41
64
 
42
- # [1.0.0-alpha.6](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.5...@w5s/mrm-preset@1.0.0-alpha.6) (2022-02-23)
65
+ **Note:** Version bump only for package @w5s/mrm-preset
43
66
 
67
+ # [1.0.0-alpha.35](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.34...@w5s/mrm-preset@1.0.0-alpha.35) (2022-12-22)
44
68
 
45
- ### Bug Fixes
69
+ **Note:** Version bump only for package @w5s/mrm-preset
46
70
 
47
- * correct gitignore task ([b4f0903](https://github.com/w5s/project-config/commit/b4f0903561c97500aef65488ef06ccd7eae0db80))
48
- * remove jest on lint-staged ([2fbc851](https://github.com/w5s/project-config/commit/2fbc85132ab380429d6966bff47b176bcfb51f6d))
49
- * shorten eslint extensions ([aecc870](https://github.com/w5s/project-config/commit/aecc870ce0b288436208757376bc05504bff3331))
71
+ # [1.0.0-alpha.34](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.33...@w5s/mrm-preset@1.0.0-alpha.34) (2022-12-14)
50
72
 
73
+ **Note:** Version bump only for package @w5s/mrm-preset
51
74
 
52
- ### Features
75
+ # [1.0.0-alpha.33](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.32...@w5s/mrm-preset@1.0.0-alpha.33) (2022-12-12)
53
76
 
54
- * use es-jest as default jest preset ([61535d9](https://github.com/w5s/project-config/commit/61535d9c47c25150becc564a5dd273d7cc14b579))
77
+ **Note:** Version bump only for package @w5s/mrm-preset
55
78
 
79
+ # [1.0.0-alpha.32](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.31...@w5s/mrm-preset@1.0.0-alpha.32) (2022-12-05)
56
80
 
81
+ **Note:** Version bump only for package @w5s/mrm-preset
57
82
 
83
+ # [1.0.0-alpha.31](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.30...@w5s/mrm-preset@1.0.0-alpha.31) (2022-11-24)
58
84
 
85
+ **Note:** Version bump only for package @w5s/mrm-preset
59
86
 
60
- # [1.0.0-alpha.5](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.4...@w5s/mrm-preset@1.0.0-alpha.5) (2022-02-18)
87
+ # [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)
88
+
89
+ **Note:** Version bump only for package @w5s/mrm-preset
90
+
91
+ # [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)
92
+
93
+ **Note:** Version bump only for package @w5s/mrm-preset
94
+
95
+ # [1.0.0-alpha.28](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.27...@w5s/mrm-preset@1.0.0-alpha.28) (2022-11-04)
96
+
97
+ **Note:** Version bump only for package @w5s/mrm-preset
98
+
99
+ # [1.0.0-alpha.27](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.26...@w5s/mrm-preset@1.0.0-alpha.27) (2022-09-23)
100
+
101
+ **Note:** Version bump only for package @w5s/mrm-preset
102
+
103
+ # [1.0.0-alpha.26](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.25...@w5s/mrm-preset@1.0.0-alpha.26) (2022-09-19)
104
+
105
+ **Note:** Version bump only for package @w5s/mrm-preset
106
+
107
+ # [1.0.0-alpha.25](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.24...@w5s/mrm-preset@1.0.0-alpha.25) (2022-09-05)
108
+
109
+ **Note:** Version bump only for package @w5s/mrm-preset
61
110
 
111
+ # [1.0.0-alpha.24](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.23...@w5s/mrm-preset@1.0.0-alpha.24) (2022-08-30)
112
+
113
+ **Note:** Version bump only for package @w5s/mrm-preset
114
+
115
+ # [1.0.0-alpha.23](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.22...@w5s/mrm-preset@1.0.0-alpha.23) (2022-08-29)
116
+
117
+ **Note:** Version bump only for package @w5s/mrm-preset
118
+
119
+ # [1.0.0-alpha.22](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.21...@w5s/mrm-preset@1.0.0-alpha.22) (2022-08-29)
120
+
121
+ **Note:** Version bump only for package @w5s/mrm-preset
122
+
123
+ # [1.0.0-alpha.21](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.20...@w5s/mrm-preset@1.0.0-alpha.21) (2022-08-09)
124
+
125
+ **Note:** Version bump only for package @w5s/mrm-preset
126
+
127
+ # [1.0.0-alpha.20](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.19...@w5s/mrm-preset@1.0.0-alpha.20) (2022-08-09)
128
+
129
+ **Note:** Version bump only for package @w5s/mrm-preset
130
+
131
+ # [1.0.0-alpha.19](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.18...@w5s/mrm-preset@1.0.0-alpha.19) (2022-06-28)
132
+
133
+ **Note:** Version bump only for package @w5s/mrm-preset
134
+
135
+ # [1.0.0-alpha.18](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.17...@w5s/mrm-preset@1.0.0-alpha.18) (2022-06-23)
136
+
137
+ **Note:** Version bump only for package @w5s/mrm-preset
138
+
139
+ # [1.0.0-alpha.17](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.16...@w5s/mrm-preset@1.0.0-alpha.17) (2022-06-23)
140
+
141
+ **Note:** Version bump only for package @w5s/mrm-preset
142
+
143
+ # [1.0.0-alpha.16](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.15...@w5s/mrm-preset@1.0.0-alpha.16) (2022-06-16)
62
144
 
63
145
  ### Bug Fixes
64
146
 
65
- * change bootstrap behavior ([497c83a](https://github.com/w5s/project-config/commit/497c83a4082f7fd4e3b8b6913802ebcb21caa65a))
66
- * remove lint-staged + cspell integration ([6747c83](https://github.com/w5s/project-config/commit/6747c83ec997034d25d136bc5aa008ed108ceb96))
67
- * use UNLICENSED for default license ([608ee8f](https://github.com/w5s/project-config/commit/608ee8f0bf57fec94636587b116d5bda0fb4ee3f))
147
+ - correct require extension eslint rule ([94798d6](https://github.com/w5s/project-config/commit/94798d6579b93d92f44021f9f77971994ca5ce5e))
68
148
 
149
+ # [1.0.0-alpha.15](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.14...@w5s/mrm-preset@1.0.0-alpha.15) (2022-06-15)
69
150
 
70
- ### Features
151
+ ### Bug Fixes
71
152
 
72
- * add gitignore for yarn v2 ([06c547a](https://github.com/w5s/project-config/commit/06c547a6b7813f935678c29b410aee62da5b3866))
73
- * add support for yarn berry ([2b77669](https://github.com/w5s/project-config/commit/2b77669a29316825a38470c80a48aff8ab068f7f))
153
+ - remove test from build ([506f19d](https://github.com/w5s/project-config/commit/506f19d71b3fc16613d37d10c022a08dbcf70376))
74
154
 
155
+ # [1.0.0-alpha.14](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.13...@w5s/mrm-preset@1.0.0-alpha.14) (2022-06-10)
75
156
 
157
+ ### Bug Fixes
76
158
 
159
+ - add prepare task to turbo configuration ([717d59a](https://github.com/w5s/project-config/commit/717d59a724c1de8cb37f37c23aae8f4cc57fc231))
160
+ - remove --quiet option on format ([268b0a7](https://github.com/w5s/project-config/commit/268b0a76dbd03cfa6729988472948a66e2b749c9))
77
161
 
162
+ # [1.0.0-alpha.13](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.12...@w5s/mrm-preset@1.0.0-alpha.13) (2022-06-07)
78
163
 
79
- # [1.0.0-alpha.4](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.3...@w5s/mrm-preset@1.0.0-alpha.4) (2022-02-16)
164
+ ### Bug Fixes
80
165
 
166
+ - improve cspell output ([a5721b5](https://github.com/w5s/project-config/commit/a5721b5c8e97817dc68e9444f4443d3cb7893a27))
167
+
168
+ # [1.0.0-alpha.12](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.11...@w5s/mrm-preset@1.0.0-alpha.12) (2022-06-07)
81
169
 
82
170
  ### Bug Fixes
83
171
 
84
- * correct eslint vscode settings ([a32e0fb](https://github.com/w5s/project-config/commit/a32e0fb739cbe349565b26ea412cdf37e3d56bdb))
85
- * correct mrm preset url ([ad6f030](https://github.com/w5s/project-config/commit/ad6f03091e0a294c043974b564e24c79023e659b))
86
- * correct typo ([2218859](https://github.com/w5s/project-config/commit/221885997fec37149f7e349b00a58fbcb3bfb8db))
87
- * rollback to eslint.validate vscode setting ([769a2e1](https://github.com/w5s/project-config/commit/769a2e100083aca4f5e9037fa539fcf1f6002d65))
172
+ - add spellcheck task to turbo config ([1029c2b](https://github.com/w5s/project-config/commit/1029c2b97b12b44618ce741d045b02712f0ebf18))
173
+ - clean non useful empty script when possible ([2e7e60a](https://github.com/w5s/project-config/commit/2e7e60a400506bbca00db653813668fa47f8f065))
174
+ - correct docs task in turbo ([0fca8c9](https://github.com/w5s/project-config/commit/0fca8c9ca0389b090e6aa2a66d47ab63b1cb138e))
175
+ - remove uneeded @types/jest typing ([475f6bb](https://github.com/w5s/project-config/commit/475f6bbdc101d31460cd8ffb7f5deb3b97176d5c))
176
+ - remove uneeded cspell script ([ba8d38b](https://github.com/w5s/project-config/commit/ba8d38b8053a24a7937c24c270f5d61d3dad71c7))
177
+
178
+ ### Features
179
+
180
+ - configure spellcheck ([4be6a96](https://github.com/w5s/project-config/commit/4be6a96d6d30e1085b73c0befcab1d3fa30475ab))
181
+ - improve eslint mrm support for workspaces ([2dacc2e](https://github.com/w5s/project-config/commit/2dacc2e867ebb74c8de777af2ce9f173426ebc33))
182
+ - improve turbo support for lint and format ([76e19e0](https://github.com/w5s/project-config/commit/76e19e02918aba66a2e6e9c06a7d0bed99500ecc))
183
+
184
+ # [1.0.0-alpha.11](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.10...@w5s/mrm-preset@1.0.0-alpha.11) (2022-05-20)
88
185
 
186
+ ### Bug Fixes
187
+
188
+ - correct prepare package script ([f2d5fbf](https://github.com/w5s/project-config/commit/f2d5fbfc4e7b66dece1d1139e2ba3835bcf524a1))
89
189
 
90
190
  ### Features
91
191
 
92
- * improve typescript eslint configuration ([efc6f1c](https://github.com/w5s/project-config/commit/efc6f1cef876e8fc5d4d1d1b94ca90a6805fbbbf))
192
+ - add minimal support for yarn + github ci ([b9ae537](https://github.com/w5s/project-config/commit/b9ae53746fa9a3f92a1ca0e3600e20cdda583a45))
93
193
 
194
+ # [1.0.0-alpha.10](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.9...@w5s/mrm-preset@1.0.0-alpha.10) (2022-05-13)
94
195
 
196
+ ### Bug Fixes
95
197
 
198
+ - remove tsc on lint-staged because buggy ([6b0f4f2](https://github.com/w5s/project-config/commit/6b0f4f2c6d5d06f959ee1edc5cc6266464747d7e))
96
199
 
200
+ # [1.0.0-alpha.9](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.8...@w5s/mrm-preset@1.0.0-alpha.9) (2022-04-12)
97
201
 
98
- # [1.0.0-alpha.3](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.2...@w5s/mrm-preset@1.0.0-alpha.3) (2022-02-15)
202
+ ### Bug Fixes
99
203
 
204
+ - correct default mrm task ([1a59cb1](https://github.com/w5s/project-config/commit/1a59cb1a114c2cba091c4729b5e66e5a5354004e))
100
205
 
101
- ### Features
206
+ # [1.0.0-alpha.8](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.7...@w5s/mrm-preset@1.0.0-alpha.8) (2022-03-08)
102
207
 
103
- * use airbnb-base as default presets ([e499fc1](https://github.com/w5s/project-config/commit/e499fc115023571e749072db33d774b443b68bb7))
208
+ ### Bug Fixes
104
209
 
210
+ - add missing $schema for tsconfig ([c33c7ae](https://github.com/w5s/project-config/commit/c33c7aeba405d651eba19187436724780dd90aff))
211
+ - remove unused typedoc script ([51238f0](https://github.com/w5s/project-config/commit/51238f04b8f3d95baac7f0a367ba1c07061d2ce4))
212
+
213
+ # [1.0.0-alpha.7](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.6...@w5s/mrm-preset@1.0.0-alpha.7) (2022-03-01)
105
214
 
215
+ ### Bug Fixes
106
216
 
217
+ - correct bootstrap step ([da7f539](https://github.com/w5s/project-config/commit/da7f539560ba143f830c9ea824b0d79c6a50522c))
218
+ - correct is-ci script that fails in some yarn berry ([4e4707d](https://github.com/w5s/project-config/commit/4e4707d7e8c0cd2c88e1dc6bc94705317dcf9e98))
219
+ - improve yarn check ([3af241a](https://github.com/w5s/project-config/commit/3af241af004d747518733983260eb295aa75e5cb))
107
220
 
221
+ # [1.0.0-alpha.6](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.5...@w5s/mrm-preset@1.0.0-alpha.6) (2022-02-23)
108
222
 
109
- # [1.0.0-alpha.2](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.1...@w5s/mrm-preset@1.0.0-alpha.2) (2022-02-15)
223
+ ### Bug Fixes
110
224
 
225
+ - correct gitignore task ([b4f0903](https://github.com/w5s/project-config/commit/b4f0903561c97500aef65488ef06ccd7eae0db80))
226
+ - remove jest on lint-staged ([2fbc851](https://github.com/w5s/project-config/commit/2fbc85132ab380429d6966bff47b176bcfb51f6d))
227
+ - shorten eslint extensions ([aecc870](https://github.com/w5s/project-config/commit/aecc870ce0b288436208757376bc05504bff3331))
111
228
 
112
229
  ### Features
113
230
 
114
- * enable source.fixAll for vscode ([d484156](https://github.com/w5s/project-config/commit/d484156c063f2bf9f5cb3212878aa07bb4f8fd6f))
115
- * improve arrow-body-style configuration ([a4ee8a9](https://github.com/w5s/project-config/commit/a4ee8a9f3912285b45287afc4ccae2fa57431c6a))
231
+ - use es-jest as default jest preset ([61535d9](https://github.com/w5s/project-config/commit/61535d9c47c25150becc564a5dd273d7cc14b579))
116
232
 
233
+ # [1.0.0-alpha.5](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.4...@w5s/mrm-preset@1.0.0-alpha.5) (2022-02-18)
117
234
 
235
+ ### Bug Fixes
118
236
 
237
+ - change bootstrap behavior ([497c83a](https://github.com/w5s/project-config/commit/497c83a4082f7fd4e3b8b6913802ebcb21caa65a))
238
+ - remove lint-staged + cspell integration ([6747c83](https://github.com/w5s/project-config/commit/6747c83ec997034d25d136bc5aa008ed108ceb96))
239
+ - use UNLICENSED for default license ([608ee8f](https://github.com/w5s/project-config/commit/608ee8f0bf57fec94636587b116d5bda0fb4ee3f))
119
240
 
241
+ ### Features
120
242
 
121
- # 1.0.0-alpha.1 (2022-02-12)
243
+ - add gitignore for yarn v2 ([06c547a](https://github.com/w5s/project-config/commit/06c547a6b7813f935678c29b410aee62da5b3866))
244
+ - add support for yarn berry ([2b77669](https://github.com/w5s/project-config/commit/2b77669a29316825a38470c80a48aff8ab068f7f))
122
245
 
246
+ # [1.0.0-alpha.4](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.3...@w5s/mrm-preset@1.0.0-alpha.4) (2022-02-16)
123
247
 
124
248
  ### Bug Fixes
125
249
 
126
- * correct generate cspell.json ([e638b75](https://github.com/w5s/project-config/commit/e638b75ead5d3ffd34b0c74b95b237d29b542406))
250
+ - correct eslint vscode settings ([a32e0fb](https://github.com/w5s/project-config/commit/a32e0fb739cbe349565b26ea412cdf37e3d56bdb))
251
+ - correct mrm preset url ([ad6f030](https://github.com/w5s/project-config/commit/ad6f03091e0a294c043974b564e24c79023e659b))
252
+ - correct typo ([2218859](https://github.com/w5s/project-config/commit/221885997fec37149f7e349b00a58fbcb3bfb8db))
253
+ - rollback to eslint.validate vscode setting ([769a2e1](https://github.com/w5s/project-config/commit/769a2e100083aca4f5e9037fa539fcf1f6002d65))
254
+
255
+ ### Features
256
+
257
+ - improve typescript eslint configuration ([efc6f1c](https://github.com/w5s/project-config/commit/efc6f1cef876e8fc5d4d1d1b94ca90a6805fbbbf))
258
+
259
+ # [1.0.0-alpha.3](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.2...@w5s/mrm-preset@1.0.0-alpha.3) (2022-02-15)
260
+
261
+ ### Features
262
+
263
+ - use airbnb-base as default presets ([e499fc1](https://github.com/w5s/project-config/commit/e499fc115023571e749072db33d774b443b68bb7))
264
+
265
+ # [1.0.0-alpha.2](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.1...@w5s/mrm-preset@1.0.0-alpha.2) (2022-02-15)
266
+
267
+ ### Features
268
+
269
+ - enable source.fixAll for vscode ([d484156](https://github.com/w5s/project-config/commit/d484156c063f2bf9f5cb3212878aa07bb4f8fd6f))
270
+ - improve arrow-body-style configuration ([a4ee8a9](https://github.com/w5s/project-config/commit/a4ee8a9f3912285b45287afc4ccae2fa57431c6a))
271
+
272
+ # 1.0.0-alpha.1 (2022-02-12)
273
+
274
+ ### Bug Fixes
127
275
 
276
+ - correct generate cspell.json ([e638b75](https://github.com/w5s/project-config/commit/e638b75ead5d3ffd34b0c74b95b237d29b542406))
128
277
 
129
278
  ### Features
130
279
 
131
- * add cspell check on lint-staged in mrm ([d8a744f](https://github.com/w5s/project-config/commit/d8a744f1f297c2308cd15ce1f19958f9302eee5d))
132
- * add mrm-preset package ([1409046](https://github.com/w5s/project-config/commit/1409046e772755148f9885ce39c8f86afef4e50d))
280
+ - add cspell check on lint-staged in mrm ([d8a744f](https://github.com/w5s/project-config/commit/d8a744f1f297c2308cd15ce1f19958f9302eee5d))
281
+ - add mrm-preset package ([1409046](https://github.com/w5s/project-config/commit/1409046e772755148f9885ce39c8f86afef4e50d))