Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #708

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 37 additions & 37 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"core/cli": "4.0.6",
"core/create": "4.0.6",
"lib/error": "4.0.0",
"lib/logger": "4.0.0",
"plugins/package-json-hook": "5.0.2",
"core/cli": "4.1.0",
"core/create": "4.1.0",
"lib/error": "4.0.1",
"lib/logger": "4.0.1",
"plugins/package-json-hook": "5.0.3",
"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.0.2",
"plugins/babel": "4.1.0",
"plugins/backend-app": "3.2.6",
"plugins/circleci": "7.0.2",
"plugins/circleci": "7.1.0",
"plugins/circleci-heroku": "3.2.6",
"plugins/circleci-npm": "6.0.3",
"plugins/component": "5.0.3",
"plugins/eslint": "4.0.2",
"plugins/frontend-app": "4.0.2",
"plugins/heroku": "4.0.2",
"plugins/husky-npm": "5.0.2",
"plugins/jest": "4.0.2",
"plugins/lint-staged": "5.0.2",
"plugins/lint-staged-npm": "4.0.2",
"plugins/mocha": "4.0.2",
"plugins/n-test": "4.0.2",
"plugins/next-router": "4.0.2",
"plugins/node": "4.0.2",
"plugins/nodemon": "4.0.2",
"plugins/npm": "4.0.2",
"plugins/circleci-npm": "6.0.4",
"plugins/component": "5.0.4",
"plugins/eslint": "4.1.0",
"plugins/frontend-app": "4.0.3",
"plugins/heroku": "4.0.3",
"plugins/husky-npm": "5.0.3",
"plugins/jest": "4.1.0",
"plugins/lint-staged": "5.1.0",
"plugins/lint-staged-npm": "4.0.3",
"plugins/mocha": "4.1.0",
"plugins/n-test": "4.1.0",
"plugins/next-router": "4.1.0",
"plugins/node": "4.1.0",
"plugins/nodemon": "4.0.3",
"plugins/npm": "4.1.0",
"plugins/pa11y": "0.5.3",
"plugins/prettier": "4.0.2",
"plugins/upload-assets-to-s3": "4.0.2",
"plugins/webpack": "4.0.2",
"plugins/cypress": "5.0.2",
"plugins/typescript": "3.0.2",
"plugins/backend-heroku-app": "4.0.2",
"plugins/circleci-deploy": "4.0.2",
"plugins/backend-serverless-app": "4.0.2",
"plugins/serverless": "3.0.2",
"lib/doppler": "2.0.2",
"lib/base": "1.0.0",
"lib/config": "1.0.2",
"plugins/prettier": "4.1.0",
"plugins/upload-assets-to-s3": "4.1.0",
"plugins/webpack": "4.1.0",
"plugins/cypress": "5.1.0",
"plugins/typescript": "3.1.0",
"plugins/backend-heroku-app": "4.0.3",
"plugins/circleci-deploy": "4.0.3",
"plugins/backend-serverless-app": "4.0.3",
"plugins/serverless": "3.1.0",
"lib/doppler": "2.0.3",
"lib/base": "1.1.0",
"lib/config": "1.0.3",
"lib/conflict": "1.0.0",
"lib/plugin": "1.0.0",
"lib/schemas": "1.1.1",
"lib/validated": "1.0.0",
"plugins/commitlint": "1.0.0"
"lib/schemas": "1.2.0",
"lib/validated": "1.0.1",
"plugins/commitlint": "1.1.0"
}
39 changes: 39 additions & 0 deletions core/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,45 @@
* @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

## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.0.6...dotcom-tool-kit-v4.1.0) (2024-12-09)


### Features

