Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
next-team authored and rowanmanning committed Apr 29, 2024
1 parent 1a52e1a commit 84a5acc
Show file tree
Hide file tree
Showing 26 changed files with 222 additions and 66 deletions.
24 changes: 12 additions & 12 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"packages/app-info": "3.0.2",
"packages/crash-handler": "4.0.6",
"packages/errors": "3.0.1",
"packages/eslint-config": "3.0.2",
"packages/fetch-error-handler": "0.2.1",
"packages/log-error": "4.0.6",
"packages/logger": "3.0.6",
"packages/middleware-log-errors": "4.0.6",
"packages/middleware-render-error-info": "5.0.6",
"packages/serialize-error": "3.0.2",
"packages/serialize-request": "3.0.2",
"packages/opentelemetry": "1.0.3"
"packages/app-info": "3.1.0",
"packages/crash-handler": "4.1.0",
"packages/errors": "3.1.0",
"packages/eslint-config": "3.1.0",
"packages/fetch-error-handler": "0.2.2",
"packages/log-error": "4.1.0",
"packages/logger": "3.1.0",
"packages/middleware-log-errors": "4.1.0",
"packages/middleware-render-error-info": "5.1.0",
"packages/serialize-error": "3.1.0",
"packages/serialize-request": "3.1.0",
"packages/opentelemetry": "1.1.0"
}
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/app-info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/app-info-v3.0.2...app-info-v3.1.0) (2024-04-29)


### Features

