@adobe/helix-deploy 9.3.9 → 9.3.11
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/CHANGELOG.md +14 -0
- package/package.json +14 -14
- package/src/bundler/WebpackBundler.js +16 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [9.3.11](https://github.com/adobe/helix-deploy/compare/v9.3.10...v9.3.11) (2023-10-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* exclude [@aws-sdk](https://github.com/aws-sdk) and its descendants ([#602](https://github.com/adobe/helix-deploy/issues/602)) ([608766f](https://github.com/adobe/helix-deploy/commit/608766f9b2042a06843be2391471a96ce9ee2e43))
|
|
7
|
+
|
|
8
|
+
## [9.3.10](https://github.com/adobe/helix-deploy/compare/v9.3.9...v9.3.10) (2023-10-21)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update external fixes ([996637a](https://github.com/adobe/helix-deploy/commit/996637a4093e127e4f1ea8070257ec106ce82974))
|
|
14
|
+
|
|
1
15
|
## [9.3.9](https://github.com/adobe/helix-deploy/compare/v9.3.8...v9.3.9) (2023-10-14)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-deploy",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.11",
|
|
4
4
|
"description": "Library and Commandline Tools to build and deploy OpenWhisk Actions",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/adobe/helix-deploy#readme",
|
|
@@ -38,18 +38,18 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@adobe/fastly-native-promises": "3.0.5",
|
|
40
40
|
"@adobe/fetch": "4.1.0",
|
|
41
|
-
"@aws-sdk/client-apigatewayv2": "3.
|
|
42
|
-
"@aws-sdk/client-lambda": "3.
|
|
43
|
-
"@aws-sdk/client-s3": "3.
|
|
44
|
-
"@aws-sdk/client-secrets-manager": "3.
|
|
45
|
-
"@aws-sdk/client-ssm": "3.
|
|
46
|
-
"@aws-sdk/client-sts": "3.
|
|
47
|
-
"@fastly/js-compute": "3.
|
|
41
|
+
"@aws-sdk/client-apigatewayv2": "3.433.0",
|
|
42
|
+
"@aws-sdk/client-lambda": "3.433.0",
|
|
43
|
+
"@aws-sdk/client-s3": "3.433.0",
|
|
44
|
+
"@aws-sdk/client-secrets-manager": "3.433.0",
|
|
45
|
+
"@aws-sdk/client-ssm": "3.433.0",
|
|
46
|
+
"@aws-sdk/client-sts": "3.433.0",
|
|
47
|
+
"@fastly/js-compute": "3.7.0",
|
|
48
48
|
"@google-cloud/functions": "3.0.1",
|
|
49
49
|
"@google-cloud/secret-manager": "5.0.1",
|
|
50
|
-
"@google-cloud/storage": "7.3.
|
|
50
|
+
"@google-cloud/storage": "7.3.1",
|
|
51
51
|
"@rollup/plugin-alias": "5.0.1",
|
|
52
|
-
"@rollup/plugin-commonjs": "25.0.
|
|
52
|
+
"@rollup/plugin-commonjs": "25.0.7",
|
|
53
53
|
"@rollup/plugin-json": "6.0.1",
|
|
54
54
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
55
55
|
"@rollup/plugin-terser": "0.4.4",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"fs-extra": "11.1.1",
|
|
63
63
|
"isomorphic-git": "1.24.5",
|
|
64
64
|
"openwhisk": "3.21.7",
|
|
65
|
-
"rollup": "4.1.
|
|
65
|
+
"rollup": "4.1.4",
|
|
66
66
|
"semver": "7.5.4",
|
|
67
67
|
"tar": "6.2.0",
|
|
68
68
|
"webpack": "5.89.0",
|
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
"@semantic-release/changelog": "6.0.3",
|
|
76
76
|
"@semantic-release/git": "10.0.1",
|
|
77
77
|
"c8": "8.0.1",
|
|
78
|
-
"eslint": "8.
|
|
78
|
+
"eslint": "8.52.0",
|
|
79
79
|
"husky": "8.0.3",
|
|
80
|
-
"lint-staged": "
|
|
80
|
+
"lint-staged": "15.0.2",
|
|
81
81
|
"mocha": "10.2.0",
|
|
82
82
|
"mocha-junit-reporter": "2.2.1",
|
|
83
83
|
"mocha-multi-reporters": "1.5.1",
|
|
84
|
-
"nock": "13.3.
|
|
84
|
+
"nock": "13.3.6",
|
|
85
85
|
"semantic-release": "22.0.5",
|
|
86
86
|
"yauzl": "2.10.0"
|
|
87
87
|
},
|
|
@@ -47,19 +47,22 @@ export default class WebpackBundler extends BaseBundler {
|
|
|
47
47
|
},
|
|
48
48
|
devtool: false,
|
|
49
49
|
externals: [
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
50
|
+
/^@aws-sdk\/.*$/,
|
|
51
|
+
[
|
|
52
|
+
...cfg.externals,
|
|
53
|
+
...cfg.serverlessExternals,
|
|
54
|
+
// the following are imported by the universal adapter and are assumed to be available
|
|
55
|
+
'./params.json',
|
|
56
|
+
'aws-sdk',
|
|
57
|
+
'@google-cloud/secret-manager',
|
|
58
|
+
'@google-cloud/storage',
|
|
59
|
+
].reduce((obj, ext) => {
|
|
60
|
+
// this makes webpack to ignore the module and just leave it as normal require.
|
|
61
|
+
// eslint-disable-next-line no-param-reassign
|
|
62
|
+
obj[ext] = `commonjs2 ${ext}`;
|
|
63
|
+
return obj;
|
|
64
|
+
}, {}),
|
|
65
|
+
],
|
|
63
66
|
module: {
|
|
64
67
|
rules: [{
|
|
65
68
|
test: /\.js$/,
|