dependabot[bot]
|
2546b01d70
|
chore(deps): Bump prettier from 2.8.8 to 3.0.0 (#7322)
* chore(deps): Bump prettier from 2.8.8 to 3.0.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0)
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: Reformat using Prettier v3.0 defaults
The main change is to add trailing commas to the last line of
block-formatted function calls.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christopher Allen <cpcallen+git@google.com>
|
2023-07-25 14:56:10 +00:00 |
|
Maribeth Bottorff
|
88ff901a72
|
chore: use prettier instead of clang-format (#7014)
* chore: add and configure prettier
* chore: remove clang-format
* chore: remove clang-format config
* chore: lint additional ts files
* chore: fix lint errors in blocks
* chore: add prettier-ignore where needed
* chore: ignore js blocks when formatting
* chore: fix playground html syntax
* chore: fix yaml spacing from merge
* chore: convert text blocks to use arrow functions
* chore: format everything with prettier
* chore: fix lint unused imports in blocks
|
2023-05-10 16:01:39 -07:00 |
|
Beka Westberg
|
67dd6dfe00
|
fix: empty procedure arrays in serialization (#6872)
|
2023-03-13 08:55:27 -07:00 |
|
Beka Westberg
|
5bbb39972a
|
chore: delete procedure data models (#6796)
* chore: delete procedure data models
* chore: remove and fix procedure model related tests
|
2023-01-26 09:35:08 -08:00 |
|
Beka Westberg
|
23fb76b9f2
|
fix: undoing and redoing parameter events (#6721)
* fix: undoing and redoing parameters creating dupe parameters
* chore: add tests for undoing and redoing adding parameters
* fix: undoing and redoing renaming parameters
* chore: change tests to tick clock
* chore: format
* chore: add tests for deleting procedure parameters
* chore: fix tests
* chore: unskip tests
* chore: fix return type of saveExtraState
* chore: increase mocha timeout
|
2023-01-06 15:32:04 -08:00 |
|
Beka Westberg
|
d6230b2a44
|
feat: procedure event serialization (#6669)
* feat: add serialization to procedure base event
* feat: add serialization to procedure change return event
* feat: add serialization to procedure create event
* feat: add serialization of the procedure delete event
* feat: add serialization of procedure enable events
* feat: add serialization of procedure parameter create events
* feat: add serialization of the parameter delete event
* feat: add serialization of procedure parameter rename events
* feat: add serialization for procedure rename events
|
2022-12-09 10:30:39 -08:00 |
|
Beka Westberg
|
1f862cb878
|
chore: disable serialization of procedure data for point release (#6610)
* chore: disable serialization of procedure data for point release
* chore: format
|
2022-11-09 14:28:05 -08:00 |
|
Beka Westberg
|
5c1860f473
|
feat: export serializers (#6586)
* feat: export serializers
* chore: update package-lock
* chore: fix typo
|
2022-10-31 10:20:34 -07:00 |
|
Beka Westberg
|
2311a94b03
|
feat: add serialization of procedure models (#6582)
* feat: add procedure model serializer
* chore: cleanup
* fix: serializer registration
* chore: add inline docs
* chore: cleanup and unskip tests
* chore: format
* fix: refactor factories to use generics
* chore: format
* chore: add docs to constructor
|
2022-10-27 15:41:46 -07:00 |
|