Skip to content

Commit 3b08fd8

Browse files
committed
chore: release main
1 parent 1274a12 commit 3b08fd8

File tree

30 files changed

+235
-74
lines changed

30 files changed

+235
-74
lines changed

.release-please-manifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"packages/app-info": "4.1.0",
3-
"packages/client-metrics-web": "0.1.2",
4-
"packages/crash-handler": "5.0.3",
5-
"packages/errors": "4.0.0",
6-
"packages/eslint-config": "4.0.0",
7-
"packages/fetch-error-handler": "1.0.0",
8-
"packages/log-error": "5.0.3",
9-
"packages/logger": "4.1.1",
10-
"packages/middleware-log-errors": "5.0.3",
11-
"packages/middleware-render-error-info": "6.0.3",
12-
"packages/serialize-error": "4.0.0",
13-
"packages/serialize-request": "4.0.0",
14-
"packages/opentelemetry": "3.0.7",
15-
"packages/middleware-allow-request-methods": "1.0.0"
2+
"packages/app-info": "4.2.0",
3+
"packages/client-metrics-web": "0.1.3",
4+
"packages/crash-handler": "5.1.0",
5+
"packages/errors": "4.1.0",
6+
"packages/eslint-config": "4.1.0",
7+
"packages/fetch-error-handler": "1.1.0",
8+
"packages/log-error": "5.1.0",
9+
"packages/logger": "4.2.0",
10+
"packages/middleware-log-errors": "5.1.0",
11+
"packages/middleware-render-error-info": "6.1.0",
12+
"packages/serialize-error": "4.1.0",
13+
"packages/serialize-request": "4.1.0",
14+
"packages/opentelemetry": "3.1.0",
15+
"packages/middleware-allow-request-methods": "1.1.0"
1616
}

package-lock.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/app-info/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.2.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/app-info-v4.1.0...app-info-v4.2.0) (2025-05-08)
4+
5+
6+
### Features
7+
8+
* add support for Node.js 24 ([1274a12](https://github.com/Financial-Times/dotcom-reliability-kit/commit/1274a128049a49111fb59be8ca162ce213dcd539))
9+
310
## [4.1.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/app-info-v4.0.0...app-info-v4.1.0) (2025-03-25)
411

512

packages/app-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotcom-reliability-kit/app-info",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "A utility to get application info in a consistent way.",
55
"repository": {
66
"type": "git",

packages/client-metrics-web/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.3](https://github.com/Financial-Times/dotcom-reliability-kit/compare/client-metrics-web-v0.1.2...client-metrics-web-v0.1.3) (2025-05-08)
4+
5+
6+
### Features
7+
8+
* add support for Node.js 24 ([1274a12](https://github.com/Financial-Times/dotcom-reliability-kit/commit/1274a128049a49111fb59be8ca162ce213dcd539))
9+
310
## [0.1.2](https://github.com/Financial-Times/dotcom-reliability-kit/compare/client-metrics-web-v0.1.1...client-metrics-web-v0.1.2) (2025-04-22)
411

512

packages/client-metrics-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotcom-reliability-kit/client-metrics-web",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A client for sending operational metrics to AWS CloudWatch RUM from the web",
55
"repository": {
66
"type": "git",

packages/crash-handler/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [5.1.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/crash-handler-v5.0.3...crash-handler-v5.1.0) (2025-05-08)
4+
5+
6+
### Features
7+
8+
* add support for Node.js 24 ([1274a12](https://github.com/Financial-Times/dotcom-reliability-kit/commit/1274a128049a49111fb59be8ca162ce213dcd539))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @dotcom-reliability-kit/log-error bumped from ^5.0.3 to ^5.1.0
16+
317
## [5.0.3](https://github.com/Financial-Times/dotcom-reliability-kit/compare/crash-handler-v5.0.2...crash-handler-v5.0.3) (2025-04-09)
418

519

packages/crash-handler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotcom-reliability-kit/crash-handler",
3-
"version": "5.0.3",
3+
"version": "5.1.0",
44
"description": "A method to bind an uncaught exception handler to ensure that fatal application errors are logged",
55
"repository": {
66
"type": "git",
@@ -16,6 +16,6 @@
1616
"main": "lib/index.js",
1717
"types": "types/index.d.ts",
1818
"dependencies": {
19-
"@dotcom-reliability-kit/log-error": "^5.0.3"
19+
"@dotcom-reliability-kit/log-error": "^5.1.0"
2020
}
2121
}

packages/errors/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.1.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/errors-v4.0.0...errors-v4.1.0) (2025-05-08)
4+
5+
6+
### Features
7+
8+
* add support for Node.js 24 ([1274a12](https://github.com/Financial-Times/dotcom-reliability-kit/commit/1274a128049a49111fb59be8ca162ce213dcd539))
9+
310
## [4.0.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/errors-v3.1.2...errors-v4.0.0) (2025-01-20)
411

512

packages/errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotcom-reliability-kit/errors",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "A suite of error classes which help you throw the most appropriate error in any situation",
55
"repository": {
66
"type": "git",

packages/eslint-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.1.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/eslint-config-v4.0.0...eslint-config-v4.1.0) (2025-05-08)
4+
5+
6+
### Features
7+
8+
* add support for Node.js 24 ([1274a12](https://github.com/Financial-Times/dotcom-reliability-kit/commit/1274a128049a49111fb59be8ca162ce213dcd539))
9+
310
## [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)
411

512

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotcom-reliability-kit/eslint-config",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "A linting config, specifically focussed on enhancing code quality and proactively catching errors/bugs before they make it into production",
55
"repository": {
66
"type": "git",

packages/fetch-error-handler/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/fetch-error-handler-v1.0.0...fetch-error-handler-v1.1.0) (2025-05-08)
4+
5+
6+
### Features
7+
8+
* add support for Node.js 24 ([1274a12](https://github.com/Financial-Times/dotcom-reliability-kit/commit/1274a128049a49111fb59be8ca162ce213dcd539))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @dotcom-reliability-kit/errors bumped from ^4.0.0 to ^4.1.0
16+
317
## [1.0.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/fetch-error-handler-v0.3.0...fetch-error-handler-v1.0.0) (2025-01-30)
418

519

packages/fetch-error-handler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotcom-reliability-kit/fetch-error-handler",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Properly handle fetch errors and avoid a lot of boilerplate in your app.",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"main": "lib/index.js",
1717
"types": "types/index.d.ts",
1818
"dependencies": {
19-
"@dotcom-reliability-kit/errors": "^4.0.0"
19+
"@dotcom-reliability-kit/errors": "^4.1.0"
2020
},
2121
"devDependencies": {
2222
"@types/express": "^5.0.1",

packages/log-error/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [5.1.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/log-error-v5.0.3...log-error-v5.1.0) (2025-05-08)
4+
5+
6+
### Features
7+
8+
* add support for Node.js 24 ([1274a12](https://github.com/Financial-Times/dotcom-reliability-kit/commit/1274a128049a49111fb59be8ca162ce213dcd539))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @dotcom-reliability-kit/app-info bumped from ^4.1.0 to ^4.2.0
16+
* @dotcom-reliability-kit/logger bumped from ^4.1.1 to ^4.2.0
17+
* @dotcom-reliability-kit/serialize-error bumped from ^4.0.0 to ^4.1.0
18+
* @dotcom-reliability-kit/serialize-request bumped from ^4.0.0 to ^4.1.0
19+
320
## [5.0.3](https://github.com/Financial-Times/dotcom-reliability-kit/compare/log-error-v5.0.2...log-error-v5.0.3) (2025-04-09)
421

522

0 commit comments

Comments
 (0)