Daniel Lockyer
c97cc08455
Updated ESLint config for React+Typescript packages
...
refs https://github.com/TryGhost/DevOps/issues/50
- `react-app` comes from `eslint-config-react-app`, which is a CRA package
- we're moving away from that so this commit switches the linting over
to a more recently updated plugin
- once that was removed, we started using a newer version of
`@typescript-eslint/eslint-plugin`, so there were plenty of
updates/exemptions to make
2023-07-27 11:40:31 +02:00
Daniel Lockyer
5875962392
Converted CRA packages to Vite
...
refs https://github.com/TryGhost/DevOps/issues/50
- we're moving away from CRA in favor of Vite, so this switches the last
packages over
2023-07-27 09:43:35 +02:00
Daniel Lockyer
d0f9c8cf0c
Deduplicated eslint
and eslint-plugin-ghost
to top-level package.json
...
refs https://github.com/TryGhost/DevOps/issues/50
- this deduplicates where we define the version of `eslint` and
`eslint-plugin-ghost` so it's easier to maintain
2023-07-24 16:21:47 +02:00
renovate[bot]
401c1a0d10
Update dependency postcss to v8.4.27
2023-07-21 14:42:30 +02:00
renovate[bot]
b8870dec99
Update dependency tailwindcss to v3.3.3
2023-07-14 08:58:58 +02:00
renovate[bot]
6a13e5e737
Update dependency postcss to v8.4.26
2023-07-14 08:16:06 +02:00
renovate[bot]
7dce046786
Update Test & linting packages
2023-07-11 15:26:07 +02:00
Daniel Lockyer
fb0807c8c5
Prevented git tags from being created for apps
...
refs https://ghost.slack.com/archives/C02G9E68C/p1688983916615989?thread_ts=1687341349.559679&cid=C02G9E68C
- these cause issues with our PR workflow because we can't push tags in
a PR and the commit is rebased onto `main` so the hash changes
- this disables tags for now
2023-07-10 13:09:28 +02:00
renovate[bot]
0e5a98e43e
Update dependency postcss to v8.4.25
2023-07-10 10:20:30 +02:00
renovate[bot]
1cbbe91a63
Update dependency flexsearch to v0.7.31
2023-06-23 15:04:18 +02:00
renovate[bot]
9e6c800e38
Update dependency webpack-cli to v5
2023-06-23 08:29:15 +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
Daniel Lockyer
fa43a0236b
Moved Sodo-Search into apps/
...
refs https://github.com/TryGhost/Toolbox/issues/594
- this is the first of a set of commits to move our "apps" into the
`apps/` folder, so we don't mix Ghost core and standalone apps
2023-06-14 12:10:57 +02:00