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 15, 2023
1 parent 22c05df commit de44023
Show file tree
Hide file tree
Showing 63 changed files with 349 additions and 122 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.0",
"core/create": "2.6.0",
"core/cli": "2.6.1",
"core/create": "2.6.1",
"lib/error": "2.0.1",
"lib/logger": "2.2.1",
"lib/options": "2.0.13",
"lib/options": "2.0.14",
"lib/package-json-hook": "3.0.0",
"lib/state": "2.0.1",
"lib/types": "2.9.0",
"lib/vault": "2.0.13",
"lib/types": "2.9.1",
"lib/vault": "2.0.14",
"lib/wait-for-ok": "2.0.1",
"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/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/husky-npm": "3.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/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/cypress": "2.0.1",
"plugins/typescript": "1.0.2",
"plugins/backend-heroku-app": "1.0.1",
"plugins/circleci-deploy": "2.0.0"
"plugins/typescript": "1.0.3",
"plugins/backend-heroku-app": "1.0.2",
"plugins/circleci-deploy": "2.0.1"
}
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.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)


### Bug Fixes

* **cli:** validate options even when none are given for a plugin ([f769014](https://github.com/Financial-Times/dotcom-tool-kit/commit/f769014efe3f55f3db48ec3bd7e3e8c613683d69))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @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
* devDependencies
* @dotcom-tool-kit/babel bumped from ^2.0.13 to ^2.0.14
* @dotcom-tool-kit/backend-heroku-app bumped from ^1.0.1 to ^1.0.2
* @dotcom-tool-kit/circleci bumped from ^4.0.0 to ^4.0.1
* @dotcom-tool-kit/circleci-deploy bumped from ^2.0.0 to ^2.0.1
* @dotcom-tool-kit/eslint bumped from ^2.3.0 to ^2.3.1
* @dotcom-tool-kit/frontend-app bumped from ^2.2.1 to ^2.2.2
* @dotcom-tool-kit/heroku bumped from ^2.1.4 to ^2.1.5
* @dotcom-tool-kit/mocha bumped from ^2.3.0 to ^2.3.1
* @dotcom-tool-kit/n-test bumped from ^2.1.8 to ^2.1.9
* @dotcom-tool-kit/npm bumped from ^2.0.14 to ^2.0.15
* @dotcom-tool-kit/webpack bumped from ^2.1.12 to ^2.1.13

## [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)


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.0",
"version": "2.6.1",
"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.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",
"@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",
"@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.13",
"@dotcom-tool-kit/types": "^2.9.0",
"@dotcom-tool-kit/options": "^2.0.14",
"@dotcom-tool-kit/types": "^2.9.1",
"@dotcom-tool-kit/wait-for-ok": "^2.0.1",
"cosmiconfig": "^7.0.0",
"lodash": "^4.17.21",
Expand Down
8 changes: 8 additions & 0 deletions core/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
* devDependencies
* dotcom-tool-kit bumped from ^2.4.1 to ^2.4.2

### Dependencies

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

## [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.0",
"version": "2.6.1",
"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.0",
"@dotcom-tool-kit/types": "^2.9.1",
"@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.0"
"dotcom-tool-kit": "^2.6.1"
},
"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 @@ -72,6 +72,12 @@
* dependencies
* @dotcom-tool-kit/types bumped from ^2.8.0 to ^2.9.0

### Dependencies

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

### [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.13",
"version": "2.0.14",
"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.0",
"@dotcom-tool-kit/types": "^2.9.1",
"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.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/types-v2.9.0...types-v2.9.1) (2023-03-15)


### Bug Fixes

* **types:** allow files options to be simple strings as well as arrays ([3dc32c0](https://github.com/Financial-Times/dotcom-tool-kit/commit/3dc32c041849d8718861fbc0e0d3b72c026804c8))

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


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.0",
"version": "2.9.1",
"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 @@ -84,6 +84,13 @@
* @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

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @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

### [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.13",
"version": "2.0.14",
"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.13",
"@dotcom-tool-kit/types": "^2.9.0",
"@dotcom-tool-kit/options": "^2.0.14",
"@dotcom-tool-kit/types": "^2.9.1",
"@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 @@ -69,6 +69,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.9.0 to ^2.9.1

## [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.13",
"version": "2.0.14",
"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.0",
"@dotcom-tool-kit/types": "^2.9.1",
"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 @@ -114,6 +114,12 @@
* dependencies
* @dotcom-tool-kit/backend-heroku-app bumped from ^1.0.0 to ^1.0.1

### Dependencies

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

## [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.1",
"version": "2.2.2",
"description": "",
"main": "index.js",
"keywords": [],
"author": "FT.com Platforms Team <[email protected]>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/backend-heroku-app": "^1.0.1"
"@dotcom-tool-kit/backend-heroku-app": "^1.0.2"
},
"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 @@ -10,6 +10,16 @@
* @dotcom-tool-kit/npm bumped from ^2.0.13 to ^2.0.14
* @dotcom-tool-kit/secret-squirrel bumped from ^1.0.11 to ^1.0.12

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/circleci-deploy bumped from ^2.0.0 to ^2.0.1
* @dotcom-tool-kit/heroku bumped from ^2.1.4 to ^2.1.5
* @dotcom-tool-kit/node bumped from ^2.3.0 to ^2.3.1
* @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

## 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.1",
"version": "1.0.2",
"description": "",
"main": "index.js",
"keywords": [],
"author": "FT.com Platforms Team <[email protected]>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/circleci-deploy": "^2.0.0",
"@dotcom-tool-kit/heroku": "^2.1.4",
"@dotcom-tool-kit/circleci-deploy": "^2.0.1",
"@dotcom-tool-kit/heroku": "^2.1.5",
"@dotcom-tool-kit/husky-npm": "^3.0.0",
"@dotcom-tool-kit/node": "^2.3.0",
"@dotcom-tool-kit/npm": "^2.0.14",
"@dotcom-tool-kit/secret-squirrel": "^1.0.12"
"@dotcom-tool-kit/node": "^2.3.1",
"@dotcom-tool-kit/npm": "^2.0.15",
"@dotcom-tool-kit/secret-squirrel": "^1.0.13"
},
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions plugins/circleci-deploy/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/circleci bumped from ^4.0.0 to ^4.0.1

## [2.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-deploy-v1.0.0...circleci-deploy-v2.0.0) (2023-03-07)


Expand Down
Loading

0 comments on commit de44023

Please sign in to comment.