takomo 9.0.4 → 10.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.
Files changed (2) hide show
  1. package/bin/tkm.mjs +1 -1
  2. package/package.json +39 -38
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 = "22.16.0"
5
+ const requiredVersion = "24.14.0"
6
6
  if (!semver.satisfies(process.version, ">=" + requiredVersion)) {
7
7
  console.log("ERROR")
8
8
  console.log("-----")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "takomo",
3
- "version": "9.0.4",
3
+ "version": "10.0.1",
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": ">=22.16.0"
34
+ "node": ">=24.14.0"
35
35
  },
36
36
  "os": [
37
37
  "darwin",
@@ -50,7 +50,8 @@
50
50
  "single-test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --ci --verbose -i",
51
51
  "clean": "rm -f package-lock.json && rm -rf node_modules && rm -rf dist",
52
52
  "clean-build": "npm run clean && npm install && npm run build",
53
- "depcheck": "depcheck"
53
+ "depcheck": "depcheck",
54
+ "check-updates": "npx ncu -i --cooldown 10d"
54
55
  },
55
56
  "lint-staged": {
56
57
  "*.{js,ts}": [
@@ -81,12 +82,12 @@
81
82
  }
82
83
  },
83
84
  "devDependencies": {
84
- "ts-jest": "29.4.6",
85
- "@jest/globals": "30.2.0",
86
- "@aws-sdk/client-ec2": "3.1000.0",
87
- "@commitlint/cli": "20.4.2",
88
- "@commitlint/config-conventional": "20.4.2",
89
- "@jest/console": "30.2.0",
85
+ "ts-jest": "29.4.9",
86
+ "@jest/globals": "30.3.0",
87
+ "@aws-sdk/client-ec2": "3.1029.0",
88
+ "@commitlint/cli": "20.5.0",
89
+ "@commitlint/config-conventional": "20.5.0",
90
+ "@jest/console": "30.3.0",
90
91
  "@takomo/test-custom-helper-lowercase": "0.0.1",
91
92
  "@takomo/test-custom-helper-uppercase": "0.0.1",
92
93
  "@takomo/test-custom-resolver-code": "0.0.1",
@@ -95,57 +96,57 @@
95
96
  "@types/jest": "30.0.0",
96
97
  "@types/jmespath": "0.15.2",
97
98
  "@types/js-yaml": "4.0.9",
98
- "@types/node": "22.14.1",
99
+ "@types/node": "24.1.0",
99
100
  "@types/ramda": "0.31.1",
100
101
  "@types/semver": "7.7.1",
101
102
  "@types/yargs": "17.0.35",
102
103
  "@types/ejs": "3.1.5",
103
104
  "@types/lodash": "4.17.24",
104
- "@typescript-eslint/eslint-plugin": "8.56.1",
105
- "@typescript-eslint/parser": "8.56.1",
105
+ "@typescript-eslint/eslint-plugin": "8.58.1",
106
+ "@typescript-eslint/parser": "8.58.1",
106
107
  "depcheck": "1.4.7",
107
- "eslint": "10.0.2",
108
+ "eslint": "10.2.0",
108
109
  "eslint-config-prettier": "10.1.8",
109
110
  "eslint-plugin-prettier": "5.5.5",
110
111
  "@eslint/js": "10.0.1",
111
- "@eslint/eslintrc": "3.3.4",
112
+ "@eslint/eslintrc": "3.3.5",
112
113
  "husky": "9.1.7",
113
- "jest": "30.2.0",
114
+ "jest": "30.3.0",
114
115
  "jest-environment-testenv-recycler": "0.0.21",
115
116
  "jest-mock-extended": "4.0.0",
116
- "prettier": "3.8.1",
117
+ "prettier": "3.8.2",
117
118
  "prettier-plugin-organize-imports": "4.3.0",
118
- "lint-staged": "16.3.1",
119
+ "lint-staged": "16.4.0",
119
120
  "ts-node": "10.9.2",
120
- "typedoc": "0.28.17",
121
+ "typedoc": "0.28.18",
121
122
  "typescript": "5.9.3",
122
123
  "semantic-release": "25.0.3",
123
- "npm-check-updates": "19.6.3"
124
+ "npm-check-updates": "20.0.1"
124
125
  },
125
126
  "dependencies": {
126
- "@aws-sdk/client-cloudformation": "3.1000.0",
127
- "@aws-sdk/client-cloudtrail": "3.1000.0",
128
- "@aws-sdk/client-organizations": "3.1000.0",
129
- "@aws-sdk/client-s3": "3.1000.0",
130
- "@aws-sdk/client-secrets-manager": "3.1000.0",
131
- "@aws-sdk/client-ssm": "3.1000.0",
132
- "@aws-sdk/client-sts": "3.1000.0",
133
- "@aws-sdk/credential-providers": "3.1000.0",
127
+ "@aws-sdk/client-cloudformation": "3.1029.0",
128
+ "@aws-sdk/client-cloudtrail": "3.1029.0",
129
+ "@aws-sdk/client-organizations": "3.1029.0",
130
+ "@aws-sdk/client-s3": "3.1029.0",
131
+ "@aws-sdk/client-secrets-manager": "3.1029.0",
132
+ "@aws-sdk/client-ssm": "3.1029.0",
133
+ "@aws-sdk/client-sts": "3.1029.0",
134
+ "@aws-sdk/credential-providers": "3.1029.0",
134
135
  "@smithy/middleware-retry": "2.3.1",
135
136
  "@smithy/node-http-handler": "2.5.0",
136
- "@aws-sdk/types": "3.973.4",
137
+ "@aws-sdk/types": "3.973.7",
137
138
  "chalk": "5.6.2",
138
139
  "cockatiel": "3.2.1",
139
- "date-and-time": "4.3.0",
140
- "diff": "8.0.3",
141
- "dotenv": "17.3.1",
140
+ "date-and-time": "4.4.0",
141
+ "diff": "8.0.4",
142
+ "dotenv": "17.4.1",
142
143
  "dotenv-expand": "12.0.3",
143
144
  "easy-table": "1.2.0",
144
- "folder-hash": "4.1.1",
145
- "handlebars": "4.7.8",
146
- "@inquirer/prompts": "8.3.0",
145
+ "folder-hash": "4.1.2",
146
+ "handlebars": "4.7.9",
147
+ "@inquirer/prompts": "8.4.1",
147
148
  "jmespath": "0.16.0",
148
- "joi": "18.0.2",
149
+ "joi": "18.1.2",
149
150
  "js-yaml": "4.1.1",
150
151
  "json-stable-stringify": "1.3.0",
151
152
  "neverthrow": "8.2.0",
@@ -158,8 +159,8 @@
158
159
  "ts-dedent": "2.2.0",
159
160
  "uuid": "13.0.0",
160
161
  "yargs": "18.0.0",
161
- "esbuild": "0.27.3",
162
- "ejs": "3.1.10",
163
- "lodash": "4.17.23"
162
+ "esbuild": "0.28.0",
163
+ "ejs": "5.0.1",
164
+ "lodash": "4.18.1"
164
165
  }
165
166
  }