takomo 6.4.2 → 7.0.0

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/bin/tkm.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  import semver from "semver"
3
3
  import { run } from "../dist/index.js"
4
4
 
5
- const requiredVersion = "18.14.2"
5
+ const requiredVersion = "20.11.0"
6
6
  if (!semver.satisfies(process.version, ">=" + requiredVersion)) {
7
7
  console.log("ERROR")
8
8
  console.log("-----")
@@ -7,7 +7,7 @@ export const compileTypescript = async ({ entryPoints, outfile, }) => {
7
7
  packages: "external",
8
8
  platform: "node",
9
9
  logLevel: "error",
10
- target: "node18.14.2",
10
+ target: "node20.11.0",
11
11
  format: "esm",
12
12
  outfile,
13
13
  entryPoints: entryPoints.slice(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "takomo",
3
- "version": "6.4.2",
3
+ "version": "7.0.0",
4
4
  "description": "Organize, configure and deploy CloudFormation stacks.",
5
5
  "keywords": [
6
6
  "aws",
@@ -31,7 +31,7 @@
31
31
  "dist"
32
32
  ],
33
33
  "engines": {
34
- "node": ">=18.14.2"
34
+ "node": ">=20.11.0"
35
35
  },
36
36
  "os": [
37
37
  "darwin",
@@ -41,7 +41,7 @@
41
41
  "access": "public"
42
42
  },
43
43
  "scripts": {
44
- "prepare": "husky install",
44
+ "prepare": "husky",
45
45
  "build": "tsc",
46
46
  "test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --selectProjects test --maxWorkers=2 --ci --verbose",
47
47
  "integration-test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --selectProjects integration-test --maxWorkers=5 --ci --verbose",
@@ -80,9 +80,9 @@
80
80
  "devDependencies": {
81
81
  "ts-jest": "29.1.2",
82
82
  "@jest/globals": "29.7.0",
83
- "@aws-sdk/client-ec2": "3.499.0",
84
- "@commitlint/cli": "18.5.0",
85
- "@commitlint/config-conventional": "18.5.0",
83
+ "@aws-sdk/client-ec2": "3.511.0",
84
+ "@commitlint/cli": "18.6.1",
85
+ "@commitlint/config-conventional": "18.6.1",
86
86
  "@jest/console": "29.7.0",
87
87
  "@takomo/test-custom-helper-lowercase": "0.0.1",
88
88
  "@takomo/test-custom-helper-uppercase": "0.0.1",
@@ -92,17 +92,17 @@
92
92
  "@types/diff": "5.0.9",
93
93
  "@types/folder-hash": "4.0.4",
94
94
  "@types/inquirer": "9.0.7",
95
- "@types/jest": "29.5.11",
95
+ "@types/jest": "29.5.12",
96
96
  "@types/jmespath": "0.15.2",
97
97
  "@types/js-yaml": "4.0.9",
98
98
  "@types/json-stable-stringify": "1.0.36",
99
99
  "@types/lodash.merge": "4.6.9",
100
100
  "@types/lodash.takerightwhile": "4.6.9",
101
- "@types/node": "18.14.2",
101
+ "@types/node": "20.11.17",
102
102
  "@types/ramda": "0.28.23",
103
- "@types/semver": "7.5.6",
104
- "@types/uuid": "9.0.7",
105
- "@types/yargs": "17.0.31",
103
+ "@types/semver": "7.5.7",
104
+ "@types/uuid": "9.0.8",
105
+ "@types/yargs": "17.0.32",
106
106
  "@types/ejs": "3.1.5",
107
107
  "@typescript-eslint/eslint-plugin": "6.16.0",
108
108
  "@typescript-eslint/parser": "6.16.0",
@@ -110,60 +110,60 @@
110
110
  "depcheck": "1.4.7",
111
111
  "eslint": "8.56.0",
112
112
  "eslint-config-prettier": "9.1.0",
113
- "eslint-plugin-prettier": "5.1.2",
114
- "husky": "8.0.3",
113
+ "eslint-plugin-prettier": "5.1.3",
114
+ "husky": "9.0.10",
115
115
  "jest": "29.7.0",
116
116
  "jest-environment-testenv-recycler": "0.0.21",
117
117
  "jest-mock-extended": "3.0.5",
118
118
  "prettier": "3.1.1",
119
119
  "prettier-plugin-organize-imports": "3.2.4",
120
- "lint-staged": "15.2.0",
120
+ "lint-staged": "15.2.2",
121
121
  "ts-node": "10.9.2",
122
- "typedoc": "0.25.7",
122
+ "typedoc": "0.25.8",
123
123
  "typescript": "5.3.3",
124
- "semantic-release": "22.0.12",
125
- "npm-check-updates": "16.14.12"
124
+ "semantic-release": "23.0.2",
125
+ "npm-check-updates": "16.14.15"
126
126
  },
127
127
  "dependencies": {
128
- "@aws-sdk/client-cloudformation": "3.499.0",
129
- "@aws-sdk/client-cloudtrail": "3.499.0",
130
- "@aws-sdk/client-organizations": "3.499.0",
131
- "@aws-sdk/client-s3": "3.499.0",
132
- "@aws-sdk/client-secrets-manager": "3.499.0",
133
- "@aws-sdk/client-ssm": "3.499.0",
134
- "@aws-sdk/client-sts": "3.499.0",
135
- "@aws-sdk/credential-providers": "3.499.0",
128
+ "@aws-sdk/client-cloudformation": "3.511.0",
129
+ "@aws-sdk/client-cloudtrail": "3.511.0",
130
+ "@aws-sdk/client-organizations": "3.511.0",
131
+ "@aws-sdk/client-s3": "3.511.0",
132
+ "@aws-sdk/client-secrets-manager": "3.511.0",
133
+ "@aws-sdk/client-ssm": "3.511.0",
134
+ "@aws-sdk/client-sts": "3.511.0",
135
+ "@aws-sdk/credential-providers": "3.511.0",
136
136
  "@smithy/middleware-retry": "2.1.1",
137
137
  "@smithy/node-http-handler": "2.3.1",
138
- "@aws-sdk/types": "3.496.0",
138
+ "@aws-sdk/types": "3.511.0",
139
139
  "chalk": "5.3.0",
140
140
  "cockatiel": "3.1.2",
141
141
  "date-and-time": "3.1.1",
142
- "diff": "5.1.0",
143
- "dotenv": "16.4.1",
144
- "dotenv-expand": "10.0.0",
142
+ "diff": "5.2.0",
143
+ "dotenv": "16.4.3",
144
+ "dotenv-expand": "11.0.3",
145
145
  "easy-table": "1.2.0",
146
146
  "folder-hash": "4.0.4",
147
147
  "handlebars": "4.7.8",
148
- "inquirer": "9.2.12",
148
+ "inquirer": "9.2.14",
149
149
  "inquirer-autocomplete-prompt": "3.0.1",
150
150
  "jmespath": "0.16.0",
151
- "joi": "17.11.0",
151
+ "joi": "17.12.1",
152
152
  "js-yaml": "4.1.0",
153
153
  "json-stable-stringify": "1.1.1",
154
154
  "lodash.merge": "4.6.2",
155
155
  "lodash.takerightwhile": "4.6.0",
156
156
  "neverthrow": "6.1.0",
157
157
  "p-queue": "8.0.1",
158
- "pretty-ms": "8.0.0",
158
+ "pretty-ms": "9.0.0",
159
159
  "ramda": "0.28.0",
160
160
  "readdirp": "3.6.0",
161
- "semver": "7.5.4",
161
+ "semver": "7.6.0",
162
162
  "source-map-support": "0.5.21",
163
163
  "ts-dedent": "2.2.0",
164
164
  "uuid": "9.0.1",
165
165
  "yargs": "17.7.2",
166
- "esbuild": "0.19.12",
166
+ "esbuild": "0.20.0",
167
167
  "ejs": "3.1.9"
168
168
  }
169
169
  }