renovate[bot]
ddec966e5d
Update dependency tailwindcss to v3.3.2
2023-06-21 12:46:05 +02:00
renovate[bot]
e98d9e3f3c
Update dependency chokidar to v3.5.3
2023-06-21 12:41:49 +02:00
renovate[bot]
6e0e9e02ca
Update dependency postcss to v8.4.24
2023-06-21 12:41:39 +02:00
renovate[bot]
e8f5ea0f33
Update dependency serve-handler to v6.1.5
2023-06-21 12:41:12 +02:00
Daniel Lockyer
8d611112a1
Updated Renovate config to quietJS
...
- this is our homegrown Renovate preset that should keep things quiet around here
2023-06-21 12:35:40 +02:00
Daniel Lockyer
08aef4fbb4
Pinned dependencies
...
- this is an app so we want to pin dependencies to ensure we know what
version they're using
2023-06-21 12:26:56 +02:00
renovate[bot]
94242ec627
Update dependency @testing-library/react to v12.1.5
2023-06-21 12:19:41 +02:00
renovate[bot]
5a426e5575
Update dependency @testing-library/jest-dom to v5.16.5
2023-06-21 12:17:06 +02:00
renovate[bot]
7a7629620b
Add renovate.json
2023-06-21 12:15:03 +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
Sodbileg Gansukh
19b8bd2b50
Released Announcement-Bar v1.1.6
2023-06-21 17:04:56 +08:00
Sodbileg Gansukh
c1cd18b526
Added correct cursor style to announcement bar links
2023-06-21 17:03:58 +08:00
Hannah Wolfe
6161f94910
Updated to use assert/strict everywhere ( #17047 )
...
refs: https://github.com/TryGhost/Toolbox/issues/595
We're rolling out new rules around the node assert library, the first of which is enforcing the use of assert/strict. This means we don't need to use the strict version of methods, as the standard version will work that way by default.
This caught some gotchas in our existing usage of assert where the lack of strict mode had unexpected results:
- Url matching needs to be done on `url.href` see aa58b354a4
- Null and undefined are not the same thing, there were a few cases of this being confused
- Particularly questionable changes in [PostExporter tests](c1a468744b
) tracked [here](https://github.com/TryGhost/Team/issues/3505 ).
- A typo see eaac9c293a
Moving forward, using assert strict should help us to catch unexpected behaviour, particularly around nulls and undefineds during implementation.
2023-06-21 09:56:59 +01:00
Simon Backx
3e932458a4
Released Signup Form v0.1.3
2023-06-21 10:48:22 +02:00
Simon Backx
40f71cb79b
🐛 Fixed accessibility issue with hidden success message in signup form
...
refs https://ghost.slack.com/archives/CTH5NDJMS/p1686928938857799
The button read 'Subscribe email sent' on screen readers.
2023-06-21 10:38:27 +02:00
Simon Backx
0c28cebfd4
Updated rate limiting snapshot for updated copy
...
refs https://ghost.slack.com/archives/C02G9E68C/p1687303342271029
2023-06-21 10:36:53 +02:00
Daniel Lockyer
1be11e4648
Fixed include path for signup-form translations
...
- this fixes the path after we moved the signup-form folder between
workspace folders
2023-06-21 09:12:28 +02:00
sudachi12
366050a87d
Added Japanese translations ( #17050 )
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-21 09:09:02 +02:00
renovate[bot]
4a28678fa0
Update peter-evans/create-or-update-comment digest to c470f6f
2023-06-21 08:31:10 +02:00
brienjohn
4f5f58078d
Updated Traditional Chinese translations ( #16996 )
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-21 08:30:43 +02:00
renovate[bot]
e3c9af380c
Update dependency @storybook/testing-library to v0.2.0
2023-06-21 08:12:26 +02:00
Ghost CI
5dadaea515
Merged v5.52.2 into main
2023-06-21 03:32:58 +00:00
Ghost CI
18a0e173fb
v5.52.2
2023-06-21 03:32:56 +00:00
Chris Raible
2568c5898a
🐛 Fixed post scheduling for sites with transferred ownership ( #17075 )
...
refs TryGhost/Ghost#3494
- By default, the post scheduler runs as user_id = 1, which is the
original owner of the site
- If ownership has been transferred to a different user, it's possible
that there is no user with id = 1
- In this case, the scheduler would fail to publish a post, because
updating the post using user_id = 1 failed a foreign key constraint in
the post_revisions table
- This commit fixes the issue by checking if the contextUser exists, and
if not, replacing it with the current owner of the site
2023-06-20 19:51:13 -07: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
Daniel Lockyer
c1d2f250ce
Updated translation files
...
- contains some changes produced by i18next-parser
2023-06-20 14:54:04 +02:00
Ronald Langeveld
bd348dc297
🎨 Improved copy on page & post revisions ( #17068 )
...
no issue
Updates the labels of the post history components to reflect the type of
content (post or page).
It modifies the `restore-revision`, `gh-post-settings-menu`, and
`modal-post-history` components.
2023-06-20 14:52:51 +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
Simon Backx
fd2ef61b3c
🎨 Improved copy on too many login attempts
...
fixes https://github.com/TryGhost/Team/issues/2391
2023-06-20 14:32:04 +02:00
Yovko Lambrev
49931d05e7
Updated Bulgarian translations ( #16991 )
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-20 14:22:38 +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
Kasun Jayarathna
0241e28d1c
Updated Sinhalese translations ( #17064 )
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-20 14:04:25 +02:00
Kasun Jayarathna
9be5d6a4b2
Updated Sinhalese translations ( #17060 )
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-20 14:04:00 +02:00
Jono Mingard
384b468cbb
Improved naming in AdminX dirty state handling
...
refs https://github.com/TryGhost/Team/issues/3349
2023-06-20 19:59:47 +10:00
Jono Mingard
5a6421c8bb
Updated add navigation button to validate the new item
...
refs https://github.com/TryGhost/Team/issues/3433
2023-06-20 19:58:27 +10:00
Kasun Jayarathna
0b0c36a7fb
Updated Sinhalese translations ( #17063 )
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-20 11:01:55 +02:00
Kasun Jayarathna
93f9e1dfce
Updated Sinhalese translations ( #17062 )
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-20 10:57:09 +02:00
Duy
13fb5c2e31
Updated Vietnamese translations ( #17053 )
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-20 09:31:01 +02:00
Daniel Lockyer
d4c5fe2f46
Merged v5.52.1 into main
2023-06-20 08:58:53 +02:00
Ghost CI
69fddf8abe
v5.52.1
2023-06-20 06:54:10 +00:00
renovate[bot]
ea3ab6beb6
Update dependency @vitejs/plugin-react to v4.0.1
2023-06-20 08:09:23 +02:00
Jono Mingard
f084fbd025
Added dirty state navigation blocking to AdminX settings
...
refs https://github.com/TryGhost/Team/issues/3349
2023-06-20 12:58:44 +10:00
Jono Mingard
4fd0473f1b
Updated URL editing to not automatically force everything to URLs
...
refs https://github.com/TryGhost/Team/issues/3433
2023-06-20 12:01:34 +10:00
Fabien 'egg' O'Carroll
41cbc40353
Moved collections initialisation behind labs flag ( #17057 )
...
We ran into an issue where the large `published:true` query was
affecting the boot time of large sites which had knock-on effects with
availability.
2023-06-19 16:40:15 +02:00