@w5s/mrm-preset 1.0.0-alpha.30 → 1.0.0-alpha.32

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
- [build:*tsc]
3
- [build:*tsc] > @w5s/mrm-preset@1.0.0-alpha.29 build:tsc
4
- [build:*tsc] > tsc --noEmit --skipLibCheck
5
- [build:*tsc]
6
- [build:*tsc] npm run build:tsc exited with code 0
2
+ [tsc]
3
+ [tsc] > @w5s/mrm-preset@1.0.0-alpha.31 build:tsc
4
+ [tsc] > tsc --noEmit --skipLibCheck
5
+ [tsc]
6
+ [tsc] npm run build:tsc exited with code 0
@@ -8,3 +8,46 @@ Starting markdown-magic [ '**/*.md', '!node_modules/**' ]
8
8
  ⁕ PKGJSON:template=[package-url]: https://www.npmjs.com/package/${name}
9
9
  ⁕ PKGJSON:template=[license-image]: https://img.shields.io/badge/license-${license}-green.svg?style=flat-square
10
10
 
11
+ ✔ _tester/node_modules/@w5s/mrm-preset/README.md Updated
12
+ Transforms run
13
+ ⁕ PKGJSON:template=# W5s Mrm Preset _(${name})_
14
+ ⁕ PKGJSON:template=> ${description}&unknownTxt=
15
+ ⁕ PKGJSON:template=[${license}][license-url] © ${author}
16
+ ⁕ PKGJSON:template=[package-version-svg]: https://img.shields.io/npm/v/${name}.svg?style=flat-square
17
+ ⁕ PKGJSON:template=[package-url]: https://www.npmjs.com/package/${name}
18
+ ⁕ PKGJSON:template=[license-image]: https://img.shields.io/badge/license-${license}-green.svg?style=flat-square
19
+
20
+ ✔ _tester/node_modules/@w5s/eslint-config/README.md Updated
21
+ Transforms run
22
+ ⁕ PKGJSON:template=# W5s ESLint configuration _(${name})_
23
+ ⁕ PKGJSON:template=> ${description}&unknownTxt=
24
+ ⁕ PKGJSON:template=```console\nnpm install --save-dev ${name}\n```
25
+ ⁕ PKGJSON:template=[${license}][license-url] © ${author}
26
+ ⁕ PKGJSON:template=[package-version-svg]: https://img.shields.io/npm/v/${name}.svg?style=flat-square
27
+ ⁕ PKGJSON:template=[package-url]: https://www.npmjs.com/package/${name}
28
+ ⁕ PKGJSON:template=[license-image]: https://img.shields.io/badge/license-${license}-green.svg?style=flat-square
29
+
30
+ ✔ _tester/node_modules/@w5s/ts-config/README.md Updated
31
+ Transforms run
32
+ ⁕ PKGJSON:template=# W5s Typescript configuration _(${name})_
33
+ ⁕ PKGJSON:template=> ${description}&unknownTxt=
34
+ ⁕ PKGJSON:template=```console\nnpm install --save-dev ${name}\n```
35
+ ⁕ PKGJSON:template=Typescript: ${peerDependencies.typescript}&unknownTxt=
36
+ ⁕ PKGJSON:template=[${license}][license-url] © ${author}
37
+ ⁕ PKGJSON:template=[package-version-svg]: https://img.shields.io/npm/v/${name}.svg?style=flat-square
38
+ ⁕ PKGJSON:template=[package-url]: https://www.npmjs.com/package/${name}
39
+ ⁕ PKGJSON:template=[license-image]: https://img.shields.io/badge/license-${license}-green.svg?style=flat-square
40
+
41
+ ✔ _tester/node_modules/@w5s/prettier-config/README.md Updated
42
+ Transforms run
43
+ ⁕ PKGJSON:template=# W5s Prettier configuration _(${name})_
44
+ ⁕ PKGJSON:template=> ${description}&unknownTxt=
45
+ ⁕ PKGJSON:template=```console\nnpm install --save-dev ${name}\n```
46
+ ⁕ PKGJSON:template=```json\n"${name}"\n```
47
+ ⁕ PKGJSON:template=```js\nmodule.exports = {\n ...require('${name}'),\n // Override rules\n};\n```
48
+ ⁕ PKGJSON:template=Prettier: ${peerDependencies.prettier}&unknownTxt=
49
+ ⁕ PKGJSON:template=[${license}][license-url] © ${author}
50
+ ⁕ PKGJSON:template=[package-version-svg]: https://img.shields.io/npm/v/${name}.svg?style=flat-square
51
+ ⁕ PKGJSON:template=[package-url]: https://www.npmjs.com/package/${name}
52
+ ⁕ PKGJSON:template=[license-image]: https://img.shields.io/badge/license-${license}-green.svg?style=flat-square
53
+
@@ -1,6 +1,6 @@
1
1
  [1] : exited with code 0
