renovate[bot]
73aca83fe5
Update dependency mysql2 to v3.6.1
2023-09-11 02:07:34 +00:00
renovate[bot]
7f6bd5ec31
Update dependency ws to v8.14.1
2023-09-08 18:31:09 +00:00
Ghost CI
88efa1a930
v5.62.0
2023-09-08 15:03:00 +00:00
renovate[bot]
9e3e1d8c73
Update dependency newrelic to v11.1.0
2023-09-07 21:33:43 +00:00
Kevin Ansfield
8c91662a47
✨ Added conversion to beta editor format when creating content via ?source=html
( #18000 )
...
closes https://github.com/TryGhost/Product/issues/3803
Previously when the beta editor was enabled, using `?source=html` to create posts via the API would create posts in the old editor rather than the beta. This change switches conversion over to the new editor format when the beta is enabled so the full flow can be tested.
- added `htmlToLexicalConverter` method to our lexical library
- updated post and page input serializers to add html-to-lexical conversion when the beta editor is enabled
- updated post model to handle the mobiledoc+lexical co-existing state
- this is a special case that is only valid for `?source=html` because providing both directly via the API is prohibited
- we need the extra check here because at the input serializer layer we don't have access to the model to check if we're updating a mobiledoc post or a lexical post so the serializer sets both formats on a `?source=html` request when the beta is enabled and lets the model handle choosing the correct one
2023-09-06 21:16:40 +00:00
renovate[bot]
a3a71a6728
Update dependency ws to v8.14.0
2023-09-06 15:27:00 +00:00
Ghost CI
0387f75eeb
Merged v5.61.3 into main
2023-09-06 10:55:49 +00:00
Ghost CI
1fd32288e0
v5.61.3
2023-09-06 10:55:47 +00:00
Ghost CI
ca91b847f3
Merged v5.61.2 into main
2023-09-05 17:55:54 +00:00
Ghost CI
50341d164f
v5.61.2
2023-09-05 17:55:51 +00:00
Kevin Ansfield
0b37e835af
🐛 Fixed incorrect rendering of links following line breaks in beta editor
...
closes https://github.com/TryGhost/Product/issues/3827
- links following a line break in the editor were being rendered before the line break when previewing/publishing
- bumps Koenig packages which includes relevant fix in `@tryghost/kg-lexical-html-renderer`
2023-09-05 18:28:39 +01:00
renovate[bot]
0d6e979077
Update dependency express-hbs to v2.4.2
2023-09-05 06:52:42 +00:00
Ghost CI
be3905b822
v5.61.1
2023-09-04 08:11:30 +00:00
Ghost CI
31d9165296
v5.61.0
2023-09-01 15:04:56 +00:00
Daniel Lockyer
c6cb35074a
Updated linting and testing packages
2023-09-01 15:51:17 +02:00
Kevin Ansfield
ea60b40a4c
Bumped @tryghost/bookshelf-plugins ( #17913 )
...
no issue
- adds additional debug data to `UpdateCollisionError`
2023-08-31 16:19:22 +00:00
renovate[bot]
de13a7ff65
Update dependency socket.io to v4.7.2
2023-08-31 15:17:43 +00:00
renovate[bot]
b891b8be6b
Update dependency mysql2 to v3.6.0
2023-08-31 14:32:07 +00:00
Kevin Ansfield
b15d4b0c2b
Bumped Koenig packages ( #17891 )
...
no issue
- includes fix for posts showing as edited and requiring save after automatic mobiledoc->lexical conversion (https://github.com/TryGhost/Koenig/pull/898 )
2023-08-31 11:38:13 +00:00
renovate[bot]
eab974687f
Update dependency express-lazy-router to v1.0.6
2023-08-31 08:52:28 +00:00
renovate[bot]
d418a431be
Update sentry-javascript monorepo to v7.66.0
2023-08-30 14:00:40 +02:00
renovate[bot]
f977227d18
Update dependency postcss to v8.4.29
2023-08-30 08:29:32 +02:00
Simon Backx
935ac43584
Added recommendations CRUD api ( #17845 )
...
fixes https://github.com/TryGhost/Product/issues/3784
- Includes migrations for new permissions needed for the new endpoints
2023-08-29 15:06:57 +00:00
renovate[bot]
9a2c915a96
Update dependency lib0 to v0.2.83
2023-08-29 11:25:42 +01:00
kai
687cf5a95c
Removed Bluebird dependency ( #17831 )
...
refs https://github.com/TryGhost/Ghost/issues/14882
- this removes the last usage of Bluebird within Ghost and removes the dependency as it's no longer required within the codebase
2023-08-29 11:55:14 +02:00
renovate[bot]
240ca0fd07
Update dependency lib0 to v0.2.81
2023-08-29 10:30:55 +01:00
Daniel Lockyer
e6ef88fc68
Configured New Relic integration within Ghost core
...
refs https://github.com/TryGhost/DevOps/issues/66
- this allows us to enable New Relic within Ghost by providing some sane
defaults
2023-08-29 09:30:25 +01:00
renovate[bot]
ad1743816a
Update dependency @playwright/test to v1.37.1
2023-08-29 08:38:03 +01:00
renovate[bot]
bd8c43c7b5
Update dependency luxon to v3.4.2
2023-08-28 19:07:40 +01:00
renovate[bot]
1a44d8106b
Update sentry-javascript monorepo to v7.65.0
2023-08-28 19:06:53 +01:00
Ghost CI
b545f234b2
v5.60.0
2023-08-25 15:03:14 +00:00
Steve Larson
e15b9eb891
Bumped Koenig packages ( #17826 )
...
no refs
- contains various fixes and improvements to the beta editor
2023-08-24 22:12:38 +00:00
Chris Raible
08d6425a53
Bumped Koenig packages ( #17809 )
...
no issue
- @tryghost/kg-converters@0.0.9 > 0.0.12
- @tryghost/kg-default-nodes@0.1.20 > 0.1.23
- @tryghost/kg-lexical-html-renderer@0.3.16 > 0.3.19
2023-08-23 14:20:52 -07:00
Fabien "egg" O'Carroll
288859fc95
Bumbed express-hbs and fixed inline async helpers
...
refs ce088f06ff
TL;DR This makes {{asyncHelper "foo"}} usage more stable.
See the linked commit for details on the fix.
2023-08-23 17:35:35 +07:00
renovate[bot]
2159b4fb30
Update dependency luxon to v3.4.1
2023-08-22 22:47:51 +01:00
Ghost CI
cebe8d7db6
Merged v5.59.4 into main
2023-08-22 11:46:13 +00:00
Ghost CI
5f2b5d9d11
v5.59.4
2023-08-22 11:46:11 +00:00
Ghost CI
a0efe7a864
Merged v5.59.3 into main
2023-08-21 21:27:36 +00:00
Ghost CI
808ea02e45
v5.59.3
2023-08-21 21:27:34 +00:00
Fabien "egg" O'Carroll
a343f39559
Handled sort_order updates for Collections
...
refs https://github.com/TryGhost/Arch/issues/73
With the latest version of bookshelf-relations we're able to define a model
specific hook which allows us to ignore sort_order updates on automatic
collections, which don't require their order to be persisted.
2023-08-21 12:16:32 +01:00
Ghost CI
d0c95a37e1
v5.59.2
2023-08-18 15:03:06 +00:00
renovate[bot]
e1d92d642a
Update dependency postcss to v8.4.28
2023-08-16 06:08:42 +02:00
Steve Larson
fecd326510
📦 Updated koenig dependencies ( #17728 )
...
no refs
-contains multiple bug fixes and improvements
2023-08-15 11:38:41 -05:00
Daniel Lockyer
6a721d4dab
Merged v5.59.1 into main
2023-08-15 13:31:54 +02:00
Ghost CI
e8836652cc
v5.59.1
2023-08-15 11:22:18 +00:00
Simon Backx
690fbf3f73
🔒 Fixed arbitrary file read via symlinks in content import
...
refs https://github.com/TryGhost/Product/issues/3726
refs https://github.com/TryGhost/Ghost/security/advisories/GHSA-9c9v-w225-v5rg
- credits to https://github.com/ixSly
2023-08-15 13:01:11 +02:00
renovate[bot]
bed89b7bec
Update sentry-javascript monorepo to v7.64.0
2023-08-15 12:17:01 +02:00
Ghost CI
f26158b26b
v5.59.0
2023-08-11 15:14:28 +00:00
Sam Lord
b2fb38ea52
Fixed case where reseting cache on a test retry could fail build
...
no issue
2023-08-11 15:12:15 +01:00
renovate[bot]
1a59377d01
Update dependency lib0 to v0.2.80
2023-08-11 13:57:56 +02:00