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

Added devtools packages to the main build. Dependencies updates and clean-ups. #20

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

dhuebner
Copy link
Member

@dhuebner dhuebner commented Nov 29, 2024

This change adds building of the vs-code extension and corresponding webview to the main package build.

Following was done:

  • Added devtools extension to the main build
  • Upgrade Jest to v28
  • Dependencies and eslint cleanup
  • Upgrade to ag grid table v31
  • Added type import eslint rule

There were also some changes to indentation strings the in example project and linting fixes in MD files.

@dhuebner dhuebner force-pushed the dhuebner/add_DevTools_toBuild branch from 59ae819 to 8e1277f Compare December 6, 2024 13:15
Fixed vite build
Upgrade Jest to v28
Add devtools extension to the main build
Dependencies and eslint cleanup
Upgrade to ag grid table v31
Increase version to v0.5.0
Added type import eslint rule
@dhuebner dhuebner force-pushed the dhuebner/add_DevTools_toBuild branch from 8e1277f to 61bee82 Compare December 6, 2024 13:17
# Conflicts:
#	examples/calico-colors/package.json
#	package-lock.json
#	packages/vscode-messenger-devtools/package.json
#	packages/vscode-messenger-devtools/webview-ui/package.json
@dhuebner dhuebner requested a review from spoenemann December 6, 2024 13:40
@dhuebner dhuebner marked this pull request as ready for review December 6, 2024 13:40
"ts-jest": "^27.1.4"
"jest": "^28.0.0",
"ts-jest": "^28.0.0",
"rimraf": "^3.0.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could switch to shx for cleaning output files like in langium.

@dhuebner dhuebner merged commit 18e94bb into main Dec 20, 2024
1 check passed
@dhuebner dhuebner deleted the dhuebner/add_DevTools_toBuild branch December 20, 2024 06:19
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.

2 participants