Michael Barrett
ed0762fb51
Removed usage of yg
when using NQL ( #19287 )
...
refs https://github.com/TryGhost/NQL/pull/73
The referenced PR removes `yg` from the parsed NQL output, so we also
need to remove any usage of it in Ghost
2024-01-15 14:40:01 +00:00
renovate[bot]
524f73c545
Update dependency socket.io to v4.7.4
2024-01-14 20:54:29 +00:00
renovate[bot]
09921fd2b4
Update dependency @sentry/profiling-node to v1.3.5
2024-01-12 18:05:56 +00:00
renovate[bot]
84c2fe9051
Update dependency @sentry/profiling-node to v1.3.4
2024-01-11 17:05:58 +00:00
renovate[bot]
78e2c10d3c
Update dependency newrelic to v11.9.0
2024-01-10 22:17:49 +00:00
renovate[bot]
3f9598d14c
Update dependency @sentry/profiling-node to v1.3.3
2024-01-08 21:57:00 +00:00
renovate[bot]
0b0c177952
Update dependency mysql2 to v3.7.0
2024-01-08 01:45:46 +00:00
Daniel Lockyer
18599fb9ce
Merged v5.75.3 into main
...
v5.75.3
2024-01-05 15:24:59 +01:00
Ghost CI
f21f025659
v5.75.3
2024-01-05 13:58:49 +00:00
Chris Raible
0feebfcf63
Added Sentry Profiling to Ghost server ( #19319 )
...
refs ARCH-29
- Added Sentry Profiling to collect more detailed performance data on
the backend.
- This feature is opt-in behind a config. To enable profiling, first
enable tracing with `sentry.tracing.enabled: true`, then set
`sentry.profiling.enabled: true` and `sentry.profiling.sampleRate` to a
decimal number between 0 and 1.
2024-01-05 12:57:18 +00:00
renovate[bot]
1fa2a11cbc
Update dependency knex-migrator to v5.1.7
2024-01-05 12:32:45 +01:00
renovate[bot]
85f3ef3d14
Update dependency postcss to v8.4.33
2024-01-05 11:05:49 +01:00
renovate[bot]
ce5466d017
Update dependency sqlite3 to v5.1.7
2024-01-05 11:05:15 +01:00
renovate[bot]
dc45d5285a
Update dependency cssnano to v6.0.3
2024-01-04 10:44:39 +01:00
renovate[bot]
668e51e631
Update dependency newrelic to v11.8.0
2024-01-03 16:20:33 +00:00
renovate[bot]
56fd992a1f
Update dependency image-size to v1.1.1
2024-01-02 17:41:16 +00:00
renovate[bot]
9e2558931f
🐛 Fixed signup card background color and editor crash when typing :,
or :|
( #19421 )
...
refs https://github.com/TryGhost/Ghost/issues/19282
refs https://github.com/TryGhost/Koenig/pull/1136
- fixes signup card background color
- fixes crash when typing `:,` or `:|` or similar
2024-01-02 17:26:55 +00:00
renovate[bot]
43dbc4ca89
Update dependency cssnano to v6.0.2
2024-01-02 09:46:50 +01:00
renovate[bot]
e90e403aca
Update dependency ws to v8.16.0
2024-01-02 08:39:49 +00:00
renovate[bot]
9f2365209d
Update dependency image-size to v1.1.0
2023-12-28 15:32:30 +00:00
renovate[bot]
bce90d5337
Update dependency newrelic to v11.7.0
2023-12-14 22:01:01 +00:00
Daniel Lockyer
47f50e2d35
Merged v5.75.2 into main
...
v5.75.2
2023-12-14 13:51:23 +01:00
Ghost CI
c2ad349b78
v5.75.2
2023-12-14 12:34:56 +00:00
Chris Raible
a33ce7c20c
Added Sentry Profiling to Ghost server ( #19319 )
...
refs ARCH-29
- Added Sentry Profiling to collect more detailed performance data on
the backend.
- This feature is opt-in behind a config. To enable profiling, first
enable tracing with `sentry.tracing.enabled: true`, then set
`sentry.profiling.enabled: true` and `sentry.profiling.sampleRate` to a
decimal number between 0 and 1.
2023-12-13 21:53:19 -08:00
renovate[bot]
45891f83b1
Update dependency ws to v8.15.1
2023-12-12 21:10:38 +00:00
Kevin Ansfield
565b9b245e
🐛 Fixed callout card not rendering all inline formats ( #19343 )
...
refs https://github.com/TryGhost/Ghost/issues/19129
- bumps Koenig packages containing fix for callout card rendering
2023-12-12 19:00:32 +00:00
Kevin Ansfield
9706754d6a
🐛 Fixed quote and aside formatting being lost in single-block snippets ( #19341 )
...
refs https://github.com/TryGhost/Product/issues/4197
- bumped Koenig packages containing fix for snippets capturing plain text when only the text of an aside or quote block is selected
2023-12-12 17:56:21 +00:00
Steve Larson
ccc9c9bdd8
Removed emoji picker feature flag ( #19314 )
...
closes TryGhost/Product#4109
- requires new editor packages which are bumped in this commit
2023-12-11 09:51:37 -06:00
Kevin Ansfield
1479c55068
🐛 Fixed video uploads hanging in editor when using iOS ( #19302 )
...
refs https://github.com/TryGhost/Koenig/issues/1121
- bumps `@tryghost/koenig-lexical` to version including fix (https://github.com/TryGhost/Koenig/pull/1122 )
2023-12-11 11:27:59 +00:00
renovate[bot]
9fae565673
Update sentry-javascript monorepo to v7.86.0
2023-12-11 09:48:49 +01:00
renovate[bot]
2caf1ec93a
Update dependency ws to v8.15.0
2023-12-11 03:41:38 +00:00
renovate[bot]
8cbf133614
Update dependency newrelic to v11.6.1
2023-12-07 19:41:46 +00:00
Steve Larson
d696e8b2e2
Added support for TK tracking inside cards ( #19247 )
...
refs https://github.com/TryGhost/Product/issues/4209
- bumped Koenig packages
- `koenig-lexical` added nested editor TK support
- all packages dropped Node 16 support
- switched to using `isTKEnabled` prop and `<TKCountPlugin>`
Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk>
2023-12-06 11:32:36 +00:00
renovate[bot]
351e93ebca
Update dependency lib0 to v0.2.88
2023-12-04 22:09:17 +01:00
renovate[bot]
e2a6a83fb6
Update sentry-javascript monorepo to v7.85.0
2023-12-04 22:05:42 +01:00
Ghost CI
feb15d2273
Merged v5.75.1 into main
2023-12-04 14:56:08 +00:00
Ghost CI
9ac050dfe9
v5.75.1
2023-12-04 14:56:05 +00:00
renovate[bot]
50d40f298f
Update dependency knex-migrator to v5.1.6
2023-12-04 15:21:00 +01:00
renovate[bot]
6f3d16f75b
Update dependency postcss to v8.4.32
2023-12-04 08:37:46 +01:00
Ghost CI
90656aa047
v5.75.0
2023-12-01 16:04:16 +00:00
renovate[bot]
de2482736e
Update sentry-javascript monorepo to v7.84.0
2023-12-01 08:58:32 +01:00
renovate[bot]
8fc6fef168
Update dependency newrelic to v11.6.0
2023-11-29 15:59:56 +00:00
renovate[bot]
d5f3b26e87
Update sentry-javascript monorepo to v7.83.0
2023-11-29 12:29:34 +01:00
Ghost CI
be6916f066
Merged v5.74.5 into main
2023-11-28 12:58:26 +00:00
Ghost CI
df3eea908a
v5.74.5
2023-11-28 12:58:24 +00:00
Fabien "egg" O'Carroll
07f9564eea
🔐 Restricted reading files from outside the theme directory
...
closes https://github.com/TryGhost/Product/issues/4191
Without this patch, themes can read arbitrary files from your system and
expose them to the internet via the layout feature of express-hbs.
For example `{{!< ../../../../config.production.json}}` would spit out config,
which can contain secrets.
As theme upload is restricted to users with the Admin role, this mostly effects
hosting providers which use their own secret keys for e.g. mail or database config
2023-11-28 12:46:06 +00:00
renovate[bot]
7d564d4173
Update dependency fs-extra to v11.2.0
2023-11-28 11:54:44 +01:00
Steve Larson
e2807475f8
Updated editor packages ( #19151 )
...
closes TryGhost/Product#4204
- updated editor packages to get improvements to TK Plugin
2023-11-27 18:02:26 -06:00
Ghost CI
d30a6633ab
v5.74.4
2023-11-27 07:56:41 +00:00
Daniel Lockyer
28e59b5444
Merged tag 'v5.74.3' into main
...
v5.74.3
2023-11-27 08:48:04 +01:00