@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.
- package/.turbo/turbo-build.log +6 -1
- package/.turbo/turbo-lint.log +6 -52
- package/.turbo/turbo-prepare.log +1 -0
- package/.turbo/turbo-test.log +187 -21
- package/CHANGELOG.md +191 -42
- package/README.md +7 -7
- package/bootstrap/README.md +1 -1
- package/bootstrap/index.js +14 -38
- package/ci/_gitlab/AutoDevops.gitlab-ci.yml +1 -2
- package/ci/_gitlab/AutoDevopsInclude.gitlab-ci.yml +19 -19
- package/ci/_gitlab/Renovate.gitlab-ci.yml +6 -6
- package/ci/github.js +53 -0
- package/ci/gitlab.js +1 -2
- package/ci/index.js +7 -2
- package/commitlint/index.js +8 -2
- package/config.json +2 -1
- package/contributing/index.js +1 -1
- package/core/commitlint.js +5 -5
- package/core/cspell.js +2 -11
- package/core/eslint.js +25 -6
- package/core/git.js +4 -23
- package/core/githooks.js +13 -21
- package/core/githubCI.js +56 -0
- package/core/jest.js +26 -36
- package/core/jsonFile.js +8 -7
- package/core/lintStaged.js +3 -3
- package/core/npm.js +15 -13
- package/core/pkg.js +71 -14
- package/core/project.js +6 -0
- package/core/semanticRelease.js +3 -3
- package/core/turbo.js +52 -0
- package/core/typedoc.js +3 -3
- package/core/vitest.js +77 -0
- package/core/vscode.js +15 -5
- package/cspell/index.js +35 -14
- package/editorconfig/index.js +19 -9
- package/eslint/index.js +90 -47
- package/githooks/index.js +16 -12
- package/gitignore/index.js +1 -1
- package/lang/.eslintrc.json +1 -3
- package/lang/index.js +73 -36
- package/lang/templates/index.spec.ts +3 -2
- package/lang/templates/index.ts +1 -2
- package/licenses/index.js +26 -0
- package/package.json +21 -14
- package/postconfigure/index.js +11 -3
- package/project/index.js +253 -171
- package/release/index.js +5 -5
- package/renovate/index.js +4 -3
- package/tsconfig.json +3 -6
- package/{jest → vitest}/index.js +3 -3
- package/.turbo/turbo-docs.log +0 -43
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,52 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
[32m@w5s/mrm-preset:lint: [0m 6:0 warning Syntax error in type: {state: 'present'|'absent',preset: string,} jsdoc/valid-types
|
|
8
|
-
[32m@w5s/mrm-preset:lint: [0m
|
|
9
|
-
[32m@w5s/mrm-preset:lint: [0m/Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/cspell.js
|
|
10
|
-
[32m@w5s/mrm-preset:lint: [0m 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
|
-
[32m@w5s/mrm-preset:lint: [0m 17:0 warning Syntax error in type: {state: 'present'|'absent'update?: (config: CSpellConfig) => CSpellConfig} jsdoc/valid-types
|
|
12
|
-
[32m@w5s/mrm-preset:lint: [0m
|
|
13
|
-
[32m@w5s/mrm-preset:lint: [0m/Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/file.js
|
|
14
|
-
[32m@w5s/mrm-preset:lint: [0m 5:0 warning Syntax error in type: {path: string,state: 'file'|'absent',update?: (content: string) => string | undefined,} jsdoc/valid-types
|
|
15
|
-
[32m@w5s/mrm-preset:lint: [0m
|
|
16
|
-
[32m@w5s/mrm-preset:lint: [0m/Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/githooks.js
|
|
17
|
-
[32m@w5s/mrm-preset:lint: [0m 10:0 warning Syntax error in type: {state: 'present'|'absent',} jsdoc/valid-types
|
|
18
|
-
[32m@w5s/mrm-preset:lint: [0m
|
|
19
|
-
[32m@w5s/mrm-preset:lint: [0m/Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/jsonFile.js
|
|
20
|
-
[32m@w5s/mrm-preset:lint: [0m 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
|
-
[32m@w5s/mrm-preset:lint: [0m
|
|
22
|
-
[32m@w5s/mrm-preset:lint: [0m/Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/npm.js
|
|
23
|
-
[32m@w5s/mrm-preset:lint: [0m 28:0 warning Missing JSDoc @property "dev" description jsdoc/require-property-description
|
|
24
|
-
[32m@w5s/mrm-preset:lint: [0m 29:0 warning Missing JSDoc @property "yarn" description jsdoc/require-property-description
|
|
25
|
-
[32m@w5s/mrm-preset:lint: [0m 30:0 warning Missing JSDoc @property "versions" description jsdoc/require-property-description
|
|
26
|
-
[32m@w5s/mrm-preset:lint: [0m 35:0 warning Missing JSDoc @property "dev" description jsdoc/require-property-description
|
|
27
|
-
[32m@w5s/mrm-preset:lint: [0m 36:0 warning Missing JSDoc @property "remove" description jsdoc/require-property-description
|
|
28
|
-
[32m@w5s/mrm-preset:lint: [0m 37:0 warning Missing JSDoc @property "stdio" description jsdoc/require-property-description
|
|
29
|
-
[32m@w5s/mrm-preset:lint: [0m 38:0 warning Missing JSDoc @property "cwd" description jsdoc/require-property-description
|
|
30
|
-
[32m@w5s/mrm-preset:lint: [0m 56:0 warning Tag @type must have a type jsdoc/valid-types
|
|
31
|
-
[32m@w5s/mrm-preset:lint: [0m 169:0 warning Missing JSDoc @returns description jsdoc/require-returns-description
|
|
32
|
-
[32m@w5s/mrm-preset:lint: [0m 184:0 warning Missing JSDoc @returns description jsdoc/require-returns-description
|
|
33
|
-
[32m@w5s/mrm-preset:lint: [0m 197:0 warning Missing JSDoc @returns description jsdoc/require-returns-description
|
|
34
|
-
[32m@w5s/mrm-preset:lint: [0m 256:0 warning Syntax error in type: 'npm'|`yarn@${'classic'|'berry'}` jsdoc/valid-types
|
|
35
|
-
[32m@w5s/mrm-preset:lint: [0m 284:0 warning Syntax error in type: {name: string|string[]|Record<string, string>,state: 'present'|'absent',dev?: boolean,yarn?: boolean,} jsdoc/valid-types
|
|
36
|
-
[32m@w5s/mrm-preset:lint: [0m
|
|
37
|
-
[32m@w5s/mrm-preset:lint: [0m/Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/pkg.js
|
|
38
|
-
[32m@w5s/mrm-preset:lint: [0m 25:0 warning Syntax error in type: {name: string,state: 'present'|'absent'|'default',script: string,} jsdoc/valid-types
|
|
39
|
-
[32m@w5s/mrm-preset:lint: [0m 43:0 warning Missing JSDoc @returns description jsdoc/require-returns-description
|
|
40
|
-
[32m@w5s/mrm-preset:lint: [0m
|
|
41
|
-
[32m@w5s/mrm-preset:lint: [0m/Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/typedoc.js
|
|
42
|
-
[32m@w5s/mrm-preset:lint: [0m 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
|
-
[32m@w5s/mrm-preset:lint: [0m
|
|
44
|
-
[32m@w5s/mrm-preset:lint: [0m/Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/core/vscode.js
|
|
45
|
-
[32m@w5s/mrm-preset:lint: [0m 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
|
-
[32m@w5s/mrm-preset:lint: [0m
|
|
47
|
-
[32m@w5s/mrm-preset:lint: [0m/Users/jpolo/Workspace/w5s/project-config/packages/mrm-preset/editorconfig/index.js
|
|
48
|
-
[32m@w5s/mrm-preset:lint: [0m 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
|
-
[32m@w5s/mrm-preset:lint: [0m 29:0 warning Missing JSDoc @param "existing" type jsdoc/require-param-type
|
|
50
|
-
[32m@w5s/mrm-preset:lint: [0m
|
|
51
|
-
[32m@w5s/mrm-preset:lint: [0m✖ 26 problems (0 errors, 26 warnings)
|
|
52
|
-
[32m@w5s/mrm-preset:lint: [0m
|
|
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
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,21 +1,187 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
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] [36mRunning bootstrap...[39m
|
|
7
|
+
[script] [32mCreate package.json[39m
|
|
8
|
+
[script] [32mCreate .gitignore[39m
|
|
9
|
+
[script] [32mUpdate .gitignore[39m
|
|
10
|
+
[script] [32mUpdate .gitignore[39m
|
|
11
|
+
[script] [32mCreate .yarnrc.yml[39m
|
|
12
|
+
[script] [32mUpdate package.json[39m
|
|
13
|
+
[script] [33mRunning alias configure...[39m
|
|
14
|
+
[script] [36mRunning gitignore...[39m
|
|
15
|
+
[script] [36mRunning project...[39m
|
|
16
|
+
[script] [32mUpdate package.json[39m
|
|
17
|
+
[script] [32mCreate turbo.json[39m
|
|
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] [32mCreate .vscode/tasks.json[39m
|
|
40
|
+
[script] [32mUpdate .vscode/tasks.json[39m
|
|
41
|
+
[script] [36mRunning contributing...[39m
|
|
42
|
+
[script] [32mCreate CODE_OF_CONDUCT.md[39m
|
|
43
|
+
[script] [36mRunning licenses...[39m
|
|
44
|
+
[script] [36mRunning release...[39m
|
|
45
|
+
[script] [32mUpdate package.json[39m
|
|
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] [32mUpdate package.json[39m
|
|
55
|
+
[script] [36mRunning ci...[39m
|
|
56
|
+
[script] [36mRunning lang...[39m
|
|
57
|
+
[script] [32mUpdate .gitignore[39m
|
|
58
|
+
[script] [32mCreate tsconfig.settings.json[39m
|
|
59
|
+
[script] [32mCreate tsconfig.json[39m
|
|
60
|
+
[script] [32mCreate src/index.ts[39m
|
|
61
|
+
[script] [32mCreate src/index.spec.ts[39m
|
|
62
|
+
[script] [32mUpdate package.json[39m
|
|
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] [36mRunning commitlint...[39m
|
|
80
|
+
[script] [32mCreate .vscode/extensions.json[39m
|
|
81
|
+
[script] [36mRunning editorconfig...[39m
|
|
82
|
+
[script] [32mCreate .editorconfig[39m
|
|
83
|
+
[script] [32mUpdate .vscode/extensions.json[39m
|
|
84
|
+
[script] [36mRunning eslint...[39m
|
|
85
|
+
[script] [32mUpdate .gitignore[39m
|
|
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] [32mUpdate package.json[39m
|
|
133
|
+
[script] [32mUpdate package.json[39m
|
|
134
|
+
[script] [32mUpdate .vscode/extensions.json[39m
|
|
135
|
+
[script] [32mCreate .vscode/settings.json[39m
|
|
136
|
+
[script] [36mRunning cspell...[39m
|
|
137
|
+
[script] [32mCreate .cspell.json[39m
|
|
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] [32mUpdate package.json[39m
|
|
155
|
+
[script] [36mRunning vitest...[39m
|
|
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] [32mUpdate package.json[39m
|
|
165
|
+
[script] [36mRunning renovate...[39m
|
|
166
|
+
[script] [36mRunning githooks...[39m
|
|
167
|
+
[script] [36mRunning postconfigure...[39m
|
|
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
|
-
|
|
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
|
-
|
|
11
|
+
## 1.0.0 (2023-03-05)
|
|
10
12
|
|
|
11
|
-
|
|
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
|
-
|
|
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
|
-
|
|
35
|
+
## 1.0.0-alpha.42 (2023-02-10)
|
|
21
36
|
|
|
22
|
-
|
|
23
|
-
|
|
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.
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
69
|
+
**Note:** Version bump only for package @w5s/mrm-preset
|
|
46
70
|
|
|
47
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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.
|
|
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
|
-
|
|
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
|
-
###
|
|
151
|
+
### Bug Fixes
|
|
71
152
|
|
|
72
|
-
|
|
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
|
-
|
|
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
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
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
|
-
|
|
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
|
-
|
|
202
|
+
### Bug Fixes
|
|
99
203
|
|
|
204
|
+
- correct default mrm task ([1a59cb1](https://github.com/w5s/project-config/commit/1a59cb1a114c2cba091c4729b5e66e5a5354004e))
|
|
100
205
|
|
|
101
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
132
|
-
|
|
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))
|