Skip to content

Commit

Permalink
Merge pull request #392 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 Apr 5, 2023
2 parents 5b45170 + 80a3e7d commit 556b47e
Show file tree
Hide file tree
Showing 69 changed files with 466 additions and 135 deletions.
66 changes: 34 additions & 32 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,43 @@
{
"core/cli": "2.6.3",
"core/create": "2.7.2",
"core/cli": "2.6.4",
"core/create": "2.8.0",
"lib/error": "2.0.1",
"lib/logger": "2.2.1",
"lib/options": "2.0.15",
"lib/options": "2.0.16",
"lib/package-json-hook": "3.0.0",
"lib/state": "2.0.1",
"lib/types": "2.9.2",
"lib/vault": "2.0.15",
"lib/types": "2.10.0",
"lib/vault": "2.0.16",
"lib/wait-for-ok": "2.0.1",
"orb": "3.2.0",
"plugins/babel": "2.0.15",
"plugins/backend-app": "2.2.4",
"plugins/circleci": "4.0.3",
"plugins/circleci-heroku": "2.3.4",
"plugins/circleci-npm": "4.0.3",
"plugins/component": "2.1.5",
"plugins/eslint": "2.3.2",
"plugins/frontend-app": "2.3.1",
"plugins/heroku": "2.1.6",
"orb": "3.3.0",
"plugins/babel": "2.0.16",
"plugins/backend-app": "2.2.5",
"plugins/circleci": "4.0.4",
"plugins/circleci-heroku": "2.3.5",
"plugins/circleci-npm": "4.1.0",
"plugins/component": "2.1.6",
"plugins/eslint": "2.3.3",
"plugins/frontend-app": "2.3.2",
"plugins/heroku": "2.2.0",
"plugins/husky-npm": "3.0.0",
"plugins/jest": "2.0.15",
"plugins/lint-staged": "3.0.5",
"plugins/lint-staged-npm": "2.0.17",
"plugins/mocha": "2.3.3",
"plugins/n-test": "2.2.0",
"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/jest": "2.0.16",
"plugins/lint-staged": "3.0.6",
"plugins/lint-staged-npm": "2.0.18",
"plugins/mocha": "2.3.4",
"plugins/n-test": "2.2.1",
"plugins/next-router": "2.0.16",
"plugins/node": "2.3.3",
"plugins/nodemon": "2.2.3",
"plugins/npm": "2.0.17",
"plugins/pa11y": "0.3.13",
"plugins/prettier": "2.2.3",
"plugins/secret-squirrel": "1.0.15",
"plugins/upload-assets-to-s3": "2.1.3",
"plugins/webpack": "2.1.15",
"plugins/cypress": "2.0.1",
"plugins/typescript": "1.0.4",
"plugins/backend-heroku-app": "1.0.4",
"plugins/circleci-deploy": "2.0.3"
"plugins/typescript": "1.0.5",
"plugins/backend-heroku-app": "1.0.5",
"plugins/circleci-deploy": "2.1.0",
"plugins/backend-serverless-app": "1.0.0",
"plugins/serverless": "1.0.0"
}
19 changes: 19 additions & 0 deletions core/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,25 @@
* @dotcom-tool-kit/mocha bumped from ^2.3.2 to ^2.3.3
* @dotcom-tool-kit/n-test bumped from ^2.1.10 to ^2.2.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/options bumped from ^2.0.15 to ^2.0.16
* @dotcom-tool-kit/types bumped from ^2.9.2 to ^2.10.0
* devDependencies
* @dotcom-tool-kit/babel bumped from ^2.0.15 to ^2.0.16
* @dotcom-tool-kit/backend-heroku-app bumped from ^1.0.4 to ^1.0.5
* @dotcom-tool-kit/circleci bumped from ^4.0.3 to ^4.0.4
* @dotcom-tool-kit/circleci-deploy bumped from ^2.0.3 to ^2.1.0
* @dotcom-tool-kit/eslint bumped from ^2.3.2 to ^2.3.3
* @dotcom-tool-kit/frontend-app bumped from ^2.3.1 to ^2.3.2
* @dotcom-tool-kit/heroku bumped from ^2.1.6 to ^2.2.0
* @dotcom-tool-kit/mocha bumped from ^2.3.3 to ^2.3.4
* @dotcom-tool-kit/n-test bumped from ^2.2.0 to ^2.2.1
* @dotcom-tool-kit/npm bumped from ^2.0.16 to ^2.0.17
* @dotcom-tool-kit/webpack bumped from ^2.1.14 to ^2.1.15

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


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.3",
"version": "2.6.4",
"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.15",
"@dotcom-tool-kit/backend-heroku-app": "^1.0.4",
"@dotcom-tool-kit/circleci": "^4.0.3",
"@dotcom-tool-kit/circleci-deploy": "^2.0.3",
"@dotcom-tool-kit/eslint": "^2.3.2",
"@dotcom-tool-kit/frontend-app": "^2.3.1",
"@dotcom-tool-kit/heroku": "^2.1.6",
"@dotcom-tool-kit/mocha": "^2.3.3",
"@dotcom-tool-kit/n-test": "^2.2.0",
"@dotcom-tool-kit/npm": "^2.0.16",
"@dotcom-tool-kit/webpack": "^2.1.14",
"@dotcom-tool-kit/babel": "^2.0.16",
"@dotcom-tool-kit/backend-heroku-app": "^1.0.5",
"@dotcom-tool-kit/circleci": "^4.0.4",
"@dotcom-tool-kit/circleci-deploy": "^2.1.0",
"@dotcom-tool-kit/eslint": "^2.3.3",
"@dotcom-tool-kit/frontend-app": "^2.3.2",
"@dotcom-tool-kit/heroku": "^2.2.0",
"@dotcom-tool-kit/mocha": "^2.3.4",
"@dotcom-tool-kit/n-test": "^2.2.1",
"@dotcom-tool-kit/npm": "^2.0.17",
"@dotcom-tool-kit/webpack": "^2.1.15",
"@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.15",
"@dotcom-tool-kit/types": "^2.9.2",
"@dotcom-tool-kit/options": "^2.0.16",
"@dotcom-tool-kit/types": "^2.10.0",
"@dotcom-tool-kit/wait-for-ok": "^2.0.1",
"cosmiconfig": "^7.0.0",
"lodash": "^4.17.21",
Expand Down
25 changes: 25 additions & 0 deletions core/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,31 @@
* devDependencies
* dotcom-tool-kit bumped from ^2.6.2 to ^2.6.3

