Skip to content

Fix typescript errors and consolidate dependencies#56

Merged
daniel-montalvo merged 1 commit into
mainfrom
fix-typescript-errors
May 18, 2026
Merged

Fix typescript errors and consolidate dependencies#56
daniel-montalvo merged 1 commit into
mainfrom
fix-typescript-errors

Conversation

@daniel-montalvo
Copy link
Copy Markdown
Contributor

Since I am trying to use act-tools as a dev dependency for building the WAI assets, it appears that there are typescript errors that prevent installing the package. The package-lock.json of act-rules.github.io pinned act-tools to an older versions and that is currently generating the wrong assets for the WAI website. Hopefully this resolves the typescript errors and will forwward act-tools to the latest version

@daniel-montalvo daniel-montalvo self-assigned this May 12, 2026
Comment thread package.json
Comment on lines +24 to +27
"@types/debug": "^4.1.12",
"@types/js-yaml": "^4.0.2",
"@types/jsonld": "^1.5.15",
"@types/markdown-table": "2.0.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Question: Getting the @types out of devDependencies looks very weird since they should only be needed at build time 🤔 Would that be a symptom of something else being wonky in the setup (e.g. not packaging the correct files, …)? Maybe linked to the fact that act-tools is not properly released (we always load it from the repo).

Not blocking due to that as its minor, but it is maybe something we should look at.

@daniel-montalvo
Copy link
Copy Markdown
Contributor Author

Agree completely @Jym77 we should probably put some more time to think how we want this act-tools to be consumed by act-rules.github.io even if we decide not to release it. But for now I'd say let's merge this in and unblock the WAI website workflow

@daniel-montalvo daniel-montalvo merged commit ed4d045 into main May 18, 2026
1 check passed
@daniel-montalvo daniel-montalvo deleted the fix-typescript-errors branch May 18, 2026 13:45
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.

3 participants