Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm workspaces and bug fixes #912

Merged
merged 27 commits into from
Sep 26, 2024
Merged

npm workspaces and bug fixes #912

merged 27 commits into from
Sep 26, 2024

Conversation

dselman
Copy link
Contributor

@dselman dselman commented Sep 24, 2024

Closes #908

Verifies that for decorator arguments that reference types those types actually exist.

Changes

  • Updates Decorator.validate
  • Unit tests (positive and negative)
  • Removes Lerna and moves to npm workspaces for build
  • Removes axios and colors from concerto-util to decrease size of bundle and improve webpacking
  • Updates concerto-metamodel to 3.10.1

Flags

  • Could break some existing models that have not imported their types but reference them in decorators.

Screenshots or Video

Related Issues

  • Issue #
  • Pull Request #

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • Vital features and changes captured in unit and/or integration tests
  • Commits messages follow AP format
  • Extend the documentation, if necessary
  • Merging to main from fork:branchname

Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
Signed-off-by: Dan Selman <[email protected]>
@dselman dselman changed the title Validate decorators type references npm workspaces and bug fixes Sep 26, 2024
@dselman dselman merged commit 61fdc5a into main Sep 26, 2024
11 checks passed
@dselman dselman deleted the ds-validate-decorator-typeref branch September 26, 2024 17:30
dselman added a commit that referenced this pull request Oct 8, 2024
* fix(decorator): validate type references
* chore(deps): update concerto-metamodel to 3.10.1
* chore(npm): move to npm workspaces
* chore(concerto-util): remove axios and colors

Signed-off-by: Dan Selman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decorators can reference concepts that are not imported
2 participants