Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #772

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 37 additions & 36 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,52 @@
{
"core/cli": "4.4.0",
"core/create": "4.2.9",
"core/cli": "4.4.1",
"core/create": "4.2.10",
"lib/error": "4.1.0",
"lib/logger": "4.1.1",
"plugins/package-json-hook": "5.1.5",
"lib/state": "4.2.0",
"plugins/package-json-hook": "5.1.6",
"lib/state": "4.3.0",
"lib/types": "3.6.1",
"lib/vault": "3.2.1",
"lib/wait-for-ok": "4.1.0",
"orb": "5.2.1",
"plugins/babel": "4.2.5",
"plugins/babel": "4.2.6",
"plugins/backend-app": "3.2.6",
"plugins/circleci": "7.4.0",
"plugins/circleci": "7.4.1",
"plugins/circleci-heroku": "3.2.6",
"plugins/circleci-npm": "6.1.6",
"plugins/component": "5.1.6",
"plugins/eslint": "4.2.5",
"plugins/frontend-app": "4.1.6",
"plugins/heroku": "4.1.6",
"plugins/husky-npm": "5.1.5",
"plugins/jest": "4.2.5",
"plugins/lint-staged": "5.2.5",
"plugins/lint-staged-npm": "4.1.5",
"plugins/mocha": "4.3.1",
"plugins/n-test": "4.2.7",
"plugins/next-router": "4.2.6",
"plugins/node": "4.2.6",
"plugins/nodemon": "4.1.6",
"plugins/npm": "4.2.6",
"plugins/circleci-npm": "6.1.7",
"plugins/component": "5.1.7",
"plugins/eslint": "4.2.6",
"plugins/frontend-app": "4.1.7",
"plugins/heroku": "4.1.7",
"plugins/husky-npm": "5.1.6",
"plugins/jest": "4.2.6",
"plugins/lint-staged": "5.2.6",
"plugins/lint-staged-npm": "4.1.6",
"plugins/mocha": "4.3.2",
"plugins/n-test": "4.2.8",
"plugins/next-router": "4.2.7",
"plugins/node": "4.2.7",
"plugins/nodemon": "4.1.7",
"plugins/npm": "4.2.7",
"plugins/pa11y": "0.5.3",
"plugins/prettier": "4.2.5",
"plugins/upload-assets-to-s3": "4.2.5",
"plugins/webpack": "4.2.5",
"plugins/cypress": "5.2.6",
"plugins/typescript": "3.2.5",
"plugins/backend-heroku-app": "4.1.6",
"plugins/circleci-deploy": "4.1.6",
"plugins/backend-serverless-app": "4.1.6",
"plugins/serverless": "3.2.6",
"lib/doppler": "2.1.5",
"lib/base": "1.1.7",
"lib/config": "1.0.10",
"plugins/prettier": "4.2.6",
"plugins/upload-assets-to-s3": "4.2.6",
"plugins/webpack": "4.2.6",
"plugins/cypress": "5.2.7",
"plugins/typescript": "3.2.6",
"plugins/backend-heroku-app": "4.1.7",
"plugins/circleci-deploy": "4.1.7",
"plugins/backend-serverless-app": "4.1.7",
"plugins/serverless": "3.2.7",
"lib/doppler": "2.1.6",
"lib/base": "1.1.8",
"lib/config": "1.0.11",
"lib/conflict": "1.0.0",
"lib/plugin": "1.0.0",
"lib/schemas": "1.7.0",
"lib/schemas": "1.8.0",
"lib/validated": "1.0.2",
"plugins/commitlint": "1.2.5",
"plugins/commitlint": "1.2.6",
"plugins/cloudsmith": "1.0.1",
"plugins/docker": "0.2.4"
"plugins/docker": "0.3.0",
"plugins/aws": "0.1.0"
}
8 changes: 8 additions & 0 deletions core/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,14 @@
* dependencies
* @dotcom-tool-kit/state bumped from ^4.1.0 to ^4.2.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/base bumped from ^1.1.7 to ^1.1.8
* @dotcom-tool-kit/config bumped from ^1.0.10 to ^1.0.11
* @dotcom-tool-kit/state bumped from ^4.2.0 to ^4.3.0

