Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
next-team committed Mar 22, 2023
1 parent 9900ec6 commit f20a900
Show file tree
Hide file tree
Showing 63 changed files with 373 additions and 123 deletions.
62 changes: 31 additions & 31 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"core/cli": "2.6.1",
"core/create": "2.6.1",
"core/cli": "2.6.2",
"core/create": "2.7.0",
"lib/error": "2.0.1",
"lib/logger": "2.2.1",
"lib/options": "2.0.14",
"lib/options": "2.0.15",
"lib/package-json-hook": "3.0.0",
"lib/state": "2.0.1",
"lib/types": "2.9.1",
"lib/vault": "2.0.14",
"lib/types": "2.9.2",
"lib/vault": "2.0.15",
"lib/wait-for-ok": "2.0.1",
"orb": "3.2.0",
"plugins/babel": "2.0.14",
"plugins/backend-app": "2.2.2",
"plugins/circleci": "4.0.1",
"plugins/circleci-heroku": "2.3.2",
"plugins/circleci-npm": "4.0.1",
"plugins/component": "2.1.3",
"plugins/eslint": "2.3.1",
"plugins/frontend-app": "2.2.2",
"plugins/heroku": "2.1.5",
"plugins/babel": "2.0.15",
"plugins/backend-app": "2.2.3",
"plugins/circleci": "4.0.2",
"plugins/circleci-heroku": "2.3.3",
"plugins/circleci-npm": "4.0.2",
"plugins/component": "2.1.4",
"plugins/eslint": "2.3.2",
"plugins/frontend-app": "2.3.0",
"plugins/heroku": "2.1.6",
"plugins/husky-npm": "3.0.0",
"plugins/jest": "2.0.14",
"plugins/lint-staged": "3.0.4",
"plugins/lint-staged-npm": "2.0.16",
"plugins/mocha": "2.3.1",
"plugins/n-test": "2.1.9",
"plugins/next-router": "2.0.14",
"plugins/node": "2.3.1",
"plugins/nodemon": "2.2.1",
"plugins/npm": "2.0.15",
"plugins/pa11y": "0.3.11",
"plugins/prettier": "2.2.1",
"plugins/secret-squirrel": "1.0.13",
"plugins/upload-assets-to-s3": "2.1.1",
"plugins/webpack": "2.1.13",
"plugins/jest": "2.0.15",
"plugins/lint-staged": "3.0.5",
"plugins/lint-staged-npm": "2.0.17",
"plugins/mocha": "2.3.2",
"plugins/n-test": "2.1.10",
"plugins/next-router": "2.0.15",
"plugins/node": "2.3.2",
"plugins/nodemon": "2.2.2",
"plugins/npm": "2.0.16",
"plugins/pa11y": "0.3.12",
"plugins/prettier": "2.2.2",
"plugins/secret-squirrel": "1.0.14",
"plugins/upload-assets-to-s3": "2.1.2",
"plugins/webpack": "2.1.14",
"plugins/cypress": "2.0.1",
"plugins/typescript": "1.0.3",
"plugins/backend-heroku-app": "1.0.2",
"plugins/circleci-deploy": "2.0.1"
"plugins/typescript": "1.0.4",
"plugins/backend-heroku-app": "1.0.3",
"plugins/circleci-deploy": "2.0.2"
}
27 changes: 27 additions & 0 deletions core/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,33 @@
* @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.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v2.6.1...dotcom-tool-kit-v2.6.2) (2023-03-22)


### Bug Fixes

