@w5s/mrm-preset 2.6.4 → 2.7.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] : exited with code 0
2
- [tsc]
3
- [tsc] > @w5s/mrm-preset@2.6.3 build:tsc
4
- [tsc] > tsc --noEmit --skipLibCheck
5
- [tsc]
6
- [tsc] npm run build:tsc exited with code 0
1
+ [1] : exited with code 0
2
+ [tsc]
3
+ [tsc] > @w5s/mrm-preset@2.6.5 build:tsc
4
+ [tsc] > tsc --noEmit --skipLibCheck
5
+ [tsc]
6
+ [tsc] npm run build:tsc exited with code 0
@@ -1,6 +1,20 @@
1
- [1] : exited with code 0
2
- [src]
3
- [src] > @w5s/mrm-preset@2.6.1 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 0
1
+
2
+ [1] : exited with code 0
3
+ [src]
4
+ [src] > @w5s/mrm-preset@2.6.5 format:src
5
+ [src] > eslint . --fix --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
6
+ [src]
7
+ [src] 
8
+ [src] /Users/julienpolo/Code/Personal/project-config/packages/mrm-preset/core/lintStaged.js
9
+ [src]  2:7 error 'npm' is assigned a value but never used no-unused-vars
10
+ [src] 
11
+ [src] ✖ 1 problem (1 error, 0 warnings)
12
+ [src] 
13
+ [src] npm error Lifecycle script `format:src` failed with error:
14
+ [src] npm error code 1
15
+ [src] npm error path /Users/julienpolo/Code/Personal/project-config/packages/mrm-preset
16
+ [src] npm error workspace @w5s/mrm-preset@2.6.5
17
+ [src] npm error location /Users/julienpolo/Code/Personal/project-config/packages/mrm-preset
18
+ [src] npm error command failed
19
+ [src] npm error command sh -c eslint . --fix --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
20
+ [src] npm run format:src exited with code 1
@@ -1,7 +1,6 @@
1
-
2
- [1] : exited with code 0
3
- [src]
4
- [src] > @w5s/mrm-preset@2.3.6 lint:src
5
- [src] > eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
6
- [src]
7
- [src] npm run lint:src exited with code 0
1
+ [1] : exited with code 0
2
+ [src]
3
+ [src] > @w5s/mrm-preset@2.6.5 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,2 +1 @@
1
-
2
- CSpell: Files checked: 52, Issues found: 0 in 0 files
1
+ CSpell: Files checked: 52, Issues found: 0 in 0 files.
@@ -1,30 +1,29 @@
1
-
2
- [1] : exited with code 0
3
- [script]
4
- [script] > @w5s/mrm-preset@2.3.6 test:script
5
- [script] > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
6
- [script]
7
- [script] mkdir: _tester: File exists
8
- [script] Running bootstrap...
9
- [script] Running alias configure...
10
- [script] Running gitignore...
11
- [script] Running project...
12
- [script] Update turbo.json
13
- [script] Running contributing...
14
- [script] Running licenses...
15
- [script] Running asdf...
16
- [script] Running release...
17
- [script] Running ci...
18
- [script] Running lang...
19
- [script] Update tsconfig.json
20
- [script] Running commitlint...
21
- [script] Update .vscode/extensions.json
22
- [script] Running editorconfig...
23
- [script] Running eslint...
24
- [script] Running cspell...
25
- [script] Update .cspell.json
26
- [script] Running vitest...
27
- [script] Running renovate...
28
- [script] Running githooks...
29
- [script] Running post-configure...
30
- [script] npm run test:script exited with code 0
1
+ [1] : exited with code 0
2
+ [script]
3
+ [script] > @w5s/mrm-preset@2.6.5 test:script
4
+ [script] > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
5
+ [script]
6
+ [script] mkdir: _tester: File exists
7
+ [script] Running bootstrap...
8
+ [script] Running alias configure...
9
+ [script] Running gitignore...
10
+ [script] Running project...
11
+ [script] Update turbo.json
12
+ [script] Running contributing...
13
+ [script] Running licenses...
14
+ [script] Running asdf...
15
+ [script] Running release...
16
+ [script] Running ci...
17
+ [script] Running lang...
18
+ [script] Update tsconfig.json
19
+ [script] Running commitlint...
20
+ [script] Update .vscode/extensions.json
21
+ [script] Running editorconfig...
22
+ [script] Running eslint...
23
+ [script] Running cspell...
24
+ [script] Update .cspell.json
25
+ [script] Running vitest...
26
+ [script] Running renovate...
27
+ [script] Running githooks...
28
+ [script] Running post-configure...
29
+ [script] npm run test:script exited with code 0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.7.0](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@2.6.5...@w5s/mrm-preset@2.7.0) (2024-08-05)
7
+
8
+ ### ✨ Features
9
+
10
+ - Remove lint-staged ([0329902](https://github.com/w5s/project-config/commit/0329902))
11
+
12
+ ### 🐛 Bug Fixes
13
+
14
+ - Fix githooks installation ([c6bd0be](https://github.com/w5s/project-config/commit/c6bd0be))
15
+
16
+ **Note:** Version bump only for package @w5s/mrm-preset
17
+
18
+ ## [2.6.5](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@2.6.4...@w5s/mrm-preset@2.6.5) (2024-07-25)
19
+
20
+ **Note:** Version bump only for package @w5s/mrm-preset
21
+
6
22
  ## [2.6.4](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@2.6.3...@w5s/mrm-preset@2.6.4) (2024-07-24)
7
23
 
8
24
  **Note:** Version bump only for package @w5s/mrm-preset
@@ -201,7 +201,7 @@ variables:
201
201
  # IMAGE_NAME: $CI_REGISTRY_IMAGE
202
202
 
203
203
  .autodevops_node_image:
204
- image: node:lts-alpine@sha256:09dbe0a53523c2482d85a037efc6b0e8e8bb16c6f1acf431fe36aa0ebc871c06
204
+ image: node:lts-alpine@sha256:eb8101caae9ac02229bd64c024919fe3d4504ff7f329da79ca60a04db08cef52
205
205
 
206
206
  .autodevops_node_install:
207
207
  extends:
@@ -13,7 +13,7 @@
13
13
  when: always
14
14
  - when: never
15
15
  image:
16
- name: renovate/renovate@sha256:9b51d3d092ffd56b8786648a90a978a8abd8ddbd6f8f9e176b21f6c8d2c2a94d
16
+ name: renovate/renovate@sha256:240640ff96b19c5f635f9378c90953c1c6372421ce9146b752df8f52c487ecf2
17
17
  entrypoint: ['']
18
18
  script:
19
19
  - >
@@ -1,5 +1,4 @@
1
1
  const pkg = require('./pkg.js');
2
- const npm = require('./npm.js');
3
2
  const jsonFile = require('./jsonFile.js');
4
3
 
5
4
  /**
@@ -24,11 +23,11 @@ function lintStaged({ state, update }) {
24
23
  });
25
24
 
26
25
  // Dependencies
27
- npm.dependency({
28
- dev: true,
29
- name: ['lint-staged'],
30
- state,
31
- });
26
+ // npm.dependency({
27
+ // dev: true,
28
+ // name: ['lint-staged'],
29
+ // state,
30
+ // });
32
31
  }
33
32
 
34
33
  module.exports = {
package/githooks/index.js CHANGED
@@ -26,11 +26,13 @@ function task() {
26
26
  ],
27
27
  }),
28
28
  });
29
- pkg.script(packageFile, {
30
- name: `${project.prepare}:githooks`,
31
- state: gitSupported ? 'present' : 'absent',
32
- // eslint-disable-next-line no-template-curly-in-string
33
- update: (_) => '[ -n "${CI:-}" ] || git config core.hooksPath .githooks',
29
+ pkg.withPackageJson((_packageFile) => {
30
+ pkg.script(_packageFile, {
31
+ name: `${project.prepare}:githooks`,
32
+ state: gitSupported ? 'present' : 'absent',
33
+ // eslint-disable-next-line no-template-curly-in-string
34
+ update: (_) => '[ -n "${CI:-}" ] || git config core.hooksPath .githooks',
35
+ });
34
36
  });
35
37
 
36
38
  gitHook({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "2.6.4",
3
+ "version": "2.7.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.2.4",
27
+ "@w5s/dev": "^2.2.6",
28
28
  "debug": "^4.3.3",
29
29
  "glob": "^11.0.0",
30
30
  "mrm-core": "^7.0.0",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "64cee3db1b4e67e97e4537106716cfdb53cf6e16"
40
+ "gitHead": "96fb012aa5cb73624e3238f1e2ce45f40977c50c"
41
41
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "2.6.4",
3
+ "version": "2.7.0",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -37,7 +37,7 @@
37
37
  "test:script": "mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir .."
38
38
  },
39
39
  "dependencies": {
40
- "@w5s/dev": "^2.2.4",
40
+ "@w5s/dev": "^2.2.6",
41
41
  "debug": "^4.3.3",
42
42
  "glob": "^11.0.0",
43
43
  "mrm-core": "^7.0.0",
@@ -56,5 +56,5 @@
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "gitHead": "64cee3db1b4e67e97e4537106716cfdb53cf6e16"
59
+ "gitHead": "96fb012aa5cb73624e3238f1e2ce45f40977c50c"
60
60
  }