Skip to content

Commit

Permalink
Merge pull request #357 from Financial-Times/release-please--branches…
Browse files Browse the repository at this point in the history
…--main

chore: release main
  • Loading branch information
ivomurrell authored Mar 8, 2023
2 parents 279bb27 + c63fe57 commit 5a450ea
Show file tree
Hide file tree
Showing 73 changed files with 871 additions and 402 deletions.
68 changes: 34 additions & 34 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"core/cli": "2.5.0",
"core/create": "2.5.0",
"core/cli": "2.6.0",
"core/create": "2.6.0",
"lib/error": "2.0.1",
"lib/logger": "2.2.0",
"lib/options": "2.0.12",
"lib/logger": "2.2.1",
"lib/options": "2.0.13",
"lib/package-json-hook": "3.0.0",
"lib/state": "2.0.1",
"lib/types": "2.8.0",
"lib/vault": "2.0.12",
"lib/types": "2.9.0",
"lib/vault": "2.0.13",
"lib/wait-for-ok": "2.0.1",
"orb": "3.1.0",
"plugins/babel": "2.0.12",
"plugins/backend-app": "2.2.0",
"plugins/circleci": "3.0.2",
"plugins/circleci-heroku": "2.3.0",
"plugins/circleci-npm": "3.0.2",
"plugins/component": "2.1.1",
"plugins/eslint": "2.2.5",
"plugins/frontend-app": "2.2.0",
"plugins/heroku": "2.1.3",
"orb": "3.2.0",
"plugins/babel": "2.0.13",
"plugins/backend-app": "2.2.1",
"plugins/circleci": "4.0.0",
"plugins/circleci-heroku": "2.3.1",
"plugins/circleci-npm": "4.0.0",
"plugins/component": "2.1.2",
"plugins/eslint": "2.3.0",
"plugins/frontend-app": "2.2.1",
"plugins/heroku": "2.1.4",
"plugins/husky-npm": "3.0.0",
"plugins/jest": "2.0.12",
"plugins/lint-staged": "3.0.2",
"plugins/lint-staged-npm": "2.0.14",
"plugins/mocha": "2.2.1",
"plugins/n-test": "2.1.7",
"plugins/next-router": "2.0.12",
"plugins/node": "2.2.5",
"plugins/nodemon": "2.1.5",
"plugins/npm": "2.0.13",
"plugins/pa11y": "0.3.9",
"plugins/prettier": "2.1.3",
"plugins/secret-squirrel": "1.0.11",
"plugins/upload-assets-to-s3": "2.0.13",
"plugins/webpack": "2.1.11",
"plugins/cypress": "2.0.0",
"plugins/typescript": "1.0.1",
"plugins/backend-heroku-app": "1.0.0",
"plugins/circleci-deploy": "1.0.0"
"plugins/jest": "2.0.13",
"plugins/lint-staged": "3.0.3",
"plugins/lint-staged-npm": "2.0.15",
"plugins/mocha": "2.3.0",
"plugins/n-test": "2.1.8",
"plugins/next-router": "2.0.13",
"plugins/node": "2.3.0",
"plugins/nodemon": "2.2.0",
"plugins/npm": "2.0.14",
"plugins/pa11y": "0.3.10",
"plugins/prettier": "2.2.0",
"plugins/secret-squirrel": "1.0.12",
"plugins/upload-assets-to-s3": "2.1.0",
"plugins/webpack": "2.1.12",
"plugins/cypress": "2.0.1",
"plugins/typescript": "1.0.2",
"plugins/backend-heroku-app": "1.0.1",
"plugins/circleci-deploy": "2.0.0"
}
29 changes: 29 additions & 0 deletions core/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,35 @@
* @dotcom-tool-kit/mocha bumped from ^2.1.7 to ^2.2.0
* @dotcom-tool-kit/n-test bumped from ^2.1.5 to ^2.1.6

## [2.6.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v2.5.0...dotcom-tool-kit-v2.6.0) (2023-03-07)


### Features

