@w5s/mrm-preset 2.0.0 → 2.1.0

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.4.0 build:tsc
3
+ [tsc] > @w5s/mrm-preset@2.0.0 build:tsc
4
4
  [tsc] > tsc --noEmit --skipLibCheck
5
5
  [tsc]
6
6
  [tsc] npm run build:tsc exited with code 0
@@ -1,22 +1,6 @@
1
1
  [1] : exited with code 0
2
2
  [src]
3
- [src] > @w5s/mrm-preset@1.3.0 format:src
3
+ [src] > @w5s/mrm-preset@2.0.0 format:src
4
4
  [src] > eslint . --fix --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
5
5
  [src]
6
- [src]
7
- [src] /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/git.js
8
- [src] 2:31 error Unable to resolve path to module '@w5s/dev' import/no-unresolved
9
- [src]
10
- [src] /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/githooks.js
11
- [src] 4:31 error Unable to resolve path to module '@w5s/dev' import/no-unresolved
12
- [src]
13
- [src] /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/editorconfig/index.js
14
- [src] 2:31 error Unable to resolve path to module '@w5s/dev' import/no-unresolved
15
- [src]
16
- [src] ✖ 3 problems (3 errors, 0 warnings)
17
- [src]
18
- [src] npm ERR! Lifecycle script `format:src` failed with error:
19
- [src] npm ERR! Error: command failed
20
- [src] npm ERR! in workspace: @w5s/mrm-preset@1.3.0
21
- [src] npm ERR! at location: /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
22
- [src] npm run format:src exited with code 1
6
+ [src] npm run format:src exited with code 0
@@ -1,6 +1,6 @@
1
1
  [1] : exited with code 0
2
2
  [src]
3
- [src] > @w5s/mrm-preset@1.4.0 lint:src
3
+ [src] > @w5s/mrm-preset@2.0.0 lint:src
4
4
  [src] > eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
5
5
  [src]
6
6
  [src] npm run lint:src exited with code 0
@@ -1,6 +1,6 @@
1
1
  [1] : exited with code 0
2
2
  [template]
3
- [template] > @w5s/mrm-preset@2.0.0 prepare:template
3
+ [template] > @w5s/mrm-preset@2.1.0 prepare:template
4
4
  [template] > cp ../../.editorconfig editorconfig/_editorconfig
5
5
  [template]
6
6
  [template] npm run prepare:template exited with code 0
@@ -1,6 +1,6 @@
1
1
  [1] : exited with code 0
2
2
  [script]
3
- [script] > @w5s/mrm-preset@1.4.0 test:script
3
+ [script] > @w5s/mrm-preset@2.0.0 test:script
4
4
  [script] > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
5
5
  [script]
6
6
  [script] mkdir: _tester: File exists
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
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
+ # [2.1.0](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@2.0.0...@w5s/mrm-preset@2.1.0) (2023-10-15)
7
+
8
+ ### ✨ Features
9
+
10
+ - Configure turbo format with --continue ([b4d3844](https://github.com/w5s/project-config/commit/b4d3844))
11
+ - Rename node.js.yml to ci.yml ([3d851c4](https://github.com/w5s/project-config/commit/3d851c4))
12
+
13
+ **Note:** Version bump only for package @w5s/mrm-preset
14
+
6
15
  # [2.0.0](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.4.0...@w5s/mrm-preset@2.0.0) (2023-10-13)
7
16
 
8
17
  ### 🎫 Chores
package/ci/github.js CHANGED
@@ -13,10 +13,10 @@ function task() {
13
13
  ? `${packageManager} install --immutable`
14
14
  : `${packageManager} install`;
15
15
  githubCI.workflow({
16
- name: 'node.js.yml',
16
+ name: 'ci.yml',
17
17
  state,
18
18
  update: (config) => ({
19
- name: 'Node.js CI',
19
+ name: 'Continous Integration',
20
20
  ...config,
21
21
  on: {
22
22
  merge_group: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -24,7 +24,7 @@
24
24
  "postpack": "npx clean-package restore"
25
25
  },
26
26
  "dependencies": {
27
- "@w5s/dev": "^2.0.0",
27
+ "@w5s/dev": "^2.0.1",
28
28
  "debug": "^4.3.3",
29
29
  "glob": "^10.0.0",
30
30
  "mrm-core": "^7.0.0",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "df3ad719f23deb6ab6a2c546664b0496fee3a039"
40
+ "gitHead": "47a30a8316d1991e5afff4356b377b34f8f33043"
41
41
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -38,7 +38,7 @@
38
38
  "test:script": "mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir .."
39
39
  },
40
40
  "dependencies": {
41
- "@w5s/dev": "^2.0.0",
41
+ "@w5s/dev": "^2.0.1",
42
42
  "debug": "^4.3.3",
43
43
  "glob": "^10.0.0",
44
44
  "mrm-core": "^7.0.0",
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "df3ad719f23deb6ab6a2c546664b0496fee3a039"
60
+ "gitHead": "47a30a8316d1991e5afff4356b377b34f8f33043"
61
61
  }
package/project/index.js CHANGED
@@ -96,7 +96,7 @@ function task() {
96
96
  });
97
97
  pkg.script(currentPackageFile, {
98
98
  name: project.format,
99
- update: useWorkspace ? turboRun(project.format) : npmRunAll(project.format, true),
99
+ update: useWorkspace ? `${turboRun(project.format)} --continue` : npmRunAll(project.format, true),
100
100
  state: 'present',
101
101
  });
102
102