## [4.4.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.3.8...dotcom-tool-kit-v4.4.0) (2025-01-28)


Expand Down
8 changes: 4 additions & 4 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.4.0",
"version": "4.4.1",
"description": "modern, maintainable, modular developer tooling for FT.com projects",
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "MIT",
Expand Down Expand Up @@ -30,13 +30,13 @@
"zod": "^3.22.4"
},
"dependencies": {
"@dotcom-tool-kit/base": "^1.1.7",
"@dotcom-tool-kit/config": "^1.0.10",
"@dotcom-tool-kit/base": "^1.1.8",
"@dotcom-tool-kit/config": "^1.0.11",
"@dotcom-tool-kit/conflict": "^1.0.0",
"@dotcom-tool-kit/error": "^4.1.0",
"@dotcom-tool-kit/logger": "^4.1.1",
"@dotcom-tool-kit/plugin": "^1.0.0",
"@dotcom-tool-kit/state": "^4.2.0",
"@dotcom-tool-kit/state": "^4.3.0",
"@dotcom-tool-kit/validated": "^1.0.2",
"@dotcom-tool-kit/wait-for-ok": "^4.1.0",
"endent": "^2.1.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 @@ -345,6 +345,15 @@
* devDependencies
* dotcom-tool-kit bumped from ^4.3.8 to ^4.4.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/doppler bumped from ^2.1.5 to ^2.1.6
* @dotcom-tool-kit/schemas bumped from ^1.7.0 to ^1.8.0
* devDependencies
* dotcom-tool-kit bumped from ^4.4.0 to ^4.4.1

## [4.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v4.1.1...create-v4.2.0) (2025-01-02)


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.2.9",
"version": "4.2.10",
"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.1.5",
"@dotcom-tool-kit/doppler": "^2.1.6",
"@dotcom-tool-kit/error": "^4.1.0",
"@dotcom-tool-kit/logger": "^4.1.1",
"@dotcom-tool-kit/plugin": "^1.0.0",
"@dotcom-tool-kit/schemas": "^1.7.0",
"@dotcom-tool-kit/schemas": "^1.8.0",
"@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.4.0",
"dotcom-tool-kit": "^4.4.1",
"type-fest": "^3.13.1"
},
"volta": {
Expand Down
6 changes: 6 additions & 0 deletions lib/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
* devDependencies
* @dotcom-tool-kit/config bumped from ^1.0.9 to ^1.0.10

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @dotcom-tool-kit/config bumped from ^1.0.10 to ^1.0.11

## [1.1.5](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.1.4...base-v1.1.5) (2025-01-14)


Expand Down
4 changes: 2 additions & 2 deletions lib/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/base",
"version": "1.1.7",
"version": "1.1.8",
"description": "",
"main": "lib",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"winston": "^3.11.0"
},
"devDependencies": {
"@dotcom-tool-kit/config": "^1.0.10",
"@dotcom-tool-kit/config": "^1.0.11",
"@dotcom-tool-kit/plugin": "^1.0.0",
"type-fest": "^4.29.1",
"winston": "^3.11.0",
Expand Down
6 changes: 6 additions & 0 deletions lib/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
* dependencies
* @dotcom-tool-kit/schemas bumped from ^1.6.2 to ^1.7.0

### Dependencies

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

## 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.10",
"version": "1.0.11",
"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.7.0",
"@dotcom-tool-kit/schemas": "^1.8.0",
"@dotcom-tool-kit/validated": "^1.0.2"
}
}
6 changes: 6 additions & 0 deletions lib/doppler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@
* devDependencies
* @dotcom-tool-kit/schemas bumped from ^1.6.2 to ^1.7.0

### Dependencies

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

## [2.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/doppler-v2.0.4...doppler-v2.1.0) (2025-01-02)