* add a consistent error formatter that can handle AggregateErrors and use it in the cli entrypoint ([ccc2adc](https://github.com/Financial-Times/dotcom-tool-kit/commit/ccc2adcbdb123312d24de6a6beca0bd23010428f))
* add a root option to loadConfig instead of using process.cwd() ([d3f1560](https://github.com/Financial-Times/dotcom-tool-kit/commit/d3f1560a0378e2e21bcbca134e6f9ebf76af068f))
* pass config into taskruncontext ([435ffbc](https://github.com/Financial-Times/dotcom-tool-kit/commit/435ffbc74a81bdd159d4ea01943c6614ed1d3471))
* pass current command into task run context ([e4cf21c](https://github.com/Financial-Times/dotcom-tool-kit/commit/e4cf21c8c4e502b02918736b8b127097dba27572))
* pass task cwd through via TaskRunContext ([b12fe30](https://github.com/Financial-Times/dotcom-tool-kit/commit/b12fe30916e99e157e131a99fca6c59960b89f3a))
* throw an error with a more helpful message from resolveRoot ([6cfaa51](https://github.com/Financial-Times/dotcom-tool-kit/commit/6cfaa51f6b0bf1b0b85c092a69818891aa3f160d))
* use an AggregateError for task errors ([c49d3b3](https://github.com/Financial-Times/dotcom-tool-kit/commit/c49d3b3f714ac517855804535a492ce5e2aa8e94))


### Bug Fixes

* be defensive when getting plugin options for tasks ([55ad81a](https://github.com/Financial-Times/dotcom-tool-kit/commit/55ad81a05bd724aa473f398ba1ba9f14ec354d30))
* better formatting for option validation message ([53e2004](https://github.com/Financial-Times/dotcom-tool-kit/commit/53e20041e4f7bf14005e8ca3ce75d46b3d6a638f))
* correct logic for shouldDisableNativeFetch ([224523b](https://github.com/Financial-Times/dotcom-tool-kit/commit/224523b2f3199daad02bb7a66e09f880432a10c6))
* don't append --no-experimental-fetch multiple times ([edf6443](https://github.com/Financial-Times/dotcom-tool-kit/commit/edf6443e2a07f07c325a3120ded600848d770fda))
* freeze the config before passing it into tasks ([a0283b9](https://github.com/Financial-Times/dotcom-tool-kit/commit/a0283b9b5a48314a26ce04ce4c176ab5f4aacc07))
* friendlier and more readable option validation messages ([2dd4b8c](https://github.com/Financial-Times/dotcom-tool-kit/commit/2dd4b8c71624fbbc2260d816c3c0258602d8eb92))
* get plugin options from the plugin that the hook is from not the plugin installing it ([22ad085](https://github.com/Financial-Times/dotcom-tool-kit/commit/22ad0855daa8abc5d29341cb1fb85fba1e8db07f))
* log an extra newline after error details ([23ea7e4](https://github.com/Financial-Times/dotcom-tool-kit/commit/23ea7e4655116ca0187f1f2906b49080378d7fda))
* more consistent validation messages for moved plugin options ([f70662b](https://github.com/Financial-Times/dotcom-tool-kit/commit/f70662b8cdf5f47a11a9d93f96b5e4efb2dfdf61))
* preserve relative paths in resolveRoot to fix custom plugin loading ([8876631](https://github.com/Financial-Times/dotcom-tool-kit/commit/887663109ac9b0cfb4c39fb038ac111806d0208d))
* resolve a plugin's .toolkitrc.yml ([f1458d8](https://github.com/Financial-Times/dotcom-tool-kit/commit/f1458d8f4116eb6e89bd6322a6513e6368eb7205))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/base bumped from ^1.0.0 to ^1.1.0
* @dotcom-tool-kit/config bumped from ^1.0.2 to ^1.0.3
* @dotcom-tool-kit/error bumped from ^4.0.0 to ^4.0.1
* @dotcom-tool-kit/logger bumped from ^4.0.0 to ^4.0.1
* @dotcom-tool-kit/validated bumped from ^1.0.0 to ^1.0.1

## [4.0.6](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.0.5...dotcom-tool-kit-v4.0.6) (2024-10-31)


Expand Down
12 changes: 6 additions & 6 deletions core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotcom-tool-kit",
"version": "4.0.6",
"version": "4.1.0",
"description": "modern, maintainable, modular developer tooling for FT.com projects",
"author": "FT.com Platforms Team <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,14 +31,14 @@
"zod": "^3.22.4"
},
"dependencies": {
"@dotcom-tool-kit/base": "^1.0.0",
"@dotcom-tool-kit/config": "^1.0.2",
"@dotcom-tool-kit/base": "^1.1.0",
"@dotcom-tool-kit/config": "^1.0.3",
"@dotcom-tool-kit/conflict": "^1.0.0",
"@dotcom-tool-kit/error": "^4.0.0",
"@dotcom-tool-kit/logger": "^4.0.0",
"@dotcom-tool-kit/error": "^4.0.1",
"@dotcom-tool-kit/logger": "^4.0.1",
"@dotcom-tool-kit/plugin": "^1.0.0",
"@dotcom-tool-kit/state": "^4.0.0",
"@dotcom-tool-kit/validated": "^1.0.0",
"@dotcom-tool-kit/validated": "^1.0.1",
"@dotcom-tool-kit/wait-for-ok": "^4.0.0",
"endent": "^2.1.0",
"lodash": "^4.17.21",
Expand Down
19 changes: 19 additions & 0 deletions core/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,25 @@
* devDependencies
* dotcom-tool-kit bumped from ^4.0.5 to ^4.0.6

## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v4.0.6...create-v4.1.0) (2024-12-09)


### Features

* add a root option to loadConfig instead of using process.cwd() ([d3f1560](https://github.com/Financial-Times/dotcom-tool-kit/commit/d3f1560a0378e2e21bcbca134e6f9ebf76af068f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/doppler bumped from ^2.0.2 to ^2.0.3
* @dotcom-tool-kit/error bumped from ^4.0.0 to ^4.0.1
* @dotcom-tool-kit/logger bumped from ^4.0.0 to ^4.0.1
* @dotcom-tool-kit/schemas bumped from ^1.1.1 to ^1.2.0
* devDependencies
* dotcom-tool-kit bumped from ^4.0.6 to ^4.1.0

## [4.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v3.8.1...create-v4.0.0) (2024-09-10)


Expand Down
12 changes: 6 additions & 6 deletions core/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/create",
"version": "4.0.6",
"version": "4.1.0",
"description": "",
"main": "lib",
"bin": "./bin/create-tool-kit",
Expand All @@ -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.2",
"@dotcom-tool-kit/error": "^4.0.0",
"@dotcom-tool-kit/logger": "^4.0.0",
"@dotcom-tool-kit/doppler": "^2.0.3",
"@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.1.1",
"@dotcom-tool-kit/schemas": "^1.2.0",
"@octokit/rest": "^19.0.5",
"@quarterto/parse-makefile-rules": "^1.1.0",
"cli-highlight": "^2.1.11",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@types/node-fetch": "^2.6.2",
"@types/pacote": "^11.1.3",
"@types/prompts": "^2.0.14",
"dotcom-tool-kit": "^4.0.6",
"dotcom-tool-kit": "^4.1.0",
"type-fest": "^3.13.1"
},
"volta": {
Expand Down
24 changes: 24 additions & 0 deletions lib/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [1.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.0.0...base-v1.1.0) (2024-12-09)


### Features

* pass config into taskruncontext ([435ffbc](https://github.com/Financial-Times/dotcom-tool-kit/commit/435ffbc74a81bdd159d4ea01943c6614ed1d3471))
* pass current command into task run context ([e4cf21c](https://github.com/Financial-Times/dotcom-tool-kit/commit/e4cf21c8c4e502b02918736b8b127097dba27572))
* pass task cwd through via TaskRunContext ([b12fe30](https://github.com/Financial-Times/dotcom-tool-kit/commit/b12fe30916e99e157e131a99fca6c59960b89f3a))


### Bug Fixes

* freeze the config before passing it into tasks ([a0283b9](https://github.com/Financial-Times/dotcom-tool-kit/commit/a0283b9b5a48314a26ce04ce4c176ab5f4aacc07))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/validated bumped from ^1.0.0 to ^1.0.1
* devDependencies
* @dotcom-tool-kit/config bumped from ^1.0.2 to ^1.0.3
* @dotcom-tool-kit/logger bumped from ^4.0.0 to ^4.0.1

## 1.0.0 (2024-09-10)


Expand Down
8 changes: 4 additions & 4 deletions lib/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/base",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "lib",
"scripts": {
Expand All @@ -11,13 +11,13 @@
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/conflict": "^1.0.0",
"@dotcom-tool-kit/validated": "^1.0.0",
"@dotcom-tool-kit/validated": "^1.0.1",
"semver": "^7.5.4",
"winston": "^3.11.0"
},
"devDependencies": {
"@dotcom-tool-kit/config": "^1.0.2",
"@dotcom-tool-kit/logger": "^4.0.0",
"@dotcom-tool-kit/config": "^1.0.3",
"@dotcom-tool-kit/logger": "^4.0.1",
"@dotcom-tool-kit/plugin": "^1.0.0",
"type-fest": "^4.29.1",
"winston": "^3.11.0",
Expand Down
7 changes: 7 additions & 0 deletions lib/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
* dependencies
* @dotcom-tool-kit/schemas bumped from ^1.1.0 to ^1.1.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/schemas bumped from ^1.1.1 to ^1.2.0
* @dotcom-tool-kit/validated bumped from ^1.0.0 to ^1.0.1

## 1.0.0 (2024-09-10)


Expand Down
6 changes: 3 additions & 3 deletions lib/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/config",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "lib",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@dotcom-tool-kit/conflict": "^1.0.0",
"@dotcom-tool-kit/plugin": "^1.0.0",
"@dotcom-tool-kit/schemas": "^1.1.1",
"@dotcom-tool-kit/validated": "^1.0.0"
"@dotcom-tool-kit/schemas": "^1.2.0",
"@dotcom-tool-kit/validated": "^1.0.1"
}
}
9 changes: 9 additions & 0 deletions lib/doppler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@
* devDependencies
* @dotcom-tool-kit/schemas bumped from ^1.1.0 to ^1.1.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/error bumped from ^4.0.0 to ^4.0.1
* @dotcom-tool-kit/logger bumped from ^4.0.0 to ^4.0.1
* devDependencies
* @dotcom-tool-kit/schemas bumped from ^1.1.1 to ^1.2.0

## [2.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/doppler-v1.1.1...doppler-v2.0.0) (2024-09-10)


Expand Down
8 changes: 4 additions & 4 deletions lib/doppler/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@dotcom-tool-kit/doppler",
"version": "2.0.2",
"version": "2.0.3",
"description": "",
"main": "lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@dotcom-tool-kit/error": "^4.0.0",
"@dotcom-tool-kit/logger": "^4.0.0",
"@dotcom-tool-kit/error": "^4.0.1",
"@dotcom-tool-kit/logger": "^4.0.1",
"tslib": "^2.3.1"
},
"keywords": [],
Expand All @@ -29,7 +29,7 @@
"extends": "../../package.json"
},
"devDependencies": {
"@dotcom-tool-kit/schemas": "^1.1.1",
"@dotcom-tool-kit/schemas": "^1.2.0",
"spawk": "^1.8.1",
"winston": "^3.5.1"
},
Expand Down
7 changes: 7 additions & 0 deletions lib/error/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.0.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/error-v4.0.0...error-v4.0.1) (2024-12-09)


### Bug Fixes

* add a descriptive name property to ToolKitError ([a68e3fd](https://github.com/Financial-Times/dotcom-tool-kit/commit/a68e3fdf197862e71cf12048933ba1f0cc692161))

## [4.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/error-v3.2.0...error-v4.0.0) (2024-09-10)


Expand Down
2 changes: 1 addition & 1 deletion lib/error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/error",
"version": "4.0.0",
"version": "4.0.1",
"description": "",
"main": "lib",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions lib/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/error bumped from ^4.0.0 to ^4.0.1

## [4.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/logger-v3.4.1...logger-v4.0.0) (2024-09-10)


Expand Down
4 changes: 2 additions & 2 deletions lib/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/logger",
"version": "4.0.0",
"version": "4.0.1",
"description": "",
"main": "lib",
"scripts": {
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@apaleslimghost/boxen": "^5.1.3",
"@dotcom-tool-kit/error": "^4.0.0",
"@dotcom-tool-kit/error": "^4.0.1",
"ansi-regex": "^5.0.1",
"triple-beam": "^1.3.0",
"tslib": "^2.3.1",
Expand Down
Loading
Loading