@kong/eslint-config-kong-ui 1.2.6 → 1.2.7
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/README.md +9 -0
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -16,6 +16,7 @@ A [shared ESLint configuration](https://eslint.org/docs/latest/extend/shareable-
|
|
|
16
16
|
- [Contributing \& Local Development](#contributing--local-development)
|
|
17
17
|
- [Lint and fix](#lint-and-fix)
|
|
18
18
|
- [Committing Changes](#committing-changes)
|
|
19
|
+
- [Approvals](#approvals)
|
|
19
20
|
- [Package Publishing](#package-publishing)
|
|
20
21
|
|
|
21
22
|
## Usage
|
|
@@ -196,6 +197,14 @@ This will trigger the Commitizen interactive prompt for building your commit mes
|
|
|
196
197
|
|
|
197
198
|
Additionally, CI will use `commitlint` to validate the commits associated with a PR in the `Lint Commit Messages` job.
|
|
198
199
|
|
|
200
|
+
### Approvals
|
|
201
|
+
|
|
202
|
+
- All pull requests require review and approval from authorized team members.
|
|
203
|
+
- Automated approvals through workflows are strictly prohibited.
|
|
204
|
+
- There is an exception for automated pull request approvals originating from generated dependency updates that satisfy status checks and other requirements.
|
|
205
|
+
- Protected branches require at least one approval from code owners.
|
|
206
|
+
- All status checks must pass before a pull request may be merged.
|
|
207
|
+
|
|
199
208
|
### Package Publishing
|
|
200
209
|
|
|
201
210
|
This repository utilizes [Semantic Release](https://github.com/semantic-release/semantic-release) for automated package publishing and version updates.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong/eslint-config-kong-ui",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.7",
|
|
4
4
|
"description": "Sharable ESLint configuration for Kong's frontend repositories",
|
|
5
5
|
"main": "configs/index.mjs",
|
|
6
6
|
"type": "module",
|
|
@@ -25,21 +25,21 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@eslint/compat": "^1.2.4",
|
|
28
|
-
"@eslint/eslintrc": "^3.
|
|
29
|
-
"@eslint/js": "^9.
|
|
28
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
29
|
+
"@eslint/js": "^9.23.0",
|
|
30
30
|
"@stylistic/eslint-plugin": "^2.13.0",
|
|
31
31
|
"eslint-plugin-cypress": "^3.6.0",
|
|
32
|
-
"eslint-plugin-jsonc": "^2.
|
|
33
|
-
"eslint-plugin-n": "^17.
|
|
32
|
+
"eslint-plugin-jsonc": "^2.20.0",
|
|
33
|
+
"eslint-plugin-n": "^17.17.0",
|
|
34
34
|
"eslint-plugin-promise": "^6.6.0",
|
|
35
|
-
"eslint-plugin-vue": "^9.
|
|
35
|
+
"eslint-plugin-vue": "^9.33.0",
|
|
36
36
|
"globals": "^15.14.0",
|
|
37
37
|
"jsonc-eslint-parser": "^2.4.0",
|
|
38
|
-
"typescript-eslint": "^8.
|
|
38
|
+
"typescript-eslint": "^8.28.0",
|
|
39
39
|
"vue-eslint-parser": "^9.4.3"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"eslint": ">= 9.
|
|
42
|
+
"eslint": ">= 9.23.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@commitlint/cli": "^19.6.1",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@semantic-release/changelog": "^6.0.3",
|
|
50
50
|
"commitizen": "^4.3.1",
|
|
51
51
|
"cz-conventional-changelog": "^3.3.0",
|
|
52
|
-
"eslint": "^9.
|
|
52
|
+
"eslint": "^9.23.0",
|
|
53
53
|
"semantic-release": "^24.2.1"
|
|
54
54
|
},
|
|
55
55
|
"repository": {
|