Skip to content

Releases: specklesystems/speckle-automate-github-action

0.9.2

08 Feb 21:15
80cb1a7
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump @types/node from 18.19.6 to 18.19.14 by @dependabot in #334
  • build(deps-dev): bump vite from 5.0.12 to 5.1.0 by @dependabot in #333
  • build(deps-dev): bump @typescript-eslint/parser from 6.18.1 to 6.21.0 by @dependabot in #332

Full Changelog: 0.9.1...0.9.2

0.9.1

07 Feb 17:01
a1af4e6
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/cache from 3 to 4 by @dependabot in #315

  • build(deps): bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #329

  • build(deps-dev): bump vite from 5.0.11 to 5.0.12 by @dependabot in #320

  • build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 by @dependabot in #308

  • build(deps-dev): bump @vitest/coverage-istanbul from 1.1.3 to 1.2.2 by @dependabot in #325

  • build(deps-dev): bump msw from 2.0.13 to 2.1.7 by @dependabot in #328

  • build(deps-dev): bump vitest from 1.1.3 to 1.2.2 by @dependabot in #324

  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.18.1 to 6.21.0 by @dependabot in #331

  • build(deps-dev): bump eslint-plugin-vitest from 0.3.20 to 0.3.22 by @dependabot in #330

  • build(deps-dev): bump prettier from 3.1.1 to 3.2.5 by @dependabot in #326

Full Changelog: 0.9.0...0.9.1

0.9.0

09 Jan 20:05
ff56aeb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.9.0

0.8.0

12 Nov 17:21
0e00242
Compare
Choose a tag to compare

What's Changed

Validation of the input data now fully aligns with the server API.

Full Changelog: 0.7.1...0.8.0

0.7.1

10 Nov 23:01
9463df7
Compare
Choose a tag to compare

What's Changed

Fix

  • Allow recommended CPU and memory to be NaN values and not error by @iainsproat in #260

Chores

  • build(deps-dev): bump @types/node from 18.17.4 to 18.18.8 by @dependabot in #242
  • build(deps): bump @babel/traverse from 7.22.8 to 7.23.2 by @dependabot in #235
  • build(deps-dev): bump eslint from 8.46.0 to 8.53.0 by @dependabot in #244
  • build(deps-dev): bump prettier from 3.0.1 to 3.0.3 by @dependabot in #206
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #209
  • build(deps): bump actions/setup-node from 3 to 4 by @dependabot in #237
  • build(deps-dev): bump @typescript-eslint/parser from 6.3.0 to 6.9.1 by @dependabot in #241
  • build(deps-dev): bump eslint-import-resolver-typescript from 3.5.5 to 3.6.1 by @dependabot in #218
  • build(deps-dev): bump eslint-plugin-vitest from 0.2.8 to 0.3.9 by @dependabot in #249
  • build(deps-dev): bump @vitest/coverage-istanbul from 0.34.1 to 0.34.6 by @dependabot in #248
  • build(deps-dev): bump vite from 4.4.9 to 4.5.0 by @dependabot in #247
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.3.0 to 6.10.0 by @dependabot in #252
  • build(deps-dev): bump vitest from 0.34.1 to 0.34.6 by @dependabot in #246
  • build(deps-dev): bump eslint-plugin-import from 2.28.0 to 2.29.0 by @dependabot in #245
  • build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 by @dependabot in #251
  • build(deps-dev): bump msw from 1.3.2 to 2.0.5 by @dependabot in #259
  • build(deps-dev): bump @typescript-eslint/parser from 6.9.1 to 6.10.0 by @dependabot in #257
  • build(deps-dev): bump eslint-plugin-github from 4.9.2 to 4.10.1 by @dependabot in #254
  • build(deps): bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #256
  • build(deps-dev): bump typescript from 5.1.6 to 5.2.2 by @dependabot in #253

Full Changelog: 0.7.0...0.7.1

0.7.0

06 Nov 13:51
2f4e3cf
Compare
Choose a tag to compare

What's Changed

Features

  • feat(compute resources): allow recommended maximum limits of CPU and Memory for a Function to be defined by @iainsproat in #243

Chores

Full Changelog: 0.6.1...0.7.0

0.6.1

22 Sep 10:18
342c0fb
Compare
Choose a tag to compare

0.6.0

22 Sep 09:36
5462de9
Compare
Choose a tag to compare

0.5.0

18 Sep 15:27
ea219de
Compare
Choose a tag to compare

0.4.0

11 Aug 14:06
4599eff
Compare
Choose a tag to compare

Improve function input schema path handling