@w5s/mrm-preset 2.6.0 → 2.6.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/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
+ ## [2.6.1](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@2.6.0...@w5s/mrm-preset@2.6.1) (2024-06-04)
7
+
8
+ **Note:** Version bump only for package @w5s/mrm-preset
9
+
6
10
  # [2.6.0](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@2.5.1...@w5s/mrm-preset@2.6.0) (2024-06-04)
7
11
 
8
12
  ### ✨ Features
@@ -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:928b24aaadbd47c1a7722c563b471195ce54788bf8230ce807e1dd500aec0549
204
+ image: node:lts-alpine@sha256:4702a049d90065ae8c73be28a9c9e32f8ee33c10e81bb25ebc040feb0eb81636
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:8e9ea1ceada05790710e6ee16c79d52ae51d961213b178c2d15bb645b95a91b7
16
+ name: renovate/renovate@sha256:e680694925d60352213186a226cc1eccc637a86064c957e1cd4d925a0c4dd177
17
17
  entrypoint: ['']
18
18
  script:
19
19
  - >
package/githooks/index.js CHANGED
@@ -26,6 +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',
34
+ });
35
+
29
36
  gitHook({
30
37
  name: 'pre-commit',
31
38
  content: `npm exec -- lint-staged`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "c8835aaa1ff5e3d0c10759b147d9d74bd9bc8a03"
40
+ "gitHead": "f644cf82a94dfb6b59dbbcf7a722e40b94c485b2"
41
41
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -56,5 +56,5 @@
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "gitHead": "c8835aaa1ff5e3d0c10759b147d9d74bd9bc8a03"
59
+ "gitHead": "f644cf82a94dfb6b59dbbcf7a722e40b94c485b2"
60
60
  }