Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
next-team authored and ivomurrell committed Mar 3, 2025
1 parent cbeb453 commit f4d6fb4
Show file tree
Hide file tree
Showing 73 changed files with 442 additions and 129 deletions.
71 changes: 36 additions & 35 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,56 @@
{
"core/cli": "4.6.0",
"core/cli": "4.7.0",
"core/create": "4.2.12",
"lib/error": "4.1.0",
"lib/logger": "4.1.1",
"plugins/package-json-hook": "5.2.0",
"plugins/package-json-hook": "5.2.1",
"lib/state": "4.3.1",
"lib/types": "3.6.1",
"lib/vault": "3.2.1",
"lib/wait-for-ok": "4.1.0",
"orb": "5.2.1",
"plugins/babel": "4.3.0",
"plugins/babel": "4.3.1",
"plugins/backend-app": "3.2.6",
"plugins/circleci": "7.6.0",
"plugins/circleci": "7.6.1",
"plugins/circleci-heroku": "3.2.6",
"plugins/circleci-npm": "6.1.11",
"plugins/component": "5.1.11",
"plugins/eslint": "4.3.0",
"plugins/frontend-app": "4.1.11",
"plugins/heroku": "4.2.0",
"plugins/husky-npm": "5.1.8",
"plugins/jest": "4.3.0",
"plugins/lint-staged": "5.2.8",
"plugins/lint-staged-npm": "4.2.0",
"plugins/mocha": "4.4.0",
"plugins/n-test": "4.3.0",
"plugins/next-router": "4.3.0",
"plugins/node": "4.3.0",
"plugins/nodemon": "4.2.0",
"plugins/npm": "4.2.10",
"plugins/circleci-npm": "6.1.12",
"plugins/component": "5.1.12",
"plugins/eslint": "4.3.1",
"plugins/frontend-app": "4.1.12",
"plugins/heroku": "4.2.1",
"plugins/husky-npm": "5.1.9",
"plugins/jest": "4.3.1",
"plugins/lint-staged": "5.2.9",
"plugins/lint-staged-npm": "4.2.1",
"plugins/mocha": "4.4.1",
"plugins/n-test": "4.3.1",
"plugins/next-router": "4.3.1",
"plugins/node": "4.3.1",
"plugins/nodemon": "4.2.1",
"plugins/npm": "4.2.11",
"plugins/pa11y": "0.5.3",
"plugins/prettier": "4.3.0",
"plugins/upload-assets-to-s3": "4.3.0",
"plugins/webpack": "4.3.0",
"plugins/cypress": "5.3.0",
"plugins/typescript": "3.3.0",
"plugins/backend-heroku-app": "4.1.11",
"plugins/circleci-deploy": "4.1.11",
"plugins/backend-serverless-app": "4.1.11",
"plugins/serverless": "3.3.0",
"plugins/prettier": "4.3.1",
"plugins/upload-assets-to-s3": "4.3.1",
"plugins/webpack": "4.3.1",
"plugins/cypress": "5.3.1",
"plugins/typescript": "3.3.1",
"plugins/backend-heroku-app": "4.1.12",
"plugins/circleci-deploy": "4.1.12",
"plugins/backend-serverless-app": "4.1.12",
"plugins/serverless": "3.3.1",
"lib/doppler": "2.2.0",
"lib/base": "1.1.10",
"lib/base": "1.2.0",
"lib/config": "1.1.0",
"lib/conflict": "1.0.1",
"lib/plugin": "1.1.0",
"lib/schemas": "1.9.0",
"lib/validated": "1.0.2",
"plugins/commitlint": "1.2.8",
"plugins/commitlint": "1.2.9",
"plugins/cloudsmith": "1.1.0",
"plugins/docker": "0.3.3",
"plugins/aws": "0.1.3",
"plugins/hako": "0.1.4",
"plugins/containerised-app": "0.1.4",
"plugins/containerised-app-with-assets": "0.1.4"
"plugins/docker": "0.4.0",
"plugins/aws": "0.1.4",
"plugins/hako": "0.1.5",
"plugins/containerised-app": "0.1.5",
"plugins/containerised-app-with-assets": "0.1.5",
"plugins/monorepo": "0.1.0"
}
20 changes: 20 additions & 0 deletions core/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,26 @@
* dependencies
* @dotcom-tool-kit/state bumped from ^4.3.0 to ^4.3.1

## [4.7.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.6.0...dotcom-tool-kit-v4.7.0) (2025-03-03)


### Features

