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