Skip to content

Commit

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

chore: release main
  • Loading branch information
joelcarr authored Oct 4, 2024
2 parents 67fd8da + 2cdd0a8 commit 0a68c1c
Show file tree
Hide file tree
Showing 67 changed files with 384 additions and 127 deletions.
66 changes: 33 additions & 33 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"core/cli": "4.0.1",
"core/create": "4.0.1",
"core/cli": "4.0.2",
"core/create": "4.0.2",
"lib/error": "4.0.0",
"lib/logger": "4.0.0",
"lib/options": "4.0.1",
"plugins/package-json-hook": "5.0.1",
"lib/options": "4.0.2",
"plugins/package-json-hook": "5.0.2",
"lib/state": "4.0.0",
"lib/types": "3.6.1",
"lib/vault": "3.2.1",
"lib/wait-for-ok": "4.0.0",
"orb": "5.0.2",
"plugins/babel": "4.0.1",
"plugins/babel": "4.0.2",
"plugins/backend-app": "3.2.6",
"plugins/circleci": "7.0.1",
"plugins/circleci": "7.0.2",
"plugins/circleci-heroku": "3.2.6",
"plugins/circleci-npm": "6.0.2",
"plugins/component": "5.0.2",
"plugins/eslint": "4.0.1",
"plugins/frontend-app": "4.0.1",
"plugins/heroku": "4.0.1",
"plugins/husky-npm": "5.0.1",
"plugins/jest": "4.0.1",
"plugins/lint-staged": "5.0.1",
"plugins/lint-staged-npm": "4.0.1",
"plugins/mocha": "4.0.1",
"plugins/n-test": "4.0.1",
"plugins/next-router": "4.0.1",
"plugins/node": "4.0.1",
"plugins/nodemon": "4.0.1",
"plugins/npm": "4.0.1",
"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/pa11y": "0.5.3",
"plugins/prettier": "4.0.1",
"plugins/upload-assets-to-s3": "4.0.1",
"plugins/webpack": "4.0.1",
"plugins/cypress": "5.0.1",
"plugins/typescript": "3.0.1",
"plugins/backend-heroku-app": "4.0.1",
"plugins/circleci-deploy": "4.0.1",
"plugins/backend-serverless-app": "4.0.1",
"plugins/serverless": "3.0.1",
"lib/doppler": "2.0.1",
"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.1",
"lib/config": "1.0.2",
"lib/conflict": "1.0.0",
"lib/plugin": "1.0.0",
"lib/schemas": "1.1.0",
"lib/schemas": "1.1.1",
"lib/validated": "1.0.0",
"plugins/commitlint": "1.0.0"
}
18 changes: 18 additions & 0 deletions core/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,24 @@
* @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.0.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.0.1...dotcom-tool-kit-v4.0.2) (2024-10-04)


### Bug Fixes

* **cli:** don't print every map argument in error messages ([da54911](https://github.com/Financial-Times/dotcom-tool-kit/commit/da549115f25e990d1ab5882b2e9c0c124aaadb75))
* **cli:** improve error when trying to load an old Tool Kit config ([59f45a9](https://github.com/Financial-Times/dotcom-tool-kit/commit/59f45a9ee7e415a90605b576ff2b743f1c56dfb9))
* **cli:** improve hook installation error message ([03acefc](https://github.com/Financial-Times/dotcom-tool-kit/commit/03acefcadf5841a9968062ed5de580aca574b441))
* **cli:** improve warning for old-style options config ([657c142](https://github.com/Financial-Times/dotcom-tool-kit/commit/657c142db7e9e3aa8326b7f3006bec394b22a9d8))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/config bumped from ^1.0.1 to ^1.0.2
* @dotcom-tool-kit/options bumped from ^4.0.1 to ^4.0.2

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


Expand Down
6 changes: 3 additions & 3 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.1",
"version": "4.0.2",
"description": "modern, maintainable, modular developer tooling for FT.com projects",
"author": "FT.com Platforms Team <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,11 +31,11 @@
},
"dependencies": {
"@dotcom-tool-kit/base": "^1.0.0",
"@dotcom-tool-kit/config": "^1.0.1",
"@dotcom-tool-kit/config": "^1.0.2",
"@dotcom-tool-kit/conflict": "^1.0.0",
"@dotcom-tool-kit/error": "^4.0.0",
"@dotcom-tool-kit/logger": "^4.0.0",
"@dotcom-tool-kit/options": "^4.0.1",
"@dotcom-tool-kit/options": "^4.0.2",
"@dotcom-tool-kit/plugin": "^1.0.0",
"@dotcom-tool-kit/validated": "^1.0.0",
"@dotcom-tool-kit/wait-for-ok": "^4.0.0",
Expand Down
9 changes: 9 additions & 0 deletions core/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,15 @@
* devDependencies
* dotcom-tool-kit bumped from ^4.0.0 to ^4.0.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/doppler bumped from ^2.0.1 to ^2.0.2
* @dotcom-tool-kit/schemas bumped from ^1.1.0 to ^1.1.1
* devDependencies
* dotcom-tool-kit bumped from ^4.0.1 to ^4.0.2

## [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
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": "4.0.1",
"version": "4.0.2",
"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.1",
"@dotcom-tool-kit/doppler": "^2.0.2",
"@dotcom-tool-kit/error": "^4.0.0",
"@dotcom-tool-kit/logger": "^4.0.0",
"@dotcom-tool-kit/plugin": "^1.0.0",
"@dotcom-tool-kit/schemas": "^1.1.0",
"@dotcom-tool-kit/schemas": "^1.1.1",
"@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.1",
"dotcom-tool-kit": "^4.0.2",
"type-fest": "^3.13.1"
},
"volta": {
Expand Down
6 changes: 6 additions & 0 deletions lib/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @dotcom-tool-kit/schemas bumped from ^1.0.0 to ^1.1.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/schemas bumped from ^1.1.0 to ^1.1.1

## 1.0.0 (2024-09-10)


Expand Down
4 changes: 2 additions & 2 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.1",
"version": "1.0.2",
"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.0",
"@dotcom-tool-kit/schemas": "^1.1.1",
"@dotcom-tool-kit/validated": "^1.0.0"
}
}
8 changes: 8 additions & 0 deletions lib/doppler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
* devDependencies
* @dotcom-tool-kit/schemas bumped from ^1.0.0 to ^1.1.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/options bumped from ^4.0.1 to ^4.0.2
* devDependencies
* @dotcom-tool-kit/schemas bumped from ^1.1.0 to ^1.1.1

## [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
6 changes: 3 additions & 3 deletions lib/doppler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/doppler",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"main": "lib",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@dotcom-tool-kit/error": "^4.0.0",
"@dotcom-tool-kit/logger": "^4.0.0",
"@dotcom-tool-kit/options": "^4.0.1",
"@dotcom-tool-kit/options": "^4.0.2",
"tslib": "^2.3.1"
},
"keywords": [],
Expand All @@ -30,7 +30,7 @@
"extends": "../../package.json"
},
"devDependencies": {
"@dotcom-tool-kit/schemas": "^1.1.0",
"@dotcom-tool-kit/schemas": "^1.1.1",
"spawk": "^1.8.1",
"winston": "^3.5.1"
},
Expand Down
6 changes: 6 additions & 0 deletions lib/options/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@
* dependencies
* @dotcom-tool-kit/schemas bumped from ^1.0.0 to ^1.1.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/schemas bumped from ^1.1.0 to ^1.1.1

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


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": "4.0.1",
"version": "4.0.2",
"description": "",
"main": "lib",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "FT.com Platforms Team <[email protected]>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/schemas": "^1.1.0",
"@dotcom-tool-kit/schemas": "^1.1.1",
"tslib": "^2.3.1"
},
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions lib/schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/schemas-v1.1.0...schemas-v1.1.1) (2024-10-04)


