diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 111e83618..1cfe10d6d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,51 +1,51 @@ { - "core/cli": "4.3.3", - "core/create": "4.2.3", + "core/cli": "4.3.4", + "core/create": "4.2.4", "lib/error": "4.1.0", "lib/logger": "4.1.0", - "plugins/package-json-hook": "5.1.1", + "plugins/package-json-hook": "5.1.2", "lib/state": "4.1.0", "lib/types": "3.6.1", "lib/vault": "3.2.1", "lib/wait-for-ok": "4.1.0", "orb": "5.2.0", - "plugins/babel": "4.2.1", + "plugins/babel": "4.2.2", "plugins/backend-app": "3.2.6", - "plugins/circleci": "7.3.1", + "plugins/circleci": "7.3.2", "plugins/circleci-heroku": "3.2.6", - "plugins/circleci-npm": "6.1.1", - "plugins/component": "5.1.1", - "plugins/eslint": "4.2.1", - "plugins/frontend-app": "4.1.1", - "plugins/heroku": "4.1.1", - "plugins/husky-npm": "5.1.1", - "plugins/jest": "4.2.1", - "plugins/lint-staged": "5.2.1", - "plugins/lint-staged-npm": "4.1.1", - "plugins/mocha": "4.2.1", - "plugins/n-test": "4.2.2", - "plugins/next-router": "4.2.1", - "plugins/node": "4.2.1", - "plugins/nodemon": "4.1.1", - "plugins/npm": "4.2.1", + "plugins/circleci-npm": "6.1.2", + "plugins/component": "5.1.2", + "plugins/eslint": "4.2.2", + "plugins/frontend-app": "4.1.2", + "plugins/heroku": "4.1.2", + "plugins/husky-npm": "5.1.2", + "plugins/jest": "4.2.2", + "plugins/lint-staged": "5.2.2", + "plugins/lint-staged-npm": "4.1.2", + "plugins/mocha": "4.2.2", + "plugins/n-test": "4.2.3", + "plugins/next-router": "4.2.2", + "plugins/node": "4.2.2", + "plugins/nodemon": "4.1.2", + "plugins/npm": "4.2.2", "plugins/pa11y": "0.5.3", - "plugins/prettier": "4.2.1", - "plugins/upload-assets-to-s3": "4.2.1", - "plugins/webpack": "4.2.1", - "plugins/cypress": "5.2.1", - "plugins/typescript": "3.2.1", - "plugins/backend-heroku-app": "4.1.1", - "plugins/circleci-deploy": "4.1.1", - "plugins/backend-serverless-app": "4.1.1", - "plugins/serverless": "3.2.1", - "lib/doppler": "2.1.1", - "lib/base": "1.1.3", - "lib/config": "1.0.6", + "plugins/prettier": "4.2.2", + "plugins/upload-assets-to-s3": "4.2.2", + "plugins/webpack": "4.2.2", + "plugins/cypress": "5.2.2", + "plugins/typescript": "3.2.2", + "plugins/backend-heroku-app": "4.1.2", + "plugins/circleci-deploy": "4.1.2", + "plugins/backend-serverless-app": "4.1.2", + "plugins/serverless": "3.2.2", + "lib/doppler": "2.1.2", + "lib/base": "1.1.4", + "lib/config": "1.0.7", "lib/conflict": "1.0.0", "lib/plugin": "1.0.0", - "lib/schemas": "1.5.0", + "lib/schemas": "1.6.0", "lib/validated": "1.0.2", - "plugins/commitlint": "1.2.1", + "plugins/commitlint": "1.2.2", "plugins/cloudsmith": "1.0.1", - "plugins/docker": "0.1.0" + "plugins/docker": "0.2.0" } diff --git a/core/cli/CHANGELOG.md b/core/cli/CHANGELOG.md index a93fc6dc4..078ddd166 100644 --- a/core/cli/CHANGELOG.md +++ b/core/cli/CHANGELOG.md @@ -413,6 +413,13 @@ * @dotcom-tool-kit/base bumped from ^1.1.2 to ^1.1.3 * @dotcom-tool-kit/config bumped from ^1.0.5 to ^1.0.6 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * @dotcom-tool-kit/config bumped from ^1.0.6 to ^1.0.7 + ## [4.3.3](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.3.2...dotcom-tool-kit-v4.3.3) (2025-01-09) diff --git a/core/cli/package.json b/core/cli/package.json index a90a2c813..178804b12 100644 --- a/core/cli/package.json +++ b/core/cli/package.json @@ -1,6 +1,6 @@ { "name": "dotcom-tool-kit", - "version": "4.3.3", + "version": "4.3.4", "description": "modern, maintainable, modular developer tooling for FT.com projects", "author": "FT.com Platforms Team ", "license": "MIT", @@ -30,8 +30,8 @@ "zod": "^3.22.4" }, "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", - "@dotcom-tool-kit/config": "^1.0.6", + "@dotcom-tool-kit/base": "^1.1.4", + "@dotcom-tool-kit/config": "^1.0.7", "@dotcom-tool-kit/conflict": "^1.0.0", "@dotcom-tool-kit/error": "^4.1.0", "@dotcom-tool-kit/logger": "^4.1.0", diff --git a/core/create/CHANGELOG.md b/core/create/CHANGELOG.md index 14ad1e018..20c587282 100644 --- a/core/create/CHANGELOG.md +++ b/core/create/CHANGELOG.md @@ -296,6 +296,15 @@ * devDependencies * dotcom-tool-kit bumped from ^4.3.2 to ^4.3.3 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/doppler bumped from ^2.1.1 to ^2.1.2 + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + * devDependencies + * dotcom-tool-kit bumped from ^4.3.3 to ^4.3.4 + ## [4.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v4.1.1...create-v4.2.0) (2025-01-02) diff --git a/core/create/package.json b/core/create/package.json index 7f9c9e0c3..1c1003b92 100644 --- a/core/create/package.json +++ b/core/create/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/create", - "version": "4.2.3", + "version": "4.2.4", "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.1.1", + "@dotcom-tool-kit/doppler": "^2.1.2", "@dotcom-tool-kit/error": "^4.1.0", "@dotcom-tool-kit/logger": "^4.1.0", "@dotcom-tool-kit/plugin": "^1.0.0", - "@dotcom-tool-kit/schemas": "^1.5.0", + "@dotcom-tool-kit/schemas": "^1.6.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.3.3", + "dotcom-tool-kit": "^4.3.4", "type-fest": "^3.13.1" }, "volta": { diff --git a/lib/base/CHANGELOG.md b/lib/base/CHANGELOG.md index 4728c25d4..d7adf9a5f 100644 --- a/lib/base/CHANGELOG.md +++ b/lib/base/CHANGELOG.md @@ -21,6 +21,12 @@ * devDependencies * @dotcom-tool-kit/config bumped from ^1.0.5 to ^1.0.6 +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @dotcom-tool-kit/config bumped from ^1.0.6 to ^1.0.7 + ## [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 42bf42702..112bb8126 100644 --- a/lib/base/package.json +++ b/lib/base/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/base", - "version": "1.1.3", + "version": "1.1.4", "description": "", "main": "lib", "scripts": { @@ -16,7 +16,7 @@ "winston": "^3.11.0" }, "devDependencies": { - "@dotcom-tool-kit/config": "^1.0.6", + "@dotcom-tool-kit/config": "^1.0.7", "@dotcom-tool-kit/logger": "^4.1.0", "@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 548341a12..d138ad7c9 100644 --- a/lib/config/CHANGELOG.md +++ b/lib/config/CHANGELOG.md @@ -38,6 +38,12 @@ * dependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## 1.0.0 (2024-09-10) diff --git a/lib/config/package.json b/lib/config/package.json index 14aeaa9b5..2c2b38671 100644 --- a/lib/config/package.json +++ b/lib/config/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/config", - "version": "1.0.6", + "version": "1.0.7", "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.5.0", + "@dotcom-tool-kit/schemas": "^1.6.0", "@dotcom-tool-kit/validated": "^1.0.2" } } diff --git a/lib/doppler/CHANGELOG.md b/lib/doppler/CHANGELOG.md index 1f0614c79..664d0b30a 100644 --- a/lib/doppler/CHANGELOG.md +++ b/lib/doppler/CHANGELOG.md @@ -64,6 +64,12 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [2.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/doppler-v2.0.4...doppler-v2.1.0) (2025-01-02) diff --git a/lib/doppler/package.json b/lib/doppler/package.json index 7fdeed7a6..b09896f62 100644 --- a/lib/doppler/package.json +++ b/lib/doppler/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/doppler", - "version": "2.1.1", + "version": "2.1.2", "description": "", "main": "lib", "scripts": { @@ -29,7 +29,7 @@ "extends": "../../package.json" }, "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.5.0", + "@dotcom-tool-kit/schemas": "^1.6.0", "spawk": "^1.8.1", "winston": "^3.5.1" }, diff --git a/lib/schemas/CHANGELOG.md b/lib/schemas/CHANGELOG.md index b8fa67eda..79db845c6 100644 --- a/lib/schemas/CHANGELOG.md +++ b/lib/schemas/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/schemas-v1.5.0...schemas-v1.6.0) (2025-01-09) + + +### Features + +* **schemas:** build on arm64 by default ([632c35d](https://github.com/Financial-Times/dotcom-tool-kit/commit/632c35d830671ff727600654e7e7cb15cd7c3894)) + ## [1.5.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/schemas-v1.4.0...schemas-v1.5.0) (2025-01-08) diff --git a/lib/schemas/package.json b/lib/schemas/package.json index 02f8ef592..bc71405d0 100644 --- a/lib/schemas/package.json +++ b/lib/schemas/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/schemas", - "version": "1.5.0", + "version": "1.6.0", "description": "", "main": "lib", "devDependencies": { diff --git a/plugins/babel/CHANGELOG.md b/plugins/babel/CHANGELOG.md index f9f8ad917..cae4700e0 100644 --- a/plugins/babel/CHANGELOG.md +++ b/plugins/babel/CHANGELOG.md @@ -162,6 +162,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [4.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/babel-v4.1.1...babel-v4.2.0) (2025-01-02) diff --git a/plugins/babel/package.json b/plugins/babel/package.json index a2ad3f8e3..e6cdc670c 100644 --- a/plugins/babel/package.json +++ b/plugins/babel/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/babel", - "version": "4.2.1", + "version": "4.2.2", "description": "", "author": "FT.com Platforms Team ", "license": "MIT", @@ -16,7 +16,7 @@ }, "keywords": [], "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", + "@dotcom-tool-kit/base": "^1.1.4", "@dotcom-tool-kit/error": "^4.1.0", "@dotcom-tool-kit/logger": "^4.1.0", "fast-glob": "^3.2.11", @@ -31,7 +31,7 @@ }, "devDependencies": { "@babel/preset-env": "^7.16.11", - "@dotcom-tool-kit/schemas": "^1.5.0", + "@dotcom-tool-kit/schemas": "^1.6.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 fff801eaf..c1bad6807 100644 --- a/plugins/backend-heroku-app/CHANGELOG.md +++ b/plugins/backend-heroku-app/CHANGELOG.md @@ -305,6 +305,15 @@ * @dotcom-tool-kit/node bumped from ^4.2.0 to ^4.2.1 * @dotcom-tool-kit/npm bumped from ^4.2.0 to ^4.2.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/circleci-deploy bumped from ^4.1.1 to ^4.1.2 + * @dotcom-tool-kit/heroku bumped from ^4.1.1 to ^4.1.2 + * @dotcom-tool-kit/node bumped from ^4.2.1 to ^4.2.2 + * @dotcom-tool-kit/npm bumped from ^4.2.1 to ^4.2.2 + ## [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) diff --git a/plugins/backend-heroku-app/package.json b/plugins/backend-heroku-app/package.json index 0b3a62c2a..604793bdd 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.1.1", + "version": "4.1.2", "description": "", "main": "index.js", "keywords": [], "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/circleci-deploy": "^4.1.1", - "@dotcom-tool-kit/heroku": "^4.1.1", - "@dotcom-tool-kit/node": "^4.2.1", - "@dotcom-tool-kit/npm": "^4.2.1" + "@dotcom-tool-kit/circleci-deploy": "^4.1.2", + "@dotcom-tool-kit/heroku": "^4.1.2", + "@dotcom-tool-kit/node": "^4.2.2", + "@dotcom-tool-kit/npm": "^4.2.2" }, "repository": { "type": "git", diff --git a/plugins/backend-serverless-app/CHANGELOG.md b/plugins/backend-serverless-app/CHANGELOG.md index 19c5785ea..7339552c0 100644 --- a/plugins/backend-serverless-app/CHANGELOG.md +++ b/plugins/backend-serverless-app/CHANGELOG.md @@ -276,6 +276,15 @@ * @dotcom-tool-kit/npm bumped from ^4.2.0 to ^4.2.1 * @dotcom-tool-kit/serverless bumped from ^3.2.0 to ^3.2.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/circleci-deploy bumped from ^4.1.1 to ^4.1.2 + * @dotcom-tool-kit/node bumped from ^4.2.1 to ^4.2.2 + * @dotcom-tool-kit/npm bumped from ^4.2.1 to ^4.2.2 + * @dotcom-tool-kit/serverless bumped from ^3.2.1 to ^3.2.2 + ## [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) diff --git a/plugins/backend-serverless-app/package.json b/plugins/backend-serverless-app/package.json index fa625e200..79a7d88d4 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.1.1", + "version": "4.1.2", "description": "", "main": "index.js", "keywords": [], "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/circleci-deploy": "^4.1.1", - "@dotcom-tool-kit/node": "^4.2.1", - "@dotcom-tool-kit/npm": "^4.2.1", - "@dotcom-tool-kit/serverless": "^3.2.1" + "@dotcom-tool-kit/circleci-deploy": "^4.1.2", + "@dotcom-tool-kit/node": "^4.2.2", + "@dotcom-tool-kit/npm": "^4.2.2", + "@dotcom-tool-kit/serverless": "^3.2.2" }, "repository": { "type": "git", diff --git a/plugins/circleci-deploy/CHANGELOG.md b/plugins/circleci-deploy/CHANGELOG.md index 9499fe215..8996d1548 100644 --- a/plugins/circleci-deploy/CHANGELOG.md +++ b/plugins/circleci-deploy/CHANGELOG.md @@ -120,6 +120,12 @@ * dependencies * @dotcom-tool-kit/circleci bumped from ^7.3.0 to ^7.3.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/circleci bumped from ^7.3.1 to ^7.3.2 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-deploy-v4.0.4...circleci-deploy-v4.1.0) (2025-01-02) diff --git a/plugins/circleci-deploy/package.json b/plugins/circleci-deploy/package.json index 2dc3e3757..a8feab000 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.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/circleci": "^7.3.1", + "@dotcom-tool-kit/circleci": "^7.3.2", "tslib": "^2.3.1" }, "repository": { diff --git a/plugins/circleci-npm/CHANGELOG.md b/plugins/circleci-npm/CHANGELOG.md index aa25abb4a..01b04e85a 100644 --- a/plugins/circleci-npm/CHANGELOG.md +++ b/plugins/circleci-npm/CHANGELOG.md @@ -271,6 +271,13 @@ * @dotcom-tool-kit/circleci bumped from ^7.3.0 to ^7.3.1 * @dotcom-tool-kit/npm bumped from ^4.2.0 to ^4.2.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/circleci bumped from ^7.3.1 to ^7.3.2 + * @dotcom-tool-kit/npm bumped from ^4.2.1 to ^4.2.2 + ## [6.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-npm-v6.0.5...circleci-npm-v6.1.0) (2025-01-02) diff --git a/plugins/circleci-npm/package.json b/plugins/circleci-npm/package.json index 79254a50f..2c5d326a4 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.1.1", + "version": "6.1.2", "description": "", "main": "lib", "scripts": { @@ -10,8 +10,8 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/circleci": "^7.3.1", - "@dotcom-tool-kit/npm": "^4.2.1", + "@dotcom-tool-kit/circleci": "^7.3.2", + "@dotcom-tool-kit/npm": "^4.2.2", "tslib": "^2.3.1" }, "repository": { diff --git a/plugins/circleci/CHANGELOG.md b/plugins/circleci/CHANGELOG.md index b6af9d7e0..2a73bf70c 100644 --- a/plugins/circleci/CHANGELOG.md +++ b/plugins/circleci/CHANGELOG.md @@ -129,6 +129,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [7.3.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-v7.2.0...circleci-v7.3.0) (2025-01-02) diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json index b99533f06..e7380feb8 100644 --- a/plugins/circleci/package.json +++ b/plugins/circleci/package.json @@ -1,13 +1,13 @@ { "name": "@dotcom-tool-kit/circleci", - "version": "7.3.1", + "version": "7.3.2", "description": "", "main": "lib", "scripts": { "test": "cd ../../ ; npx jest --silent --projects plugins/circleci" }, "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", + "@dotcom-tool-kit/base": "^1.1.4", "@dotcom-tool-kit/conflict": "^1.0.0", "@dotcom-tool-kit/error": "^4.1.0", "@dotcom-tool-kit/logger": "^4.1.0", @@ -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.5.0", + "@dotcom-tool-kit/schemas": "^1.6.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 345d385b8..aed8e7d7b 100644 --- a/plugins/commitlint/CHANGELOG.md +++ b/plugins/commitlint/CHANGELOG.md @@ -12,6 +12,12 @@ * dependencies * @dotcom-tool-kit/base bumped from ^1.1.2 to ^1.1.3 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + ## [1.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/commitlint-v1.1.1...commitlint-v1.2.0) (2025-01-02) diff --git a/plugins/commitlint/package.json b/plugins/commitlint/package.json index b1ad985af..8310698eb 100644 --- a/plugins/commitlint/package.json +++ b/plugins/commitlint/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/commitlint", - "version": "1.2.1", + "version": "1.2.2", "description": "", "main": "lib", "scripts": { @@ -10,7 +10,7 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", + "@dotcom-tool-kit/base": "^1.1.4", "@dotcom-tool-kit/logger": "^4.1.0" }, "repository": { diff --git a/plugins/component/CHANGELOG.md b/plugins/component/CHANGELOG.md index 21894607b..be8a74b4e 100644 --- a/plugins/component/CHANGELOG.md +++ b/plugins/component/CHANGELOG.md @@ -230,6 +230,13 @@ * @dotcom-tool-kit/circleci-npm bumped from ^6.1.0 to ^6.1.1 * @dotcom-tool-kit/npm bumped from ^4.2.0 to ^4.2.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/circleci-npm bumped from ^6.1.1 to ^6.1.2 + * @dotcom-tool-kit/npm bumped from ^4.2.1 to ^4.2.2 + ## [5.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/component-v5.0.5...component-v5.1.0) (2025-01-02) diff --git a/plugins/component/package.json b/plugins/component/package.json index fb045482e..eac9b054c 100644 --- a/plugins/component/package.json +++ b/plugins/component/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/component", - "version": "5.1.1", + "version": "5.1.2", "description": "", "main": "index.js", "keywords": [], @@ -20,8 +20,8 @@ "dotcom-tool-kit": "4.x" }, "dependencies": { - "@dotcom-tool-kit/circleci-npm": "^6.1.1", - "@dotcom-tool-kit/npm": "^4.2.1" + "@dotcom-tool-kit/circleci-npm": "^6.1.2", + "@dotcom-tool-kit/npm": "^4.2.2" }, "engines": { "node": "18.x || 20.x || 22.x" diff --git a/plugins/cypress/CHANGELOG.md b/plugins/cypress/CHANGELOG.md index 9428842e5..953c93abb 100644 --- a/plugins/cypress/CHANGELOG.md +++ b/plugins/cypress/CHANGELOG.md @@ -84,6 +84,16 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * @dotcom-tool-kit/doppler bumped from ^2.1.1 to ^2.1.2 + * @dotcom-tool-kit/package-json-hook bumped from ^5.1.1 to ^5.1.2 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [5.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/cypress-v5.1.1...cypress-v5.2.0) (2025-01-02) diff --git a/plugins/cypress/package.json b/plugins/cypress/package.json index 3de6941d8..01926d53c 100644 --- a/plugins/cypress/package.json +++ b/plugins/cypress/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/cypress", - "version": "5.2.1", + "version": "5.2.2", "description": "", "main": "lib", "scripts": { @@ -27,13 +27,13 @@ "node": "18.x || 20.x || 22.x" }, "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", - "@dotcom-tool-kit/doppler": "^2.1.1", + "@dotcom-tool-kit/base": "^1.1.4", + "@dotcom-tool-kit/doppler": "^2.1.2", "@dotcom-tool-kit/logger": "^4.1.0", - "@dotcom-tool-kit/package-json-hook": "^5.1.1", + "@dotcom-tool-kit/package-json-hook": "^5.1.2", "@dotcom-tool-kit/state": "^4.1.0" }, "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.5.0" + "@dotcom-tool-kit/schemas": "^1.6.0" } } diff --git a/plugins/docker/CHANGELOG.md b/plugins/docker/CHANGELOG.md index 0a158baa9..09eafeda1 100644 --- a/plugins/docker/CHANGELOG.md +++ b/plugins/docker/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/docker-v0.1.0...docker-v0.2.0) (2025-01-09) + + +### ⚠ BREAKING CHANGES + +* **docker:** build on arm64 by default + +### Features + +* **docker:** build on arm64 by default ([ff4fa5d](https://github.com/Financial-Times/dotcom-tool-kit/commit/ff4fa5defbd3e726de44275d2dbf82bf006f27f4)) +* tweak docker labels ([90ec26a](https://github.com/Financial-Times/dotcom-tool-kit/commit/90ec26aeb37a1607eaf576cda92e08623f15e94d)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## 0.1.0 (2025-01-08) diff --git a/plugins/docker/package.json b/plugins/docker/package.json index 5f670b906..d6729031e 100644 --- a/plugins/docker/package.json +++ b/plugins/docker/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/docker", - "version": "0.1.0", + "version": "0.2.0", "description": "", "main": "lib", "scripts": { @@ -10,7 +10,7 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", + "@dotcom-tool-kit/base": "^1.1.4", "@dotcom-tool-kit/error": "^4.1.0", "@dotcom-tool-kit/logger": "^4.1.0", "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/docker", "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.5.0" + "@dotcom-tool-kit/schemas": "^1.6.0" }, "files": [ "/lib", diff --git a/plugins/eslint/CHANGELOG.md b/plugins/eslint/CHANGELOG.md index 4ddb71ad1..7ace4fbfe 100644 --- a/plugins/eslint/CHANGELOG.md +++ b/plugins/eslint/CHANGELOG.md @@ -150,6 +150,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [4.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/eslint-v4.1.1...eslint-v4.2.0) (2025-01-02) diff --git a/plugins/eslint/package.json b/plugins/eslint/package.json index 2d3b3c493..59f4e8a89 100644 --- a/plugins/eslint/package.json +++ b/plugins/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/eslint", - "version": "4.2.1", + "version": "4.2.2", "description": "", "main": "lib", "scripts": { @@ -10,7 +10,7 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", + "@dotcom-tool-kit/base": "^1.1.4", "@dotcom-tool-kit/error": "^4.1.0", "@dotcom-tool-kit/logger": "^4.1.0", "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.5.0", + "@dotcom-tool-kit/schemas": "^1.6.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 84f3c5852..20bfd84ae 100644 --- a/plugins/frontend-app/CHANGELOG.md +++ b/plugins/frontend-app/CHANGELOG.md @@ -350,6 +350,14 @@ * @dotcom-tool-kit/upload-assets-to-s3 bumped from ^4.2.0 to ^4.2.1 * @dotcom-tool-kit/webpack bumped from ^4.2.0 to ^4.2.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/backend-heroku-app bumped from ^4.1.1 to ^4.1.2 + * @dotcom-tool-kit/upload-assets-to-s3 bumped from ^4.2.1 to ^4.2.2 + * @dotcom-tool-kit/webpack bumped from ^4.2.1 to ^4.2.2 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/frontend-app-v4.0.4...frontend-app-v4.1.0) (2025-01-02) diff --git a/plugins/frontend-app/package.json b/plugins/frontend-app/package.json index c8463fa7f..c7f43a327 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.1.1", + "version": "4.1.2", "description": "", "main": "index.js", "keywords": [], "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/backend-heroku-app": "^4.1.1", - "@dotcom-tool-kit/upload-assets-to-s3": "^4.2.1", - "@dotcom-tool-kit/webpack": "^4.2.1" + "@dotcom-tool-kit/backend-heroku-app": "^4.1.2", + "@dotcom-tool-kit/upload-assets-to-s3": "^4.2.2", + "@dotcom-tool-kit/webpack": "^4.2.2" }, "repository": { "type": "git", diff --git a/plugins/heroku/CHANGELOG.md b/plugins/heroku/CHANGELOG.md index aef66aee9..4f0c78823 100644 --- a/plugins/heroku/CHANGELOG.md +++ b/plugins/heroku/CHANGELOG.md @@ -235,6 +235,17 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * @dotcom-tool-kit/doppler bumped from ^2.1.1 to ^2.1.2 + * @dotcom-tool-kit/npm bumped from ^4.2.1 to ^4.2.2 + * @dotcom-tool-kit/package-json-hook bumped from ^5.1.1 to ^5.1.2 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/heroku-v4.0.4...heroku-v4.1.0) (2025-01-02) diff --git a/plugins/heroku/package.json b/plugins/heroku/package.json index df19927cf..09f67e5ac 100644 --- a/plugins/heroku/package.json +++ b/plugins/heroku/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/heroku", - "version": "4.1.1", + "version": "4.1.2", "description": "", "main": "lib", "scripts": { @@ -10,12 +10,12 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", - "@dotcom-tool-kit/doppler": "^2.1.1", + "@dotcom-tool-kit/base": "^1.1.4", + "@dotcom-tool-kit/doppler": "^2.1.2", "@dotcom-tool-kit/error": "^4.1.0", "@dotcom-tool-kit/logger": "^4.1.0", - "@dotcom-tool-kit/npm": "^4.2.1", - "@dotcom-tool-kit/package-json-hook": "^5.1.1", + "@dotcom-tool-kit/npm": "^4.2.2", + "@dotcom-tool-kit/package-json-hook": "^5.1.2", "@dotcom-tool-kit/state": "^4.1.0", "@dotcom-tool-kit/wait-for-ok": "^4.1.0", "@octokit/request": "^8.4.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.5.0", + "@dotcom-tool-kit/schemas": "^1.6.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 4aee30d7a..958df3126 100644 --- a/plugins/husky-npm/CHANGELOG.md +++ b/plugins/husky-npm/CHANGELOG.md @@ -30,6 +30,12 @@ * dependencies * @dotcom-tool-kit/package-json-hook bumped from ^5.1.0 to ^5.1.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/package-json-hook bumped from ^5.1.1 to ^5.1.2 + ## [5.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/husky-npm-v5.0.4...husky-npm-v5.1.0) (2025-01-02) diff --git a/plugins/husky-npm/package.json b/plugins/husky-npm/package.json index accc28852..f040630bd 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.1.1", + "version": "5.1.2", "description": "", "main": "lib", "scripts": { @@ -10,7 +10,7 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/package-json-hook": "^5.1.1", + "@dotcom-tool-kit/package-json-hook": "^5.1.2", "tslib": "^2.3.1" }, "peerDependencies": { diff --git a/plugins/jest/CHANGELOG.md b/plugins/jest/CHANGELOG.md index 6c164830d..619fcd832 100644 --- a/plugins/jest/CHANGELOG.md +++ b/plugins/jest/CHANGELOG.md @@ -162,6 +162,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [4.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/jest-v4.1.1...jest-v4.2.0) (2025-01-02) diff --git a/plugins/jest/package.json b/plugins/jest/package.json index 1beeb584e..4ada0ae9f 100644 --- a/plugins/jest/package.json +++ b/plugins/jest/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/jest", - "version": "4.2.1", + "version": "4.2.2", "description": "", "main": "lib", "scripts": { @@ -10,7 +10,7 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", + "@dotcom-tool-kit/base": "^1.1.4", "@dotcom-tool-kit/logger": "^4.1.0", "tslib": "^2.3.1" }, @@ -30,7 +30,7 @@ ".toolkitrc.yml" ], "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.5.0", + "@dotcom-tool-kit/schemas": "^1.6.0", "winston": "^3.5.1" }, "engines": { diff --git a/plugins/lint-staged-npm/CHANGELOG.md b/plugins/lint-staged-npm/CHANGELOG.md index 34b0f3ac9..e8c55b5b4 100644 --- a/plugins/lint-staged-npm/CHANGELOG.md +++ b/plugins/lint-staged-npm/CHANGELOG.md @@ -205,6 +205,14 @@ * @dotcom-tool-kit/lint-staged bumped from ^5.2.0 to ^5.2.1 * @dotcom-tool-kit/package-json-hook bumped from ^5.1.0 to ^5.1.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/husky-npm bumped from ^5.1.1 to ^5.1.2 + * @dotcom-tool-kit/lint-staged bumped from ^5.2.1 to ^5.2.2 + * @dotcom-tool-kit/package-json-hook bumped from ^5.1.1 to ^5.1.2 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/lint-staged-npm-v4.0.4...lint-staged-npm-v4.1.0) (2025-01-02) diff --git a/plugins/lint-staged-npm/package.json b/plugins/lint-staged-npm/package.json index 8dd6e6852..4ab5e1537 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.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/husky-npm": "^5.1.1", - "@dotcom-tool-kit/lint-staged": "^5.2.1", - "@dotcom-tool-kit/package-json-hook": "^5.1.1", + "@dotcom-tool-kit/husky-npm": "^5.1.2", + "@dotcom-tool-kit/lint-staged": "^5.2.2", + "@dotcom-tool-kit/package-json-hook": "^5.1.2", "tslib": "^2.3.1" }, "repository": { diff --git a/plugins/lint-staged/CHANGELOG.md b/plugins/lint-staged/CHANGELOG.md index f3a47931e..f92c911b5 100644 --- a/plugins/lint-staged/CHANGELOG.md +++ b/plugins/lint-staged/CHANGELOG.md @@ -154,6 +154,13 @@ * @dotcom-tool-kit/base bumped from ^1.1.2 to ^1.1.3 * @dotcom-tool-kit/package-json-hook bumped from ^5.1.0 to ^5.1.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * @dotcom-tool-kit/package-json-hook bumped from ^5.1.1 to ^5.1.2 + ## [5.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/lint-staged-v5.1.1...lint-staged-v5.2.0) (2025-01-02) diff --git a/plugins/lint-staged/package.json b/plugins/lint-staged/package.json index abeddcb74..e39ae22da 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.2.1", + "version": "5.2.2", "description": "", "main": "lib", "scripts": { @@ -10,8 +10,8 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", - "@dotcom-tool-kit/package-json-hook": "^5.1.1", + "@dotcom-tool-kit/base": "^1.1.4", + "@dotcom-tool-kit/package-json-hook": "^5.1.2", "@dotcom-tool-kit/logger": "^4.1.0", "lint-staged": "^11.2.3", "tslib": "^2.3.1" diff --git a/plugins/mocha/CHANGELOG.md b/plugins/mocha/CHANGELOG.md index 333a97dc2..f40136cfa 100644 --- a/plugins/mocha/CHANGELOG.md +++ b/plugins/mocha/CHANGELOG.md @@ -149,6 +149,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [4.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/mocha-v4.1.1...mocha-v4.2.0) (2025-01-02) diff --git a/plugins/mocha/package.json b/plugins/mocha/package.json index 0decfdc8a..5d06b74a7 100644 --- a/plugins/mocha/package.json +++ b/plugins/mocha/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/mocha", - "version": "4.2.1", + "version": "4.2.2", "description": "", "main": "lib", "scripts": { @@ -10,7 +10,7 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", + "@dotcom-tool-kit/base": "^1.1.4", "@dotcom-tool-kit/error": "^4.1.0", "@dotcom-tool-kit/logger": "^4.1.0", "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.5.0", + "@dotcom-tool-kit/schemas": "^1.6.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 0df416286..9dd2807f7 100644 --- a/plugins/n-test/CHANGELOG.md +++ b/plugins/n-test/CHANGELOG.md @@ -169,6 +169,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [4.2.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/n-test-v4.2.1...n-test-v4.2.2) (2025-01-09) diff --git a/plugins/n-test/package.json b/plugins/n-test/package.json index 564d996d8..5fbb67e6c 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.2.2", + "version": "4.2.3", "description": "", "main": "lib", "scripts": { @@ -10,7 +10,7 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", + "@dotcom-tool-kit/base": "^1.1.4", "@dotcom-tool-kit/logger": "^4.1.0", "@dotcom-tool-kit/error": "^4.1.0", "@dotcom-tool-kit/state": "^4.1.0", @@ -25,7 +25,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.5.0", + "@dotcom-tool-kit/schemas": "^1.6.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 60fb27b38..fd0a85632 100644 --- a/plugins/next-router/CHANGELOG.md +++ b/plugins/next-router/CHANGELOG.md @@ -224,6 +224,15 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * @dotcom-tool-kit/doppler bumped from ^2.1.1 to ^2.1.2 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [4.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/next-router-v4.1.1...next-router-v4.2.0) (2025-01-02) diff --git a/plugins/next-router/package.json b/plugins/next-router/package.json index ea8f0fcc3..bf56f2cda 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.2.1", + "version": "4.2.2", "description": "", "main": "lib", "scripts": { @@ -10,8 +10,8 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", - "@dotcom-tool-kit/doppler": "^2.1.1", + "@dotcom-tool-kit/base": "^1.1.4", + "@dotcom-tool-kit/doppler": "^2.1.2", "@dotcom-tool-kit/error": "^4.1.0", "@dotcom-tool-kit/logger": "^4.1.0", "@dotcom-tool-kit/state": "^4.1.0", @@ -36,6 +36,6 @@ "node": "18.x || 20.x || 22.x" }, "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.5.0" + "@dotcom-tool-kit/schemas": "^1.6.0" } } diff --git a/plugins/node/CHANGELOG.md b/plugins/node/CHANGELOG.md index 200957b30..7984d5b3d 100644 --- a/plugins/node/CHANGELOG.md +++ b/plugins/node/CHANGELOG.md @@ -202,6 +202,15 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * @dotcom-tool-kit/doppler bumped from ^2.1.1 to ^2.1.2 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [4.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/node-v4.1.1...node-v4.2.0) (2025-01-02) diff --git a/plugins/node/package.json b/plugins/node/package.json index 4bc19e14f..3d29fde87 100644 --- a/plugins/node/package.json +++ b/plugins/node/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/node", - "version": "4.2.1", + "version": "4.2.2", "description": "", "main": "lib", "scripts": { @@ -10,10 +10,10 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", + "@dotcom-tool-kit/base": "^1.1.4", "@dotcom-tool-kit/error": "^4.1.0", "@dotcom-tool-kit/state": "^4.1.0", - "@dotcom-tool-kit/doppler": "^2.1.1", + "@dotcom-tool-kit/doppler": "^2.1.2", "get-port": "^5.1.1", "tslib": "^2.3.1", "wait-port": "^0.2.9" @@ -36,6 +36,6 @@ "node": "18.x || 20.x || 22.x" }, "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.5.0" + "@dotcom-tool-kit/schemas": "^1.6.0" } } diff --git a/plugins/nodemon/CHANGELOG.md b/plugins/nodemon/CHANGELOG.md index f3feadec6..2321bb8cd 100644 --- a/plugins/nodemon/CHANGELOG.md +++ b/plugins/nodemon/CHANGELOG.md @@ -209,6 +209,15 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * @dotcom-tool-kit/doppler bumped from ^2.1.1 to ^2.1.2 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/nodemon-v4.0.4...nodemon-v4.1.0) (2025-01-02) diff --git a/plugins/nodemon/package.json b/plugins/nodemon/package.json index 9f344a570..d3be911bd 100644 --- a/plugins/nodemon/package.json +++ b/plugins/nodemon/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/nodemon", - "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.3", + "@dotcom-tool-kit/base": "^1.1.4", "@dotcom-tool-kit/error": "^4.1.0", "@dotcom-tool-kit/state": "^4.1.0", - "@dotcom-tool-kit/doppler": "^2.1.1", + "@dotcom-tool-kit/doppler": "^2.1.2", "get-port": "^5.1.1", "tslib": "^2.3.1" }, @@ -33,7 +33,7 @@ ".toolkitrc.yml" ], "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.5.0", + "@dotcom-tool-kit/schemas": "^1.6.0", "@types/nodemon": "^1.19.1" }, "engines": { diff --git a/plugins/npm/CHANGELOG.md b/plugins/npm/CHANGELOG.md index ae83848f2..2c4148b2c 100644 --- a/plugins/npm/CHANGELOG.md +++ b/plugins/npm/CHANGELOG.md @@ -171,6 +171,13 @@ * @dotcom-tool-kit/base bumped from ^1.1.2 to ^1.1.3 * @dotcom-tool-kit/package-json-hook bumped from ^5.1.0 to ^5.1.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * @dotcom-tool-kit/package-json-hook bumped from ^5.1.1 to ^5.1.2 + ## [4.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/npm-v4.1.1...npm-v4.2.0) (2025-01-02) diff --git a/plugins/npm/package.json b/plugins/npm/package.json index 771b47be6..96fe0116f 100644 --- a/plugins/npm/package.json +++ b/plugins/npm/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/npm", - "version": "4.2.1", + "version": "4.2.2", "description": "", "main": "lib", "scripts": { @@ -10,9 +10,9 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", + "@dotcom-tool-kit/base": "^1.1.4", "@dotcom-tool-kit/error": "^4.1.0", - "@dotcom-tool-kit/package-json-hook": "^5.1.1", + "@dotcom-tool-kit/package-json-hook": "^5.1.2", "@dotcom-tool-kit/state": "^4.1.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 8a0ac2f70..829526578 100644 --- a/plugins/package-json-hook/CHANGELOG.md +++ b/plugins/package-json-hook/CHANGELOG.md @@ -36,6 +36,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [5.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/package-json-hook-v5.0.4...package-json-hook-v5.1.0) (2025-01-02) diff --git a/plugins/package-json-hook/package.json b/plugins/package-json-hook/package.json index e8a0f2396..ee5e9e6cb 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.1.1", + "version": "5.1.2", "description": "", "main": "lib", "scripts": { @@ -10,7 +10,7 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", + "@dotcom-tool-kit/base": "^1.1.4", "@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.5.0", + "@dotcom-tool-kit/schemas": "^1.6.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 c5b4726ef..d3bdfe7b4 100644 --- a/plugins/prettier/CHANGELOG.md +++ b/plugins/prettier/CHANGELOG.md @@ -154,6 +154,13 @@ * @dotcom-tool-kit/base bumped from ^1.1.2 to ^1.1.3 * @dotcom-tool-kit/package-json-hook bumped from ^5.1.0 to ^5.1.1 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * @dotcom-tool-kit/package-json-hook bumped from ^5.1.1 to ^5.1.2 + ## [4.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/prettier-v4.1.1...prettier-v4.2.0) (2025-01-02) diff --git a/plugins/prettier/package.json b/plugins/prettier/package.json index 3e22e4c81..2ad3dae87 100644 --- a/plugins/prettier/package.json +++ b/plugins/prettier/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/prettier", - "version": "4.2.1", + "version": "4.2.2", "description": "", "main": "lib", "scripts": { @@ -10,10 +10,10 @@ "author": "FT.com Platforms Team ", "license": "ISC", "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", + "@dotcom-tool-kit/base": "^1.1.4", "@dotcom-tool-kit/error": "^4.1.0", "@dotcom-tool-kit/logger": "^4.1.0", - "@dotcom-tool-kit/package-json-hook": "^5.1.1", + "@dotcom-tool-kit/package-json-hook": "^5.1.2", "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 44c6415ea..b8479ec97 100644 --- a/plugins/serverless/CHANGELOG.md +++ b/plugins/serverless/CHANGELOG.md @@ -117,6 +117,15 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * @dotcom-tool-kit/doppler bumped from ^2.1.1 to ^2.1.2 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [3.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/serverless-v3.1.1...serverless-v3.2.0) (2025-01-02) diff --git a/plugins/serverless/package.json b/plugins/serverless/package.json index 7ef575073..c88cfac99 100644 --- a/plugins/serverless/package.json +++ b/plugins/serverless/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/serverless", - "version": "3.2.1", + "version": "3.2.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.3", - "@dotcom-tool-kit/doppler": "^2.1.1", + "@dotcom-tool-kit/base": "^1.1.4", + "@dotcom-tool-kit/doppler": "^2.1.2", "@dotcom-tool-kit/error": "^4.1.0", "@dotcom-tool-kit/state": "^4.1.0", "get-port": "^5.1.1", @@ -37,6 +37,6 @@ "node": "18.x || 20.x || 22.x" }, "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.5.0" + "@dotcom-tool-kit/schemas": "^1.6.0" } } diff --git a/plugins/typescript/CHANGELOG.md b/plugins/typescript/CHANGELOG.md index 6d9ea98d7..230f952f6 100644 --- a/plugins/typescript/CHANGELOG.md +++ b/plugins/typescript/CHANGELOG.md @@ -100,6 +100,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [3.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/typescript-v3.1.1...typescript-v3.2.0) (2025-01-02) diff --git a/plugins/typescript/package.json b/plugins/typescript/package.json index 7f72290ca..2c00f6b84 100644 --- a/plugins/typescript/package.json +++ b/plugins/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/typescript", - "version": "3.2.1", + "version": "3.2.2", "description": "", "main": "lib", "scripts": { @@ -25,11 +25,11 @@ "typescript": "3.x || 4.x || 5.x" }, "dependencies": { - "@dotcom-tool-kit/base": "^1.1.3", + "@dotcom-tool-kit/base": "^1.1.4", "@dotcom-tool-kit/logger": "^4.1.0" }, "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.5.0", + "@dotcom-tool-kit/schemas": "^1.6.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 43648b13c..ff4607967 100644 --- a/plugins/upload-assets-to-s3/CHANGELOG.md +++ b/plugins/upload-assets-to-s3/CHANGELOG.md @@ -149,6 +149,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [4.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/upload-assets-to-s3-v4.1.1...upload-assets-to-s3-v4.2.0) (2025-01-02) diff --git a/plugins/upload-assets-to-s3/package.json b/plugins/upload-assets-to-s3/package.json index f2d0b1333..3e87edc03 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.2.1", + "version": "4.2.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.3", + "@dotcom-tool-kit/base": "^1.1.4", "@dotcom-tool-kit/error": "^4.1.0", "@dotcom-tool-kit/logger": "^4.1.0", "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.5.0", + "@dotcom-tool-kit/schemas": "^1.6.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 3004c8bae..d7e47c121 100644 --- a/plugins/webpack/CHANGELOG.md +++ b/plugins/webpack/CHANGELOG.md @@ -150,6 +150,14 @@ * devDependencies * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4 + * devDependencies + * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0 + ## [4.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/webpack-v4.1.1...webpack-v4.2.0) (2025-01-02) diff --git a/plugins/webpack/package.json b/plugins/webpack/package.json index c14ed7d9b..8b8b2123a 100644 --- a/plugins/webpack/package.json +++ b/plugins/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/webpack", - "version": "4.2.1", + "version": "4.2.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.3", + "@dotcom-tool-kit/base": "^1.1.4", "@dotcom-tool-kit/error": "^4.1.0", "@dotcom-tool-kit/logger": "^4.1.0", "webpack-cli": "^4.6.0", @@ -28,7 +28,7 @@ "webpack": "4.x.x || 5.x.x" }, "devDependencies": { - "@dotcom-tool-kit/schemas": "^1.5.0", + "@dotcom-tool-kit/schemas": "^1.6.0", "@jest/globals": "^27.4.6", "ts-node": "^10.0.0", "webpack": "^4.42.1",