Commit Graph

18 Commits

Author SHA1 Message Date
renovate[bot] 057d9599f5 Update TryGhost packages 2023-10-31 20:54:17 +01:00
Daniel Lockyer 85d41d0562 Aligned dependencies with resolution values
- this commit brings all dependencies up-to-date with the version set as
  a resolution
2023-10-13 08:37:36 +02:00
Daniel Lockyer 85098e07d4 Configured all unit tests to use dot reporter
refs https://ghost.slack.com/archives/C02G9E68C/p1696490748701419

- this configures mocha to use the dot reporter because the default is
  way too verbose in CI
2023-10-05 12:24:24 +02:00
Daniel Lockyer c6cb35074a Updated linting and testing packages 2023-09-01 15:51:17 +02:00
renovate[bot] 7dce046786 Update Test & linting packages 2023-07-11 15:26:07 +02:00
renovate[bot] ae8be7c937 Update dependency semver to v7.5.4 2023-07-10 10:15:37 +02:00
renovate[bot] c0d32080b7 Update dependency semver to v7.5.3 2023-06-23 07:08:38 +02:00
renovate[bot] d6664b70fd Update dependency semver to v7.5.2 2023-06-16 09:56:57 +02:00
renovate[bot] e66d335aef Update dependency semver to v7.5.1 2023-05-15 15:13:17 +02:00
renovate[bot] 52b7086d1d Update dependency semver to v7.5.0 2023-04-26 10:14:22 +02:00
renovate[bot] 88e1f2c50f Update dependency semver to v7.4.0 2023-04-11 11:01:01 +02:00
renovate[bot] 07545541a8 Update @tryghost 2023-04-07 13:47:12 +02:00
renovate[bot] 83373e1751 Update Test & linting packages 2023-04-05 15:16:08 +02:00
Daniel Lockyer b64d32cc26 Removed heavy dependency within `@tryghost/errors`
- we previously used `@stdlib/utils` instead of the child package
  `@stdlib/copy`, which is a lot smaller and contains our only use of
  the parent
- this saves 140+MB of dependencies
2023-04-05 13:46:15 +02:00
Daniel Lockyer 7ec2656495 Added yarn resolution for `@tryghost/errors`
- we keep ending up with multiple versions of the depedency in our tree,
  and it's causing problems when comparing instances
- the workaround I'm implementing for now is to bump the package
  everywhere and set a resolution so we only have 1 shared instance
- hopefully we can come up with a better method down the line
2023-04-05 09:34:50 +02:00
renovate[bot] 2223db5379
Update Test & linting packages 2023-03-13 02:36:20 +00:00
renovate[bot] 9f08732039 Update @tryghost 2023-03-02 09:47:02 +01:00
Daniel Lockyer 93e0898c12
Extracted `version-match` middleware to separate package
- this middlware is standalone and has 100% test coverage, therefore we
  can move it out to a separate package and remap the requires
  accordingly
2023-02-27 18:34:03 +01:00