Skip to content

Commit ab96ee3

Browse files
next-teamrowanmanning
authored andcommitted
chore: release main
1 parent 5e07d9c commit ab96ee3

File tree

26 files changed

+215
-68
lines changed

26 files changed

+215
-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.0",
3-
"packages/crash-handler": "4.1.10",
4-
"packages/errors": "3.1.1",
5-
"packages/eslint-config": "3.1.0",
6-
"packages/fetch-error-handler": "0.2.5",
7-
"packages/log-error": "4.2.4",
8-
"packages/logger": "3.2.0",
9-
"packages/middleware-log-errors": "4.2.4",
10-
"packages/middleware-render-error-info": "5.1.10",
11-
"packages/serialize-error": "3.2.0",
12-
"packages/serialize-request": "3.1.0",
13-
"packages/opentelemetry": "2.0.14"
2+
"packages/app-info": "3.3.1",
3+
"packages/crash-handler": "4.1.11",
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.5",
8+
"packages/logger": "3.2.1",
9+
"packages/middleware-log-errors": "4.2.5",
10+
"packages/middleware-render-error-info": "5.1.11",
11+
"packages/serialize-error": "3.2.1",
12+
"packages/serialize-request": "3.1.1",
13+
"packages/opentelemetry": "2.0.15"
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* remove npm engines pinning ([9f51dab](https://github.com/Financial-Times/dotcom-reliability-kit/commit/9f51dab7374e05431de236445c6706dbc1fd3172))
9+
310
## [3.3.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/app-info-v3.2.0...app-info-v3.3.0) (2024-07-02)
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": "3.3.0",
3+
"version": "3.3.1",
44
"description": "A utility to get application info in a consistent way.",
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+
## [4.1.11](https://github.com/Financial-Times/dotcom-reliability-kit/compare/crash-handler-v4.1.10...crash-handler-v4.1.11) (2024-11-26)
4+
5+
6+
### Bug Fixes
7+
8+
* remove npm engines pinning ([9f51dab](https://github.com/Financial-Times/dotcom-reliability-kit/commit/9f51dab7374e05431de236445c6706dbc1fd3172))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @dotcom-reliability-kit/log-error bumped from ^4.2.4 to ^4.2.5
16+
317
## [4.1.10](https://github.com/Financial-Times/dotcom-reliability-kit/compare/crash-handler-v4.1.9...crash-handler-v4.1.10) (2024-10-30)
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": "4.1.10",
3+
"version": "4.1.11",
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.4"
19+
"@dotcom-reliability-kit/log-error": "^4.2.5"
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+
## [3.1.2](https://github.com/Financial-Times/dotcom-reliability-kit/compare/errors-v3.1.1...errors-v3.1.2) (2024-11-26)
4+
5+
6+
### Bug Fixes
7+
8+
* remove npm engines pinning ([9f51dab](https://github.com/Financial-Times/dotcom-reliability-kit/commit/9f51dab7374e05431de236445c6706dbc1fd3172))
9+
310
## [3.1.1](https://github.com/Financial-Times/dotcom-reliability-kit/compare/errors-v3.1.0...errors-v3.1.1) (2024-06-26)
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": "3.1.1",
3+
"version": "3.1.2",
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+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* remove npm engines pinning ([9f51dab](https://github.com/Financial-Times/dotcom-reliability-kit/commit/9f51dab7374e05431de236445c6706dbc1fd3172))
9+
310
## [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)
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": "3.1.0",
3+
"version": "3.1.1",
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+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* remove npm engines pinning ([9f51dab](https://github.com/Financial-Times/dotcom-reliability-kit/commit/9f51dab7374e05431de236445c6706dbc1fd3172))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @dotcom-reliability-kit/errors bumped from ^3.1.1 to ^3.1.2
16+
317
## [0.2.5](https://github.com/Financial-Times/dotcom-reliability-kit/compare/fetch-error-handler-v0.2.4...fetch-error-handler-v0.2.5) (2024-07-01)
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": "0.2.5",
3+
"version": "0.2.6",
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.1"
19+
"@dotcom-reliability-kit/errors": "^3.1.2"
2020
},
2121
"devDependencies": {
2222
"@types/express": "^5.0.0",

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+
## [4.2.5](https://github.com/Financial-Times/dotcom-reliability-kit/compare/log-error-v4.2.4...log-error-v4.2.5) (2024-11-26)
4+
5+
6+
### Bug Fixes
7+
8+
* remove npm engines pinning ([9f51dab](https://github.com/Financial-Times/dotcom-reliability-kit/commit/9f51dab7374e05431de236445c6706dbc1fd3172))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @dotcom-reliability-kit/app-info bumped from ^3.3.0 to ^3.3.1
16+
* @dotcom-reliability-kit/logger bumped from ^3.2.0 to ^3.2.1
17+
* @dotcom-reliability-kit/serialize-error bumped from ^3.2.0 to ^3.2.1
18+
* @dotcom-reliability-kit/serialize-request bumped from ^3.1.0 to ^3.1.1
19+
320
## [4.2.4](https://github.com/Financial-Times/dotcom-reliability-kit/compare/log-error-v4.2.3...log-error-v4.2.4) (2024-10-30)
421

522

packages/log-error/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotcom-reliability-kit/log-error",
3-
"version": "4.2.4",
3+
"version": "4.2.5",
44
"description": "A method to consistently log error object with optional request information",
55
"repository": {
66
"type": "git",
@@ -16,10 +16,10 @@
1616
"main": "lib/index.js",
1717
"types": "types/index.d.ts",
1818
"dependencies": {
19-
"@dotcom-reliability-kit/app-info": "^3.3.0",
20-
"@dotcom-reliability-kit/logger": "^3.2.0",
21-
"@dotcom-reliability-kit/serialize-error": "^3.2.0",
22-
"@dotcom-reliability-kit/serialize-request": "^3.1.0"
19+
"@dotcom-reliability-kit/app-info": "^3.3.1",
20+
"@dotcom-reliability-kit/logger": "^3.2.1",
21+
"@dotcom-reliability-kit/serialize-error": "^3.2.1",
22+
"@dotcom-reliability-kit/serialize-request": "^3.1.1"
2323
},
2424
"devDependencies": {
2525
"@types/express": "^5.0.0"

packages/logger/CHANGELOG.md

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

3+
## [3.2.1](https://github.com/Financial-Times/dotcom-reliability-kit/compare/logger-v3.2.0...logger-v3.2.1) (2024-11-26)
4+
5+
6+
### Bug Fixes
7+
8+
* remove npm engines pinning ([9f51dab](https://github.com/Financial-Times/dotcom-reliability-kit/commit/9f51dab7374e05431de236445c6706dbc1fd3172))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @dotcom-reliability-kit/app-info bumped from ^3.3.0 to ^3.3.1
16+
* @dotcom-reliability-kit/serialize-error bumped from ^3.2.0 to ^3.2.1
17+
318
## [3.2.0](https://github.com/Financial-Times/dotcom-reliability-kit/compare/logger-v3.1.7...logger-v3.2.0) (2024-10-30)
419

520

0 commit comments

Comments
 (0)