Skip to content

Commit 1c63582

Browse files
authored
Bumped @tryghost/logging to 4.1.0 (TryGhost#27541)
## Summary Bumps `@tryghost/logging` from `2.5.5` to `4.1.0` across the three places it's pinned: - `ghost/core/package.json` - `e2e/package.json` - root `pnpm.overrides` ## Why Catching Ghost up on `@tryghost/*` framework bumps. Logging is a leaf dependency (dev/runtime tooling only, no public API surface exposed through Ghost), so this is a low-blast-radius bump. `@tryghost/logging` v3 and v4 are engine-floor bumps — they drop support for Node 14/16/18 and modernize internals. Ghost's own `engines` already requires Node 20+, so there's no runtime impact.
1 parent d0650e9 commit 1c63582

4 files changed

Lines changed: 399 additions & 192 deletions

File tree

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@faker-js/faker": "8.4.1",
3333
"@playwright/test": "1.59.1",
3434
"@tryghost/debug": "2.1.0",
35-
"@tryghost/logging": "2.5.5",
35+
"@tryghost/logging": "4.1.0",
3636
"@types/dockerode": "3.3.47",
3737
"@types/express": "4.17.25",
3838
"busboy": "^1.6.0",

ghost/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"@tryghost/kg-markdown-html-renderer": "7.2.0",
120120
"@tryghost/kg-mobiledoc-html-renderer": "7.2.0",
121121
"@tryghost/limit-service": "1.5.2",
122-
"@tryghost/logging": "2.5.5",
122+
"@tryghost/logging": "4.1.0",
123123
"@tryghost/members-csv": "2.0.5",
124124
"@tryghost/metrics": "1.0.43",
125125
"@tryghost/mongo-utils": "0.6.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"pnpm": {
6262
"overrides": {
6363
"@tryghost/errors": "^1.3.7",
64-
"@tryghost/logging": "2.5.5",
64+
"@tryghost/logging": "4.1.0",
6565
"jackspeak": "2.3.6",
6666
"moment": "2.24.0",
6767
"moment-timezone": "0.5.45",

0 commit comments

Comments
 (0)