@w5s/mrm-preset 1.0.0-alpha.36 → 1.0.0-alpha.37

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.34 build:tsc
3
+ [tsc] > @w5s/mrm-preset@1.0.0-alpha.37 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.34 lint:src
3
+ [src] > @w5s/mrm-preset@1.0.0-alpha.36 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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.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)
7
+
8
+ **Note:** Version bump only for package @w5s/mrm-preset
9
+
6
10
  # [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)
7
11
 
8
12
  **Note:** Version bump only for package @w5s/mrm-preset
package/eslint/index.js CHANGED
@@ -35,17 +35,10 @@ function createESLint({ eslintPreset: eslintPresetDefault = 'eslint:recommended'
35
35
  // Dependencies
36
36
  npm.dependency({
37
37
  dev: true,
38
- name: ['eslint', '@babel/core', '@babel/eslint-parser', 'prettier'],
38
+ name: ['eslint', 'prettier'],
39
39
  state: 'present',
40
40
  });
41
41
 
42
- // Clean legacy
43
- npm.dependency({
44
- dev: true,
45
- name: ['@typescript-eslint/parser', '@typescript-eslint/eslint-plugin', 'babel-eslint'],
46
- state: 'absent',
47
- });
48
-
49
42
  // Preset
50
43
  npm.dependency({
51
44
  dev: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "1.0.0-alpha.36",
3
+ "version": "1.0.0-alpha.37",
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": "70a57c7d13988e14c4a2bc9a635c4b1497d701d7"
54
+ "gitHead": "61004fd9075a909dac066b6b3c012817bb082414"
55
55
  }
package/release/index.js CHANGED
@@ -11,7 +11,9 @@ function task() {
11
11
  pkg.script(packageFile, {
12
12
  name: project.release,
13
13
  // eslint-disable-next-line no-template-curly-in-string
14
- update: useWorkspace ? 'is-ci && lerna publish --yes || lerna publish' : semanticRelease.command(),
14
+ update: useWorkspace
15
+ ? 'is-ci && npm run clean && lerna publish --yes || lerna publish'
16
+ : semanticRelease.command(),
15
17
  state: 'present',
16
18
  });
17
19
  });
@@ -1,53 +0,0 @@
1
- Starting markdown-magic [ '**/*.md', '!node_modules/**' ]
2
- ✔ README.md Updated
3
- Transforms run
4
- ⁕ PKGJSON:template=# W5s Mrm Preset _(${name})_
5
- ⁕ PKGJSON:template=> ${description}&unknownTxt=
6
- ⁕ PKGJSON:template=[${license}][license-url] © ${author}
7
- ⁕ PKGJSON:template=[package-version-svg]: https://img.shields.io/npm/v/${name}.svg?style=flat-square
8
- ⁕ PKGJSON:template=[package-url]: https://www.npmjs.com/package/${name}
9
- ⁕ PKGJSON:template=[license-image]: https://img.shields.io/badge/license-${license}-green.svg?style=flat-square
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 +0,0 @@
1
- [1] : exited with code 0
2
- [src]
3
- [src] > @w5s/mrm-preset@1.0.0-alpha.34 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 SIGINT
@@ -1 +0,0 @@
1
- CSpell: Files checked: 51, Issues found: 0 in 0 files
@@ -1,37 +0,0 @@
1
- [src]
2
- [src] > @w5s/mrm-preset@1.0.0-alpha.34 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] Update .cspell.json
22
- [src] Installing @w5s/cspell-config...
23
- [src] npm ERR! code E404
24
- [src] npm ERR! 404 Not Found - GET https://registry.npmjs.org/@w5s%2fcspell-config - Not found
25
- npm ERR! 404
26
- [src] npm ERR! 404 '@w5s/cspell-config@latest' is not in this registry.
27
- [src] npm ERR! 404
28
- [src] npm ERR! 404 Note that you can also install from a
29
- [src] npm ERR! 404 tarball, folder, http url, or git url.
30
- [src]
31
- [src] npm ERR! A complete log of this run can be found in:
32
- [src] npm ERR! /Users/julienpolo/Library/Caches/npm/_logs/2022-12-22T17_40_55_853Z-debug-0.log
33
- [src] Running jest...
34
- [src] Running renovate...
35
- [src] Running githooks...
36
- [src] Running postconfigure...
37
- [src] npm run test:src exited with code 0