jsii-release 0.2.705 → 0.2.707
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/.projenrc.ts +5 -3
- package/package.json +6 -6
- package/package.json.bak +6 -6
package/.projenrc.ts
CHANGED
|
@@ -96,9 +96,9 @@ test?.addJob('determine_env', {
|
|
|
96
96
|
run: 'echo IntegTestCredentialsRequireApproval > .envname',
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
|
-
name: '
|
|
100
|
-
// In a mergeGroup event,
|
|
101
|
-
if: '
|
|
99
|
+
name: 'Run automatically if in a mergeGroup or PR created from this repo',
|
|
100
|
+
// In a mergeGroup event, or a non-forked request, run without confirmation
|
|
101
|
+
if: "${{ github.event_name == 'merge_group' || github.event.pull_request.head.repo.full_name == github.repository }}",
|
|
102
102
|
run: 'echo IntegTestCredentials > .envname',
|
|
103
103
|
},
|
|
104
104
|
{
|
|
@@ -136,6 +136,8 @@ test?.addJob('integ', {
|
|
|
136
136
|
uses: 'actions/checkout@v3',
|
|
137
137
|
with: {
|
|
138
138
|
ref: '${{ github.event.pull_request.head.ref }}',
|
|
139
|
+
// Need this because we are running on pull_request_target
|
|
140
|
+
repository: '${{ github.event.pull_request.head.repo.full_name }}',
|
|
139
141
|
},
|
|
140
142
|
},
|
|
141
143
|
{
|
package/package.json
CHANGED
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
"organization": true
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/client-sts": "^3.
|
|
56
|
+
"@aws-sdk/client-sts": "^3.344.0",
|
|
57
57
|
"@types/glob": "^8.1.0",
|
|
58
58
|
"@types/jest": "^27.5.2",
|
|
59
59
|
"@types/node": "^16",
|
|
60
60
|
"@types/yargs": "^17",
|
|
61
61
|
"@typescript-eslint/eslint-plugin": "^5",
|
|
62
62
|
"@typescript-eslint/parser": "^5",
|
|
63
|
-
"cdklabs-projen-project-types": "^0.1.
|
|
63
|
+
"cdklabs-projen-project-types": "^0.1.117",
|
|
64
64
|
"eslint": "^8",
|
|
65
65
|
"eslint-import-resolver-node": "^0.3.7",
|
|
66
66
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
@@ -68,15 +68,15 @@
|
|
|
68
68
|
"jest": "^27.5.1",
|
|
69
69
|
"jest-junit": "^15",
|
|
70
70
|
"npm-check-updates": "^16",
|
|
71
|
-
"projen": "^0.71.
|
|
71
|
+
"projen": "^0.71.81",
|
|
72
72
|
"standard-version": "^9",
|
|
73
73
|
"ts-jest": "^27.1.5",
|
|
74
74
|
"ts-node": "^10.9.1",
|
|
75
75
|
"typescript": "~4.9.5"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@aws-sdk/client-codeartifact": "^3.
|
|
79
|
-
"@aws-sdk/credential-providers": "^3.
|
|
78
|
+
"@aws-sdk/client-codeartifact": "^3.344.0",
|
|
79
|
+
"@aws-sdk/credential-providers": "^3.344.0",
|
|
80
80
|
"@aws-sdk/types": "^3.342.0",
|
|
81
81
|
"@types/fs-extra": "^8.0.0",
|
|
82
82
|
"fs-extra": "^8.0.0",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"main": "lib/index.js",
|
|
89
89
|
"license": "Apache-2.0",
|
|
90
90
|
"homepage": "https://github.com/cdklabs/publib",
|
|
91
|
-
"version": "0.2.
|
|
91
|
+
"version": "0.2.707",
|
|
92
92
|
"jest": {
|
|
93
93
|
"testMatch": [
|
|
94
94
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|
package/package.json.bak
CHANGED
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
"organization": true
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/client-sts": "^3.
|
|
56
|
+
"@aws-sdk/client-sts": "^3.344.0",
|
|
57
57
|
"@types/glob": "^8.1.0",
|
|
58
58
|
"@types/jest": "^27.5.2",
|
|
59
59
|
"@types/node": "^16",
|
|
60
60
|
"@types/yargs": "^17",
|
|
61
61
|
"@typescript-eslint/eslint-plugin": "^5",
|
|
62
62
|
"@typescript-eslint/parser": "^5",
|
|
63
|
-
"cdklabs-projen-project-types": "^0.1.
|
|
63
|
+
"cdklabs-projen-project-types": "^0.1.117",
|
|
64
64
|
"eslint": "^8",
|
|
65
65
|
"eslint-import-resolver-node": "^0.3.7",
|
|
66
66
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
@@ -68,15 +68,15 @@
|
|
|
68
68
|
"jest": "^27.5.1",
|
|
69
69
|
"jest-junit": "^15",
|
|
70
70
|
"npm-check-updates": "^16",
|
|
71
|
-
"projen": "^0.71.
|
|
71
|
+
"projen": "^0.71.81",
|
|
72
72
|
"standard-version": "^9",
|
|
73
73
|
"ts-jest": "^27.1.5",
|
|
74
74
|
"ts-node": "^10.9.1",
|
|
75
75
|
"typescript": "~4.9.5"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@aws-sdk/client-codeartifact": "^3.
|
|
79
|
-
"@aws-sdk/credential-providers": "^3.
|
|
78
|
+
"@aws-sdk/client-codeartifact": "^3.344.0",
|
|
79
|
+
"@aws-sdk/credential-providers": "^3.344.0",
|
|
80
80
|
"@aws-sdk/types": "^3.342.0",
|
|
81
81
|
"@types/fs-extra": "^8.0.0",
|
|
82
82
|
"fs-extra": "^8.0.0",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"main": "lib/index.js",
|
|
89
89
|
"license": "Apache-2.0",
|
|
90
90
|
"homepage": "https://github.com/cdklabs/publib",
|
|
91
|
-
"version": "0.2.
|
|
91
|
+
"version": "0.2.707",
|
|
92
92
|
"jest": {
|
|
93
93
|
"testMatch": [
|
|
94
94
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|