diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7bb47f2d2..3665b5361 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,49 +1,49 @@ { - "core/cli": "4.2.0", - "core/create": "4.1.1", + "core/cli": "4.2.1", + "core/create": "4.1.2", "lib/error": "4.0.1", "lib/logger": "4.0.1", - "plugins/package-json-hook": "5.0.4", + "plugins/package-json-hook": "5.0.5", "lib/state": "4.0.0", "lib/types": "3.6.1", "lib/vault": "3.2.1", "lib/wait-for-ok": "4.0.0", - "orb": "5.1.0", - "plugins/babel": "4.1.1", + "orb": "5.1.1", + "plugins/babel": "4.1.2", "plugins/backend-app": "3.2.6", - "plugins/circleci": "7.2.0", + "plugins/circleci": "7.3.0", "plugins/circleci-heroku": "3.2.6", - "plugins/circleci-npm": "6.0.5", - "plugins/component": "5.0.5", - "plugins/eslint": "4.1.1", - "plugins/frontend-app": "4.0.4", - "plugins/heroku": "4.0.4", - "plugins/husky-npm": "5.0.4", - "plugins/jest": "4.1.1", - "plugins/lint-staged": "5.1.1", - "plugins/lint-staged-npm": "4.0.4", - "plugins/mocha": "4.1.1", - "plugins/n-test": "4.1.1", - "plugins/next-router": "4.1.1", - "plugins/node": "4.1.1", - "plugins/nodemon": "4.0.4", - "plugins/npm": "4.1.1", + "plugins/circleci-npm": "6.0.6", + "plugins/component": "5.0.6", + "plugins/eslint": "4.1.2", + "plugins/frontend-app": "4.0.5", + "plugins/heroku": "4.0.5", + "plugins/husky-npm": "5.0.5", + "plugins/jest": "4.1.2", + "plugins/lint-staged": "5.1.2", + "plugins/lint-staged-npm": "4.0.5", + "plugins/mocha": "4.1.2", + "plugins/n-test": "4.1.2", + "plugins/next-router": "4.1.2", + "plugins/node": "4.1.2", + "plugins/nodemon": "4.0.5", + "plugins/npm": "4.1.2", "plugins/pa11y": "0.5.3", - "plugins/prettier": "4.1.1", - "plugins/upload-assets-to-s3": "4.1.1", - "plugins/webpack": "4.1.1", - "plugins/cypress": "5.1.1", - "plugins/typescript": "3.1.1", - "plugins/backend-heroku-app": "4.0.4", - "plugins/circleci-deploy": "4.0.4", - "plugins/backend-serverless-app": "4.0.4", - "plugins/serverless": "3.1.1", - "lib/doppler": "2.0.4", - "lib/base": "1.1.1", - "lib/config": "1.0.4", + "plugins/prettier": "4.1.2", + "plugins/upload-assets-to-s3": "4.1.2", + "plugins/webpack": "4.1.2", + "plugins/cypress": "5.1.2", + "plugins/typescript": "3.1.2", + "plugins/backend-heroku-app": "4.0.5", + "plugins/circleci-deploy": "4.0.5", + "plugins/backend-serverless-app": "4.0.5", + "plugins/serverless": "3.1.2", + "lib/doppler": "2.0.5", + "lib/base": "1.1.2", + "lib/config": "1.0.5", "lib/conflict": "1.0.0", "lib/plugin": "1.0.0", - "lib/schemas": "1.3.0", + "lib/schemas": "1.4.0", "lib/validated": "1.0.1", - "plugins/commitlint": "1.1.1" + "plugins/commitlint": "1.1.2" } diff --git a/core/cli/CHANGELOG.md b/core/cli/CHANGELOG.md index f375015d4..8f5087f66 100644 --- a/core/cli/CHANGELOG.md +++ b/core/cli/CHANGELOG.md @@ -406,6 +406,13 @@ * @dotcom-tool-kit/circleci-deploy bumped from ^3.4.4 to ^3.4.5 * @dotcom-tool-kit/frontend-app bumped from ^3.2.5 to ^3.2.6 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * @dotcom-tool-kit/config bumped from ^1.0.4 to ^1.0.5 + ## [4.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.1.0...dotcom-tool-kit-v4.2.0) (2024-12-12) diff --git a/core/cli/package.json b/core/cli/package.json index 89d006a9b..fc1544828 100644 --- a/core/cli/package.json +++ b/core/cli/package.json @@ -1,6 +1,6 @@ { "name": "dotcom-tool-kit", - "version": "4.2.0", + "version": "4.2.1", "description": "modern, maintainable, modular developer tooling for FT.com projects", "author": "FT.com Platforms Team ", "license": "MIT", @@ -31,8 +31,8 @@ "zod": "^3.22.4" }, "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", - "@dotcom-tool-kit/config": "^1.0.4", + "@dotcom-tool-kit/base": "^1.1.2", + "@dotcom-tool-kit/config": "^1.0.5", "@dotcom-tool-kit/conflict": "^1.0.0", "@dotcom-tool-kit/error": "^4.0.1", "@dotcom-tool-kit/logger": "^4.0.1", diff --git a/core/create/CHANGELOG.md b/core/create/CHANGELOG.md index 629d44f84..408287066 100644 --- a/core/create/CHANGELOG.md +++ b/core/create/CHANGELOG.md @@ -275,6 +275,15 @@ * devDependencies * dotcom-tool-kit bumped from ^4.1.0 to ^4.2.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/doppler bumped from ^2.0.4 to ^2.0.5 + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + * devDependencies + * dotcom-tool-kit bumped from ^4.2.0 to ^4.2.1 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v4.0.6...create-v4.1.0) (2024-12-09) diff --git a/core/create/package.json b/core/create/package.json index c65b54951..17a3e822a 100644 --- a/core/create/package.json +++ b/core/create/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/create", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "lib", "bin": "./bin/create-tool-kit", @@ -13,11 +13,11 @@ "dependencies": { "@aws-sdk/client-iam": "^3.282.0", "@aws-sdk/client-sts": "^3.282.0", - "@dotcom-tool-kit/doppler": "^2.0.4", + "@dotcom-tool-kit/doppler": "^2.0.5", "@dotcom-tool-kit/error": "^4.0.1", "@dotcom-tool-kit/logger": "^4.0.1", "@dotcom-tool-kit/plugin": "^1.0.0", - "@dotcom-tool-kit/schemas": "^1.3.0", + "@dotcom-tool-kit/schemas": "^1.4.0", "@octokit/rest": "^19.0.5", "@quarterto/parse-makefile-rules": "^1.1.0", "cli-highlight": "^2.1.11", @@ -52,7 +52,7 @@ "@types/node-fetch": "^2.6.2", "@types/pacote": "^11.1.3", "@types/prompts": "^2.0.14", - "dotcom-tool-kit": "^4.2.0", + "dotcom-tool-kit": "^4.2.1", "type-fest": "^3.13.1" }, "volta": { diff --git a/lib/base/CHANGELOG.md b/lib/base/CHANGELOG.md index c8d281c29..4c7168c71 100644 --- a/lib/base/CHANGELOG.md +++ b/lib/base/CHANGELOG.md @@ -6,6 +6,12 @@ * devDependencies * @dotcom-tool-kit/config bumped from ^1.0.3 to ^1.0.4 +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @dotcom-tool-kit/config bumped from ^1.0.4 to ^1.0.5 + ## [1.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.0.0...base-v1.1.0) (2024-12-09) diff --git a/lib/base/package.json b/lib/base/package.json index f1e835eec..6b3aacee9 100644 --- a/lib/base/package.json +++ b/lib/base/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/base", - "version": "1.1.1", + "version": "1.1.2", "description": "", "main": "lib", "scripts": { @@ -16,7 +16,7 @@ "winston": "^3.11.0" }, "devDependencies": { - "@dotcom-tool-kit/config": "^1.0.4", + "@dotcom-tool-kit/config": "^1.0.5", "@dotcom-tool-kit/logger": "^4.0.1", "@dotcom-tool-kit/plugin": "^1.0.0", "type-fest": "^4.29.1", diff --git a/lib/config/CHANGELOG.md b/lib/config/CHANGELOG.md index 93e23a657..2f1de830c 100644 --- a/lib/config/CHANGELOG.md +++ b/lib/config/CHANGELOG.md @@ -25,6 +25,12 @@ * dependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## 1.0.0 (2024-09-10) diff --git a/lib/config/package.json b/lib/config/package.json index 6ffa285b5..4c22455c9 100644 --- a/lib/config/package.json +++ b/lib/config/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/config", - "version": "1.0.4", + "version": "1.0.5", "description": "", "main": "lib", "scripts": { @@ -12,7 +12,7 @@ "dependencies": { "@dotcom-tool-kit/conflict": "^1.0.0", "@dotcom-tool-kit/plugin": "^1.0.0", - "@dotcom-tool-kit/schemas": "^1.3.0", + "@dotcom-tool-kit/schemas": "^1.4.0", "@dotcom-tool-kit/validated": "^1.0.1" } } diff --git a/lib/doppler/CHANGELOG.md b/lib/doppler/CHANGELOG.md index ac327a7d8..6f7d54162 100644 --- a/lib/doppler/CHANGELOG.md +++ b/lib/doppler/CHANGELOG.md @@ -58,6 +58,12 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [2.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/doppler-v1.1.1...doppler-v2.0.0) (2024-09-10) diff --git a/lib/doppler/package.json b/lib/doppler/package.json index 08e18cb0c..6987a8827 100644 --- a/lib/doppler/package.json +++ b/lib/doppler/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/doppler", - "version": "2.0.4", + "version": "2.0.5", "description": "", "main": "lib", "scripts": { @@ -29,7 +29,7 @@ "extends": "../../package.json" }, "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.3.0", + "@dotcom-tool-kit/schemas": "^1.4.0", "spawk": "^1.8.1", "winston": "^3.5.1" }, diff --git a/lib/schemas/CHANGELOG.md b/lib/schemas/CHANGELOG.md index b7fbf4557..cd400ac3c 100644 --- a/lib/schemas/CHANGELOG.md +++ b/lib/schemas/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/schemas-v1.3.0...schemas-v1.4.0) (2024-12-20) + + +### Features + +* actually output the jobs specified in the circleci hook options ([18b3322](https://github.com/Financial-Times/dotcom-tool-kit/commit/18b33223d298b882332c7db620b44a34f041956c)) +* **circleci:** support pre and post tool kit circleci job steps ([36b8624](https://github.com/Financial-Times/dotcom-tool-kit/commit/36b8624af309861e3919ff0b61571d1f929b397a)) + ## [1.3.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/schemas-v1.2.0...schemas-v1.3.0) (2024-12-12) diff --git a/lib/schemas/package.json b/lib/schemas/package.json index 02006a4c4..28b82f060 100644 --- a/lib/schemas/package.json +++ b/lib/schemas/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/schemas", - "version": "1.3.0", + "version": "1.4.0", "description": "", "main": "lib", "devDependencies": { diff --git a/orb/CHANGELOG.md b/orb/CHANGELOG.md index 81882e80c..4a77d659b 100644 --- a/orb/CHANGELOG.md +++ b/orb/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.1.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/orb-v5.1.0...orb-v5.1.1) (2024-12-20) + + +### Bug Fixes + +* **orb:** remove unused build-test job ([280a69e](https://github.com/Financial-Times/dotcom-tool-kit/commit/280a69e1c4b869d3eb4a15981a49aa2ae9d6bfb0)) + ## [5.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/orb-v5.0.2...orb-v5.1.0) (2024-10-31) diff --git a/orb/version.txt b/orb/version.txt index 831446cbd..ac14c3dfa 100644 --- a/orb/version.txt +++ b/orb/version.txt @@ -1 +1 @@ -5.1.0 +5.1.1 diff --git a/plugins/babel/CHANGELOG.md b/plugins/babel/CHANGELOG.md index a76ded173..3636607f6 100644 --- a/plugins/babel/CHANGELOG.md +++ b/plugins/babel/CHANGELOG.md @@ -154,6 +154,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/babel-v4.0.2...babel-v4.1.0) (2024-12-09) diff --git a/plugins/babel/package.json b/plugins/babel/package.json index 245741c7d..18eec7849 100644 --- a/plugins/babel/package.json +++ b/plugins/babel/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/babel", - "version": "4.1.1", + "version": "4.1.2", "description": "", "author": "FT.com Platforms Team ", "license": "MIT", @@ -16,7 +16,7 @@ }, "keywords": [], "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", + "@dotcom-tool-kit/base": "^1.1.2", "@dotcom-tool-kit/error": "^4.0.1", "@dotcom-tool-kit/logger": "^4.0.1", "fast-glob": "^3.2.11", @@ -31,7 +31,7 @@ }, "devDependencies": { "@babel/preset-env": "^7.16.11", - "@dotcom-tool-kit/schemas": "^1.3.0", + "@dotcom-tool-kit/schemas": "^1.4.0", "@jest/globals": "^27.4.6", "winston": "^3.5.1" }, diff --git a/plugins/backend-heroku-app/CHANGELOG.md b/plugins/backend-heroku-app/CHANGELOG.md index 3c96f05c7..6c845f3c6 100644 --- a/plugins/backend-heroku-app/CHANGELOG.md +++ b/plugins/backend-heroku-app/CHANGELOG.md @@ -296,6 +296,15 @@ * @dotcom-tool-kit/node bumped from ^4.1.0 to ^4.1.1 * @dotcom-tool-kit/npm bumped from ^4.1.0 to ^4.1.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/circleci-deploy bumped from ^4.0.4 to ^4.0.5 + * @dotcom-tool-kit/heroku bumped from ^4.0.4 to ^4.0.5 + * @dotcom-tool-kit/node bumped from ^4.1.1 to ^4.1.2 + * @dotcom-tool-kit/npm bumped from ^4.1.1 to ^4.1.2 + ## [4.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-heroku-app-v3.1.6...backend-heroku-app-v4.0.0) (2024-09-10) diff --git a/plugins/backend-heroku-app/package.json b/plugins/backend-heroku-app/package.json index 5917ea0ac..0854cff7d 100644 --- a/plugins/backend-heroku-app/package.json +++ b/plugins/backend-heroku-app/package.json @@ -1,16 +1,16 @@ { "name": "@dotcom-tool-kit/backend-heroku-app", - "version": "4.0.4", + "version": "4.0.5", "description": "", "main": "index.js", "keywords": [], "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/circleci-deploy": "^4.0.4", - "@dotcom-tool-kit/heroku": "^4.0.4", - "@dotcom-tool-kit/node": "^4.1.1", - "@dotcom-tool-kit/npm": "^4.1.1" + "@dotcom-tool-kit/circleci-deploy": "^4.0.5", + "@dotcom-tool-kit/heroku": "^4.0.5", + "@dotcom-tool-kit/node": "^4.1.2", + "@dotcom-tool-kit/npm": "^4.1.2" }, "repository": { "type": "git", diff --git a/plugins/backend-serverless-app/CHANGELOG.md b/plugins/backend-serverless-app/CHANGELOG.md index 66f7faeb9..f22b8e7f2 100644 --- a/plugins/backend-serverless-app/CHANGELOG.md +++ b/plugins/backend-serverless-app/CHANGELOG.md @@ -267,6 +267,15 @@ * @dotcom-tool-kit/npm bumped from ^4.1.0 to ^4.1.1 * @dotcom-tool-kit/serverless bumped from ^3.1.0 to ^3.1.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/circleci-deploy bumped from ^4.0.4 to ^4.0.5 + * @dotcom-tool-kit/node bumped from ^4.1.1 to ^4.1.2 + * @dotcom-tool-kit/npm bumped from ^4.1.1 to ^4.1.2 + * @dotcom-tool-kit/serverless bumped from ^3.1.1 to ^3.1.2 + ## [4.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v3.2.9...backend-serverless-app-v4.0.0) (2024-09-10) diff --git a/plugins/backend-serverless-app/package.json b/plugins/backend-serverless-app/package.json index c48deec02..0870fa23d 100644 --- a/plugins/backend-serverless-app/package.json +++ b/plugins/backend-serverless-app/package.json @@ -1,16 +1,16 @@ { "name": "@dotcom-tool-kit/backend-serverless-app", - "version": "4.0.4", + "version": "4.0.5", "description": "", "main": "index.js", "keywords": [], "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/circleci-deploy": "^4.0.4", - "@dotcom-tool-kit/node": "^4.1.1", - "@dotcom-tool-kit/npm": "^4.1.1", - "@dotcom-tool-kit/serverless": "^3.1.1" + "@dotcom-tool-kit/circleci-deploy": "^4.0.5", + "@dotcom-tool-kit/node": "^4.1.2", + "@dotcom-tool-kit/npm": "^4.1.2", + "@dotcom-tool-kit/serverless": "^3.1.2" }, "repository": { "type": "git", diff --git a/plugins/circleci-deploy/CHANGELOG.md b/plugins/circleci-deploy/CHANGELOG.md index 9d31d6fbc..10ee508e5 100644 --- a/plugins/circleci-deploy/CHANGELOG.md +++ b/plugins/circleci-deploy/CHANGELOG.md @@ -114,6 +114,12 @@ * dependencies * @dotcom-tool-kit/circleci bumped from ^7.0.2 to ^7.1.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/circleci bumped from ^7.2.0 to ^7.3.0 + ## [4.0.4](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-deploy-v4.0.3...circleci-deploy-v4.0.4) (2024-12-12) diff --git a/plugins/circleci-deploy/package.json b/plugins/circleci-deploy/package.json index c8d75dc5e..8d0424f05 100644 --- a/plugins/circleci-deploy/package.json +++ b/plugins/circleci-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/circleci-deploy", - "version": "4.0.4", + "version": "4.0.5", "description": "", "main": "lib", "scripts": { @@ -10,7 +10,7 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/circleci": "^7.2.0", + "@dotcom-tool-kit/circleci": "^7.3.0", "tslib": "^2.3.1" }, "repository": { diff --git a/plugins/circleci-npm/CHANGELOG.md b/plugins/circleci-npm/CHANGELOG.md index 94db8c62a..a3ded670e 100644 --- a/plugins/circleci-npm/CHANGELOG.md +++ b/plugins/circleci-npm/CHANGELOG.md @@ -264,6 +264,13 @@ * @dotcom-tool-kit/circleci bumped from ^7.1.0 to ^7.2.0 * @dotcom-tool-kit/npm bumped from ^4.1.0 to ^4.1.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/circleci bumped from ^7.2.0 to ^7.3.0 + * @dotcom-tool-kit/npm bumped from ^4.1.1 to ^4.1.2 + ## [6.0.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-npm-v6.0.1...circleci-npm-v6.0.2) (2024-10-03) diff --git a/plugins/circleci-npm/package.json b/plugins/circleci-npm/package.json index 7d0eb0692..b2368c42e 100644 --- a/plugins/circleci-npm/package.json +++ b/plugins/circleci-npm/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/circleci-npm", - "version": "6.0.5", + "version": "6.0.6", "description": "", "main": "lib", "scripts": { @@ -10,8 +10,8 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/circleci": "^7.2.0", - "@dotcom-tool-kit/npm": "^4.1.1", + "@dotcom-tool-kit/circleci": "^7.3.0", + "@dotcom-tool-kit/npm": "^4.1.2", "tslib": "^2.3.1" }, "repository": { diff --git a/plugins/circleci/CHANGELOG.md b/plugins/circleci/CHANGELOG.md index 5bc82ba98..67066e499 100644 --- a/plugins/circleci/CHANGELOG.md +++ b/plugins/circleci/CHANGELOG.md @@ -121,6 +121,29 @@ * @dotcom-tool-kit/logger bumped from ^3.4.0 to ^3.4.1 * @dotcom-tool-kit/types bumped from ^3.6.0 to ^3.6.1 +## [7.3.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-v7.2.0...circleci-v7.3.0) (2024-12-20) + + +### Features + +* actually output the jobs specified in the circleci hook options ([18b3322](https://github.com/Financial-Times/dotcom-tool-kit/commit/18b33223d298b882332c7db620b44a34f041956c)) +* **circleci:** support pre and post tool kit circleci job steps ([36b8624](https://github.com/Financial-Times/dotcom-tool-kit/commit/36b8624af309861e3919ff0b61571d1f929b397a)) + + +### Bug Fixes + +* allow non-tool-kit-orb jobs to be specified in workflows ([10fbd3b](https://github.com/Financial-Times/dotcom-tool-kit/commit/10fbd3b80645d64b8a8ccbd95714b5e4a94ca2c2)) +* allow specifying previously-generated jobs ([69a8760](https://github.com/Financial-Times/dotcom-tool-kit/commit/69a876049a9ef0e46b988f2b121cd054622a4005)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [7.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-v7.1.0...circleci-v7.2.0) (2024-12-12) diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json index b3a0b63b7..ce7d6a9b0 100644 --- a/plugins/circleci/package.json +++ b/plugins/circleci/package.json @@ -1,13 +1,13 @@ { "name": "@dotcom-tool-kit/circleci", - "version": "7.2.0", + "version": "7.3.0", "description": "", "main": "lib", "scripts": { "test": "cd ../../ ; npx jest --silent --projects plugins/circleci" }, "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", + "@dotcom-tool-kit/base": "^1.1.2", "@dotcom-tool-kit/conflict": "^1.0.0", "@dotcom-tool-kit/error": "^4.0.1", "@dotcom-tool-kit/logger": "^4.0.1", @@ -30,7 +30,7 @@ "homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/circleci", "devDependencies": { "@dotcom-tool-kit/plugin": "^1.0.0", - "@dotcom-tool-kit/schemas": "^1.3.0", + "@dotcom-tool-kit/schemas": "^1.4.0", "@jest/globals": "^27.4.6", "@types/jest": "^27.4.0", "@types/js-yaml": "^4.0.3", diff --git a/plugins/commitlint/CHANGELOG.md b/plugins/commitlint/CHANGELOG.md index 1b2e94d9a..07b9bf67d 100644 --- a/plugins/commitlint/CHANGELOG.md +++ b/plugins/commitlint/CHANGELOG.md @@ -6,6 +6,12 @@ * dependencies * @dotcom-tool-kit/base bumped from ^1.1.0 to ^1.1.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + ## [1.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/commitlint-v1.0.0...commitlint-v1.1.0) (2024-12-09) diff --git a/plugins/commitlint/package.json b/plugins/commitlint/package.json index 3e7d3830a..f9db36e58 100644 --- a/plugins/commitlint/package.json +++ b/plugins/commitlint/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/commitlint", - "version": "1.1.1", + "version": "1.1.2", "description": "", "main": "lib", "scripts": { @@ -10,7 +10,7 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", + "@dotcom-tool-kit/base": "^1.1.2", "@dotcom-tool-kit/logger": "^4.0.1" }, "repository": { diff --git a/plugins/component/CHANGELOG.md b/plugins/component/CHANGELOG.md index ae88b5327..b5d8956cc 100644 --- a/plugins/component/CHANGELOG.md +++ b/plugins/component/CHANGELOG.md @@ -223,6 +223,13 @@ * @dotcom-tool-kit/circleci-npm bumped from ^6.0.4 to ^6.0.5 * @dotcom-tool-kit/npm bumped from ^4.1.0 to ^4.1.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/circleci-npm bumped from ^6.0.5 to ^6.0.6 + * @dotcom-tool-kit/npm bumped from ^4.1.1 to ^4.1.2 + ## [5.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/component-v4.1.5...component-v5.0.0) (2024-09-10) diff --git a/plugins/component/package.json b/plugins/component/package.json index 3f8f72ebc..617a68895 100644 --- a/plugins/component/package.json +++ b/plugins/component/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/component", - "version": "5.0.5", + "version": "5.0.6", "description": "", "main": "index.js", "keywords": [], @@ -20,8 +20,8 @@ "dotcom-tool-kit": "4.x" }, "dependencies": { - "@dotcom-tool-kit/circleci-npm": "^6.0.5", - "@dotcom-tool-kit/npm": "^4.1.1" + "@dotcom-tool-kit/circleci-npm": "^6.0.6", + "@dotcom-tool-kit/npm": "^4.1.2" }, "engines": { "node": "18.x || 20.x", diff --git a/plugins/cypress/CHANGELOG.md b/plugins/cypress/CHANGELOG.md index 844cf5c0a..f2c0aa8e3 100644 --- a/plugins/cypress/CHANGELOG.md +++ b/plugins/cypress/CHANGELOG.md @@ -74,6 +74,16 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * @dotcom-tool-kit/doppler bumped from ^2.0.4 to ^2.0.5 + * @dotcom-tool-kit/package-json-hook bumped from ^5.0.4 to ^5.0.5 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [5.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/cypress-v5.0.2...cypress-v5.1.0) (2024-12-09) diff --git a/plugins/cypress/package.json b/plugins/cypress/package.json index d1a4ebc3c..3bd001edc 100644 --- a/plugins/cypress/package.json +++ b/plugins/cypress/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/cypress", - "version": "5.1.1", + "version": "5.1.2", "description": "", "main": "lib", "scripts": { @@ -28,13 +28,13 @@ "npm": "7.x || 8.x || 9.x || 10.x" }, "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", - "@dotcom-tool-kit/doppler": "^2.0.4", + "@dotcom-tool-kit/base": "^1.1.2", + "@dotcom-tool-kit/doppler": "^2.0.5", "@dotcom-tool-kit/logger": "^4.0.1", - "@dotcom-tool-kit/package-json-hook": "^5.0.4", + "@dotcom-tool-kit/package-json-hook": "^5.0.5", "@dotcom-tool-kit/state": "^4.0.0" }, "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.3.0" + "@dotcom-tool-kit/schemas": "^1.4.0" } } diff --git a/plugins/eslint/CHANGELOG.md b/plugins/eslint/CHANGELOG.md index de1daf909..fd8fc0ee9 100644 --- a/plugins/eslint/CHANGELOG.md +++ b/plugins/eslint/CHANGELOG.md @@ -142,6 +142,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/eslint-v4.0.2...eslint-v4.1.0) (2024-12-09) diff --git a/plugins/eslint/package.json b/plugins/eslint/package.json index aaa9e8880..c20ed2154 100644 --- a/plugins/eslint/package.json +++ b/plugins/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/eslint", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "lib", "scripts": { @@ -10,7 +10,7 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", + "@dotcom-tool-kit/base": "^1.1.2", "@dotcom-tool-kit/error": "^4.0.1", "@dotcom-tool-kit/logger": "^4.0.1", "tslib": "^2.3.1" @@ -23,7 +23,7 @@ "bugs": "https://github.com/financial-times/dotcom-tool-kit/issues", "homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/eslint", "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.3.0", + "@dotcom-tool-kit/schemas": "^1.4.0", "@jest/globals": "^27.4.6", "@types/eslint": "^7.2.13", "@types/temp": "^0.9.4", diff --git a/plugins/frontend-app/CHANGELOG.md b/plugins/frontend-app/CHANGELOG.md index 83e6c1fdb..ec10933b2 100644 --- a/plugins/frontend-app/CHANGELOG.md +++ b/plugins/frontend-app/CHANGELOG.md @@ -342,6 +342,14 @@ * @dotcom-tool-kit/upload-assets-to-s3 bumped from ^4.1.0 to ^4.1.1 * @dotcom-tool-kit/webpack bumped from ^4.1.0 to ^4.1.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/backend-heroku-app bumped from ^4.0.4 to ^4.0.5 + * @dotcom-tool-kit/upload-assets-to-s3 bumped from ^4.1.1 to ^4.1.2 + * @dotcom-tool-kit/webpack bumped from ^4.1.1 to ^4.1.2 + ## [4.0.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/frontend-app-v4.0.0...frontend-app-v4.0.1) (2024-09-16) diff --git a/plugins/frontend-app/package.json b/plugins/frontend-app/package.json index 9e5fdc390..01a905115 100644 --- a/plugins/frontend-app/package.json +++ b/plugins/frontend-app/package.json @@ -1,15 +1,15 @@ { "name": "@dotcom-tool-kit/frontend-app", - "version": "4.0.4", + "version": "4.0.5", "description": "", "main": "index.js", "keywords": [], "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/backend-heroku-app": "^4.0.4", - "@dotcom-tool-kit/upload-assets-to-s3": "^4.1.1", - "@dotcom-tool-kit/webpack": "^4.1.1" + "@dotcom-tool-kit/backend-heroku-app": "^4.0.5", + "@dotcom-tool-kit/upload-assets-to-s3": "^4.1.2", + "@dotcom-tool-kit/webpack": "^4.1.2" }, "repository": { "type": "git", diff --git a/plugins/heroku/CHANGELOG.md b/plugins/heroku/CHANGELOG.md index fa9bd68c1..17e7d587b 100644 --- a/plugins/heroku/CHANGELOG.md +++ b/plugins/heroku/CHANGELOG.md @@ -224,6 +224,17 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * @dotcom-tool-kit/doppler bumped from ^2.0.4 to ^2.0.5 + * @dotcom-tool-kit/npm bumped from ^4.1.1 to ^4.1.2 + * @dotcom-tool-kit/package-json-hook bumped from ^5.0.4 to ^5.0.5 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [4.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/heroku-v3.4.2...heroku-v4.0.0) (2024-09-10) diff --git a/plugins/heroku/package.json b/plugins/heroku/package.json index e24927092..641a61fc5 100644 --- a/plugins/heroku/package.json +++ b/plugins/heroku/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/heroku", - "version": "4.0.4", + "version": "4.0.5", "description": "", "main": "lib", "scripts": { @@ -10,12 +10,12 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", - "@dotcom-tool-kit/doppler": "^2.0.4", + "@dotcom-tool-kit/base": "^1.1.2", + "@dotcom-tool-kit/doppler": "^2.0.5", "@dotcom-tool-kit/error": "^4.0.1", "@dotcom-tool-kit/logger": "^4.0.1", - "@dotcom-tool-kit/npm": "^4.1.1", - "@dotcom-tool-kit/package-json-hook": "^5.0.4", + "@dotcom-tool-kit/npm": "^4.1.2", + "@dotcom-tool-kit/package-json-hook": "^5.0.5", "@dotcom-tool-kit/state": "^4.0.0", "@dotcom-tool-kit/wait-for-ok": "^4.0.0", "@octokit/request": "^5.6.0", @@ -33,7 +33,7 @@ "bugs": "https://github.com/financial-times/dotcom-tool-kit/issues", "homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/heroku", "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.3.0", + "@dotcom-tool-kit/schemas": "^1.4.0", "@types/financial-times__package-json": "^1.9.0", "@types/p-retry": "^3.0.1", "winston": "^3.5.1" diff --git a/plugins/husky-npm/CHANGELOG.md b/plugins/husky-npm/CHANGELOG.md index fcc5c9b1b..803af6dc6 100644 --- a/plugins/husky-npm/CHANGELOG.md +++ b/plugins/husky-npm/CHANGELOG.md @@ -24,6 +24,12 @@ * dependencies * @dotcom-tool-kit/package-json-hook bumped from ^5.0.3 to ^5.0.4 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/package-json-hook bumped from ^5.0.4 to ^5.0.5 + ## [5.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/husky-npm-v4.2.0...husky-npm-v5.0.0) (2024-09-10) diff --git a/plugins/husky-npm/package.json b/plugins/husky-npm/package.json index d94654337..737fe6a6f 100644 --- a/plugins/husky-npm/package.json +++ b/plugins/husky-npm/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/husky-npm", - "version": "5.0.4", + "version": "5.0.5", "description": "", "main": "lib", "scripts": { @@ -10,7 +10,7 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/package-json-hook": "^5.0.4", + "@dotcom-tool-kit/package-json-hook": "^5.0.5", "tslib": "^2.3.1" }, "peerDependencies": { diff --git a/plugins/jest/CHANGELOG.md b/plugins/jest/CHANGELOG.md index 4ef11cee0..c42850483 100644 --- a/plugins/jest/CHANGELOG.md +++ b/plugins/jest/CHANGELOG.md @@ -154,6 +154,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/jest-v4.0.2...jest-v4.1.0) (2024-12-09) diff --git a/plugins/jest/package.json b/plugins/jest/package.json index 7fb06e491..6145d608a 100644 --- a/plugins/jest/package.json +++ b/plugins/jest/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/jest", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "lib", "scripts": { @@ -10,7 +10,7 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", + "@dotcom-tool-kit/base": "^1.1.2", "@dotcom-tool-kit/logger": "^4.0.1", "tslib": "^2.3.1" }, @@ -30,7 +30,7 @@ ".toolkitrc.yml" ], "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.3.0", + "@dotcom-tool-kit/schemas": "^1.4.0", "winston": "^3.5.1" }, "engines": { diff --git a/plugins/lint-staged-npm/CHANGELOG.md b/plugins/lint-staged-npm/CHANGELOG.md index 7ce35a2d5..607c81401 100644 --- a/plugins/lint-staged-npm/CHANGELOG.md +++ b/plugins/lint-staged-npm/CHANGELOG.md @@ -197,6 +197,14 @@ * @dotcom-tool-kit/lint-staged bumped from ^5.1.0 to ^5.1.1 * @dotcom-tool-kit/package-json-hook bumped from ^5.0.3 to ^5.0.4 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/husky-npm bumped from ^5.0.4 to ^5.0.5 + * @dotcom-tool-kit/lint-staged bumped from ^5.1.1 to ^5.1.2 + * @dotcom-tool-kit/package-json-hook bumped from ^5.0.4 to ^5.0.5 + ## [4.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/lint-staged-npm-v3.2.1...lint-staged-npm-v4.0.0) (2024-09-10) diff --git a/plugins/lint-staged-npm/package.json b/plugins/lint-staged-npm/package.json index df79cd812..a78b9aa32 100644 --- a/plugins/lint-staged-npm/package.json +++ b/plugins/lint-staged-npm/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/lint-staged-npm", - "version": "4.0.4", + "version": "4.0.5", "description": "", "main": "lib", "scripts": { @@ -10,9 +10,9 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/husky-npm": "^5.0.4", - "@dotcom-tool-kit/lint-staged": "^5.1.1", - "@dotcom-tool-kit/package-json-hook": "^5.0.4", + "@dotcom-tool-kit/husky-npm": "^5.0.5", + "@dotcom-tool-kit/lint-staged": "^5.1.2", + "@dotcom-tool-kit/package-json-hook": "^5.0.5", "tslib": "^2.3.1" }, "repository": { diff --git a/plugins/lint-staged/CHANGELOG.md b/plugins/lint-staged/CHANGELOG.md index e52b303ef..52c367b51 100644 --- a/plugins/lint-staged/CHANGELOG.md +++ b/plugins/lint-staged/CHANGELOG.md @@ -147,6 +147,13 @@ * @dotcom-tool-kit/base bumped from ^1.1.0 to ^1.1.1 * @dotcom-tool-kit/package-json-hook bumped from ^5.0.3 to ^5.0.4 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * @dotcom-tool-kit/package-json-hook bumped from ^5.0.4 to ^5.0.5 + ## [5.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/lint-staged-v5.0.2...lint-staged-v5.1.0) (2024-12-09) diff --git a/plugins/lint-staged/package.json b/plugins/lint-staged/package.json index c7d366761..a48f898d5 100644 --- a/plugins/lint-staged/package.json +++ b/plugins/lint-staged/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/lint-staged", - "version": "5.1.1", + "version": "5.1.2", "description": "", "main": "lib", "scripts": { @@ -10,8 +10,8 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", - "@dotcom-tool-kit/package-json-hook": "^5.0.4", + "@dotcom-tool-kit/base": "^1.1.2", + "@dotcom-tool-kit/package-json-hook": "^5.0.5", "@dotcom-tool-kit/logger": "^4.0.1", "lint-staged": "^11.2.3", "tslib": "^2.3.1" diff --git a/plugins/mocha/CHANGELOG.md b/plugins/mocha/CHANGELOG.md index 7bf62dcc0..edcdd40d6 100644 --- a/plugins/mocha/CHANGELOG.md +++ b/plugins/mocha/CHANGELOG.md @@ -141,6 +141,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/mocha-v4.0.2...mocha-v4.1.0) (2024-12-09) diff --git a/plugins/mocha/package.json b/plugins/mocha/package.json index a19c80cef..2451e3d69 100644 --- a/plugins/mocha/package.json +++ b/plugins/mocha/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/mocha", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "lib", "scripts": { @@ -10,7 +10,7 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", + "@dotcom-tool-kit/base": "^1.1.2", "@dotcom-tool-kit/error": "^4.0.1", "@dotcom-tool-kit/logger": "^4.0.1", "glob": "^7.1.7", @@ -24,7 +24,7 @@ "bugs": "https://github.com/financial-times/dotcom-tool-kit/issues", "homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/mocha", "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.3.0", + "@dotcom-tool-kit/schemas": "^1.4.0", "@jest/globals": "^27.4.6", "@types/glob": "^7.1.3", "@types/mocha": "^8.2.2", diff --git a/plugins/n-test/CHANGELOG.md b/plugins/n-test/CHANGELOG.md index eb770bdc0..bcdcee70a 100644 --- a/plugins/n-test/CHANGELOG.md +++ b/plugins/n-test/CHANGELOG.md @@ -161,6 +161,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/n-test-v4.0.2...n-test-v4.1.0) (2024-12-09) diff --git a/plugins/n-test/package.json b/plugins/n-test/package.json index 0305e666d..36fa0ef93 100644 --- a/plugins/n-test/package.json +++ b/plugins/n-test/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/n-test", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "lib", "scripts": { @@ -10,7 +10,7 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", + "@dotcom-tool-kit/base": "^1.1.2", "@dotcom-tool-kit/logger": "^4.0.1", "@dotcom-tool-kit/state": "^4.0.0", "@financial-times/n-test": "^6.1.0-beta.1", @@ -24,7 +24,7 @@ "bugs": "https://github.com/financial-times/dotcom-tool-kit/issues", "homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/n-test", "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.3.0", + "@dotcom-tool-kit/schemas": "^1.4.0", "@jest/globals": "^27.4.6", "@types/jest": "^27.4.0", "winston": "^3.5.1" diff --git a/plugins/next-router/CHANGELOG.md b/plugins/next-router/CHANGELOG.md index 137b14580..c37e93588 100644 --- a/plugins/next-router/CHANGELOG.md +++ b/plugins/next-router/CHANGELOG.md @@ -215,6 +215,15 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * @dotcom-tool-kit/doppler bumped from ^2.0.4 to ^2.0.5 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/next-router-v4.0.2...next-router-v4.1.0) (2024-12-09) diff --git a/plugins/next-router/package.json b/plugins/next-router/package.json index 2739f847e..2a20a399f 100644 --- a/plugins/next-router/package.json +++ b/plugins/next-router/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/next-router", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "lib", "scripts": { @@ -10,8 +10,8 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", - "@dotcom-tool-kit/doppler": "^2.0.4", + "@dotcom-tool-kit/base": "^1.1.2", + "@dotcom-tool-kit/doppler": "^2.0.5", "@dotcom-tool-kit/error": "^4.0.1", "@dotcom-tool-kit/logger": "^4.0.1", "@dotcom-tool-kit/state": "^4.0.0", @@ -37,6 +37,6 @@ "npm": "7.x || 8.x || 9.x || 10.x" }, "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.3.0" + "@dotcom-tool-kit/schemas": "^1.4.0" } } diff --git a/plugins/node/CHANGELOG.md b/plugins/node/CHANGELOG.md index 44bf68c0f..6ef86e683 100644 --- a/plugins/node/CHANGELOG.md +++ b/plugins/node/CHANGELOG.md @@ -193,6 +193,15 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * @dotcom-tool-kit/doppler bumped from ^2.0.4 to ^2.0.5 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/node-v4.0.2...node-v4.1.0) (2024-12-09) diff --git a/plugins/node/package.json b/plugins/node/package.json index 99af1a9af..8864e8e48 100644 --- a/plugins/node/package.json +++ b/plugins/node/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/node", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "lib", "scripts": { @@ -10,10 +10,10 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", + "@dotcom-tool-kit/base": "^1.1.2", "@dotcom-tool-kit/error": "^4.0.1", "@dotcom-tool-kit/state": "^4.0.0", - "@dotcom-tool-kit/doppler": "^2.0.4", + "@dotcom-tool-kit/doppler": "^2.0.5", "get-port": "^5.1.1", "tslib": "^2.3.1", "wait-port": "^0.2.9" @@ -37,6 +37,6 @@ "npm": "7.x || 8.x || 9.x || 10.x" }, "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.3.0" + "@dotcom-tool-kit/schemas": "^1.4.0" } } diff --git a/plugins/nodemon/CHANGELOG.md b/plugins/nodemon/CHANGELOG.md index aca73c15d..897b114ba 100644 --- a/plugins/nodemon/CHANGELOG.md +++ b/plugins/nodemon/CHANGELOG.md @@ -200,6 +200,15 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * @dotcom-tool-kit/doppler bumped from ^2.0.4 to ^2.0.5 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [4.0.3](https://github.com/Financial-Times/dotcom-tool-kit/compare/nodemon-v4.0.2...nodemon-v4.0.3) (2024-12-09) diff --git a/plugins/nodemon/package.json b/plugins/nodemon/package.json index 109f3865c..dbfc51609 100644 --- a/plugins/nodemon/package.json +++ b/plugins/nodemon/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/nodemon", - "version": "4.0.4", + "version": "4.0.5", "description": "", "main": "lib", "scripts": { @@ -10,10 +10,10 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", + "@dotcom-tool-kit/base": "^1.1.2", "@dotcom-tool-kit/error": "^4.0.1", "@dotcom-tool-kit/state": "^4.0.0", - "@dotcom-tool-kit/doppler": "^2.0.4", + "@dotcom-tool-kit/doppler": "^2.0.5", "get-port": "^5.1.1", "tslib": "^2.3.1" }, @@ -33,7 +33,7 @@ ".toolkitrc.yml" ], "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.3.0", + "@dotcom-tool-kit/schemas": "^1.4.0", "@types/nodemon": "^1.19.1" }, "engines": { diff --git a/plugins/npm/CHANGELOG.md b/plugins/npm/CHANGELOG.md index 903bb45bc..b1949cfa7 100644 --- a/plugins/npm/CHANGELOG.md +++ b/plugins/npm/CHANGELOG.md @@ -164,6 +164,13 @@ * @dotcom-tool-kit/base bumped from ^1.1.0 to ^1.1.1 * @dotcom-tool-kit/package-json-hook bumped from ^5.0.3 to ^5.0.4 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * @dotcom-tool-kit/package-json-hook bumped from ^5.0.4 to ^5.0.5 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/npm-v4.0.2...npm-v4.1.0) (2024-12-09) diff --git a/plugins/npm/package.json b/plugins/npm/package.json index 1cd7d8820..6f834c070 100644 --- a/plugins/npm/package.json +++ b/plugins/npm/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/npm", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "lib", "scripts": { @@ -10,9 +10,9 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", + "@dotcom-tool-kit/base": "^1.1.2", "@dotcom-tool-kit/error": "^4.0.1", - "@dotcom-tool-kit/package-json-hook": "^5.0.4", + "@dotcom-tool-kit/package-json-hook": "^5.0.5", "@dotcom-tool-kit/state": "^4.0.0", "libnpmpack": "^3.1.0", "libnpmpublish": "^5.0.1", diff --git a/plugins/package-json-hook/CHANGELOG.md b/plugins/package-json-hook/CHANGELOG.md index fc82a4b24..8afdc805f 100644 --- a/plugins/package-json-hook/CHANGELOG.md +++ b/plugins/package-json-hook/CHANGELOG.md @@ -28,6 +28,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [5.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/package-json-hook-v4.2.0...package-json-hook-v5.0.0) (2024-09-10) diff --git a/plugins/package-json-hook/package.json b/plugins/package-json-hook/package.json index 1e97ee3a7..385b14b0e 100644 --- a/plugins/package-json-hook/package.json +++ b/plugins/package-json-hook/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/package-json-hook", - "version": "5.0.4", + "version": "5.0.5", "description": "", "main": "lib", "scripts": { @@ -10,7 +10,7 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", + "@dotcom-tool-kit/base": "^1.1.2", "@dotcom-tool-kit/conflict": "^1.0.0", "@dotcom-tool-kit/plugin": "^1.0.0", "@financial-times/package-json": "^3.0.0", @@ -28,7 +28,7 @@ "zod": "^3.22.4" }, "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.3.0", + "@dotcom-tool-kit/schemas": "^1.4.0", "@jest/globals": "^27.4.6", "@types/lodash": "^4.14.185", "winston": "^3.5.1", diff --git a/plugins/prettier/CHANGELOG.md b/plugins/prettier/CHANGELOG.md index 9906178e4..53b439d62 100644 --- a/plugins/prettier/CHANGELOG.md +++ b/plugins/prettier/CHANGELOG.md @@ -147,6 +147,13 @@ * @dotcom-tool-kit/base bumped from ^1.1.0 to ^1.1.1 * @dotcom-tool-kit/package-json-hook bumped from ^5.0.3 to ^5.0.4 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * @dotcom-tool-kit/package-json-hook bumped from ^5.0.4 to ^5.0.5 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/prettier-v4.0.2...prettier-v4.1.0) (2024-12-09) diff --git a/plugins/prettier/package.json b/plugins/prettier/package.json index 3df050cbf..ee9ead85f 100644 --- a/plugins/prettier/package.json +++ b/plugins/prettier/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/prettier", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "lib", "scripts": { @@ -10,10 +10,10 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", + "@dotcom-tool-kit/base": "^1.1.2", "@dotcom-tool-kit/error": "^4.0.1", "@dotcom-tool-kit/logger": "^4.0.1", - "@dotcom-tool-kit/package-json-hook": "^5.0.4", + "@dotcom-tool-kit/package-json-hook": "^5.0.5", "fast-glob": "^3.2.7", "hook-std": "^2.0.0", "prettier": "^2.2.1", diff --git a/plugins/serverless/CHANGELOG.md b/plugins/serverless/CHANGELOG.md index a18df03f3..c651ff52c 100644 --- a/plugins/serverless/CHANGELOG.md +++ b/plugins/serverless/CHANGELOG.md @@ -108,6 +108,15 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * @dotcom-tool-kit/doppler bumped from ^2.0.4 to ^2.0.5 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [3.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/serverless-v3.0.2...serverless-v3.1.0) (2024-12-09) diff --git a/plugins/serverless/package.json b/plugins/serverless/package.json index 97a013b02..5de1847ef 100644 --- a/plugins/serverless/package.json +++ b/plugins/serverless/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/serverless", - "version": "3.1.1", + "version": "3.1.2", "description": "a plugin to manage and deploy apps using AWS Serverless", "main": "lib", "scripts": { @@ -25,8 +25,8 @@ "serverless-offline": "^12.0.4" }, "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", - "@dotcom-tool-kit/doppler": "^2.0.4", + "@dotcom-tool-kit/base": "^1.1.2", + "@dotcom-tool-kit/doppler": "^2.0.5", "@dotcom-tool-kit/error": "^4.0.1", "@dotcom-tool-kit/state": "^4.0.0", "get-port": "^5.1.1", @@ -38,6 +38,6 @@ "npm": "7.x || 8.x || 9.x || 10.x" }, "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.3.0" + "@dotcom-tool-kit/schemas": "^1.4.0" } } diff --git a/plugins/typescript/CHANGELOG.md b/plugins/typescript/CHANGELOG.md index 1dba2cd5c..64bf56787 100644 --- a/plugins/typescript/CHANGELOG.md +++ b/plugins/typescript/CHANGELOG.md @@ -92,6 +92,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [3.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/typescript-v3.0.2...typescript-v3.1.0) (2024-12-09) diff --git a/plugins/typescript/package.json b/plugins/typescript/package.json index a7616a84e..17b1550ca 100644 --- a/plugins/typescript/package.json +++ b/plugins/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/typescript", - "version": "3.1.1", + "version": "3.1.2", "description": "", "main": "lib", "scripts": { @@ -25,11 +25,11 @@ "typescript": "3.x || 4.x || 5.x" }, "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", + "@dotcom-tool-kit/base": "^1.1.2", "@dotcom-tool-kit/logger": "^4.0.1" }, "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.3.0", + "@dotcom-tool-kit/schemas": "^1.4.0", "@jest/globals": "^29.3.1", "typescript": "^4.9.4", "winston": "^3.8.2" diff --git a/plugins/upload-assets-to-s3/CHANGELOG.md b/plugins/upload-assets-to-s3/CHANGELOG.md index 1213b3954..dd0fda2e4 100644 --- a/plugins/upload-assets-to-s3/CHANGELOG.md +++ b/plugins/upload-assets-to-s3/CHANGELOG.md @@ -141,6 +141,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/upload-assets-to-s3-v4.0.2...upload-assets-to-s3-v4.1.0) (2024-12-09) diff --git a/plugins/upload-assets-to-s3/package.json b/plugins/upload-assets-to-s3/package.json index ee8a39993..31dfd9023 100644 --- a/plugins/upload-assets-to-s3/package.json +++ b/plugins/upload-assets-to-s3/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/upload-assets-to-s3", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "lib", "scripts": { @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@aws-sdk/client-s3": "^3.256.0", - "@dotcom-tool-kit/base": "^1.1.1", + "@dotcom-tool-kit/base": "^1.1.2", "@dotcom-tool-kit/error": "^4.0.1", "@dotcom-tool-kit/logger": "^4.0.1", "glob": "^7.1.6", @@ -27,7 +27,7 @@ "homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/upload-assets-to-s3", "devDependencies": { "@aws-sdk/types": "^3.13.1", - "@dotcom-tool-kit/schemas": "^1.3.0", + "@dotcom-tool-kit/schemas": "^1.4.0", "@jest/globals": "^27.4.6", "@types/glob": "^7.1.3", "@types/jest": "^27.4.0", diff --git a/plugins/webpack/CHANGELOG.md b/plugins/webpack/CHANGELOG.md index c5ee2b5ed..85c25b6a0 100644 --- a/plugins/webpack/CHANGELOG.md +++ b/plugins/webpack/CHANGELOG.md @@ -142,6 +142,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.2.0 to ^1.3.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.1 to ^1.1.2 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/webpack-v4.0.2...webpack-v4.1.0) (2024-12-09) diff --git a/plugins/webpack/package.json b/plugins/webpack/package.json index ae992cb1a..b5111aebc 100644 --- a/plugins/webpack/package.json +++ b/plugins/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/webpack", - "version": "4.1.1", + "version": "4.1.2", "main": "lib", "description": "", "author": "FT.com Platforms Team ", @@ -17,7 +17,7 @@ "test": "cd ../../ ; npx jest --silent --projects plugins/webpack" }, "dependencies": { - "@dotcom-tool-kit/base": "^1.1.1", + "@dotcom-tool-kit/base": "^1.1.2", "@dotcom-tool-kit/error": "^4.0.1", "@dotcom-tool-kit/logger": "^4.0.1", "webpack-cli": "^4.6.0", @@ -28,7 +28,7 @@ "webpack": "4.x.x || 5.x.x" }, "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.3.0", + "@dotcom-tool-kit/schemas": "^1.4.0", "@jest/globals": "^27.4.6", "ts-node": "^10.0.0", "webpack": "^4.42.1",