2
- [lint:*src]
3
- [lint:*src] > @w5s/mrm-preset@1.0.0-alpha.29 lint:src
4
- [lint:*src] > eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
5
- [lint:*src]
6
- [lint:*src] npm run lint:src exited with code 0
2
+ [src]
3
+ [src] > @w5s/mrm-preset@1.0.0-alpha.31 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
@@ -1,45 +1,43 @@
1
- [test:*src]
2
- [test:*src] > @w5s/mrm-preset@1.0.0-alpha.29 test:src
3
- [test:*src] > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
4
- [test:*src]
5
- [test:*src] mkdir: _tester: File exists
6
- [test:*src] Running bootstrap...
7
- [test:*src] Running alias configure...
8
- [test:*src] Running gitignore...
9
- [test:*src] Running project...
10
- [test:*src] Running contributing...
11
- [test:*src] Running licenses...
12
- [test:*src] Running release...
13
- [test:*src] Running ci...
14
- [test:*src] Running lang...
15
- [test:*src] Update tsconfig.json
16
- [test:*src] Running commitlint...
17
- [test:*src] Update .vscode/extensions.json
18
- [test:*src] Running editorconfig...
19
- [test:*src] Running eslint...
20
- [test:*src] Running cspell...
21
- [test:*src] Update cSpell.json
22
- [test:*src] Update package.json
23
- [test:*src] Running jest...
24
- [test:*src] Running renovate...
25
- [test:*src] Running githooks...
26
- [test:*src] Running postconfigure...
27
- [test:*src] Error: to format code
28
- [test:*src]
29
- [test:*src] > _tester@1.0.0-alpha.0 format
30
- [test:*src] > concurrently "npm:format:*" ":"
31
- [test:*src]
32
- [test:*src] [1] : exited with code 0
33
- [test:*src] [format:*root]
34
- [test:*src] [format:*root] > _tester@1.0.0-alpha.0 format:root
35
- [test:*src] [format:*root] > eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml --fix
36
- [test:*src] [format:*root]
37
- [test:*src] [format:*root]
38
- [test:*src] [format:*root] /Users/julienpolo/Workspace/Personal/project-config/packages/mrm-preset/_tester/src/index.spec.ts
39
- [test:*src] [format:*root] 1:20 error 'test' is defined but never used @typescript-eslint/no-unused-vars
40
- [test:*src] [format:*root]
41
- [test:*src] [format:*root] 1 problem (1 error, 0 warnings)
42
- [test:*src] [format:*root]
43
- [test:*src] [format:*root] npm run format:root exited with code 1
44
- [test:*src]
45
- [test:*src] npm run test:src exited with code 0
1
+ [src]
2
+ [src] > @w5s/mrm-preset@1.0.0-alpha.31 test:src
3
+ [src] > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
4
+ [src]
5
+ [src] mkdir: _tester: File exists
6
+ [src] Running bootstrap...
7
+ [src] Running alias configure...
8
+ [src] Running gitignore...
9
+ [src] Running project...
10
+ [src] Running contributing...
11
+ [src] Running licenses...
12
+ [src] Running release...
13
+ [src] Running ci...
14
+ [src] Running lang...
15
+ [src] Update tsconfig.json
16
+ [src] Running commitlint...
17
+ [src] Update .vscode/extensions.json
18
+ [src] Running editorconfig...
19
+ [src] Running eslint...
20
+ [src] Running cspell...
21
+ [src] Running jest...
22
+ [src] Running renovate...
23
+ [src] Running githooks...
24
+ [src] Running postconfigure...
25
+ [src] Error: to format code
26
+ [src]
27
+ [src] > _tester@1.0.0-alpha.0 format
28
+ [src] > concurrently "npm:format:*" ":"
29
+ [src]
30
+ [src] [1] : exited with code 0
31
+ [src] [root]
32
+ [src] [root] > _tester@1.0.0-alpha.0 format:root
33
+ [src] [root] > eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml --fix
34
+ [src] [root]
35
+ [src] [root]
36
+ [src] [root] /Users/julienpolo/Code/Personal/project-config/packages/mrm-preset/_tester/src/index.spec.ts
37
+ [src] [root] 1:20 error 'test' is defined but never used @typescript-eslint/no-unused-vars
38
+ [src] [root]
39
+ [src] [root]1 problem (1 error, 0 warnings)
40
+ [src] [root]
41
+ [src] [root] npm run format:root exited with code 1
42
+ [src]
43
+ [src] npm run test:src exited with code 0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.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)
7
+
8
+ **Note:** Version bump only for package @w5s/mrm-preset
9
+
10
+ # [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)
11
+
12
+ **Note:** Version bump only for package @w5s/mrm-preset
13
+
6
14
  # [1.0.0-alpha.30](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.29...@w5s/mrm-preset@1.0.0-alpha.30) (2022-11-15)