### Bug Fixes

* **circleci:** allow workflows with different jobs to be merged ([8c97d7d](https://github.com/Financial-Times/dotcom-tool-kit/commit/8c97d7d34cee831d567fb64c2228c48fe29554a8))
* **schemas:** add missing dependency on logger ([718097a](https://github.com/Financial-Times/dotcom-tool-kit/commit/718097a7ef3e1360de38d37222b80f173631f096))

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


Expand Down
2 changes: 1 addition & 1 deletion lib/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/schemas",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "lib",
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/babel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@
* devDependencies
* @dotcom-tool-kit/schemas bumped from ^1.0.0 to ^1.1.0

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @dotcom-tool-kit/schemas bumped from ^1.1.0 to ^1.1.1

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


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": "4.0.1",
"version": "4.0.2",
"description": "",
"author": "FT.com Platforms Team <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@dotcom-tool-kit/schemas": "^1.1.0",
"@dotcom-tool-kit/schemas": "^1.1.1",
"@jest/globals": "^27.4.6",
"winston": "^3.5.1"
},
Expand Down
9 changes: 9 additions & 0 deletions plugins/backend-heroku-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,15 @@
* @dotcom-tool-kit/node bumped from ^4.0.0 to ^4.0.1
* @dotcom-tool-kit/npm bumped from ^4.0.0 to ^4.0.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/circleci-deploy bumped from ^4.0.1 to ^4.0.2
* @dotcom-tool-kit/heroku bumped from ^4.0.1 to ^4.0.2
* @dotcom-tool-kit/node bumped from ^4.0.1 to ^4.0.2
* @dotcom-tool-kit/npm bumped from ^4.0.1 to ^4.0.2

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


Expand Down
10 changes: 5 additions & 5 deletions plugins/backend-heroku-app/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@dotcom-tool-kit/backend-heroku-app",
"version": "4.0.1",
"version": "4.0.2",
"description": "",
"main": "index.js",
"keywords": [],
"author": "FT.com Platforms Team <[email protected]>",
"license": "ISC",
"dependencies": {
"@dotcom-tool-kit/circleci-deploy": "^4.0.1",
"@dotcom-tool-kit/heroku": "^4.0.1",
"@dotcom-tool-kit/node": "^4.0.1",
"@dotcom-tool-kit/npm": "^4.0.1"
"@dotcom-tool-kit/circleci-deploy": "^4.0.2",
"@dotcom-tool-kit/heroku": "^4.0.2",
"@dotcom-tool-kit/node": "^4.0.2",
"@dotcom-tool-kit/npm": "^4.0.2"
},
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions plugins/backend-serverless-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,15 @@
* @dotcom-tool-kit/npm bumped from ^4.0.0 to ^4.0.1
* @dotcom-tool-kit/serverless bumped from ^3.0.0 to ^3.0.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/circleci-deploy bumped from ^4.0.1 to ^4.0.2
* @dotcom-tool-kit/node bumped from ^4.0.1 to ^4.0.2
* @dotcom-tool-kit/npm bumped from ^4.0.1 to ^4.0.2
* @dotcom-tool-kit/serverless bumped from ^3.0.1 to ^3.0.2

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


Expand Down
Loading

0 comments on commit 0a68c1c

Please sign in to comment.