* **base:** pass cwd into init method ([b6cc028](https://github.com/Financial-Times/dotcom-tool-kit/commit/b6cc028129138869866f88860d544f5056668080))


### Bug Fixes

* **cli:** make sure to run all hooks when options are set at root ([cbeb453](https://github.com/Financial-Times/dotcom-tool-kit/commit/cbeb4534225813f528ff8aa0295e005d57cec895))
* **cli:** run init before printing help ([1c336b0](https://github.com/Financial-Times/dotcom-tool-kit/commit/1c336b0354bd6ae788f2692e46723cfeb3b4bac2))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/base bumped from ^1.1.10 to ^1.2.0

## [4.6.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.5.0...dotcom-tool-kit-v4.6.0) (2025-02-24)


Expand Down
4 changes: 2 additions & 2 deletions core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotcom-tool-kit",
"version": "4.6.0",
"version": "4.7.0",
"description": "modern, maintainable, modular developer tooling for FT.com projects",
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"zod": "^3.22.4"
},
"dependencies": {
"@dotcom-tool-kit/base": "^1.1.10",
"@dotcom-tool-kit/base": "^1.2.0",
"@dotcom-tool-kit/config": "^1.1.0",
"@dotcom-tool-kit/conflict": "^1.0.1",
"@dotcom-tool-kit/error": "^4.1.0",
Expand Down
7 changes: 7 additions & 0 deletions lib/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@
* @dotcom-tool-kit/config bumped from ^1.0.12 to ^1.1.0
* @dotcom-tool-kit/plugin bumped from ^1.0.0 to ^1.1.0

## [1.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.1.10...base-v1.2.0) (2025-03-03)


### Features

* **base:** pass cwd into init method ([b6cc028](https://github.com/Financial-Times/dotcom-tool-kit/commit/b6cc028129138869866f88860d544f5056668080))

## [1.1.5](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.1.4...base-v1.1.5) (2025-01-14)


Expand Down
2 changes: 1 addition & 1 deletion lib/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/base",
"version": "1.1.10",
"version": "1.2.0",
"description": "",
"main": "lib",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
* dependencies
* @dotcom-tool-kit/state bumped from ^4.3.0 to ^4.3.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/base bumped from ^1.1.10 to ^1.2.0

## [0.1.3](https://github.com/Financial-Times/dotcom-tool-kit/compare/aws-v0.1.2...aws-v0.1.3) (2025-02-17)


Expand Down
4 changes: 2 additions & 2 deletions plugins/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/aws",
"version": "0.1.3",
"version": "0.1.4",
"main": "lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@aws-sdk/client-sts": "^3.738.0",
"@dotcom-tool-kit/base": "^1.1.10",
"@dotcom-tool-kit/base": "^1.2.0",
"@dotcom-tool-kit/error": "^4.1.0",
"@dotcom-tool-kit/state": "^4.3.1",
"zod": "^3.24.1"
Expand Down
6 changes: 6 additions & 0 deletions plugins/babel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@
* devDependencies
* @dotcom-tool-kit/schemas bumped from ^1.8.0 to ^1.9.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/base bumped from ^1.1.10 to ^1.2.0

## [4.3.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/babel-v4.2.7...babel-v4.3.0) (2025-02-17)


Expand Down
4 changes: 2 additions & 2 deletions plugins/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/babel",
"version": "4.3.0",
"version": "4.3.1",
"description": "",
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
},
"keywords": [],
"dependencies": {
"@dotcom-tool-kit/base": "^1.1.10",
"@dotcom-tool-kit/base": "^1.2.0",
"@dotcom-tool-kit/error": "^4.1.0",
"@dotcom-tool-kit/logger": "^4.1.1",
"fast-glob": "^3.2.11",
Expand Down
9 changes: 9 additions & 0 deletions plugins/backend-heroku-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,15 @@
* dependencies
* @dotcom-tool-kit/circleci-deploy bumped from ^4.1.10 to ^4.1.11

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/circleci-deploy bumped from ^4.1.11 to ^4.1.12
* @dotcom-tool-kit/heroku bumped from ^4.2.0 to ^4.2.1
* @dotcom-tool-kit/node bumped from ^4.3.0 to ^4.3.1
* @dotcom-tool-kit/npm bumped from ^4.2.10 to ^4.2.11

## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-heroku-app-v4.0.4...backend-heroku-app-v4.1.0) (2025-01-02)


Expand Down
10 changes: 5 additions & 5 deletions plugins/backend-heroku-app/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@dotcom-tool-kit/backend-heroku-app",
"version": "4.1.11",
"version": "4.1.12",
"description": "",
"main": "index.js",
"keywords": [],
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/circleci-deploy": "^4.1.11",
"@dotcom-tool-kit/heroku": "^4.2.0",
"@dotcom-tool-kit/node": "^4.3.0",
"@dotcom-tool-kit/npm": "^4.2.10"
"@dotcom-tool-kit/circleci-deploy": "^4.1.12",
"@dotcom-tool-kit/heroku": "^4.2.1",
"@dotcom-tool-kit/node": "^4.3.1",
"@dotcom-tool-kit/npm": "^4.2.11"
},
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions plugins/backend-serverless-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,15 @@
* dependencies
* @dotcom-tool-kit/circleci-deploy bumped from ^4.1.10 to ^4.1.11

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/circleci-deploy bumped from ^4.1.11 to ^4.1.12
* @dotcom-tool-kit/node bumped from ^4.3.0 to ^4.3.1
* @dotcom-tool-kit/npm bumped from ^4.2.10 to ^4.2.11
* @dotcom-tool-kit/serverless bumped from ^3.3.0 to ^3.3.1

## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v4.0.4...backend-serverless-app-v4.1.0) (2025-01-02)


Expand Down
10 changes: 5 additions & 5 deletions plugins/backend-serverless-app/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@dotcom-tool-kit/backend-serverless-app",
"version": "4.1.11",
"version": "4.1.12",
"description": "",
"main": "index.js",
"keywords": [],
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/circleci-deploy": "^4.1.11",
"@dotcom-tool-kit/node": "^4.3.0",
"@dotcom-tool-kit/npm": "^4.2.10",
"@dotcom-tool-kit/serverless": "^3.3.0"
"@dotcom-tool-kit/circleci-deploy": "^4.1.12",
"@dotcom-tool-kit/node": "^4.3.1",
"@dotcom-tool-kit/npm": "^4.2.11",
"@dotcom-tool-kit/serverless": "^3.3.1"
},
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions plugins/circleci-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@
* dependencies
* @dotcom-tool-kit/circleci bumped from ^7.4.2 to ^7.4.3

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/circleci bumped from ^7.6.0 to ^7.6.1

## [4.1.11](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-deploy-v4.1.10...circleci-deploy-v4.1.11) (2025-02-24)


Expand Down
4 changes: 2 additions & 2 deletions plugins/circleci-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/circleci-deploy",
"version": "4.1.11",
"version": "4.1.12",
"description": "",
"main": "lib",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/circleci": "^7.6.0",
"@dotcom-tool-kit/circleci": "^7.6.1",
"tslib": "^2.3.1"
},
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions plugins/circleci-npm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,21 @@
* dependencies
* @dotcom-tool-kit/circleci bumped from ^7.5.0 to ^7.6.0

## [6.1.12](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-npm-v6.1.11...circleci-npm-v6.1.12) (2025-03-03)


### Bug Fixes

* **cli:** make sure to run all hooks when options are set at root ([cbeb453](https://github.com/Financial-Times/dotcom-tool-kit/commit/cbeb4534225813f528ff8aa0295e005d57cec895))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/circleci bumped from ^7.6.0 to ^7.6.1
* @dotcom-tool-kit/npm bumped from ^4.2.10 to ^4.2.11

## [6.1.10](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-npm-v6.1.9...circleci-npm-v6.1.10) (2025-02-17)


Expand Down
6 changes: 3 additions & 3 deletions plugins/circleci-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/circleci-npm",
"version": "6.1.11",
"version": "6.1.12",
"description": "",
"main": "lib",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/circleci": "^7.6.0",
"@dotcom-tool-kit/npm": "^4.2.10",
"@dotcom-tool-kit/circleci": "^7.6.1",
"@dotcom-tool-kit/npm": "^4.2.11",
"tslib": "^2.3.1"
},
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/circleci/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@
* dependencies
* @dotcom-tool-kit/state bumped from ^4.3.0 to ^4.3.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/base bumped from ^1.1.10 to ^1.2.0

## [7.6.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-v7.5.0...circleci-v7.6.0) (2025-02-24)


Expand Down
4 changes: 2 additions & 2 deletions plugins/circleci/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@dotcom-tool-kit/circleci",
"version": "7.6.0",
"version": "7.6.1",
"description": "",
"main": "lib",
"scripts": {
"test": "cd ../../ ; npx jest --silent --projects plugins/circleci"
},
"dependencies": {
"@dotcom-tool-kit/base": "^1.1.10",
"@dotcom-tool-kit/base": "^1.2.0",
"@dotcom-tool-kit/conflict": "^1.0.1",
"@dotcom-tool-kit/error": "^4.1.0",
"@dotcom-tool-kit/logger": "^4.1.1",
Expand Down
Loading

0 comments on commit f4d6fb4

Please sign in to comment.