renovate[bot]
d54f4b06e5
Update storybook monorepo to v7.6.10
2024-01-22 09:25:28 +01:00
renovate[bot]
3575102462
Update dependency vite to v4.5.2 [SECURITY]
2024-01-22 09:25:09 +01:00
renovate[bot]
8168fdb9be
Update dependency yjs to v13.6.11
2024-01-22 00:22:10 +00:00
renovate[bot]
75dbedf8ad
Update dependency i18next to v23.7.18
2024-01-22 00:21:58 +00:00
Chris Raible
21fc34d088
🐛 Fixed externally hosted images overflowing in Outlook ( #19527 )
...
refs TryGhost/Product#4243
- Externally hosted images added in the editor were not populating the
`width` and `height` attributes, which could result in overflowing
images in certain email clients, particularly Outlook.
- This fix populates the `width` and `height` attributes in the editor
when adding an external image by URL or copy/pasting, which in turn
corrects the rendering in Outlook.
- Various other fixes and improvements to editor related packages, see
https://github.com/tryghost/koenig repo for more info
2024-01-18 12:38:09 -08:00
renovate[bot]
193ef3d5dc
Update dependency @types/node to v20.11.5
2024-01-18 08:34:59 +01:00
renovate[bot]
bd77acdf7f
Update storybook monorepo to v7.6.9
2024-01-18 08:34:43 +01:00
renovate[bot]
0108b9578d
Update dependency autoprefixer to v10.4.17
2024-01-18 08:34:25 +01:00
renovate[bot]
89a24c3e8b
🐛 Fixed rare rendering issue of lists appearing as headings ( #19511 )
...
closes https://github.com/TryGhost/Product/issues/4247
- bumps `@tryghost/kg-default-transforms` with a fix to our de-nesting transform so ListNode is no longer ignored as a badly nested child node which can occur through copy/paste from other editors
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 07:19:38 +00:00
renovate[bot]
ecd54b1a63
Update dependency mysql2 to v3.7.1
2024-01-18 00:28:28 +00:00
renovate[bot]
1ee784cf20
Update dependency terser to v5.27.0
2024-01-17 16:17:43 +00:00
renovate[bot]
c37642a67b
Update dependency json-stable-stringify to v1.1.1
2024-01-16 23:05:24 +00:00
renovate[bot]
42e7f4f307
Update dependency @types/node to v20.11.4
2024-01-16 14:41:35 +01:00
renovate[bot]
5b2de17ac7
Update dependency @types/node to v20.11.3
2024-01-16 07:53:29 +01:00
renovate[bot]
a1158a5595
Update Types packages
2024-01-15 21:04:04 +01:00
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]
b6cf09130f
Update dependency html-validate to v8.9.1
2024-01-15 09:42:36 +01:00
renovate[bot]
524f73c545
Update dependency socket.io to v4.7.4
2024-01-14 20:54:29 +00:00
renovate[bot]
eeea991654
Update dependency html-validate to v8.9.0
2024-01-14 09:18:35 +01:00
renovate[bot]
44ed5a4506
Update storybook monorepo to v7.6.8
2024-01-14 09:18:18 +01: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]
42158c0792
Update tiptap monorepo to v2.1.16
2024-01-11 14:07:12 +00:00
renovate[bot]
78e2c10d3c
Update dependency newrelic to v11.9.0
2024-01-10 22:17:49 +00:00
renovate[bot]
ad37aaa53c
Update tiptap monorepo to v2.1.15
2024-01-08 21:57:34 +00:00
renovate[bot]
3f9598d14c
Update dependency @sentry/profiling-node to v1.3.3
2024-01-08 21:57:00 +00:00
renovate[bot]
4cc7070fae
Update dependency @headlessui/react to v1.7.18
2024-01-08 16:13:31 +00:00
renovate[bot]
52051132b0
Update tiptap monorepo to v2.1.14
2024-01-08 12:46:44 +00:00
renovate[bot]
0b0c177952
Update dependency mysql2 to v3.7.0
2024-01-08 01:45:46 +00:00
renovate[bot]
87a477a803
Update dependency inquirer to v8.2.6
2024-01-05 15:29:58 +01:00
Daniel Lockyer
18599fb9ce
Merged v5.75.3 into main
...
v5.75.3
2024-01-05 15:24:59 +01:00
Simon Backx
d2cb23c3fa
Wired up Docker setup script and increased data generation performance ( #19420 )
...
ref PROD-233
- Stored whether Docker is used in the config files
- When running `yarn setup`, any existing Docker container will be
reset. Run with `-y` to skip the confirmation step.
- `yarn setup` will always init the database and generate fake data
- Increased amount of default generated data to 100,000 members + 500
posts.
- Made lots of performance improvements in the data generator so we can
generate the default data in ±170s
2024-01-05 13:42:30 +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]
1e6267deac
Update dependency mailgun.js to v9.4.1
2024-01-04 17:53:34 +00:00
renovate[bot]
a93e288253
Update dependency i18next to v23.7.16
2024-01-04 13:47:04 +00: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]
d89dace67f
Update dependency i18next to v23.7.15
2024-01-03 13:29:42 +00:00
renovate[bot]
ebcf0ad508
Update dependency i18next to v23.7.14
2024-01-02 22:48:14 +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]
04e4e807c2
Update dependency i18next to v23.7.13
2024-01-02 12:14:25 +00:00
renovate[bot]
c16960e5bc
Update storybook monorepo to v7.6.7
2024-01-02 10:40:14 +01:00
renovate[bot]
17e03a6eca
Update dependency @babel/plugin-proposal-decorators to v7.23.7
2024-01-02 09:48:42 +01:00
renovate[bot]
a2c28f2036
Update dependency ember-auto-import to v2.7.2
2024-01-02 09:47:01 +01: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