Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
next-team committed Jan 20, 2025
1 parent 610c171 commit 29ba805
Show file tree
Hide file tree
Showing 26 changed files with 313 additions and 68 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.3.1",
"packages/crash-handler": "4.1.12",
"packages/errors": "3.1.2",
"packages/eslint-config": "3.1.1",
"packages/fetch-error-handler": "0.2.6",
"packages/log-error": "4.2.6",
"packages/logger": "3.2.2",
"packages/middleware-log-errors": "4.2.6",
"packages/middleware-render-error-info": "5.1.12",
"packages/serialize-error": "3.2.1",
"packages/serialize-request": "3.1.1",
"packages/opentelemetry": "2.0.17"
"packages/app-info": "4.0.0",
"packages/crash-handler": "5.0.0",
"packages/errors": "4.0.0",
"packages/eslint-config": "4.0.0",
"packages/fetch-error-handler": "0.3.0",
"packages/log-error": "5.0.0",
"packages/logger": "4.0.0",
"packages/middleware-log-errors": "5.0.0",
"packages/middleware-render-error-info": "6.0.0",
"packages/serialize-error": "4.0.0",
"packages/serialize-request": "4.0.0",
"packages/opentelemetry": "3.0.0"
}
56 changes: 28 additions & 28 deletions package-lock.json

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

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

## [4.0.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/app-info-v3.3.1...app-info-v4.0.0) (2025-01-20)


### ⚠ BREAKING CHANGES

* drop support for Node.js 18

### Documentation Changes

* add migration guides for new major versions ([610c171](https://github.com/Financial-Times/dotcom-reliability-kit/commit/610c17189f0564051b793a0d590a6c9721b41a53))


### Miscellaneous

* drop support for Node.js 18 ([3efb889](https://github.com/Financial-Times/dotcom-reliability-kit/commit/3efb8896bc49424d3745753e0a57b06c6ede8165))

## [3.3.1](https://github.com/Financial-Times/dotcom-reliability-kit/compare/app-info-v3.3.0...app-info-v3.3.1) (2024-11-26)


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.3.1",
"version": "4.0.0",
"description": "A utility to get application info in a consistent way.",
"repository": {
"type": "git",
Expand Down
23 changes: 23 additions & 0 deletions packages/crash-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [5.0.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/crash-handler-v4.1.12...crash-handler-v5.0.0) (2025-01-20)


### ⚠ BREAKING CHANGES

* drop support for Node.js 18

### Documentation Changes

* add migration guides for new major versions ([610c171](https://github.com/Financial-Times/dotcom-reliability-kit/commit/610c17189f0564051b793a0d590a6c9721b41a53))


### Miscellaneous

* drop support for Node.js 18 ([3efb889](https://github.com/Financial-Times/dotcom-reliability-kit/commit/3efb8896bc49424d3745753e0a57b06c6ede8165))


### Dependencies

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

## [4.1.12](https://github.com/Financial-Times/dotcom-reliability-kit/compare/crash-handler-v4.1.11...crash-handler-v4.1.12) (2025-01-15)


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.1.12",
"version": "5.0.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/index.js",
"types": "types/index.d.ts",
"dependencies": {
"@dotcom-reliability-kit/log-error": "^4.2.6"
"@dotcom-reliability-kit/log-error": "^5.0.0"
}
}
16 changes: 16 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [4.0.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/errors-v3.1.2...errors-v4.0.0) (2025-01-20)


### ⚠ BREAKING CHANGES

* drop support for Node.js 18

### Documentation Changes

* add migration guides for new major versions ([610c171](https://github.com/Financial-Times/dotcom-reliability-kit/commit/610c17189f0564051b793a0d590a6c9721b41a53))


### Miscellaneous

* drop support for Node.js 18 ([3efb889](https://github.com/Financial-Times/dotcom-reliability-kit/commit/3efb8896bc49424d3745753e0a57b06c6ede8165))

## [3.1.2](https://github.com/Financial-Times/dotcom-reliability-kit/compare/errors-v3.1.1...errors-v3.1.2) (2024-11-26)


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.1.2",
"version": "4.0.0",
"description": "A suite of error classes which help you throw the most appropriate error in any situation",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [4.0.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/eslint-config-v3.1.1...eslint-config-v4.0.0) (2025-01-20)


### ⚠ BREAKING CHANGES

* drop support for Node.js 18

### Documentation Changes

* add migration guides for new major versions ([610c171](https://github.com/Financial-Times/dotcom-reliability-kit/commit/610c17189f0564051b793a0d590a6c9721b41a53))


### Miscellaneous

* drop support for Node.js 18 ([3efb889](https://github.com/Financial-Times/dotcom-reliability-kit/commit/3efb8896bc49424d3745753e0a57b06c6ede8165))

## [3.1.1](https://github.com/Financial-Times/dotcom-reliability-kit/compare/eslint-config-v3.1.0...eslint-config-v3.1.1) (2024-11-26)


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.1.1",
"version": "4.0.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
18 changes: 18 additions & 0 deletions packages/fetch-error-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.3.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/fetch-error-handler-v0.2.6...fetch-error-handler-v0.3.0) (2025-01-20)


### ⚠ BREAKING CHANGES

* drop support for Node.js 18

### Miscellaneous

* drop support for Node.js 18 ([3efb889](https://github.com/Financial-Times/dotcom-reliability-kit/commit/3efb8896bc49424d3745753e0a57b06c6ede8165))


### Dependencies

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

## [0.2.6](https://github.com/Financial-Times/dotcom-reliability-kit/compare/fetch-error-handler-v0.2.5...fetch-error-handler-v0.2.6) (2024-11-26)


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.6",
"version": "0.3.0",
"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/index.js",
"types": "types/index.d.ts",
"dependencies": {
"@dotcom-reliability-kit/errors": "^3.1.2"
"@dotcom-reliability-kit/errors": "^4.0.0"
},
"devDependencies": {
"@types/express": "^5.0.0",
Expand Down
26 changes: 26 additions & 0 deletions packages/log-error/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [5.0.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/log-error-v4.2.6...log-error-v5.0.0) (2025-01-20)


### ⚠ BREAKING CHANGES

* drop support for Node.js 18

### Documentation Changes

* add migration guides for new major versions ([610c171](https://github.com/Financial-Times/dotcom-reliability-kit/commit/610c17189f0564051b793a0d590a6c9721b41a53))


### Miscellaneous

* drop support for Node.js 18 ([3efb889](https://github.com/Financial-Times/dotcom-reliability-kit/commit/3efb8896bc49424d3745753e0a57b06c6ede8165))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-reliability-kit/app-info bumped from ^3.3.1 to ^4.0.0
* @dotcom-reliability-kit/logger bumped from ^3.2.2 to ^4.0.0
* @dotcom-reliability-kit/serialize-error bumped from ^3.2.1 to ^4.0.0
* @dotcom-reliability-kit/serialize-request bumped from ^3.1.1 to ^4.0.0

## [4.2.6](https://github.com/Financial-Times/dotcom-reliability-kit/compare/log-error-v4.2.5...log-error-v4.2.6) (2025-01-15)


Expand Down
Loading

0 comments on commit 29ba805

Please sign in to comment.