Commit Graph

11 Commits

Author SHA1 Message Date
dependabot[bot] 42604315b7 build(deps-dev): bump vitest from 0.32.2 to 0.33.0 (#142)
* build(deps-dev): bump vitest from 0.32.2 to 0.33.0

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.32.2 to 0.33.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.33.0/packages/vitest)

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

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

* Update mockserver

---------

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-07-11 12:10:22 +01:00
dependabot[bot] aa1213a7ca build(deps-dev): bump h3 from 1.7.0 to 1.7.1 (#136)
* build(deps-dev): bump h3 from 1.7.0 to 1.7.1

Bumps [h3](https://github.com/unjs/h3) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/unjs/h3/releases)
- [Changelog](https://github.com/unjs/h3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unjs/h3/compare/v1.7.0...v1.7.1)

---
updated-dependencies:
- dependency-name: h3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* rebuild mockserver package

---------

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-06-29 11:43:27 +01:00
Iain Sproat f761cbf854 tests(integration): mock server validates requests (#130)
* tests(integration): mock server validates requests

* chore(logging): improve error message

* more logging improvements

* fix logging which failed if response was not json

* Use createError method in mock server

* Improve mock server error presentation

* Add speckle_function_command to integration test using github action

* fix broken merge; ours strategy was too agressive

* Resolve 'a sequence was not expected' error message in main.yml

* Tidy up commit to match existing in main

* use tag if available, otherwise commit sha.
2023-06-23 15:58:26 +02:00
dependabot[bot] 51bda7bda1 build(deps-dev): bump h3 from 1.6.6 to 1.7.0 (#128)
* build(deps-dev): bump h3 from 1.6.6 to 1.7.0

Bumps [h3](https://github.com/unjs/h3) from 1.6.6 to 1.7.0.
- [Release notes](https://github.com/unjs/h3/releases)
- [Changelog](https://github.com/unjs/h3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unjs/h3/compare/v1.6.6...v1.7.0)

---
updated-dependencies:
- dependency-name: h3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* chore(mock server): build with updated dependencies

---------

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-06-21 18:24:40 +01:00
Iain Sproat 17d75370e8 GitHub action should match server (#94)
* fix(response): should match server
2023-05-19 13:24:09 +01:00
Iain Sproat 6365357c7c fix(post schema): match server expectations (#93)
* fix(post schema): match server expectations
* Update example specklefunction
* remove steps property from specklefunction definition
2023-05-19 13:05:36 +01:00
dependabot[bot] e53d19fad7 build(deps-dev): bump h3 from 1.6.5 to 1.6.6 (#83)
* build(deps-dev): bump h3 from 1.6.5 to 1.6.6

Bumps [h3](https://github.com/unjs/h3) from 1.6.5 to 1.6.6.
- [Release notes](https://github.com/unjs/h3/releases)
- [Changelog](https://github.com/unjs/h3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unjs/h3/compare/v1.6.5...v1.6.6)

---
updated-dependencies:
- dependency-name: h3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* Rebuild dist with new dependencies

---------

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-15 18:22:19 +01:00
dependabot[bot] a0db11e95d build(deps-dev): bump h3 from 1.6.4 to 1.6.5 (#70)
* build(deps-dev): bump h3 from 1.6.4 to 1.6.5

Bumps [h3](https://github.com/unjs/h3) from 1.6.4 to 1.6.5.
- [Release notes](https://github.com/unjs/h3/releases)
- [Changelog](https://github.com/unjs/h3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unjs/h3/compare/v1.6.4...v1.6.5)

---
updated-dependencies:
- dependency-name: h3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* fix(mock-server): update dist files for mock-server

---------

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 13:11:29 +01:00
dependabot[bot] 11abc378d9 build(deps-dev): bump h3 from 1.6.2 to 1.6.4 (#20)
* build(deps-dev): bump h3 from 1.6.2 to 1.6.4

Bumps [h3](https://github.com/unjs/h3) from 1.6.2 to 1.6.4.
- [Release notes](https://github.com/unjs/h3/releases)
- [Changelog](https://github.com/unjs/h3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unjs/h3/compare/v1.6.2...v1.6.4)

---
updated-dependencies:
- dependency-name: h3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* build javascript into dist directory

---------

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-03-28 19:43:41 +01: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 1f8e68e47b Reorganise ./dist directory and move ./mockserver (#5)
* Reorganise ./dist directory and move ./mockserver

* fix(pre-commit): remove exclusions for non-existent directories
2023-03-21 23:29:58 +00:00