takomo 8.0.0-alpha.1 → 8.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.
Files changed (1) hide show
  1. package/package.json +30 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "takomo",
3
- "version": "8.0.0-alpha.1",
3
+ "version": "8.0.0",
4
4
  "description": "Organize, configure and deploy CloudFormation stacks.",
5
5
  "keywords": [
6
6
  "aws",
@@ -38,7 +38,8 @@
38
38
  "linux"
39
39
  ],
40
40
  "publishConfig": {
41
- "access": "public"
41
+ "access": "public",
42
+ "provenance": true
42
43
  },
43
44
  "scripts": {
44
45
  "prepare": "husky",
@@ -80,11 +81,11 @@
80
81
  },
81
82
  "devDependencies": {
82
83
  "ts-jest": "29.4.0",
83
- "@jest/globals": "30.0.0",
84
- "@aws-sdk/client-ec2": "3.828.0",
84
+ "@jest/globals": "30.0.5",
85
+ "@aws-sdk/client-ec2": "3.854.0",
85
86
  "@commitlint/cli": "19.8.1",
86
87
  "@commitlint/config-conventional": "19.8.1",
87
- "@jest/console": "30.0.0",
88
+ "@jest/console": "30.0.5",
88
89
  "@takomo/test-custom-helper-lowercase": "0.0.1",
89
90
  "@takomo/test-custom-helper-uppercase": "0.0.1",
90
91
  "@takomo/test-custom-resolver-code": "0.0.1",
@@ -99,40 +100,40 @@
99
100
  "@types/uuid": "10.0.0",
100
101
  "@types/yargs": "17.0.33",
101
102
  "@types/ejs": "3.1.5",
102
- "@types/lodash": "4.17.17",
103
- "@typescript-eslint/eslint-plugin": "8.34.0",
104
- "@typescript-eslint/parser": "8.34.0",
103
+ "@types/lodash": "4.17.20",
104
+ "@typescript-eslint/eslint-plugin": "8.38.0",
105
+ "@typescript-eslint/parser": "8.38.0",
105
106
  "depcheck": "1.4.7",
106
- "eslint": "9.29.0",
107
- "eslint-config-prettier": "10.1.5",
108
- "eslint-plugin-prettier": "5.4.1",
109
- "@eslint/js": "9.29.0",
107
+ "eslint": "9.32.0",
108
+ "eslint-config-prettier": "10.1.8",
109
+ "eslint-plugin-prettier": "5.5.3",
110
+ "@eslint/js": "9.32.0",
110
111
  "@eslint/eslintrc": "3.3.1",
111
112
  "husky": "9.1.7",
112
- "jest": "30.0.0",
113
+ "jest": "30.0.5",
113
114
  "jest-environment-testenv-recycler": "0.0.21",
114
115
  "jest-mock-extended": "4.0.0",
115
- "prettier": "3.5.3",
116
- "prettier-plugin-organize-imports": "4.1.0",
116
+ "prettier": "3.6.2",
117
+ "prettier-plugin-organize-imports": "4.2.0",
117
118
  "lint-staged": "16.1.2",
118
119
  "ts-node": "10.9.2",
119
- "typedoc": "0.28.5",
120
+ "typedoc": "0.28.8",
120
121
  "typescript": "5.8.3",
121
- "semantic-release": "24.2.5",
122
- "npm-check-updates": "18.0.1"
122
+ "semantic-release": "24.2.7",
123
+ "npm-check-updates": "18.0.2"
123
124
  },
124
125
  "dependencies": {
125
- "@aws-sdk/client-cloudformation": "3.828.0",
126
- "@aws-sdk/client-cloudtrail": "3.828.0",
127
- "@aws-sdk/client-organizations": "3.828.0",
128
- "@aws-sdk/client-s3": "3.828.0",
129
- "@aws-sdk/client-secrets-manager": "3.828.0",
130
- "@aws-sdk/client-ssm": "3.828.0",
131
- "@aws-sdk/client-sts": "3.828.0",
132
- "@aws-sdk/credential-providers": "3.828.0",
126
+ "@aws-sdk/client-cloudformation": "3.848.0",
127
+ "@aws-sdk/client-cloudtrail": "3.848.0",
128
+ "@aws-sdk/client-organizations": "3.848.0",
129
+ "@aws-sdk/client-s3": "3.850.0",
130
+ "@aws-sdk/client-secrets-manager": "3.848.0",
131
+ "@aws-sdk/client-ssm": "3.849.0",
132
+ "@aws-sdk/client-sts": "3.848.0",
133
+ "@aws-sdk/credential-providers": "3.848.0",
133
134
  "@smithy/middleware-retry": "2.3.1",
134
135
  "@smithy/node-http-handler": "2.5.0",
135
- "@aws-sdk/types": "3.821.0",
136
+ "@aws-sdk/types": "3.840.0",
136
137
  "chalk": "5.4.1",
137
138
  "cockatiel": "3.2.1",
138
139
  "date-and-time": "3.6.0",
@@ -142,7 +143,7 @@
142
143
  "easy-table": "1.2.0",
143
144
  "folder-hash": "4.1.1",
144
145
  "handlebars": "4.7.8",
145
- "@inquirer/prompts": "7.5.3",
146
+ "@inquirer/prompts": "7.7.1",
146
147
  "jmespath": "0.16.0",
147
148
  "joi": "17.13.3",
148
149
  "js-yaml": "4.1.0",
@@ -157,7 +158,7 @@
157
158
  "ts-dedent": "2.2.0",
158
159
  "uuid": "11.1.0",
159
160
  "yargs": "18.0.0",
160
- "esbuild": "0.25.5",
161
+ "esbuild": "0.25.8",
161
162
  "ejs": "3.1.10",
162
163
  "lodash": "4.17.21"
163
164
  }