Skip to content

Commit cff3808

Browse files
committed
chore: release main
1 parent 2059a64 commit cff3808

File tree

84 files changed

+1004
-345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+1004
-345
lines changed

.release-please-manifest.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
{
2-
"core/cli": "4.7.3",
2+
"core/cli": "4.7.4",
33
"core/create": "4.2.12",
44
"lib/error": "4.1.1",
5-
"lib/logger": "4.2.1",
6-
"plugins/package-json-hook": "5.2.3",
5+
"lib/logger": "4.2.2",
6+
"plugins/package-json-hook": "5.2.4",
77
"lib/state": "4.3.2",
88
"lib/types": "3.6.1",
99
"lib/vault": "3.2.1",
10-
"lib/wait-for-ok": "4.1.1",
10+
"lib/wait-for-ok": "4.1.2",
1111
"orb": "5.2.1",
12-
"plugins/babel": "4.3.4",
12+
"plugins/babel": "4.3.5",
1313
"plugins/backend-app": "3.2.6",
14-
"plugins/circleci": "7.6.4",
14+
"plugins/circleci": "7.6.5",
1515
"plugins/circleci-heroku": "3.2.6",
16-
"plugins/circleci-npm": "6.1.15",
17-
"plugins/component": "5.1.15",
18-
"plugins/eslint": "4.3.3",
19-
"plugins/frontend-app": "4.1.15",
20-
"plugins/heroku": "4.2.3",
21-
"plugins/husky-npm": "5.1.11",
22-
"plugins/jest": "4.3.4",
23-
"plugins/lint-staged": "5.2.11",
24-
"plugins/lint-staged-npm": "4.2.3",
25-
"plugins/mocha": "4.4.3",
26-
"plugins/n-test": "4.3.4",
27-
"plugins/next-router": "4.3.3",
28-
"plugins/node": "4.3.3",
29-
"plugins/nodemon": "4.2.3",
30-
"plugins/npm": "4.2.13",
16+
"plugins/circleci-npm": "6.1.16",
17+
"plugins/component": "5.1.16",
18+
"plugins/eslint": "4.3.4",
19+
"plugins/frontend-app": "4.1.16",
20+
"plugins/heroku": "4.2.4",
21+
"plugins/husky-npm": "5.1.12",
22+
"plugins/jest": "4.3.5",
23+
"plugins/lint-staged": "5.2.12",
24+
"plugins/lint-staged-npm": "4.2.4",
25+
"plugins/mocha": "4.4.4",
26+
"plugins/n-test": "4.3.5",
27+
"plugins/next-router": "4.3.4",
28+
"plugins/node": "4.3.4",
29+
"plugins/nodemon": "4.2.4",
30+
"plugins/npm": "4.2.14",
3131
"plugins/pa11y": "0.5.3",
32-
"plugins/prettier": "4.3.4",
33-
"plugins/upload-assets-to-s3": "4.3.4",
34-
"plugins/webpack": "4.3.3",
35-
"plugins/cypress": "5.3.3",
36-
"plugins/typescript": "3.3.3",
37-
"plugins/backend-heroku-app": "4.1.15",
38-
"plugins/circleci-deploy": "4.1.15",
39-
"plugins/backend-serverless-app": "4.1.16",
40-
"plugins/serverless": "3.4.2",
41-
"lib/doppler": "2.2.2",
42-
"lib/base": "1.2.2",
32+
"plugins/prettier": "4.3.5",
33+
"plugins/upload-assets-to-s3": "4.3.5",
34+
"plugins/webpack": "4.3.4",
35+
"plugins/cypress": "5.3.4",
36+
"plugins/typescript": "3.3.4",
37+
"plugins/backend-heroku-app": "4.1.16",
38+
"plugins/circleci-deploy": "4.1.16",
39+
"plugins/backend-serverless-app": "4.1.17",
40+
"plugins/serverless": "3.4.3",
41+
"lib/doppler": "2.2.3",
42+
"lib/base": "1.2.3",
4343
"lib/config": "1.1.1",
4444
"lib/conflict": "1.0.1",
4545
"lib/plugin": "1.1.0",
4646
"lib/schemas": "1.9.0",
4747
"lib/validated": "1.0.3",
48-
"plugins/commitlint": "1.2.11",
49-
"plugins/cloudsmith": "1.1.1",
50-
"plugins/docker": "0.4.2",
51-
"plugins/aws": "0.1.7",
52-
"plugins/hako": "0.1.12",
53-
"plugins/containerised-app": "0.1.13",
54-
"plugins/containerised-app-with-assets": "0.1.13",
55-
"plugins/monorepo": "0.1.2",
56-
"plugins/node-test": "1.0.3"
48+
"plugins/commitlint": "1.2.12",
49+
"plugins/cloudsmith": "1.1.2",
50+
"plugins/docker": "0.4.3",
51+
"plugins/aws": "0.1.8",
52+
"plugins/hako": "0.1.13",
53+
"plugins/containerised-app": "0.1.14",
54+
"plugins/containerised-app-with-assets": "0.1.14",
55+
"plugins/monorepo": "0.1.3",
56+
"plugins/node-test": "1.0.4"
5757
}

