Add CI workflow and update dependencies#18
Merged
radiolabme merged 3 commits intomainfrom Feb 12, 2026
Merged
Conversation
Runs on PRs and pushes to main: - Lint (ESLint) - Type check (astro check + tsc) - Unit tests (Vitest)
Dependencies updated: - astro 5.16.11 -> 5.17.2 - @playwright/test 1.57.0 -> 1.58.2 - @typescript-eslint/* 8.53.0 -> 8.55.0 - @vitest/ui, vitest 4.0.17 -> 4.0.18 - jsdom 27.4.0 -> 28.0.0 - prettier 3.8.0 -> 3.8.1 - globals 17.0.0 -> 17.3.0 - @types/node 25.0.9 -> 25.2.3 CI verification changes: - Only fail on critical/high severity vulnerabilities - Treat moderate/low as warnings (common in dev tooling) Note: ESLint 10 upgrade deferred pending @typescript-eslint support
Collaborator
Author
|
@nereye - There was a type error in the Yakima location configuration that was missed in the CI testing. I fixed the CI testing and added the missing escort required type. Tagging you so you are aware of the change to testing and the location. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add continuous integration workflow and update project dependencies.
Changes
CI Workflow
.github/workflows/ci.ymlrunning on PRs and pushes to mainType Fix
escortproperty on Yakima venue causing type errorsDependency Updates
CI Verification Improvements
Notes