Skip to content

Commit 33cd4f9

Browse files
next-teamrowanmanning
authored andcommitted
chore: release main
1 parent 610c171 commit 33cd4f9

File tree

26 files changed

+313
-68
lines changed

26 files changed

+313
-68
lines changed

.release-please-manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"packages/app-info": "3.3.1",
3-
"packages/crash-handler": "4.1.12",
4-
"packages/errors": "3.1.2",
5-
"packages/eslint-config": "3.1.1",
6-
"packages/fetch-error-handler": "0.2.6",
7-
"packages/log-error": "4.2.6",
8-
"packages/logger": "3.2.2",
9-
"packages/middleware-log-errors": "4.2.6",
10-
"packages/middleware-render-error-info": "5.1.12",
11-
"packages/serialize-error": "3.2.1",
12-
"packages/serialize-request": "3.1.1",
13-
"packages/opentelemetry": "2.0.17"
2+
"packages/app-info": "4.0.0",
3+
"packages/crash-handler": "5.0.0",
4+
"packages/errors": "4.0.0",
5+
"packages/eslint-config": "4.0.0",
6+
"packages/fetch-error-handler": "0.3.0",
7+
"packages/log-error": "5.0.0",
8+
"packages/logger": "4.0.0",
9+
"packages/middleware-log-errors": "5.0.0",
10+
"packages/middleware-render-error-info": "6.0.0",
11+
"packages/serialize-error": "4.0.0",
12+
"packages/serialize-request": "4.0.0",
13+
"packages/opentelemetry": "3.0.0"
1414
}

package-lock.json

Lines changed: 28 additions & 28 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop support for Node.js 18
9+
10+
### Documentation Changes
11+
12+
* add migration guides for new major versions ([610c171](https://github.com/Financial-Times/dotcom-reliability-kit/commit/610c17189f0564051b793a0d590a6c9721b41a53))
13+
14+
15+
### Miscellaneous
16+
17+
* drop support for Node.js 18 ([3efb889](https://github.com/Financial-Times/dotcom-reliability-kit/commit/3efb8896bc49424d3745753e0a57b06c6ede8165))
18+
319
## [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)
420

521

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": "3.3.1",
3+
"version": "4.0.0",
44
"description": "A utility to get application info in a consistent way.",
55
"repository": {
66
"type": "git",

packages/crash-handler/CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop support for Node.js 18
9+
10+
### Documentation Changes
11+
12+
* add migration guides for new major versions ([610c171](https://github.com/Financial-Times/dotcom-reliability-kit/commit/610c17189f0564051b793a0d590a6c9721b41a53))
13+
14+
15+
### Miscellaneous
16+
17+
* drop support for Node.js 18 ([3efb889](https://github.com/Financial-Times/dotcom-reliability-kit/commit/3efb8896bc49424d3745753e0a57b06c6ede8165))
18+
19+
20+
### Dependencies
21+
22+
* The following workspace dependencies were updated
23+
* dependencies
24+
* @dotcom-reliability-kit/log-error bumped from ^4.2.6 to ^5.0.0
25+
326
## [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)
427

528

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": "4.1.12",
3+
"version": "5.0.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": "^4.2.6"
19+
"@dotcom-reliability-kit/log-error": "^5.0.0"
2020
}
2121
}

packages/errors/CHANGELOG.md

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

3+
## [4.0.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/errors-v3.1.2...errors-v4.0.0) (2025-01-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop support for Node.js 18
9+
10+
### Documentation Changes
11+
12+
* add migration guides for new major versions ([610c171](https://github.com/Financial-Times/dotcom-reliability-kit/commit/610c17189f0564051b793a0d590a6c9721b41a53))
13+
14+
15+
### Miscellaneous
16+
17+
* drop support for Node.js 18 ([3efb889](https://github.com/Financial-Times/dotcom-reliability-kit/commit/3efb8896bc49424d3745753e0a57b06c6ede8165))
18+
319
## [3.1.2](https://github.com/Financial-Times/dotcom-reliability-kit/compare/errors-v3.1.1...errors-v3.1.2) (2024-11-26)
420

521

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": "3.1.2",
3+
"version": "4.0.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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop support for Node.js 18
9+
10+
### Documentation Changes
11+
12+
* add migration guides for new major versions ([610c171](https://github.com/Financial-Times/dotcom-reliability-kit/commit/610c17189f0564051b793a0d590a6c9721b41a53))
13+
14+
15+
### Miscellaneous
16+
17+
* drop support for Node.js 18 ([3efb889](https://github.com/Financial-Times/dotcom-reliability-kit/commit/3efb8896bc49424d3745753e0a57b06c6ede8165))
18+
319
## [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)
420

521

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": "3.1.1",
3+
"version": "4.0.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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop support for Node.js 18
9+
10+
### Miscellaneous
11+
12+
* drop support for Node.js 18 ([3efb889](https://github.com/Financial-Times/dotcom-reliability-kit/commit/3efb8896bc49424d3745753e0a57b06c6ede8165))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* @dotcom-reliability-kit/errors bumped from ^3.1.2 to ^4.0.0
20+
321
## [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)
422

523

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": "0.2.6",
3+
"version": "0.3.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": "^3.1.2"
19+
"@dotcom-reliability-kit/errors": "^4.0.0"
2020
},
2121
"devDependencies": {
2222
"@types/express": "^5.0.0",

packages/log-error/CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop support for Node.js 18
9+
10+
### Documentation Changes
11+
12+
* add migration guides for new major versions ([610c171](https://github.com/Financial-Times/dotcom-reliability-kit/commit/610c17189f0564051b793a0d590a6c9721b41a53))
13+
14+
15+
### Miscellaneous
16+
17+
* drop support for Node.js 18 ([3efb889](https://github.com/Financial-Times/dotcom-reliability-kit/commit/3efb8896bc49424d3745753e0a57b06c6ede8165))
18+
19+
20+
### Dependencies
21+
22+
* The following workspace dependencies were updated
23+
* dependencies
24+
* @dotcom-reliability-kit/app-info bumped from ^3.3.1 to ^4.0.0
25+
* @dotcom-reliability-kit/logger bumped from ^3.2.2 to ^4.0.0
26+
* @dotcom-reliability-kit/serialize-error bumped from ^3.2.1 to ^4.0.0
27+
* @dotcom-reliability-kit/serialize-request bumped from ^3.1.1 to ^4.0.0
28+
329
## [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)
430

531

0 commit comments

Comments
 (0)