* **cli:** format zod errors with zod-validation-error ([940876b](https://github.com/Financial-Times/dotcom-tool-kit/commit/940876bdd0c2682e9e7e992c656a606f7d015de5))
* validate plugin options with zod ([5164050](https://github.com/Financial-Times/dotcom-tool-kit/commit/5164050869958284611e0fa489551521201e6ac4))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/logger bumped from ^2.2.0 to ^2.2.1
* @dotcom-tool-kit/options bumped from ^2.0.12 to ^2.0.13
* @dotcom-tool-kit/types bumped from ^2.8.0 to ^2.9.0
* devDependencies
* @dotcom-tool-kit/babel bumped from ^2.0.12 to ^2.0.13
* @dotcom-tool-kit/backend-heroku-app bumped from ^1.0.0 to ^1.0.1
* @dotcom-tool-kit/circleci bumped from ^3.0.2 to ^4.0.0
* @dotcom-tool-kit/circleci-deploy bumped from ^1.0.0 to ^2.0.0
* @dotcom-tool-kit/eslint bumped from ^2.2.5 to ^2.3.0
* @dotcom-tool-kit/frontend-app bumped from ^2.2.0 to ^2.2.1
* @dotcom-tool-kit/heroku bumped from ^2.1.3 to ^2.1.4
* @dotcom-tool-kit/mocha bumped from ^2.2.1 to ^2.3.0
* @dotcom-tool-kit/n-test bumped from ^2.1.7 to ^2.1.8
* @dotcom-tool-kit/npm bumped from ^2.0.13 to ^2.0.14
* @dotcom-tool-kit/webpack bumped from ^2.1.11 to ^2.1.12

## [2.5.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v2.4.2...dotcom-tool-kit-v2.5.0) (2023-01-24)


Expand Down
30 changes: 15 additions & 15 deletions core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotcom-tool-kit",
"version": "2.5.0",
"version": "2.6.0",
"description": "modern, maintainable, modular developer tooling for FT.com projects",
"author": "FT.com Platforms Team <[email protected]>",
"license": "MIT",
Expand All @@ -20,17 +20,17 @@
"test": "cd ../../ ; npx jest --silent --projects core/cli"
},
"devDependencies": {
"@dotcom-tool-kit/babel": "^2.0.12",
"@dotcom-tool-kit/backend-heroku-app": "^1.0.0",
"@dotcom-tool-kit/circleci": "^3.0.2",
"@dotcom-tool-kit/circleci-deploy": "^1.0.0",
"@dotcom-tool-kit/eslint": "^2.2.5",
"@dotcom-tool-kit/frontend-app": "^2.2.0",
"@dotcom-tool-kit/heroku": "^2.1.3",
"@dotcom-tool-kit/mocha": "^2.2.1",
"@dotcom-tool-kit/n-test": "^2.1.7",
"@dotcom-tool-kit/npm": "^2.0.13",
"@dotcom-tool-kit/webpack": "^2.1.11",
"@dotcom-tool-kit/babel": "^2.0.13",
"@dotcom-tool-kit/backend-heroku-app": "^1.0.1",
"@dotcom-tool-kit/circleci": "^4.0.0",
"@dotcom-tool-kit/circleci-deploy": "^2.0.0",
"@dotcom-tool-kit/eslint": "^2.3.0",
"@dotcom-tool-kit/frontend-app": "^2.2.1",
"@dotcom-tool-kit/heroku": "^2.1.4",
"@dotcom-tool-kit/mocha": "^2.3.0",
"@dotcom-tool-kit/n-test": "^2.1.8",
"@dotcom-tool-kit/npm": "^2.0.14",
"@dotcom-tool-kit/webpack": "^2.1.12",
"@jest/globals": "^27.4.6",
"@types/lodash": "^4.14.185",
"@types/node": "^12.20.24",
Expand All @@ -41,9 +41,9 @@
},
"dependencies": {
"@dotcom-tool-kit/error": "^2.0.1",
"@dotcom-tool-kit/logger": "^2.2.0",
"@dotcom-tool-kit/options": "^2.0.12",
"@dotcom-tool-kit/types": "^2.8.0",
"@dotcom-tool-kit/logger": "^2.2.1",
"@dotcom-tool-kit/options": "^2.0.13",
"@dotcom-tool-kit/types": "^2.9.0",
"@dotcom-tool-kit/wait-for-ok": "^2.0.1",
"cosmiconfig": "^7.0.0",
"lodash": "^4.17.21",
Expand Down
24 changes: 24 additions & 0 deletions core/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,30 @@
* devDependencies
* dotcom-tool-kit bumped from ^2.4.1 to ^2.4.2

## [2.6.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v2.5.0...create-v2.6.0) (2023-03-07)


### Features

* **create:** print default value in prompt if one exists in zod schema ([52d17ff](https://github.com/Financial-Times/dotcom-tool-kit/commit/52d17ff57863da9396b6c8ab5cda357ad9085f77))
* handle default option values with zod ([7c03517](https://github.com/Financial-Times/dotcom-tool-kit/commit/7c0351771cf1a3d795803295a41dfea755176b19))
* **types:** use Zod for option schemas ([adc1643](https://github.com/Financial-Times/dotcom-tool-kit/commit/adc16437cf0977595b0d0c8b02337b78ee02b2b2))


### Bug Fixes

* **create:** log if we encounter an unrecognised option schema type ([b7d0de6](https://github.com/Financial-Times/dotcom-tool-kit/commit/b7d0de6af5c0dfe46433fd594c03ef91ac1d00cf))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/logger bumped from ^2.2.0 to ^2.2.1
* @dotcom-tool-kit/types bumped from ^2.8.0 to ^2.9.0
* devDependencies
* dotcom-tool-kit bumped from ^2.5.0 to ^2.6.0

## [2.5.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v2.4.1...create-v2.5.0) (2023-01-24)


Expand Down
8 changes: 4 additions & 4 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": "2.5.0",
"version": "2.6.0",
"description": "",
"main": "lib",
"bin": "./bin/create-tool-kit",
Expand All @@ -12,8 +12,8 @@
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/error": "^2.0.1",
"@dotcom-tool-kit/logger": "^2.2.0",
"@dotcom-tool-kit/types": "^2.8.0",
"@dotcom-tool-kit/logger": "^2.2.1",
"@dotcom-tool-kit/types": "^2.9.0",
"@financial-times/package-json": "^3.0.0",
"@quarterto/parse-makefile-rules": "^1.1.0",
"import-cwd": "^3.0.0",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@types/pacote": "^11.1.3",
"@types/prompts": "^2.0.14",
"cosmiconfig": "^7.0.1",
"dotcom-tool-kit": "^2.5.0"
"dotcom-tool-kit": "^2.6.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
8 changes: 4 additions & 4 deletions core/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"description": "",
"devDependencies": {
"@dotcom-tool-kit/circleci-heroku": "^2.0.0",
"@dotcom-tool-kit/circleci-npm": "^3.0.0",
"@dotcom-tool-kit/circleci-npm": "^4.0.0",
"@dotcom-tool-kit/eslint": "^2.0.0",
"@dotcom-tool-kit/frontend-app": "^2.0.0",
"@dotcom-tool-kit/jest": "^2.0.0",
Expand All @@ -28,11 +28,11 @@
"@dotcom-tool-kit/nodemon": "^2.0.0",
"@dotcom-tool-kit/npm": "^2.0.0",
"@dotcom-tool-kit/prettier": "^2.0.0",
"@dotcom-tool-kit/secret-squirrel": "file:../../plugins/secret-squirrel",
"@dotcom-tool-kit/secret-squirrel": "^1.0.0",
"@dotcom-tool-kit/upload-assets-to-s3": "^2.0.0",
"dotcom-tool-kit": "file:../cli",
"dotcom-tool-kit": "^2.0.0",
"nodemon": "^2.0.15",
"@dotcom-tool-kit/pa11y": "file:../../plugins/pa11y"
"@dotcom-tool-kit/pa11y": "^0.3.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
7 changes: 7 additions & 0 deletions lib/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/logger-v2.2.0...logger-v2.2.1) (2023-03-07)


### Bug Fixes

* **logger:** suggest actions in event of hookFork failure ([20ead67](https://github.com/Financial-Times/dotcom-tool-kit/commit/20ead677bdd3e6d9dc5cc4ea7fda47aae6d7476a))

## [2.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/logger-v2.1.2...logger-v2.2.0) (2022-12-14)


Expand Down
2 changes: 1 addition & 1 deletion lib/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/logger",
"version": "2.2.0",
"version": "2.2.1",
"description": "",
"main": "lib",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions lib/options/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
* dependencies
* @dotcom-tool-kit/types bumped from ^2.7.1 to ^2.8.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/types bumped from ^2.8.0 to ^2.9.0

### [2.0.9](https://github.com/Financial-Times/dotcom-tool-kit/compare/options-v2.0.8...options-v2.0.9) (2022-11-09)


Expand Down
4 changes: 2 additions & 2 deletions lib/options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/options",
"version": "2.0.12",
"version": "2.0.13",
"description": "",
"main": "lib",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "FT.com Platforms Team <[email protected]>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/types": "^2.8.0",
"@dotcom-tool-kit/types": "^2.9.0",
"tslib": "^2.3.1"
},
"repository": {
Expand Down
27 changes: 27 additions & 0 deletions lib/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,33 @@
* dependencies
* @dotcom-tool-kit/logger bumped from ^2.1.1 to ^2.2.0

## [2.9.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/types-v2.8.0...types-v2.9.0) (2023-03-07)


### Features

* add serverless plugin ([2041b7d](https://github.com/Financial-Times/dotcom-tool-kit/commit/2041b7d65c941823f59cbba61b11d32fe67ed906))
* handle default option values with zod ([7c03517](https://github.com/Financial-Times/dotcom-tool-kit/commit/7c0351771cf1a3d795803295a41dfea755176b19))
* **serverless:** define ServerlessProvision task ([6f49aaa](https://github.com/Financial-Times/dotcom-tool-kit/commit/6f49aaa80bb315e5dfd11068a21cb1d3e52ef36a))
* **types:** use Zod for option schemas ([adc1643](https://github.com/Financial-Times/dotcom-tool-kit/commit/adc16437cf0977595b0d0c8b02337b78ee02b2b2))
* validate plugin options with zod ([5164050](https://github.com/Financial-Times/dotcom-tool-kit/commit/5164050869958284611e0fa489551521201e6ac4))


### Bug Fixes

* **types:** allow arbitrary parameters to be passed to CircleCI jobs ([85cc8eb](https://github.com/Financial-Times/dotcom-tool-kit/commit/85cc8ebd9eafbe2de848dfe1c09bb320866910fb))
* **types:** export jest and pa11y schemas that were previously missing ([11e7a1f](https://github.com/Financial-Times/dotcom-tool-kit/commit/11e7a1f30fccf7fc31c71c9867cab4f1754db34f))
* **types:** make sure to export serverless schema type ([69584aa](https://github.com/Financial-Times/dotcom-tool-kit/commit/69584aa4f6f17172bda9714d0155a2517cba4121))
* **types:** use more precise CircleCI configuration interface types ([2e4bf10](https://github.com/Financial-Times/dotcom-tool-kit/commit/2e4bf10157c3c321efd63b14aa5ebb1d38da9550))
* **upload-assets-to-s3:** allow setting region for uploads ([89a984d](https://github.com/Financial-Times/dotcom-tool-kit/commit/89a984db001d6388eada79934d16bb9ad75c98e9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/logger bumped from ^2.2.0 to ^2.2.1

## [2.8.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/types-v2.7.1...types-v2.8.0) (2023-01-04)


Expand Down
4 changes: 2 additions & 2 deletions lib/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/types",
"version": "2.8.0",
"version": "2.9.0",
"description": "",
"main": "lib",
"scripts": {
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@dotcom-tool-kit/error": "^2.0.0",
"@dotcom-tool-kit/logger": "^2.2.0",
"@dotcom-tool-kit/logger": "^2.2.1",
"semver": "^7.3.7",
"tslib": "^2.3.1",
"zod": "^3.20.2"
Expand Down
7 changes: 7 additions & 0 deletions lib/vault/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@
* @dotcom-tool-kit/options bumped from ^2.0.11 to ^2.0.12
* @dotcom-tool-kit/types bumped from ^2.7.1 to ^2.8.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/options bumped from ^2.0.12 to ^2.0.13
* @dotcom-tool-kit/types bumped from ^2.8.0 to ^2.9.0

### [2.0.9](https://github.com/Financial-Times/dotcom-tool-kit/compare/vault-v2.0.8...vault-v2.0.9) (2022-11-09)


Expand Down
6 changes: 3 additions & 3 deletions lib/vault/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@dotcom-tool-kit/vault",
"version": "2.0.12",
"version": "2.0.13",
"description": "",
"main": "lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@dotcom-tool-kit/error": "^2.0.1",
"@dotcom-tool-kit/options": "^2.0.12",
"@dotcom-tool-kit/types": "^2.8.0",
"@dotcom-tool-kit/options": "^2.0.13",
"@dotcom-tool-kit/types": "^2.9.0",
"@financial-times/n-fetch": "^1.0.0-beta.7",
"fs": "0.0.1-security",
"os": "^0.1.2",
Expand Down
7 changes: 7 additions & 0 deletions orb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/orb-v3.1.0...orb-v3.2.0) (2023-03-07)


### Features

* **orb:** add support for assuming AWS role in provisioning job ([65dbabd](https://github.com/Financial-Times/dotcom-tool-kit/commit/65dbabd58adf55fa078482b79ea6fd98434238b0))

## [3.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/orb-v3.0.0...orb-v3.1.0) (2023-01-24)


Expand Down
2 changes: 1 addition & 1 deletion orb/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.2.0
Loading

0 comments on commit 5a450ea

Please sign in to comment.