@adobe/helix-deploy 6.2.49 → 7.0.1

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 CHANGED
@@ -1,3 +1,29 @@
1
+ ## [7.0.1](https://github.com/adobe/helix-deploy/compare/v7.0.0...v7.0.1) (2022-08-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#434](https://github.com/adobe/helix-deploy/issues/434)) ([079d0e8](https://github.com/adobe/helix-deploy/commit/079d0e883e693b51aa08688efb05640553246f30))
7
+
8
+ # [7.0.0](https://github.com/adobe/helix-deploy/compare/v6.2.50...v7.0.0) (2022-08-02)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** use node 16 by default ([e6fe94b](https://github.com/adobe/helix-deploy/commit/e6fe94b97010dc4e63e456e5b0e1625030d54c94))
14
+
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ * **deps:** node 16 is default version when deploying functions
19
+
20
+ ## [6.2.50](https://github.com/adobe/helix-deploy/compare/v6.2.49...v6.2.50) (2022-07-23)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **deps:** update external fixes ([defc0db](https://github.com/adobe/helix-deploy/commit/defc0db63af262444238d14d97e68539c72cce73))
26
+
1
27
  ## [6.2.49](https://github.com/adobe/helix-deploy/compare/v6.2.48...v6.2.49) (2022-07-16)
2
28
 
3
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-deploy",
3
- "version": "6.2.49",
3
+ "version": "7.0.1",
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",
@@ -23,8 +23,7 @@
23
23
  "scripts": {
24
24
  "lint": "eslint .",
25
25
  "test": "c8 mocha -i -g Integration",
26
- "test-ci": "npm run lint && c8 mocha -i -g Integration && codecov",
27
- "integration-ci": "c8 mocha -g Integration && codecov",
26
+ "integration-ci": "c8 mocha -g Integration",
28
27
  "semantic-release": "semantic-release",
29
28
  "prepare": "husky install"
30
29
  },
@@ -39,17 +38,17 @@
39
38
  "dependencies": {
40
39
  "@adobe/fastly-native-promises": "2.0.9",
41
40
  "@adobe/helix-fetch": "3.1.1",
42
- "@aws-sdk/client-apigatewayv2": "3.131.0",
43
- "@aws-sdk/client-lambda": "3.131.0",
44
- "@aws-sdk/client-s3": "3.131.0",
45
- "@aws-sdk/client-secrets-manager": "3.131.0",
46
- "@aws-sdk/client-ssm": "3.131.0",
47
- "@fastly/js-compute": "0.3.0",
48
- "@google-cloud/functions": "2.1.0",
41
+ "@aws-sdk/client-apigatewayv2": "3.142.0",
42
+ "@aws-sdk/client-lambda": "3.142.0",
43
+ "@aws-sdk/client-s3": "3.142.0",
44
+ "@aws-sdk/client-secrets-manager": "3.142.0",
45
+ "@aws-sdk/client-ssm": "3.142.0",
46
+ "@fastly/js-compute": "0.4.0",
47
+ "@google-cloud/functions": "2.2.0",
49
48
  "@google-cloud/secret-manager": "4.0.0",
50
- "@google-cloud/storage": "6.2.3",
49
+ "@google-cloud/storage": "6.3.0",
51
50
  "@rollup/plugin-alias": "3.1.9",
52
- "@rollup/plugin-commonjs": "22.0.1",
51
+ "@rollup/plugin-commonjs": "22.0.2",
53
52
  "@rollup/plugin-json": "4.1.0",
54
53
  "@rollup/plugin-node-resolve": "13.3.0",
55
54
  "archiver": "5.3.1",
@@ -60,14 +59,14 @@
60
59
  "form-data": "4.0.0",
61
60
  "fs-extra": "10.1.0",
62
61
  "get-stream": "6.0.1",
63
- "isomorphic-git": "1.18.3",
62
+ "isomorphic-git": "1.19.1",
64
63
  "openwhisk": "3.21.6",
65
64
  "proxyquire": "2.1.3",
66
- "rollup": "2.77.0",
65
+ "rollup": "2.77.2",
67
66
  "rollup-plugin-terser": "7.0.2",
68
67
  "semver": "7.3.7",
69
68
  "tar": "6.1.11",
70
- "webpack": "5.73.0",
69
+ "webpack": "5.74.0",
71
70
  "yargs": "17.5.1"
72
71
  },
73
72
  "devDependencies": {
@@ -77,11 +76,11 @@
77
76
  "@adobe/helix-universal-logger": "2.0.11",
78
77
  "@semantic-release/changelog": "6.0.1",
79
78
  "@semantic-release/git": "10.0.1",
80
- "c8": "7.11.3",
79
+ "c8": "7.12.0",
81
80
  "chai": "4.3.6",
82
81
  "chai-http": "4.3.0",
83
82
  "codecov": "3.8.3",
84
- "eslint": "8.19.0",
83
+ "eslint": "8.21.0",
85
84
  "eslint-plugin-header": "3.1.1",
86
85
  "eslint-plugin-import": "2.26.0",
87
86
  "husky": "8.0.1",
@@ -89,7 +88,7 @@
89
88
  "mocha": "10.0.0",
90
89
  "mocha-junit-reporter": "2.0.2",
91
90
  "mocha-multi-reporters": "1.5.1",
92
- "nock": "13.2.8",
91
+ "nock": "13.2.9",
93
92
  "semantic-release": "19.0.3",
94
93
  "sinon": "14.0.0",
95
94
  "yauzl": "2.10.0"
package/src/BaseConfig.js CHANGED
@@ -753,7 +753,7 @@ export default class BaseConfig {
753
753
  })
754
754
  .option('node-version', {
755
755
  description: 'Specifies the node.js version to use in the serverless runtime',
756
- default: '14',
756
+ default: '16',
757
757
  })
758
758
  .option('web-secure', {
759
759
  description: 'Annotates the action with require-whisk-auth. leave empty to generate random token.',