core/cli/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,23 @@
461461
* @dotcom-tool-kit/base bumped from ^1.2.0 to ^1.2.1
462462
* @dotcom-tool-kit/logger bumped from ^4.1.1 to ^4.2.0
463463

464+
## [4.7.4](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.7.3...dotcom-tool-kit-v4.7.4) (2025-05-08)
465+
466+
467+
### Bug Fixes
468+
469+
* bump winston from 3.14.2 to 3.17.0 ([c0bc4c7](https://github.com/Financial-Times/dotcom-tool-kit/commit/c0bc4c71af06ac26323c826f24896e735591ac1a))
470+
* bump zod from 3.24.3 to 3.24.4 ([2059a64](https://github.com/Financial-Times/dotcom-tool-kit/commit/2059a64ff9ab1b246f5b4e6b5b66f465be596b9e))
471+
472+
473+
### Dependencies
474+
475+
* The following workspace dependencies were updated
476+
* dependencies
477+
* @dotcom-tool-kit/base bumped from ^1.2.2 to ^1.2.3
478+
* @dotcom-tool-kit/logger bumped from ^4.2.1 to ^4.2.2
479+
* @dotcom-tool-kit/wait-for-ok bumped from ^4.1.1 to ^4.1.2
480+
464481
## [4.7.3](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.7.2...dotcom-tool-kit-v4.7.3) (2025-05-06)
465482

466483

core/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotcom-tool-kit",
3-
"version": "4.7.3",
3+
"version": "4.7.4",
44
"description": "modern, maintainable, modular developer tooling for FT.com projects",
55
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
66
"license": "MIT",
@@ -28,16 +28,16 @@
2828
"zod": "^3.24.4"
2929
},
3030
"dependencies": {
31-
"@dotcom-tool-kit/base": "^1.2.2",
31+
"@dotcom-tool-kit/base": "^1.2.3",
3232
"@dotcom-tool-kit/config": "^1.1.1",
3333
"@dotcom-tool-kit/conflict": "^1.0.1",
3434
"@dotcom-tool-kit/error": "^4.1.1",
35-
"@dotcom-tool-kit/logger": "^4.2.1",
35+
"@dotcom-tool-kit/logger": "^4.2.2",
3636
"@dotcom-tool-kit/plugin": "^1.1.0",
3737
"@dotcom-tool-kit/schemas": "^1.9.0",
3838
"@dotcom-tool-kit/state": "^4.3.2",
3939
"@dotcom-tool-kit/validated": "^1.0.3",
40-
"@dotcom-tool-kit/wait-for-ok": "^4.1.1",
40+
"@dotcom-tool-kit/wait-for-ok": "^4.1.2",
4141
"endent": "^2.1.0",
4242
"lodash": "^4.17.21",
4343
"minimist": "^1.2.8",

lib/base/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,21 @@
6666
* dependencies
6767
* @dotcom-tool-kit/logger bumped from ^4.1.1 to ^4.2.0
6868

69+
## [1.2.3](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.2.2...base-v1.2.3) (2025-05-08)
70+
71+
72+
### Bug Fixes
73+
74+
* bump winston from 3.14.2 to 3.17.0 ([c0bc4c7](https://github.com/Financial-Times/dotcom-tool-kit/commit/c0bc4c71af06ac26323c826f24896e735591ac1a))
75+
* bump zod from 3.24.3 to 3.24.4 ([2059a64](https://github.com/Financial-Times/dotcom-tool-kit/commit/2059a64ff9ab1b246f5b4e6b5b66f465be596b9e))
76+
77+
78+
### Dependencies
79+
80+
* The following workspace dependencies were updated
81+
* dependencies
82+
* @dotcom-tool-kit/logger bumped from ^4.2.1 to ^4.2.2
83+
6984
## [1.2.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.2.1...base-v1.2.2) (2025-05-06)
7085

7186

lib/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotcom-tool-kit/base",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "",
55
"main": "lib",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"@dotcom-tool-kit/conflict": "^1.0.1",
14-
"@dotcom-tool-kit/logger": "^4.2.1",
14+
"@dotcom-tool-kit/logger": "^4.2.2",
1515
"@dotcom-tool-kit/validated": "^1.0.3",
1616
"semver": "^7.5.4",
1717
"winston": "^3.17.0"

lib/doppler/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,21 @@
108108
* dependencies
109109
* @dotcom-tool-kit/logger bumped from ^4.1.1 to ^4.2.0
110110

111+
## [2.2.3](https://github.com/Financial-Times/dotcom-tool-kit/compare/doppler-v2.2.2...doppler-v2.2.3) (2025-05-08)
112+
113+
114+
### Bug Fixes
115+
116+
* bump winston from 3.14.2 to 3.17.0 ([c0bc4c7](https://github.com/Financial-Times/dotcom-tool-kit/commit/c0bc4c71af06ac26323c826f24896e735591ac1a))
117+
* bump zod from 3.24.3 to 3.24.4 ([2059a64](https://github.com/Financial-Times/dotcom-tool-kit/commit/2059a64ff9ab1b246f5b4e6b5b66f465be596b9e))
118+
119+
120+
### Dependencies
121+
122+
* The following workspace dependencies were updated
123+
* dependencies
124+
* @dotcom-tool-kit/logger bumped from ^4.2.1 to ^4.2.2
125+
111126
## [2.2.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/doppler-v2.2.1...doppler-v2.2.2) (2025-05-06)
112127

113128

lib/doppler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@dotcom-tool-kit/doppler",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "",
55
"main": "lib",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"dependencies": {
1010
"@dotcom-tool-kit/error": "^4.1.1",
11-
"@dotcom-tool-kit/logger": "^4.2.1",
11+
"@dotcom-tool-kit/logger": "^4.2.2",
1212
"tslib": "^2.8.1",
1313
"zod": "^3.24.4"
1414
},

lib/logger/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
* dependencies
77
* @dotcom-tool-kit/error bumped from ^4.0.0 to ^4.0.1
88

9+
## [4.2.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/logger-v4.2.1...logger-v4.2.2) (2025-05-08)
10+
11+
12+
### Bug Fixes
13+
14+
* bump winston from 3.14.2 to 3.17.0 ([c0bc4c7](https://github.com/Financial-Times/dotcom-tool-kit/commit/c0bc4c71af06ac26323c826f24896e735591ac1a))
15+
916
## [4.2.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/logger-v4.2.0...logger-v4.2.1) (2025-05-06)
1017

1118

lib/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotcom-tool-kit/logger",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "",
55
"main": "lib",
66
"scripts": {

lib/wait-for-ok/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.1.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/wait-for-ok-v4.1.1...wait-for-ok-v4.1.2) (2025-05-08)
4+
5+
6+
### Bug Fixes
7+
8+
* bump winston from 3.14.2 to 3.17.0 ([c0bc4c7](https://github.com/Financial-Times/dotcom-tool-kit/commit/c0bc4c71af06ac26323c826f24896e735591ac1a))
9+
310
## [4.1.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/wait-for-ok-v4.1.0...wait-for-ok-v4.1.1) (2025-05-06)
411

512

0 commit comments

Comments
 (0)