Expand Down
4 changes: 2 additions & 2 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.1.5",
"version": "2.1.6",
"description": "",
"main": "lib",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"extends": "../../package.json"
},
"devDependencies": {
"@dotcom-tool-kit/schemas": "^1.7.0",
"@dotcom-tool-kit/schemas": "^1.8.0",
"spawk": "^1.8.1",
"winston": "^3.5.1"
},
Expand Down
7 changes: 7 additions & 0 deletions lib/schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
* dependencies
* @dotcom-tool-kit/logger bumped from ^4.1.0 to ^4.1.1

## [1.8.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/schemas-v1.7.0...schemas-v1.8.0) (2025-02-04)


### Features

* add a schema for the AWS Assume Role task ([f799623](https://github.com/Financial-Times/dotcom-tool-kit/commit/f79962386e9133952ff92a007f1a53d7530de533))

## [1.7.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/schemas-v1.6.2...schemas-v1.7.0) (2025-01-28)


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.7.0",
"version": "1.8.0",
"description": "",
"main": "lib",
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions lib/state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.3.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/state-v4.2.0...state-v4.3.0) (2025-02-04)


### Features

* allow storing AWS credentials in CI state ([9ec28e0](https://github.com/Financial-Times/dotcom-tool-kit/commit/9ec28e03925433afbeb87eccd154c3b8ee58d920))

## [4.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/state-v4.1.0...state-v4.2.0) (2025-01-27)


Expand Down
2 changes: 1 addition & 1 deletion lib/state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/state",
"version": "4.2.0",
"version": "4.3.0",
"description": "",
"main": "lib",
"scripts": {
Expand Down
20 changes: 20 additions & 0 deletions plugins/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## 0.1.0 (2025-02-04)


### Features

* add a new AWS plugin ([51e5193](https://github.com/Financial-Times/dotcom-tool-kit/commit/51e5193b8676d58bcbb25017267a20f3a60afe8b))
* throw early if credentials are not returned ([609d653](https://github.com/Financial-Times/dotcom-tool-kit/commit/609d6538b0f6fd2b9cc31717b6652c59432bde90))
* use the repo name in the role session name ([68df86a](https://github.com/Financial-Times/dotcom-tool-kit/commit/68df86a9dc0c9c32781cad77139afc3b653092cf))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/base bumped from ^1.1.7 to ^1.1.8
* @dotcom-tool-kit/state bumped from ^4.2.0 to ^4.3.0
* devDependencies
* @dotcom-tool-kit/schemas bumped from ^1.7.0 to ^1.8.0
6 changes: 3 additions & 3 deletions plugins/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
},
"dependencies": {
"@aws-sdk/client-sts": "^3.738.0",
"@dotcom-tool-kit/base": "^1.1.7",
"@dotcom-tool-kit/base": "^1.1.8",
"@dotcom-tool-kit/error": "^4.1.0",
"@dotcom-tool-kit/state": "^4.2.0"
"@dotcom-tool-kit/state": "^4.3.0"
},
"devDependencies": {
"@dotcom-tool-kit/schemas": "^1.7.0"
"@dotcom-tool-kit/schemas": "^1.8.0"
}
}
8 changes: 8 additions & 0 deletions plugins/babel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,14 @@
* devDependencies
* @dotcom-tool-kit/schemas bumped from ^1.6.2 to ^1.7.0

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/base bumped from ^1.1.7 to ^1.1.8
* devDependencies
* @dotcom-tool-kit/schemas bumped from ^1.7.0 to ^1.8.0

## [4.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/babel-v4.1.1...babel-v4.2.0) (2025-01-02)


Expand Down
6 changes: 3 additions & 3 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.2.5",
"version": "4.2.6",
"description": "",
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
},
"keywords": [],
"dependencies": {
"@dotcom-tool-kit/base": "^1.1.7",
"@dotcom-tool-kit/base": "^1.1.8",
"@dotcom-tool-kit/error": "^4.1.0",
"@dotcom-tool-kit/logger": "^4.1.1",
"fast-glob": "^3.2.11",
Expand All @@ -31,7 +31,7 @@
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@dotcom-tool-kit/schemas": "^1.7.0",
"@dotcom-tool-kit/schemas": "^1.8.0",
"@jest/globals": "^27.4.6",
"winston": "^3.5.1"
},
Expand Down
Loading