* **cli:** append newline after validation error messages ([7e99bf5](https://github.com/Financial-Times/dotcom-tool-kit/commit/7e99bf5afa4f42af47cb4bb5cf98cd1725643c0b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/options bumped from ^2.0.14 to ^2.0.15
* @dotcom-tool-kit/types bumped from ^2.9.1 to ^2.9.2
* devDependencies
* @dotcom-tool-kit/babel bumped from ^2.0.14 to ^2.0.15
* @dotcom-tool-kit/backend-heroku-app bumped from ^1.0.2 to ^1.0.3
* @dotcom-tool-kit/circleci bumped from ^4.0.1 to ^4.0.2
* @dotcom-tool-kit/circleci-deploy bumped from ^2.0.1 to ^2.0.2
* @dotcom-tool-kit/eslint bumped from ^2.3.1 to ^2.3.2
* @dotcom-tool-kit/frontend-app bumped from ^2.2.2 to ^2.3.0
* @dotcom-tool-kit/heroku bumped from ^2.1.5 to ^2.1.6
* @dotcom-tool-kit/mocha bumped from ^2.3.1 to ^2.3.2
* @dotcom-tool-kit/n-test bumped from ^2.1.9 to ^2.1.10
* @dotcom-tool-kit/npm bumped from ^2.0.15 to ^2.0.16
* @dotcom-tool-kit/webpack bumped from ^2.1.13 to ^2.1.14

## [2.6.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v2.6.0...dotcom-tool-kit-v2.6.1) (2023-03-15)


Expand Down
28 changes: 14 additions & 14 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.6.1",
"version": "2.6.2",
"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.14",
"@dotcom-tool-kit/backend-heroku-app": "^1.0.2",
"@dotcom-tool-kit/circleci": "^4.0.1",
"@dotcom-tool-kit/circleci-deploy": "^2.0.1",
"@dotcom-tool-kit/eslint": "^2.3.1",
"@dotcom-tool-kit/frontend-app": "^2.2.2",
"@dotcom-tool-kit/heroku": "^2.1.5",
"@dotcom-tool-kit/mocha": "^2.3.1",
"@dotcom-tool-kit/n-test": "^2.1.9",
"@dotcom-tool-kit/npm": "^2.0.15",
"@dotcom-tool-kit/webpack": "^2.1.13",
"@dotcom-tool-kit/babel": "^2.0.15",
"@dotcom-tool-kit/backend-heroku-app": "^1.0.3",
"@dotcom-tool-kit/circleci": "^4.0.2",
"@dotcom-tool-kit/circleci-deploy": "^2.0.2",
"@dotcom-tool-kit/eslint": "^2.3.2",
"@dotcom-tool-kit/frontend-app": "^2.3.0",
"@dotcom-tool-kit/heroku": "^2.1.6",
"@dotcom-tool-kit/mocha": "^2.3.2",
"@dotcom-tool-kit/n-test": "^2.1.10",
"@dotcom-tool-kit/npm": "^2.0.16",
"@dotcom-tool-kit/webpack": "^2.1.14",
"@jest/globals": "^27.4.6",
"@types/lodash": "^4.14.185",
"@types/node": "^12.20.24",
Expand All @@ -42,8 +42,8 @@
"dependencies": {
"@dotcom-tool-kit/error": "^2.0.1",
"@dotcom-tool-kit/logger": "^2.2.1",
"@dotcom-tool-kit/options": "^2.0.14",
"@dotcom-tool-kit/types": "^2.9.1",
"@dotcom-tool-kit/options": "^2.0.15",
"@dotcom-tool-kit/types": "^2.9.2",
"@dotcom-tool-kit/wait-for-ok": "^2.0.1",
"cosmiconfig": "^7.0.0",
"lodash": "^4.17.21",
Expand Down
22 changes: 22 additions & 0 deletions core/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,28 @@
* devDependencies
* dotcom-tool-kit bumped from ^2.6.0 to ^2.6.1

## [2.7.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v2.6.1...create-v2.7.0) (2023-03-22)


### Features

* **create:** add support for union types in zod schemas ([bf44ba4](https://github.com/Financial-Times/dotcom-tool-kit/commit/bf44ba49b3e4aad353401c499497f9823bfea79d))
* **create:** log ToolKitError details when thrown ([08c25d4](https://github.com/Financial-Times/dotcom-tool-kit/commit/08c25d41d39c2dfcbdacacdc92d3f9aa2efa7a1d))


### Bug Fixes

* **create:** set options before installing to avoid validation errors ([3bec6ab](https://github.com/Financial-Times/dotcom-tool-kit/commit/3bec6abdf6478c4e312f9ec1e3e3fd55edc85959))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/types bumped from ^2.9.1 to ^2.9.2
* devDependencies
* dotcom-tool-kit bumped from ^2.6.1 to ^2.6.2

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


Expand Down
6 changes: 3 additions & 3 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.6.1",
"version": "2.7.0",
"description": "",
"main": "lib",
"bin": "./bin/create-tool-kit",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@dotcom-tool-kit/error": "^2.0.1",
"@dotcom-tool-kit/logger": "^2.2.1",
"@dotcom-tool-kit/types": "^2.9.1",
"@dotcom-tool-kit/types": "^2.9.2",
"@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.6.1"
"dotcom-tool-kit": "^2.6.2"
},
"volta": {
"extends": "../../package.json"
Expand Down
6 changes: 6 additions & 0 deletions lib/options/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
* dependencies
* @dotcom-tool-kit/types bumped from ^2.9.0 to ^2.9.1

### Dependencies

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

### [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.14",
"version": "2.0.15",
"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.9.1",
"@dotcom-tool-kit/types": "^2.9.2",
"tslib": "^2.3.1"
},
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions lib/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
* dependencies
* @dotcom-tool-kit/logger bumped from ^2.1.1 to ^2.2.0

## [2.9.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/types-v2.9.1...types-v2.9.2) (2023-03-22)


### Bug Fixes

* **types:** make vault options optional ([f2e9cc0](https://github.com/Financial-Times/dotcom-tool-kit/commit/f2e9cc0b45d79c26c5ee5ec248fe44f073900835))

## [2.9.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/types-v2.9.0...types-v2.9.1) (2023-03-15)


Expand Down
2 changes: 1 addition & 1 deletion 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.9.1",
"version": "2.9.2",
"description": "",
"main": "lib",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions lib/vault/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@
* @dotcom-tool-kit/options bumped from ^2.0.13 to ^2.0.14
* @dotcom-tool-kit/types bumped from ^2.9.0 to ^2.9.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/options bumped from ^2.0.14 to ^2.0.15
* @dotcom-tool-kit/types bumped from ^2.9.1 to ^2.9.2

### [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.14",
"version": "2.0.15",
"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.14",
"@dotcom-tool-kit/types": "^2.9.1",
"@dotcom-tool-kit/options": "^2.0.15",
"@dotcom-tool-kit/types": "^2.9.2",
"@financial-times/n-fetch": "^1.0.0-beta.7",
"fs": "0.0.1-security",
"os": "^0.1.2",
Expand Down
6 changes: 6 additions & 0 deletions plugins/babel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
* dependencies
* @dotcom-tool-kit/types bumped from ^2.9.0 to ^2.9.1

### Dependencies

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

## [2.0.13](https://github.com/Financial-Times/dotcom-tool-kit/compare/babel-v2.0.12...babel-v2.0.13) (2023-03-07)


Expand Down
4 changes: 2 additions & 2 deletions plugins/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/babel",
"version": "2.0.14",
"version": "2.0.15",
"main": "lib",
"description": "",
"author": "FT.com Platforms Team <[email protected]>",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@dotcom-tool-kit/error": "^2.0.1",
"@dotcom-tool-kit/logger": "^2.2.1",
"@dotcom-tool-kit/types": "^2.9.1",
"@dotcom-tool-kit/types": "^2.9.2",
"fast-glob": "^3.2.11",
"tslib": "^2.3.1"
},
Expand Down
6 changes: 6 additions & 0 deletions plugins/backend-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@
* dependencies
* @dotcom-tool-kit/backend-heroku-app bumped from ^1.0.1 to ^1.0.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/backend-heroku-app bumped from ^1.0.2 to ^1.0.3

## [2.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-app-v2.1.1...backend-app-v2.2.0) (2023-01-24)


Expand Down
4 changes: 2 additions & 2 deletions plugins/backend-app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@dotcom-tool-kit/backend-app",
"version": "2.2.2",
"version": "2.2.3",
"description": "",
"main": "index.js",
"keywords": [],
"author": "FT.com Platforms Team <[email protected]>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/backend-heroku-app": "^1.0.2"
"@dotcom-tool-kit/backend-heroku-app": "^1.0.3"
},
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions plugins/backend-heroku-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
* @dotcom-tool-kit/npm bumped from ^2.0.14 to ^2.0.15
* @dotcom-tool-kit/secret-squirrel bumped from ^1.0.12 to ^1.0.13

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/circleci-deploy bumped from ^2.0.1 to ^2.0.2
* @dotcom-tool-kit/heroku bumped from ^2.1.5 to ^2.1.6
* @dotcom-tool-kit/node bumped from ^2.3.1 to ^2.3.2
* @dotcom-tool-kit/npm bumped from ^2.0.15 to ^2.0.16
* @dotcom-tool-kit/secret-squirrel bumped from ^1.0.13 to ^1.0.14

## 1.0.0 (2023-01-24)


Expand Down
12 changes: 6 additions & 6 deletions plugins/backend-heroku-app/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@dotcom-tool-kit/backend-heroku-app",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "index.js",
"keywords": [],
"author": "FT.com Platforms Team <[email protected]>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/circleci-deploy": "^2.0.1",
"@dotcom-tool-kit/heroku": "^2.1.5",
"@dotcom-tool-kit/circleci-deploy": "^2.0.2",
"@dotcom-tool-kit/heroku": "^2.1.6",
"@dotcom-tool-kit/husky-npm": "^3.0.0",
"@dotcom-tool-kit/node": "^2.3.1",
"@dotcom-tool-kit/npm": "^2.0.15",
"@dotcom-tool-kit/secret-squirrel": "^1.0.13"
"@dotcom-tool-kit/node": "^2.3.2",
"@dotcom-tool-kit/npm": "^2.0.16",
"@dotcom-tool-kit/secret-squirrel": "^1.0.14"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit f20a900

Please sign in to comment.