Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates dependencies and GitHub Actions versions across the project. The main updates include bumping the package version to 4.2.6, updating various development dependencies in the template, and upgrading GitHub Actions workflows to use newer action versions.
- Package version bumped from 4.2.5 to 4.2.6
- Multiple dependency updates including Capacitor, ESLint, Vite, and Vitest
- GitHub Actions updated from v4 to v5 for checkout and setup-node
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Version bump to 4.2.6 |
| template/package.json | Updated development dependencies including major version bump for vitest (3.2.4 → 4.0.6) |
| .github/workflows/publish.yml | Updated actions/checkout and actions/setup-node from v4 to v5 |
| .github/workflows/lint.yml | Updated actions/checkout and actions/setup-node from v4 to v5 |
| .github/workflows/codeql-analysis.yml | Updated actions/checkout from v4 to v5 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
No description provided.