renovate[bot]
7f169cdd96
Update dependency html-validate to v7.10.1
2022-12-05 10:21:00 +07:00
renovate[bot]
1e2c45f208
Update dependency terser to v5.16.1
2022-12-05 10:20:15 +07:00
renovate[bot]
c203f1da7a
Update dependency lint-staged to v13.1.0
2022-12-05 09:23:47 +07:00
renovate[bot]
cdca9d73b3
Update Test & linting packages
2022-12-02 23:05:46 +00:00
Sam Lord
40903c3136
Fixed browser-based tests in local context
...
no issue
Local tests can now setup Stripe during the global setup process, and the webhook server is run out-of-process.
Running tests in CI against localhost will use environment variables to setup Stripe.
Providing a test URL will avoid setting up Stripe and will assume that it is already done.
2022-12-02 17:04:04 +00:00
renovate[bot]
46bb38b18a
Update sentry-javascript monorepo to v7.23.0
2022-12-02 11:59:31 +07:00
renovate[bot]
40c4ae4e00
Update dependency @babel/plugin-proposal-decorators to v7.20.5
2022-11-30 12:28:57 +07:00
renovate[bot]
491cf44f52
Update dependency @sinonjs/fake-timers to v10
2022-11-30 12:26:53 +07:00
renovate[bot]
d6a9b464b3
Update dependency jwks-rsa to v3
2022-11-30 12:24:08 +07:00
renovate[bot]
8682100e58
Update dependency @types/mocha to v10.0.1
2022-11-30 12:23:06 +07:00
renovate[bot]
fc16bf97da
Update dependency postcss-cli to v10.1.0
2022-11-30 10:09:41 +07:00
renovate[bot]
b05434ca91
Update metascraper to v5.32.2
2022-11-29 17:02:07 +00:00
Kevin Ansfield
457c672c6a
Added URL transform for image cards in Lexical documents ( #15890 )
...
refs https://github.com/TryGhost/Team/issues/2225
- updated the `formatOnWrite` transform map for posts to include the new `nodes` and `transformMap` options used by `urlUtils` for transforming node payload data
- added `nodes` to the `lexicalLib` module that pulls in our default nodes to be passed in to the URL transform utilities
- added `urlTransformMap` to the `lexicalLib` module that maps transform type and data type to URL transform utility functions that accept a single URL argument
2022-11-29 16:57:01 +00:00
renovate[bot]
79ac85e63f
Update dependency lint-staged to v13.0.4
2022-11-28 08:43:37 +07:00
renovate[bot]
68d3faf77c
Update dependency terser to v5.16.0
2022-11-24 19:01:01 +00:00
e.baidakova
f5e1e6296c
Add suppression modal to Portal
...
closes TryGhost/Team#2256
- Users can remove themselves from the suppression list from the profile in Portal.
2022-11-24 13:58:27 +04:00
e.baidakova
f151d223c3
Add ability to import css files
...
closes TryGhost/Team#2256
- Now we can write css in separate files and then import them as string.
2022-11-24 13:58:27 +04:00
renovate[bot]
e48072e471
Update dependency bson-objectid to v2.0.4
2022-11-24 11:24:07 +07:00
renovate[bot]
a26cbacfd6
Update dependency @playwright/test to v1.28.1
2022-11-24 10:03:08 +07:00
renovate[bot]
0ca3031df1
Update sentry-javascript monorepo to v7.21.1
2022-11-23 15:15:14 +00:00
renovate[bot]
e4e8df44dd
Update sentry-javascript monorepo to v7.21.0
2022-11-23 12:29:15 +07:00
renovate[bot]
955605572e
Update dependency testem to v3.10.0
2022-11-22 17:38:30 +07:00
renovate[bot]
43f5547ae0
Update metascraper to v5.32.1
2022-11-21 15:31:26 +00:00
renovate[bot]
7978bf5a6f
Update dependency cron-validate to v1.4.5
2022-11-21 12:34:38 +00:00
renovate[bot]
96aa1c930c
Update dependency @playwright/test to v1.28.0
2022-11-21 15:37:46 +07:00
renovate[bot]
c4e41909a6
Update dependency html-validate to v7.10.0
2022-11-21 15:36:36 +07:00
renovate[bot]
4443f505fe
Update dependency concurrently to v7.6.0
2022-11-21 15:36:00 +07:00
renovate[bot]
0c2a62f47c
Update Test & linting packages
2022-11-18 23:04:37 +00:00
renovate[bot]
426c515f83
Update dependency ember-template-lint to v4.18.2
2022-11-18 01:29:10 +00:00
renovate[bot]
313c1788d9
Update dependency mailgun.js to v8.0.6
2022-11-17 22:31:28 +00:00
renovate[bot]
174525bc52
Update dependency mailgun.js to v8.0.4
2022-11-16 17:46:29 +00:00
renovate[bot]
72b57db2e8
Update dependency ember-template-lint to v4.18.1
2022-11-15 14:11:52 +00:00
renovate[bot]
c5c6b6a5cd
Update metascraper to v5.32.0
2022-11-14 21:47:17 +00:00
renovate[bot]
9175b82ab9
Update dependency postcss to v8.4.19
2022-11-14 10:18:33 +07:00
renovate[bot]
a3dd1eb6eb
Update dependency husky to v8.0.2
2022-11-14 10:16:54 +07:00
renovate[bot]
4ea21e5f44
Update metascraper to v5.31.3
2022-11-11 23:51:41 +00:00
renovate[bot]
12015a60fd
Update dependency bookshelf-relations to v2.5.0
2022-11-10 15:31:20 +00:00
renovate[bot]
b74029697f
Update dependency webpack to v5.75.0
2022-11-09 16:17:31 +00:00
Sam Lord
ce05d84940
Removed Bluebird from importer
...
refs: https://github.com/TryGhost/Ghost/issues/14882
This commit totally removes Bluebird from the importer. Updated `@tryghost/promise` to use native async/await and refactored importer logic to avoid the need of `reflect()`.
2022-11-09 16:14:37 +00:00
renovate[bot]
d4c0224fd8
Update dependency ember-template-lint to v4.18.0
2022-11-08 13:10:42 +00:00
renovate[bot]
8fa9f1e7e6
Update Test & linting packages
2022-11-07 20:39:48 +00:00
renovate[bot]
12023804de
Update dependency eslint to v8.27.0
2022-11-07 01:32:41 +00:00
Sam Lord
7b5ce01eff
Fixed yarn.lock to respect resolutions again
...
no issue
Running yarn command in a module subdirectory seems to have bypassed the resolutions defined in the top-level package.json.
2022-11-03 17:27:20 +00:00
Sam Lord
9cb95140fb
Allowed relative paths for base data pack in data generation
...
refs: https://github.com/TryGhost/Toolbox/issues/453
2022-11-03 16:48:25 +00:00
renovate[bot]
6c5553d059
Update dependency html-validate to v7.8.0
2022-11-03 10:46:36 +07:00
renovate[bot]
6afd6b6c75
Update dependency serve-handler to v6.1.5
2022-11-02 16:22:44 +07:00
renovate[bot]
8cde26f986
Update dependency ember-template-lint to v4.17.0
2022-10-31 17:37:40 +00:00
renovate[bot]
ac01fc5e42
Update dependency @babel/plugin-proposal-decorators to v7.20.0
2022-10-31 10:38:05 +07:00
renovate[bot]
5d49ce269a
Update dependency cssnano to v5.1.14
2022-10-31 09:50:23 +07:00
renovate[bot]
61ff499037
Update dependency sanitize-html to v2.7.3
2022-10-27 22:42:54 +00:00