renovate[bot]
2a68bfcf5d
Update dependency @isaacs/ttlcache to v1.4.1
2023-07-11 12:32:42 +00:00
renovate[bot]
49643b5b98
Update dependency socket.io to v4.7.1
2023-07-11 12:20:21 +00:00
renovate[bot]
918a819ef9
Update dependency jose to v4.14.4
2023-07-11 12:06:42 +00:00
renovate[bot]
fa9f64f59f
Update dependency sanitize-html to v2.11.0
2023-07-11 11:09:37 +00:00
renovate[bot]
40e616eea8
Update sentry-javascript monorepo to v7.57.0
2023-07-11 12:54:56 +02:00
renovate[bot]
69e34fd704
Update dependency @extractus/oembed-extractor to v3.2.1
2023-07-11 10:31:11 +00:00
Daniel Lockyer
8a4ccff942
Updated html-validate
to v8
...
refs https://gitlab.com/html-validate/html-validate/blob/HEAD/CHANGELOG.md#800-2023-06-04
- includes one small change as per their breaking changes list
2023-07-11 10:17:18 +02:00
renovate[bot]
4d3272e0c0
Update react monorepo
2023-07-11 09:50:33 +02:00
renovate[bot]
44ed7c47db
Update dependency mysql2 to v3.5.1
2023-07-11 07:49:20 +00:00
renovate[bot]
c467433486
Update dependency mailgun.js to v9.2.0
2023-07-11 07:42:34 +00:00
renovate[bot]
35081de66e
Update dependency i18next to v23.2.8
2023-07-11 07:07:52 +00:00
renovate[bot]
e81ae6b9a6
Update dependency prosemirror-model to v1.19.2
2023-07-11 08:59:51 +02:00
renovate[bot]
f422844637
Update dependency metascraper to v5.34.8
2023-07-11 06:45:18 +00:00
renovate[bot]
93973dd9b2
Update dependency stylelint to v15.10.1 [SECURITY]
2023-07-11 06:45:05 +00:00
renovate[bot]
9dd1f97bb0
Update dependency vite to v4.4.2
2023-07-10 18:17:28 +02:00
renovate[bot]
7fa1ecb68a
Update dependency lint-staged to v13.2.3
2023-07-10 18:17:17 +02:00
renovate[bot]
40ecd47500
Update dependency prosemirror-transform to v1.7.3
2023-07-10 18:10:10 +02:00
renovate[bot]
9f7b68adf6
Update dependency prosemirror-state to v1.4.3
2023-07-10 17:59:12 +02:00
renovate[bot]
869eb04eed
Update dependency lerna to v7
2023-07-10 17:54:47 +02:00
renovate[bot]
99da32a426
Update dependency html-validate to v7.18.1
2023-07-10 17:38:51 +02:00
renovate[bot]
b03a8c36b9
Update dependency papaparse to v5.4.1
2023-07-10 17:28:18 +02:00
Steve Larson
76b5222bd1
Updated koenig lexical packages ( #17275 )
...
no refs
2023-07-10 15:08:27 +00:00
renovate[bot]
b74bc8a2c2
Update dependency lint-staged to v13.2.3
2023-07-10 17:00:46 +02:00
renovate[bot]
108180cd12
Update dependency @embroider/macros to v1.12.2
2023-07-10 16:36:34 +02:00
renovate[bot]
9a5c13309e
Update dependency vitest to v0.33.0
2023-07-10 16:23:32 +02:00
renovate[bot]
d204a4257c
Update dependency @embroider/macros to v1.12.0
2023-07-10 16:22:17 +02:00
renovate[bot]
cb96ad36bc
Update babel monorepo to v7.22.7
2023-07-10 16:06:41 +02:00
renovate[bot]
e3098c5e1e
Update dependency @babel/plugin-proposal-decorators to v7.22.6
2023-07-10 15:44:40 +02:00
renovate[bot]
0c309454cf
Update dependency @vitejs/plugin-react to v4.0.3
2023-07-10 15:40:54 +02:00
renovate[bot]
5c6339efdb
Update storybook monorepo to v7.0.26
2023-07-10 15:34:44 +02:00
renovate[bot]
ea9cc21a0c
Update dependency @vitejs/plugin-react to v4.0.2
2023-07-10 13:48:58 +02:00
renovate[bot]
44d38e4d4e
Update dependency vite-plugin-css-injected-by-js to v3.2.0
2023-07-10 10:29:23 +02:00
renovate[bot]
0e5a98e43e
Update dependency postcss to v8.4.25
2023-07-10 10:20:30 +02:00
renovate[bot]
5fc6659423
Update dependency cross-fetch to v4
2023-07-10 10:19:26 +02:00
renovate[bot]
ae8be7c937
Update dependency semver to v7.5.4
2023-07-10 10:15:37 +02:00
Kevin Ansfield
d8d0bc8bd9
Moved posts_meta.hide_title_and_feature_image
to posts.show_title_and_feature_image
( #17239 )
...
no issue
`show_title_and_feature_image` leads to more intuitive logic in themes and we can use `posts` rather than `posts_meta` as there are no longer row-length issues with MySQL 8.
- removed original add-column migration that was never in a release
- added new add-column migration that puts
`show_title_and_feature_image` column with a default of `true` on the `posts` table
- renamed property and default value everywhere
- bumped `@tryghost/admin-api-schema` to allow the new property through at the API level
2023-07-07 16:40:22 +01:00
Kevin Ansfield
5d8ea79788
Implemented pages.hide_title_and_feature_image
property in API ( #17211 )
...
closes https://github.com/TryGhost/Product/issues/3557
- bumped `@tryghost/admin-api-schema` to allow passthrough of the new property in API requests
- updated output mapper to ensure property always returns a boolean rather than `null` in the case where `posts_meta` doesn't exist for a page
- updated `PostsService.copyPost()` to include the new property when copying
- updated `checkResponse` test util and snapshots to expect `hide_title_and_feature_image` property in page API responses
- fixed pages e2e test so it doesn't inadvertently modify the match object breaking later tests
2023-07-05 14:01:24 +00:00
Daniel Lockyer
ebad10e242
Updated lockfile
2023-07-05 11:00:06 +02:00
Ghost CI
d9480f9569
Merged v5.53.4 into main
2023-07-04 14:25:45 +00:00
Ronald Langeveld
579a9243b5
Bumped packages ( #17196 )
...
refs https://github.com/TryGhost/Team/issues/3544
- Bumps required packages to fix an issue on posts that still contains base64 images.
<!-- Leave the line below if you'd like GitHub Copilot to generate a
summary from your commit -->
<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at 5fb728e</samp>
Updated `@tryghost/helpers` dependency to fix some helper issues. This
improved the accuracy and security of the `{{reading_time}}` and
`{{encode}}` helpers in Ghost themes.
2023-07-04 16:06:29 +02:00
renovate[bot]
1c03280223
Update dependency @storybook/addon-styling to v1.3.2
2023-07-04 13:44:25 +02:00
Ronald Langeveld
539550b481
Bumped packages ( #17196 )
...
refs https://github.com/TryGhost/Team/issues/3544
- Bumps required packages to fix an issue on posts that still contains base64 images.
<!-- Leave the line below if you'd like GitHub Copilot to generate a
summary from your commit -->
<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at 5fb728e</samp>
Updated `@tryghost/helpers` dependency to fix some helper issues. This
improved the accuracy and security of the `{{reading_time}}` and
`{{encode}}` helpers in Ghost themes.
2023-07-04 11:14:45 +00:00
renovate[bot]
8e8c64c622
Update storybook monorepo to v7.0.25
2023-07-04 12:44:42 +02:00
renovate[bot]
7e6c0ec87e
Update dependency typescript to v5.1.6
2023-07-04 12:28:58 +02:00
renovate[bot]
74f2e08b16
Update dependency vitest to v0.32.4
2023-07-04 12:24:03 +02:00
Simon Backx
1b33634495
🐛 Fixed sending newsletters with counter-reset CSS styles in custom HTML ( #17194 )
...
fixes https://github.com/TryGhost/Team/issues/2937
Bumps juice to 9.1.0:
- Support for 'auto' width and height attributes
- Fixed a bug with counter-reset styles
- Dependencies updates
2023-07-04 10:18:16 +02:00
renovate[bot]
8a4aac0c9f
Update dependency cross-fetch to v3.1.8
2023-07-03 14:31:29 +02:00
Daniel Lockyer
c4ec27e11b
Updated lockfile
2023-07-03 13:01:44 +02:00
Kevin Ansfield
292663f447
Simplified rendered structure of nested lists in beta editor ( #17178 )
...
refs https://github.com/TryGhost/Team/issues/1919
refs https://github.com/TryGhost/Koenig/pull/796
Adjusts rendered output of nested lists to make styling easier (and more
typical) for theme developers.
Before:
```html
<ul>
<li>one</li>
<li>
<ul>
<li>one.one</li>
</ul>
</li>
</ul>
```
After:
```html
<ul>
<li>one
<ul>
<li>one.one</li>
</ul>
</li>
</ul>
```
2023-07-03 10:44:31 +01:00
Daniel Lockyer
956fb7d4a4
Updated lockfile
2023-06-29 15:52:35 +02:00
Ronald Langeveld
08e1bcd50c
Bumped Koenig packages
...
no issue
2023-06-29 10:11:20 +02:00
renovate[bot]
aa8cbb9fa3
Update dependency typescript to v5.1.6
2023-06-29 08:24:30 +02:00
renovate[bot]
58b54333a5
Update dependency typescript to v5.1.5
2023-06-28 16:21:27 +02:00
renovate[bot]
a04a4293cb
Update dependency vite-plugin-css-injected-by-js to v3.1.2
2023-06-28 16:21:00 +02:00
Daniel Lockyer
12deff4a16
Fixed performance issue when checking theme name
...
refs 1374e3f70c
- see referenced commit for the explanation
- this bumps GScan to bring in that fix
2023-06-27 17:04:34 +02:00
renovate[bot]
5bcbb2de41
Update storybook monorepo to v7.0.24
2023-06-27 16:56:47 +02:00
Simon Backx
331533d724
Migrated Comments-UI to TypeScript ( #17129 )
...
refs https://github.com/TryGhost/Team/issues/3504
This migrates comments-ui to TypeScript. Only `App.js` is left to
migrate, but since this isn't using hooks yet, it will need a bigger
rewrite so this will need to happen in a separate PR.
2023-06-27 14:51:37 +02:00
renovate[bot]
2c6f30b4b8
Update dependency @storybook/addon-styling to v1.3.1
2023-06-27 07:33:22 +02:00
renovate[bot]
0a6b3d6b99
Update dependency vite-plugin-commonjs to v0.8.0
2023-06-26 08:51:09 +02:00
renovate[bot]
1cbbe91a63
Update dependency flexsearch to v0.7.31
2023-06-23 15:04:18 +02:00
Simon Backx
da72f8998e
Updated @tryghost/kg-lexical-html-renderer and @tryghost/kg-default-nodes ( #17121 )
...
no issue
2023-06-23 14:35:07 +02:00
Sag
9085ae1266
Reduced boilerplate required when building a new Lexical card ( #17118 )
...
refs https://github.com/TryGhost/Team/issues/3365
- bumped koenig-lexical, kg-default-nodes and kg-lexical-html-renderer
to a new minor
2023-06-23 13:48:11 +02:00
renovate[bot]
9dad8f5291
Update dependency @ember/render-modifiers to v2.1.0
2023-06-23 09:10:51 +02:00
renovate[bot]
f87dc8f5eb
Update dependency liquid-wormhole to v3.0.1
2023-06-23 09:00:34 +02:00
renovate[bot]
9e6c800e38
Update dependency webpack-cli to v5
2023-06-23 08:29:15 +02:00
renovate[bot]
c0d32080b7
Update dependency semver to v7.5.3
2023-06-23 07:08:38 +02:00
Simon Backx
9035a87e50
Updated @tryghost/kg-default-nodes and @tryghost/kg-lexical-html-renderer
...
no issue
2023-06-22 17:07:44 +02:00
Simon Backx
5e3e04c409
Updated lockfile (Sentry removed from comments-ui)
...
no issue
Missed a lockfile update somewhere in a previous commit.
2023-06-22 17:06:04 +02:00
renovate[bot]
e723365cd5
Update storybook monorepo to v7.0.23
2023-06-22 12:31:42 +02:00
Daniel Lockyer
5da9264ea7
Updated lockfile
...
- removed the imported one from comments-ui repo
2023-06-22 09:51:25 +02:00
Daniel Lockyer
498e166e8b
Updated lockfile
2023-06-21 18:08:23 +02:00
Hannah Wolfe
3a58b6402a
Update dependency eslint-plugin-ghost to v3.2.0
...
refs: https://github.com/TryGhost/Toolbox/issues/595
- Adds custom rules for node assert
- Enforces assert/strict as an error
2023-06-21 10:34:37 +01:00
renovate[bot]
e3c9af380c
Update dependency @storybook/testing-library to v0.2.0
2023-06-21 08:12:26 +02:00
renovate[bot]
385ad2688b
Update dependency @sinonjs/fake-timers to v11
2023-06-20 15:48:01 +02:00
renovate[bot]
476d7900d0
Update dependency @types/jsonwebtoken to v9
2023-06-20 15:46:04 +02:00
renovate[bot]
b1bcc2cb2d
Update dependency luxon to v3
2023-06-20 15:22:54 +02:00
renovate[bot]
9d81dd5a80
Update metascraper to v5.34.7
2023-06-20 15:22:40 +02:00
Daniel Lockyer
5c4ef092b6
Updated vitest to v0.32
...
refs https://github.com/TryGhost/Ghost/pull/16949
refs https://github.com/vitest-dev/vitest/releases/tag/v0.32.0
- contains a switch from `@vitest/coverage-c8` to `@vitest/coverage-v8`
as this is now required in 0.32
2023-06-20 14:54:04 +02:00
renovate[bot]
7f3cd9c674
Update dependency tough-cookie to v4.1.3
2023-06-20 12:45:13 +00:00
renovate[bot]
6623572c5b
Update dependency socket.io to v4.6.2
2023-06-20 14:40:10 +02:00
renovate[bot]
d919a9024f
Update dependency @extractus/oembed-extractor to v3.1.10
2023-06-20 12:18:09 +00:00
renovate[bot]
e81070762d
Update dependency gscan to v4.37.0
2023-06-20 14:04:43 +02:00
Daniel Lockyer
d4c5fe2f46
Merged v5.52.1 into main
2023-06-20 08:58:53 +02:00
renovate[bot]
ea3ab6beb6
Update dependency @vitejs/plugin-react to v4.0.1
2023-06-20 08:09:23 +02:00
Kevin Ansfield
3070e505f5
🐛 Fixed beta editor causing left-aligned images in some themes
...
closes https://github.com/TryGhost/Team/issues/3499
- bumps `@tryghost/kg-default-nodes` and `@tryghost/kg-lexical-html-renderer` to fix missing `kg-image` class on the `<img>` element of rendered image cards
2023-06-19 14:20:40 +01:00
Kevin Ansfield
5d9dd893b3
🐛 Fixed beta editor HTML cards auto-closing tags when rendering
...
closes https://github.com/TryGhost/Team/issues/3462
refs a49f296c08
- bumps `@tryghost/kg-default-nodes` and `@tryghost/kg-lexical-html-renderer` with support for "raw" html values in rendered card output
2023-06-19 14:39:51 +02:00
Kevin Ansfield
bdd8302484
🐛 Fixed beta editor HTML cards auto-closing tags when rendering
...
closes https://github.com/TryGhost/Team/issues/3462
refs a49f296c08
- bumps `@tryghost/kg-default-nodes` and `@tryghost/kg-lexical-html-renderer` with support for "raw" html values in rendered card output
2023-06-19 11:13:06 +01:00
renovate[bot]
14c22a9b6f
Update storybook monorepo to v7.0.22
2023-06-19 07:34:10 +02:00
Sag
dfd69f9cf7
Bumped Lexical dependencies
...
no issue
2023-06-16 15:23:20 +02:00
Daniel Lockyer
361fea9977
Revert "Updated Lerna to v7"
...
This reverts commit d007ff86ac
.
2023-06-16 11:22:28 +02:00
Daniel Lockyer
d007ff86ac
Updated Lerna to v7
...
refs https://github.com/TryGhost/Ghost/pull/16973
- updates Lerna to v7 and removes `useWorkspaces` as Lerna now detects
this automatically
2023-06-16 11:18:52 +02:00
renovate[bot]
e9595d9a4b
Update dependency ember-cli-dependency-checker to v3.3.2
2023-06-16 10:15:56 +02:00
renovate[bot]
3aa0c7018d
Update dependency i18next to v23
2023-06-16 10:15:18 +02:00
renovate[bot]
6ad1e5be68
Update dependency @ember/test-helpers to v2.9.4
2023-06-16 10:03:40 +02:00
renovate[bot]
c1d90df181
Update dependency @playwright/test to v1.35.1
2023-06-16 10:03:32 +02:00
renovate[bot]
d6664b70fd
Update dependency semver to v7.5.2
2023-06-16 09:56:57 +02:00
Fabien "egg" O'Carroll
229875d67d
Bumbed @tryghost/admin-api-schema to latest version
...
This includes the changes necessary to allow the `collection` property to be
passed on posts
2023-06-16 09:17:47 +02:00
renovate[bot]
8ccb0f37ad
Update storybook monorepo to v7.0.21
2023-06-15 13:04:31 +02:00
Jono Mingard
63a6b20b18
Added navigation settings logic to AdminX
...
refs https://github.com/TryGhost/Team/issues/3433
2023-06-15 15:39:11 +12:00
Daniel Lockyer
ecc28c5acd
Revert "Update dependency expect to v29.5.0"
...
This reverts commit 155c08bc61
.
2023-06-14 14:56:03 +02:00