Damien Retzinger
0a33911be4
chore(deps): upgrade @actions/core to v3
2026-06-09 17:33:42 -04:00
Damien Retzinger
7f6945e30b
fix(tsconfig): set ES2022 target for jest typechecking
...
resolve-check-config and setup-install set `types: ["jest"]`, which
excludes @types/node and the lib references it pulls in. With no explicit
`target`, ts-jest typechecks against the default ES5 lib, so modern
globals like `Object.entries` fail to resolve (TS2550) and the
resolve-check-config suite fails to compile.
2026-06-09 17:33:10 -04:00
Damien Retzinger
a097371e37
feat(resolve-check-config): graphql smoke test opt-out by default
2026-05-31 21:26:17 -04:00
GrayBot
3c51e99538
chore: release 8.5.0 ( #284 )
2026-05-27 16:18:40 -04:00
GrayBot
36953b919c
chore: release 8.4.0 ( #282 )
2026-05-25 16:14:12 -04:00
GrayBot
4df4b25e05
chore: release 8.3.0 ( #280 )
2026-05-25 09:31:20 -04:00
GrayBot
8a0f197a13
chore: release 8.2.0 ( #270 )
2026-05-17 19:17:32 -04:00
Damien Retzinger
35c1ace2bc
feat(resolve-check-config): defined required integration test services required ( #269 )
2026-05-17 19:09:13 -04:00
GrayBot
b71bb8b4aa
chore: release 8.1.0 ( #266 )
2026-05-17 17:43:18 -04:00
Damien Retzinger
b98313e100
feat(resolve-check-config): add ability to use a config file to adjust jobs ( #255 )
2026-05-17 17:18:50 -04:00