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 #941

Merged
merged 1 commit into from
Mar 22, 2024
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
18 changes: 9 additions & 9 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.4",
"packages/crash-handler": "4.0.5",
"packages/errors": "3.0.1",
"packages/eslint-config": "3.0.1",
"packages/eslint-config": "3.0.2",
"packages/fetch-error-handler": "0.2.1",
"packages/log-error": "4.0.4",
"packages/logger": "3.0.4",
"packages/middleware-log-errors": "4.0.4",
"packages/middleware-render-error-info": "5.0.4",
"packages/serialize-error": "3.0.1",
"packages/serialize-request": "3.0.1",
"packages/opentelemetry": "1.0.1"
"packages/log-error": "4.0.5",
"packages/logger": "3.0.5",
"packages/middleware-log-errors": "4.0.5",
"packages/middleware-render-error-info": "5.0.5",
"packages/serialize-error": "3.0.2",
"packages/serialize-request": "3.0.2",
"packages/opentelemetry": "1.0.2"
}
36 changes: 18 additions & 18 deletions package-lock.json

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

9 changes: 9 additions & 0 deletions packages/crash-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,15 @@
* dependencies
* @dotcom-reliability-kit/log-error bumped from ^3.1.5 to ^3.1.6

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


### Dependencies

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

## [4.0.4](https://github.com/Financial-Times/dotcom-reliability-kit/compare/crash-handler-v4.0.3...crash-handler-v4.0.4) (2024-02-19)


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.4",
"version": "4.0.5",
"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.4"
"@dotcom-reliability-kit/log-error": "^4.0.5"
}
}
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.0.2](https://github.com/Financial-Times/dotcom-reliability-kit/compare/eslint-config-v3.0.1...eslint-config-v3.0.2) (2024-03-22)


### Bug Fixes

* add type declarations for eslint-config ([dc7bedc](https://github.com/Financial-Times/dotcom-reliability-kit/commit/dc7bedca4a17d444d59363fdf8b813e1320b78e4))

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


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.1",
"version": "3.0.2",
"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
11 changes: 11 additions & 0 deletions packages/log-error/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@
* @dotcom-reliability-kit/app-info bumped from ^2.2.0 to ^2.3.0
* @dotcom-reliability-kit/logger bumped from ^2.4.0 to ^2.4.1

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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-reliability-kit/logger bumped from ^3.0.4 to ^3.0.5
* @dotcom-reliability-kit/serialize-error bumped from ^3.0.1 to ^3.0.2
* @dotcom-reliability-kit/serialize-request bumped from ^3.0.1 to ^3.0.2

## [4.0.4](https://github.com/Financial-Times/dotcom-reliability-kit/compare/log-error-v4.0.3...log-error-v4.0.4) (2024-02-19)


Expand Down
8 changes: 4 additions & 4 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.4",
"version": "4.0.5",
"description": "A method to consistently log error object with optional request information",
"repository": {
"type": "git",
Expand All @@ -17,9 +17,9 @@
"main": "lib",
"dependencies": {
"@dotcom-reliability-kit/app-info": "^3.0.2",
"@dotcom-reliability-kit/logger": "^3.0.4",
"@dotcom-reliability-kit/serialize-error": "^3.0.1",
"@dotcom-reliability-kit/serialize-request": "^3.0.1"
"@dotcom-reliability-kit/logger": "^3.0.5",
"@dotcom-reliability-kit/serialize-error": "^3.0.2",
"@dotcom-reliability-kit/serialize-request": "^3.0.2"
},
"devDependencies": {
"@types/express": "^4.17.21"
Expand Down
9 changes: 9 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
* dependencies
* @dotcom-reliability-kit/app-info bumped from ^2.2.0 to ^2.3.0

## [3.0.5](https://github.com/Financial-Times/dotcom-reliability-kit/compare/logger-v3.0.4...logger-v3.0.5) (2024-03-22)


### Dependencies

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

## [3.0.4](https://github.com/Financial-Times/dotcom-reliability-kit/compare/logger-v3.0.3...logger-v3.0.4) (2024-02-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/logger",
"version": "3.0.4",
"version": "3.0.5",
"description": "A simple and fast logger based on Pino, with FT preferences baked in",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"main": "lib",
"dependencies": {
"@dotcom-reliability-kit/app-info": "^3.0.2",
"@dotcom-reliability-kit/serialize-error": "^3.0.1",
"@dotcom-reliability-kit/serialize-error": "^3.0.2",
"lodash.clonedeep": "^4.5.0",
"pino": "^8.19.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/middleware-log-errors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@
* dependencies
* @dotcom-reliability-kit/log-error bumped from ^3.1.5 to ^3.1.6

## [4.0.5](https://github.com/Financial-Times/dotcom-reliability-kit/compare/middleware-log-errors-v4.0.4...middleware-log-errors-v4.0.5) (2024-03-22)


### Dependencies

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

## [4.0.4](https://github.com/Financial-Times/dotcom-reliability-kit/compare/middleware-log-errors-v4.0.3...middleware-log-errors-v4.0.4) (2024-02-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/middleware-log-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/middleware-log-errors",
"version": "4.0.4",
"version": "4.0.5",
"description": "Express middleware to consistently log errors",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
},
"main": "lib",
"dependencies": {
"@dotcom-reliability-kit/log-error": "^4.0.4"
"@dotcom-reliability-kit/log-error": "^4.0.5"
},
"devDependencies": {
"@financial-times/n-express": "^30.2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/middleware-render-error-info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@
* dependencies
* @dotcom-reliability-kit/log-error bumped from ^3.1.4 to ^3.1.5

## [5.0.5](https://github.com/Financial-Times/dotcom-reliability-kit/compare/middleware-render-error-info-v5.0.4...middleware-render-error-info-v5.0.5) (2024-03-22)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-reliability-kit/log-error bumped from ^4.0.4 to ^4.0.5
* @dotcom-reliability-kit/serialize-error bumped from ^3.0.1 to ^3.0.2

## [5.0.4](https://github.com/Financial-Times/dotcom-reliability-kit/compare/middleware-render-error-info-v5.0.3...middleware-render-error-info-v5.0.4) (2024-02-19)


Expand Down
6 changes: 3 additions & 3 deletions packages/middleware-render-error-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/middleware-render-error-info",
"version": "5.0.4",
"version": "5.0.5",
"description": "Express middleware to render error information in a way that makes local debugging easier and production error rendering more consistent.",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,8 @@
"main": "lib",
"dependencies": {
"@dotcom-reliability-kit/app-info": "^3.0.2",
"@dotcom-reliability-kit/log-error": "^4.0.4",
"@dotcom-reliability-kit/serialize-error": "^3.0.1",
"@dotcom-reliability-kit/log-error": "^4.0.5",
"@dotcom-reliability-kit/serialize-error": "^3.0.2",
"entities": "^4.5.0"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.0.2](https://github.com/Financial-Times/dotcom-reliability-kit/compare/opentelemetry-v1.0.1...opentelemetry-v1.0.2) (2024-03-22)


### Bug Fixes

* bump all OpenTelemetry packages ([92ee099](https://github.com/Financial-Times/dotcom-reliability-kit/commit/92ee099e130f64e648a49475cac9d54f99c108ab))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-reliability-kit/logger bumped from ^3.0.4 to ^3.0.5

## [1.0.1](https://github.com/Financial-Times/dotcom-reliability-kit/compare/opentelemetry-v1.0.0...opentelemetry-v1.0.1) (2024-02-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/opentelemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/opentelemetry",
"version": "1.0.1",
"version": "1.0.2",
"description": "An OpenTelemetry client that's preconfigured for drop-in use in FT apps.",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@dotcom-reliability-kit/app-info": "^3.0.2",
"@dotcom-reliability-kit/errors": "^3.0.1",
"@dotcom-reliability-kit/logger": "^3.0.4",
"@dotcom-reliability-kit/logger": "^3.0.5",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/auto-instrumentations-node": "^0.43.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.49.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/serialize-error/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* add type declarations for serialize-error ([8909075](https://github.com/Financial-Times/dotcom-reliability-kit/commit/8909075fe882f9e2e594aca5c071bc82b2edabaa))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/serialize-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-reliability-kit/serialize-error",
"version": "3.0.1",
"version": "3.0.2",
"description": "A utility function to serialize an error object in a way that's friendly to loggers, view engines, and converting to JSON",
"repository": {
"type": "git",
Expand Down
Loading
Loading