## [2.8.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v2.7.2...create-v2.8.0) (2023-04-05)


### Features

* **create:** add a new prompt option to migrate your repo to OIDC ([e312054](https://github.com/Financial-Times/dotcom-tool-kit/commit/e312054a8d38cea673baef58d6cb5a5da7b9586a))
* **create:** add serverless preset as option in migration script ([8089523](https://github.com/Financial-Times/dotcom-tool-kit/commit/8089523a8d31e7771304ea4b3e18c852ebf25ca6))
* **create:** make changes based on Joel's PR suggestions ([1754321](https://github.com/Financial-Times/dotcom-tool-kit/commit/17543213467cc1917005113c006c00401e04857b))
* **create:** syntax highlight the AWS OIDC YAML config ([f7529ea](https://github.com/Financial-Times/dotcom-tool-kit/commit/f7529eae624bb106cbe94bd96c6aa25227e887f5))


### Bug Fixes

* **create:** clear config cache after updating options ([6d032f4](https://github.com/Financial-Times/dotcom-tool-kit/commit/6d032f4ecae5c532aa08b5105df08339d5636cd1))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/types bumped from ^2.9.2 to ^2.10.0
* @dotcom-tool-kit/vault bumped from ^2.0.12 to ^2.0.16
* devDependencies
* dotcom-tool-kit bumped from ^2.6.3 to ^2.6.4

## [2.7.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v2.7.0...create-v2.7.1) (2023-03-23)


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.7.2",
"version": "2.8.0",
"description": "",
"main": "lib",
"bin": "./bin/create-tool-kit",
Expand All @@ -15,8 +15,8 @@
"@aws-sdk/client-sts": "^3.282.0",
"@dotcom-tool-kit/error": "^2.0.1",
"@dotcom-tool-kit/logger": "^2.2.1",
"@dotcom-tool-kit/types": "^2.9.2",
"@dotcom-tool-kit/vault": "^2.0.12",
"@dotcom-tool-kit/types": "^2.10.0",
"@dotcom-tool-kit/vault": "^2.0.16",
"@financial-times/package-json": "^3.0.0",
"@octokit/rest": "^19.0.5",
"@quarterto/parse-makefile-rules": "^1.1.0",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@types/pacote": "^11.1.3",
"@types/prompts": "^2.0.14",
"cosmiconfig": "^7.0.1",
"dotcom-tool-kit": "^2.6.3"
"dotcom-tool-kit": "^2.6.4"
},
"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 @@ -84,6 +84,12 @@
* dependencies
* @dotcom-tool-kit/types bumped from ^2.9.1 to ^2.9.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/types bumped from ^2.9.2 to ^2.10.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.15",
"version": "2.0.16",
"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.2",
"@dotcom-tool-kit/types": "^2.10.0",
"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.10.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/types-v2.9.2...types-v2.10.0) (2023-04-05)


### Features

* **serverless:** add ServerlessDeploy task ([cd23f88](https://github.com/Financial-Times/dotcom-tool-kit/commit/cd23f88ce453a48dec393dc2645c7a22948e3944))

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


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.2",
"version": "2.10.0",
"description": "",
"main": "lib",
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions lib/vault/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,21 @@
* @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.16](https://github.com/Financial-Times/dotcom-tool-kit/compare/vault-v2.0.15...vault-v2.0.16) (2023-04-05)


### Bug Fixes

* **vault:** bump n-fetch version to remove isomorphic-fetch instance ([11893bd](https://github.com/Financial-Times/dotcom-tool-kit/commit/11893bdbb51e240145f6dc0d2090dabd1fc2828a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/options bumped from ^2.0.15 to ^2.0.16
* @dotcom-tool-kit/types bumped from ^2.9.2 to ^2.10.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.15",
"version": "2.0.16",
"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.15",
"@dotcom-tool-kit/types": "^2.9.2",
"@dotcom-tool-kit/options": "^2.0.16",
"@dotcom-tool-kit/types": "^2.10.0",
"@financial-times/n-fetch": "^1.0.0-beta.12",
"fs": "0.0.1-security",
"os": "^0.1.2",
Expand Down
13 changes: 13 additions & 0 deletions orb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.3.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/orb-v3.2.0...orb-v3.3.0) (2023-04-05)


### Features

* allow OIDC authentication for deploy:production hook ([7afa8d3](https://github.com/Financial-Times/dotcom-tool-kit/commit/7afa8d37f8886dc6e7eccfc0e3e654789f5f4f85))
* **orb:** clarify names of jobs in orb ([7ce7016](https://github.com/Financial-Times/dotcom-tool-kit/commit/7ce7016e975ee18b10786588c5d799667373b201))


### Bug Fixes

* **orb:** remove execute permissions from orb's YAML config files ([86938fa](https://github.com/Financial-Times/dotcom-tool-kit/commit/86938fa637d6690f490e0ae1aa70b278b1e4c5cb))

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


Expand Down
2 changes: 1 addition & 1 deletion orb/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.3.0
6 changes: 6 additions & 0 deletions plugins/babel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@
* dependencies
* @dotcom-tool-kit/types bumped from ^2.9.1 to ^2.9.2

### Dependencies

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

## [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.15",
"version": "2.0.16",
"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.2",
"@dotcom-tool-kit/types": "^2.10.0",
"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 @@ -132,6 +132,12 @@
* dependencies
* @dotcom-tool-kit/backend-heroku-app bumped from ^1.0.3 to ^1.0.4

### Dependencies

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

## [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.4",
"version": "2.2.5",
"description": "",
"main": "index.js",
"keywords": [],
"author": "FT.com Platforms Team <[email protected]>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/backend-heroku-app": "^1.0.4"
"@dotcom-tool-kit/backend-heroku-app": "^1.0.5"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 556b47e

Please sign in to comment.