@open-turo/eslint-config-react 1.3.1 → 1.3.2

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.
@@ -13,12 +13,13 @@ jobs:
13
13
  uses: actions/checkout@v3
14
14
  with:
15
15
  fetch-depth: 0
16
+ persist-credentials: false
16
17
  - name: Semantic release
17
18
  id: release
18
19
  uses: cycjimmy/semantic-release-action@v2
19
20
  with:
20
21
  extra_plugins: |
21
- semantic-release-github-pullrequest
22
+ @open-turo/semantic-release-config
22
23
  env:
23
24
  GITHUB_TOKEN: ${{ secrets.OPEN_TURO_GITHUB_TOKEN }}
24
25
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package/.releaserc.json CHANGED
@@ -1,26 +1,3 @@
1
1
  {
2
- "branches": ["main", "next"],
3
- "plugins": [
4
- "@semantic-release/commit-analyzer",
5
- "@semantic-release/release-notes-generator",
6
- [
7
- "@semantic-release/npm",
8
- {
9
- "tarballDir": "pack"
10
- }
11
- ],
12
- [
13
- "@semantic-release/github",
14
- {
15
- "assets": "pack/*.tgz"
16
- }
17
- ],
18
- [
19
- "semantic-release-github-pullrequest",
20
- {
21
- "assets": ["package.json", "README.md", "package-lock.json"],
22
- "baseRef": "main"
23
- }
24
- ]
25
- ]
2
+ "extends": "@open-turo/semantic-release-config/lib/npm"
26
3
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "@commitlint/cli": "^17.0.0",
6
6
  "@open-turo/commitlint-config-conventional": "^1.0.2",
7
7
  "@open-turo/eslint-config-typescript": "^2.3.0",
8
- "@semantic-release/git": "^10.0.1",
8
+ "@open-turo/semantic-release-config": "^1.0.1",
9
9
  "@typescript-eslint/eslint-plugin": "^5.46.0",
10
10
  "@typescript-eslint/parser": "^5.46.0",
11
11
  "eslint": ">=8.18.0",
@@ -23,8 +23,7 @@
23
23
  "eslint-plugin-sort-destructure-keys": "^1.4.0",
24
24
  "eslint-plugin-typescript-sort-keys": "^2.1.0",
25
25
  "prettier": "^2.5.1",
26
- "semantic-release": "^19.0.2",
27
- "semantic-release-github-pullrequest": "^1.3.0"
26
+ "semantic-release": "^19.0.2"
28
27
  },
29
28
  "engines": {
30
29
  "node": ">= 14"
@@ -48,7 +47,7 @@
48
47
  "eslint-plugin-react": "^7.29.4",
49
48
  "eslint-plugin-react-hooks": "^4.4.0",
50
49
  "eslint-plugin-simple-import-sort": "^8.0.0",
51
- "eslint-plugin-sonarjs": "^0.16.0",
50
+ "eslint-plugin-sonarjs": "^0.17.0",
52
51
  "eslint-plugin-sort-destructure-keys": "^1.4.0",
53
52
  "eslint-plugin-typescript-sort-keys": "^2.1.0",
54
53
  "prettier": "^2.5.1"
@@ -57,5 +56,5 @@
57
56
  "access": "public"
58
57
  },
59
58
  "repository": "https://github.com/open-turo/eslint-config-react",
60
- "version": "1.3.1"
59
+ "version": "1.3.2"
61
60
  }