Renovate Bot
4a1da452e9
Update Test & linting packages
2021-09-22 14:29:23 +00:00
Naz
b428648665
Published new versions
...
- @tryghost/adapter-manager@0.2.15
- @tryghost/bootstrap-socket@0.2.10
- @tryghost/config-url-helpers@0.1.1
- @tryghost/constants@0.1.9
- @tryghost/errors@0.2.14
- @tryghost/image-transform@1.0.14
- @tryghost/job-manager@0.8.8
- @tryghost/limit-service@0.6.2
- @tryghost/moleculer-service-from-class@0.2.18
- @tryghost/mw-session-from-token@0.1.23
- @tryghost/package-json@1.0.3
- @tryghost/pretty-cli@1.2.19
- @tryghost/promise@0.1.10
- @tryghost/release-utils@0.6.16
- @tryghost/security@0.2.10
- @tryghost/session-service@0.1.25
- @tryghost/tpl@0.1.4
- @tryghost/vhost-middleware@1.0.16
- @tryghost/zip@1.1.15
2021-09-22 11:59:35 +02:00
Renovate Bot
ff5ee78825
Update dependency c8 to v7.9.0
2021-09-10 04:03:35 +00:00
Renovate Bot
2b7e2676eb
Update dependency c8 to v7.8.0
2021-07-28 17:56:14 +00:00
Sam Lord
320e689ad4
Published new versions
...
- @tryghost/adapter-manager@0.2.14
- @tryghost/config-url-helpers@0.0.1
- @tryghost/errors@0.2.13
- @tryghost/image-transform@1.0.13
- @tryghost/moleculer-service-from-class@0.2.17
- @tryghost/mw-session-from-token@0.1.22
- @tryghost/package-json@1.0.2
- @tryghost/session-service@0.1.24
- @tryghost/tpl@0.1.3
2021-06-17 10:50:39 +01:00
Renovate Bot
ede081837b
Update dependency c8 to v7.7.3
2021-06-15 13:11:52 +00:00
Daniel Lockyer
939d4d9591
Published new versions
...
- @tryghost/package-json@1.0.1
- @tryghost/tpl@0.1.2
2021-06-15 14:10:54 +01:00
Renovate Bot
8bed51c7aa
Pin dependency c8 to v7.7.2
2021-06-15 10:05:23 +00:00
Daniel Lockyer
e14beeb7d2
Moved c8 to devDependencies
...
no issue
- `c8` is only used to check coverage in testing and we don't directly
use it from within `tpl`, so this can be moved to `devDependencies`
2021-06-15 11:04:14 +01:00
Hannah Wolfe
9eed5d69ef
Published new versions
...
- @tryghost/package-json@1.0.0
- @tryghost/tpl@0.1.1
2021-06-09 15:50:58 +01:00
Hannah Wolfe
224c6996f1
Added new tests & missing return type to tpl
...
- Ensuring that various strings from en.json will work
- Added missing return type
2021-06-09 12:25:45 +01:00
Hannah Wolfe
b06e2a4577
Published new versions
...
- @tryghost/adapter-manager@0.2.13
- @tryghost/bootstrap-socket@0.2.9
- @tryghost/constants@0.1.8
- @tryghost/errors@0.2.12
- @tryghost/image-transform@1.0.12
- @tryghost/job-manager@0.8.7
- @tryghost/limit-service@0.6.1
- @tryghost/moleculer-service-from-class@0.2.16
- @tryghost/mw-session-from-token@0.1.21
- @tryghost/package-json@0.1.2
- @tryghost/pretty-cli@1.2.18
- @tryghost/promise@0.1.9
- @tryghost/release-utils@0.6.15
- @tryghost/security@0.2.9
- @tryghost/session-service@0.1.23
- @tryghost/tpl@0.1.0
- @tryghost/vhost-middleware@1.0.15
- @tryghost/zip@1.1.14
2021-06-09 12:10:10 +01:00
Hannah Wolfe
1a0436b540
Added ts-ignore for lodash interpolate
...
- ts complains the value may be undefined but in reality it never is
- plus we don't care about this error in this context as the test is checking that the value is set to its default
2021-06-09 12:00:07 +01:00
Hannah Wolfe
202e0a0bb6
Added coverage reporting for tpl package
...
- this is 100% already
2021-06-09 11:57:52 +01:00
Hannah Wolfe
6d3a629690
Added minimal tpl() template helper
...
- This mini helper wraps lodash template and supports `{...}` as the delimiters
- It's designed to use and support the exact same patterns we already have in our en.json strings
E.g. The {flagName} flag must be enabled in labs if you wish to use the \\{\\{{helperName}\\}\\} helper.
- This allows us to get rid of our old, broken i18n helper and still keep some of the smart messaging we have setup
- It also keeps the refactor surface area minimal
2021-06-09 10:04:49 +01:00