cdk8s-cli 2.198.278 → 2.198.279
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/package.json +2 -5
- package/.backportrc.json +0 -17
package/package.json
CHANGED
|
@@ -9,8 +9,6 @@
|
|
|
9
9
|
"cdk8s": "bin/cdk8s"
|
|
10
10
|
},
|
|
11
11
|
"scripts": {
|
|
12
|
-
"backport": "npx projen backport",
|
|
13
|
-
"backport:1.x": "npx projen backport:1.x",
|
|
14
12
|
"build": "npx projen build",
|
|
15
13
|
"bump": "npx projen bump",
|
|
16
14
|
"clobber": "npx projen clobber",
|
|
@@ -50,7 +48,7 @@
|
|
|
50
48
|
"organization": false
|
|
51
49
|
},
|
|
52
50
|
"devDependencies": {
|
|
53
|
-
"@cdk8s/projen-common": "^0.0.
|
|
51
|
+
"@cdk8s/projen-common": "^0.0.560",
|
|
54
52
|
"@stylistic/eslint-plugin": "^2",
|
|
55
53
|
"@types/fs-extra": "^8",
|
|
56
54
|
"@types/glob": "^7.2.0",
|
|
@@ -59,7 +57,6 @@
|
|
|
59
57
|
"@types/semver": "^7.5.8",
|
|
60
58
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
61
59
|
"@typescript-eslint/parser": "^8",
|
|
62
|
-
"backport": "8.9.9",
|
|
63
60
|
"commit-and-tag-version": "^12",
|
|
64
61
|
"constructs": "^10.0.0",
|
|
65
62
|
"eslint": "^9",
|
|
@@ -109,7 +106,7 @@
|
|
|
109
106
|
"publishConfig": {
|
|
110
107
|
"access": "public"
|
|
111
108
|
},
|
|
112
|
-
"version": "2.198.
|
|
109
|
+
"version": "2.198.279",
|
|
113
110
|
"jest": {
|
|
114
111
|
"coverageProvider": "v8",
|
|
115
112
|
"testMatch": [
|
package/.backportrc.json
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"repoOwner": "cdk8s-team",
|
|
3
|
-
"repoName": "cdk8s-cli",
|
|
4
|
-
"signoff": true,
|
|
5
|
-
"branchLabelMapping": {
|
|
6
|
-
"^backport-to-(.+)$": "$1"
|
|
7
|
-
},
|
|
8
|
-
"prTitle": "{commitMessages}",
|
|
9
|
-
"fork": false,
|
|
10
|
-
"publishStatusCommentOnFailure": true,
|
|
11
|
-
"publishStatusCommentOnSuccess": true,
|
|
12
|
-
"publishStatusCommentOnAbort": true,
|
|
13
|
-
"targetPRLabels": [
|
|
14
|
-
"auto-approve"
|
|
15
|
-
],
|
|
16
|
-
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
|
|
17
|
-
}
|