7
15
 
8
16
  **Note:** Version bump only for package @w5s/mrm-preset
package/eslint/index.js CHANGED
@@ -29,7 +29,7 @@ function createESLint({ eslintPreset: eslintPresetDefault = 'eslint:recommended'
29
29
  'coverage/',
30
30
  'build/',
31
31
  '.cache/',
32
- 'public/',
32
+ './public/',
33
33
  ]);
34
34
 
35
35
  // Dependencies
@@ -50,7 +50,7 @@ function createESLint({ eslintPreset: eslintPresetDefault = 'eslint:recommended'
50
50
  npm.dependency({
51
51
  dev: true,
52
52
  name: eslintPreset,
53
- state: !eslintPreset.startsWith('eslint:') ? 'present' : 'absent',
53
+ state: eslintPreset.startsWith('eslint:') ? 'absent' : 'present',
54
54
  });
55
55
  eslintConfig({
56
56
  state: 'present',
package/lang/index.js CHANGED
@@ -34,7 +34,7 @@ function createLang({ language: languageDefault = 'typescript', tsConfig: tsConf
34
34
  const tsConfig = json('tsconfig.json');
35
35
 
36
36
  // Should be run first
37
- gitIgnore('Typescript', ['lib/', '*.tsbuildinfo', 'typings/']);
37
+ gitIgnore('Typescript', ['lib/*', '*.tsbuildinfo', 'typings/*']);
38
38
  eslintIgnore(['lib/']);
39
39
 
40
40
  // const excludeList = ['**/*.test.*', '**/*.spec.*', '**/__tests__/**'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "1.0.0-alpha.30",
3
+ "version": "1.0.0-alpha.32",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "547ba47c9c6efa5e34df4cbf7e72640c752cedfa"
54
+ "gitHead": "c1a2376de4ebf76162e6c0629304ae83ebe28d1e"
55
55
  }
package/project/index.js CHANGED
@@ -309,7 +309,7 @@ function task() {
309
309
  });
310
310
  npm.dependency({
311
311
  dev: true,
312
- name: ['lerna', 'conventional-changelog-gitmoji-config'],
312
+ name: ['lerna'],
313
313
  state: rootUseWorkspace ? 'present' : 'absent',
314
314
  });
315
315