renovate[bot]
4ef1dd2146
Update dependency mysql2 to v3.9.9
2024-05-29 15:14:00 +00:00
renovate[bot]
5c5ec9da9f
Update dependency ember-auto-import to v2.7.3
2024-05-28 08:55:23 +02:00
renovate[bot]
4b059e1654
Pin dependencies
2024-05-28 08:53:24 +02:00
renovate[bot]
6792261f05
Pin dependency @tryghost/kg-unsplash-selector to 0.1.17
2024-05-27 18:47:45 +02:00
renovate[bot]
ba7c659b35
Pin dependency @codemirror/lang-html to 6.4.9
2024-05-27 18:47:30 +02:00
renovate[bot]
6ea2b8f658
Pin dependency @types/node to 20.12.12
2024-05-27 18:46:47 +02:00
renovate[bot]
c472a3ac4b
Pinned dependencies ( #20257 )
2024-05-27 15:29:32 +00:00
renovate[bot]
f52adcc54f
Update dependency @uiw/react-codemirror to ^4.22.1
2024-05-27 15:12:14 +00:00
renovate[bot]
90d571b03a
Update dependency lint-staged to v15.2.5
2024-05-27 16:58:49 +02:00
renovate[bot]
3ebe206ea7
Update TryGhost packages
2024-05-27 16:58:32 +02:00
renovate[bot]
c2b250fe53
Update dependency lint-staged to v15.2.4
2024-05-27 15:11:33 +02:00
renovate[bot]
6ff08c5c14
Update dependency mysql2 to v3.9.8
2024-05-27 08:04:34 +00:00
renovate[bot]
f0c8be59a8
Update dependency @types/react to v18.3.3
2024-05-27 09:37:46 +02:00
renovate[bot]
78dbbe2294
Update dependency html-validate to v8.19.1
2024-05-27 09:33:26 +02:00
renovate[bot]
3e3bcb81fd
Update dependency jsdom to v24
2024-05-27 09:07:18 +02:00
renovate[bot]
d302d4049c
Update Koenig packages
2024-05-23 19:13:38 +01:00
renovate[bot]
ad48d8eb25
Update sentry-javascript monorepo to v7.116.0
2024-05-21 14:24:23 +01:00
renovate[bot]
f01e06153f
Update dependency i18next to v23.11.5
2024-05-20 21:41:46 +00:00
renovate[bot]
a4dc6c5cf6
Update dependency i18next-parser to v8.13.0
2024-05-20 10:40:32 +01:00
renovate[bot]
7f4da080a2
Update dependency html-validate to v8.19.0
2024-05-20 10:37:52 +01:00
renovate[bot]
239b5b6369
🐛 Fixed certain snippets not inserting correctly ( #20129 )
...
ref https://linear.app/tryghost/issue/ONC-26/support-escalation-template-bug
ref https://github.com/TryGhost/Ghost/issues/18948
- bumps `@tryghost/koenig-lexical` to version that doesn't crash during snippet insertion when last node doesn't match expectations for inserting a trailing paragraph
- bumps all Koenig packages to ensure internal dependencies are pinned to prevent potential issues from mixed versions caused by yarn resolution
2024-05-16 11:39:03 +00:00
renovate[bot]
0254514fc0
Update dependency @types/node to v20.12.12
2024-05-15 08:50:57 +02:00
Fabien O'Carroll
efe160862f
Added testing utilities for NestJS
...
The supertest lib is the officially recommended way of testing NestJS e2e
2024-05-15 12:41:34 +07:00
Kevin Ansfield
d2da9d3c17
Updated metadata shown on hover in internal link lists ( #20204 )
...
closes https://linear.app/tryghost/issue/MOM-80
- updated internal linking search results items
- removed visibility text from meta data
- added additional icon for paid/specific tier visibility
- added titles to icons
- bumped `@tryghost/koenig-lexical` to include support for meta icon titles
- bumped other Koenig packages due to sub-dependency updates
2024-05-14 16:07:04 +00:00
renovate[bot]
0beba6b605
Update tiptap monorepo to v2.4.0
2024-05-14 13:29:36 +00:00
Kevin Ansfield
21321c7012
Improved internal linking copy and added query highlighting ( #20191 )
...
no issue
- bumped @tryghost/koenig-lexical to latest version
2024-05-14 11:04:06 +01:00
Steve Larson
842290cbef
Improved performance for filter strings with multiple neq statements ( #20198 )
...
ref https://linear.app/tryghost/issue/CFR-27
- updated packages to include performance improvement for NQL filter
strings including multiple neq filters for the same resource
- bumped `bookshelf-plugins`
- bumped NQL versions
We identified a performance fix that allows us to combine not equal
(neq) filters for the same resource in a logically-equivalent way that
also has far more performant resulting SQL.
We're effectively automatically combining strings like
'tag:-tag1+tag:-tag2` into 'tag:-[tag1,tag2]'.
2024-05-13 10:35:27 -05:00
renovate[bot]
534c8879f9
Update dependency rimraf to v5.0.7
2024-05-13 12:16:45 +02:00
renovate[bot]
84c1e95d4e
Update dependency rimraf to v5.0.6
2024-05-13 09:05:18 +02:00
renovate[bot]
484ba8873b
Update Types packages
2024-05-13 09:04:16 +02:00
renovate[bot]
4edb6b6731
Update dependency i18next to v23.11.4
2024-05-10 10:07:11 +00:00
renovate[bot]
fc41947738
Update dependency semver to v7.6.2
2024-05-10 08:30:32 +02:00
renovate[bot]
50a1ef1cd8
Update dependency mailgun.js to v10
2024-05-09 13:08:08 +02:00
renovate[bot]
72e136f3ff
Update dependency ember-svg-jar to v2.4.9
2024-05-09 13:03:47 +02:00
renovate[bot]
545247af28
Update dependency ember-svg-jar to v2.4.8
2024-05-09 12:48:51 +02:00
Daniel Lockyer
ac660f237d
Added jackspeak
resolution to fix ESM + CJS compat issue
...
fixes https://github.com/TryGhost/Ghost/issues/20065
refs https://github.com/storybookjs/storybook/issues/22431#issuecomment-1630086092
refs https://github.com/isaacs/jackspeak/issues/5
- this adds a resolution for jackspeak, which is a dependency deep
inside storybook
- somewhere deep in the dependency tree, we're requiring an ESM
package from a CJS package, which is causing issues
- this should hopefully avoid that by pinning jackspeak to a working version
2024-05-09 11:54:44 +02:00
renovate[bot]
e004db0636
Update dependency html-validate to v8.18.2
2024-05-09 10:42:38 +02:00
renovate[bot]
512c3e1413
Update CSS preprocessors
2024-05-09 10:36:59 +02:00
renovate[bot]
6b144b8f14
Update dependency @types/node to v20.12.11
2024-05-09 10:33:56 +02:00
renovate[bot]
e13c2b1c23
Update dependency webpack to v5.91.0
2024-05-09 08:25:51 +00:00
renovate[bot]
83e50c9883
Update dependency lint-staged to v15
2024-05-09 10:23:04 +02:00
renovate[bot]
15573b55c6
Update dependency @types/node to v20.12.10
2024-05-09 10:16:52 +02:00
renovate[bot]
4c1ecabfc7
Update sentry-javascript monorepo to v7.114.0
2024-05-09 10:16:37 +02:00
renovate[bot]
9bf5a61d99
Update tiptap monorepo to v2.3.2
2024-05-08 16:16:50 +00:00
Kevin Ansfield
b5af65a130
Added access and publish date display to internal link list on hover ( #20168 )
...
closes https://linear.app/tryghost/issue/MOM-80
- bumps @tryghost/koenig-lexical to add support for search result metadata in internal links as well as some improvements to the internal linking UI/UX
- updates search service to fetch and expose additional `visibility` and `published_at` fields for post/page resources
- updates `searchLinks` method passed to editor to decorate the search results with appropriate meta text and icon based on publish date, post visibility and member settings
2024-05-08 16:04:05 +00:00
renovate[bot]
1fea2fc616
Update dependency semver to v7.6.1
2024-05-08 09:04:44 +02:00
renovate[bot]
503dca0fdc
Update dependency @types/node to v20.12.9
2024-05-07 08:52:30 +02:00
Kevin Ansfield
2aad4ca06f
Added initial implementation of internal linking for standard links ( #20139 )
...
ref https://linear.app/tryghost/issue/MOM-81
- bumps `@tryghost/koenig-lexical` to version with updated internal linking beta features
2024-05-06 15:12:11 +00:00
renovate[bot]
88957ca1f4
Update dependency @types/nodemailer to v6.4.15
2024-05-06 11:55:52 +02:00
Kevin Ansfield
0fbea2d503
Revert "Added initial implementation of internal linking for standard links ( #20126 )" ( #20128 )
...
This reverts commit 41111893b4
.
- reverting for further polish before it ends up in next release
2024-05-02 18:50:29 +00:00