eslint-config-ganintegrity 6.0.0 → 6.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.
package/.gitlab-ci.yml CHANGED
@@ -1,4 +1,4 @@
1
- image: node:12.15
1
+ image: node:18.19
2
2
 
3
3
  cache:
4
4
  paths:
@@ -9,7 +9,7 @@ stages:
9
9
  - publish
10
10
 
11
11
  before_script:
12
- - echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
12
+ - echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
13
13
  - npm install
14
14
 
15
15
  test:
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 12.15.0
1
+ 18.19.0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # [6.1.0](https://gitlab.com/ganintegrity/eslint-config-ganintegrity/compare/v6.0.0...v6.1.0) (2023-12-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * package-lock ([c12ea33](https://gitlab.com/ganintegrity/eslint-config-ganintegrity/commit/c12ea33e9dbfacfe789ac813f0c28b1240026fd3))
7
+
8
+
9
+ ### Features
10
+
11
+ * update semantic release ([4bb131d](https://gitlab.com/ganintegrity/eslint-config-ganintegrity/commit/4bb131d8354b864ed8750716f11241fe29ee59d0))
12
+
1
13
  # [6.0.0](https://gitlab.com/ganintegrity/eslint-config-ganintegrity/compare/v5.1.0...v6.0.0) (2023-12-14)
2
14
 
3
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-ganintegrity",
3
- "version": "6.0.0",
3
+ "version": "6.1.0",
4
4
  "description": "eslint configs with prettier integration",
5
5
  "main": "index.js",
6
6
  "dependencies": {
@@ -19,15 +19,15 @@
19
19
  "devDependencies": {
20
20
  "@commitlint/cli": "8.1.0",
21
21
  "@ganintegrity/commitlint-config": "2.0.0",
22
- "@semantic-release/changelog": "3.0.4",
23
- "@semantic-release/git": "7.0.16",
24
- "@semantic-release/gitlab": "3.1.7",
25
- "@semantic-release/npm": "5.1.13",
22
+ "@semantic-release/changelog": "6.0.3",
23
+ "@semantic-release/git": "10.0.1",
24
+ "@semantic-release/gitlab": "12.0.3",
25
+ "@semantic-release/npm": "10.0.4",
26
26
  "eslint": "8.36.0",
27
27
  "eslint-plugin-n": "^15.7.0",
28
28
  "husky": "2.7.0",
29
29
  "prettier": "2.8.4",
30
- "semantic-release": "15.13.18"
30
+ "semantic-release": "21.0.7"
31
31
  },
32
32
  "scripts": {
33
33
  "test": "echo \"Error: no test specified\" && exit 1",