* add support for Node.js 22 ([e083794](https://github.com/Financial-Times/dotcom-reliability-kit/commit/e083794c2b4901a055de9fce483bcbab03b8e522))

## [3.0.2](https://github.com/Financial-Times/dotcom-reliability-kit/compare/app-info-v3.0.1...app-info-v3.0.2) (2024-02-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/app-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/app-info",
"version": "3.0.2",
"version": "3.1.0",
"description": "A utility to get application info in a consistent way.",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions packages/crash-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.1.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/crash-handler-v4.0.6...crash-handler-v4.1.0) (2024-04-29)


### Features

* add support for Node.js 22 ([e083794](https://github.com/Financial-Times/dotcom-reliability-kit/commit/e083794c2b4901a055de9fce483bcbab03b8e522))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-reliability-kit/log-error bumped from ^4.0.6 to ^4.1.0

## [4.0.6](https://github.com/Financial-Times/dotcom-reliability-kit/compare/crash-handler-v4.0.5...crash-handler-v4.0.6) (2024-04-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/crash-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/crash-handler",
"version": "4.0.6",
"version": "4.1.0",
"description": "A method to bind an uncaught exception handler to ensure that fatal application errors are logged",
"repository": {
"type": "git",
Expand All @@ -16,6 +16,6 @@
},
"main": "lib",
"dependencies": {
"@dotcom-reliability-kit/log-error": "^4.0.6"
"@dotcom-reliability-kit/log-error": "^4.1.0"
}
}
7 changes: 7 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/errors-v3.0.1...errors-v3.1.0) (2024-04-29)


### Features

* add support for Node.js 22 ([e083794](https://github.com/Financial-Times/dotcom-reliability-kit/commit/e083794c2b4901a055de9fce483bcbab03b8e522))

## [3.0.1](https://github.com/Financial-Times/dotcom-reliability-kit/compare/errors-v3.0.0...errors-v3.0.1) (2024-01-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/errors",
"version": "3.0.1",
"version": "3.1.0",
"description": "A suite of error classes which help you throw the most appropriate error in any situation",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/eslint-config-v3.0.2...eslint-config-v3.1.0) (2024-04-29)


### Features

* add support for Node.js 22 ([e083794](https://github.com/Financial-Times/dotcom-reliability-kit/commit/e083794c2b4901a055de9fce483bcbab03b8e522))

## [3.0.2](https://github.com/Financial-Times/dotcom-reliability-kit/compare/eslint-config-v3.0.1...eslint-config-v3.0.2) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/eslint-config",
"version": "3.0.2",
"version": "3.1.0",
"description": "A linting config, specifically focussed on enhancing code quality and proactively catching errors/bugs before they make it into production",
"repository": {
"type": "git",
Expand Down
19 changes: 19 additions & 0 deletions packages/fetch-error-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.2.2](https://github.com/Financial-Times/dotcom-reliability-kit/compare/fetch-error-handler-v0.2.1...fetch-error-handler-v0.2.2) (2024-04-29)


### Features

* add support for Node.js 22 ([e083794](https://github.com/Financial-Times/dotcom-reliability-kit/commit/e083794c2b4901a055de9fce483bcbab03b8e522))


### Bug Fixes

* handle node-fetch memory leak ([6716eca](https://github.com/Financial-Times/dotcom-reliability-kit/commit/6716eca8b4fe0a49431d5bdc77bdf0ed2f7742ce))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-reliability-kit/errors bumped from ^3.0.1 to ^3.1.0

## [0.2.1](https://github.com/Financial-Times/dotcom-reliability-kit/compare/fetch-error-handler-v0.2.0...fetch-error-handler-v0.2.1) (2024-01-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/fetch-error-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/fetch-error-handler",
"version": "0.2.1",
"version": "0.2.2",
"description": "Properly handle fetch errors and avoid a lot of boilerplate in your app.",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
},
"main": "lib",
"dependencies": {
"@dotcom-reliability-kit/errors": "^3.0.1"
"@dotcom-reliability-kit/errors": "^3.1.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
Expand Down
17 changes: 17 additions & 0 deletions packages/log-error/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [4.1.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/log-error-v4.0.6...log-error-v4.1.0) (2024-04-29)


### Features

* add support for Node.js 22 ([e083794](https://github.com/Financial-Times/dotcom-reliability-kit/commit/e083794c2b4901a055de9fce483bcbab03b8e522))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-reliability-kit/app-info bumped from ^3.0.2 to ^3.1.0
* @dotcom-reliability-kit/logger bumped from ^3.0.6 to ^3.1.0
* @dotcom-reliability-kit/serialize-error bumped from ^3.0.2 to ^3.1.0
* @dotcom-reliability-kit/serialize-request bumped from ^3.0.2 to ^3.1.0

## [4.0.6](https://github.com/Financial-Times/dotcom-reliability-kit/compare/log-error-v4.0.5...log-error-v4.0.6) (2024-04-22)


Expand Down
10 changes: 5 additions & 5 deletions packages/log-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/log-error",
"version": "4.0.6",
"version": "4.1.0",
"description": "A method to consistently log error object with optional request information",
"repository": {
"type": "git",
Expand All @@ -16,10 +16,10 @@
},
"main": "lib",
"dependencies": {
"@dotcom-reliability-kit/app-info": "^3.0.2",
"@dotcom-reliability-kit/logger": "^3.0.6",
"@dotcom-reliability-kit/serialize-error": "^3.0.2",
"@dotcom-reliability-kit/serialize-request": "^3.0.2"
"@dotcom-reliability-kit/app-info": "^3.1.0",
"@dotcom-reliability-kit/logger": "^3.1.0",
"@dotcom-reliability-kit/serialize-error": "^3.1.0",
"@dotcom-reliability-kit/serialize-request": "^3.1.0"
},
"devDependencies": {
"@types/express": "^4.17.21"
Expand Down
20 changes: 20 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [3.1.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/logger-v3.0.6...logger-v3.1.0) (2024-04-29)


### Features

* add support for Node.js 22 ([e083794](https://github.com/Financial-Times/dotcom-reliability-kit/commit/e083794c2b4901a055de9fce483bcbab03b8e522))


### Bug Fixes

* bump pino from 8.21.0 to 9.0.0 in /packages/logger ([9384e05](https://github.com/Financial-Times/dotcom-reliability-kit/commit/9384e05cd0c2bda8990dd2b30d2ad8777e81b87d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-reliability-kit/app-info bumped from ^3.0.2 to ^3.1.0
* @dotcom-reliability-kit/serialize-error bumped from ^3.0.2 to ^3.1.0

## [3.0.6](https://github.com/Financial-Times/dotcom-reliability-kit/compare/logger-v3.0.5...logger-v3.0.6) (2024-04-22)


Expand Down
Loading

0 comments on commit 84a5acc

Please sign in to comment.