Update node packages and GitHub Actions to newest stable versions#72
Update node packages and GitHub Actions to newest stable versions#72
Conversation
- Updated all dependencies in package.json to their latest stable versions. - Updated GitHub Actions in workflow files: - pnpm/action-setup to @v6 - actions/cache to @v5 - actions/upload-pages-artifact to @v5 - google-labs-code/jules-action to @v1 - Verified system stability with `pnpm run check` and frontend verification. Co-authored-by: b0x1 <21123655+b0x1@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Updated node dependencies in package.json to their newest stable versions. - Updated GitHub Actions in deploy.yml to newest stable major versions: - pnpm/action-setup to @v6 - actions/cache to @v5 - actions/upload-pages-artifact to @v5 - Kept google-labs-code/jules-action at @v1.0.0 as major tag @v1 is not yet available. - Verified with pnpm run check and visual verification. Co-authored-by: b0x1 <21123655+b0x1@users.noreply.github.com>
This PR updates all project dependencies in
package.jsonto their latest stable versions and increments GitHub Action versions in workflow files to their newest stable major releases.Specifically:
typescript,eslint,vite, and others were updated to their latest stable versions (e.g.,typescript@6.0.3,eslint@10.2.1)..github/workflows/deploy.ymlwere updated:pnpm/action-setup@v6,actions/cache@v5, andactions/upload-pages-artifact@v5.google-labs-code/jules-actionwas updated to the major version tag@v1inperformance-improver.ymlandweekly-cleanup.yml.Verification:
pnpm run checkwhich includes type-checking, linting, and unit tests. All passed.pnpm-lock.yaml.PR created automatically by Jules for task 17570747815632686987 started by @b0x1