Commit Graph

5 Commits

Author SHA1 Message Date
dependabot[bot] 5ae566b283 build(deps-dev): bump eslint-plugin-vitest from 0.1.5 to 0.2.2 (#74)
* build(deps-dev): bump eslint-plugin-vitest from 0.1.5 to 0.2.2

Bumps [eslint-plugin-vitest](https://github.com/veritem/eslint-plugin-vitest) from 0.1.5 to 0.2.2.
- [Release notes](https://github.com/veritem/eslint-plugin-vitest/releases)
- [Commits](https://github.com/veritem/eslint-plugin-vitest/compare/v0.1.5...v0.2.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(eslint): address newly applied rules

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com>
2023-05-08 19:00:59 +01:00
dependabot[bot] 405d0af68d build(deps-dev): bump @typescript-eslint/parser from 5.57.0 to 5.57.1 (#32)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.57.0 to 5.57.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com>
2023-04-05 15:20:35 +01:00
Iain Sproat 336f03c1ed feat(client): The client should retry (#16)
* feat(client): implement backoff retries

* feat(client): retries are implemented with exponential backoff & jitter
2023-03-24 22:04:45 +00:00
Iain Sproat 1fceda4724 test(coverage): 100% test coverage & refactor to vitest and msw (#6)
* chore(refactor): tests use vitest and msw
* fix(directory): Ensure filenames conform to eslint requirements
* chore(yarn): Specify node engine version
* fix(yarn): use the proper nodelinker
* fix(GitHub workflow): yarn install with caching
* docs(README): update to match changes

---------

Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com>
2023-03-23 15:37:32 +00:00
Iain Sproat 938e24921d feat(action): Create a Typescript action (#1) 2023-03-21 23:06:59 +00:00