Skip to content

Update node packages and GitHub Actions to newest stable versions#72

Merged
b0x1 merged 2 commits intomainfrom
update-deps-and-actions-17570747815632686987
Apr 21, 2026
Merged

Update node packages and GitHub Actions to newest stable versions#72
b0x1 merged 2 commits intomainfrom
update-deps-and-actions-17570747815632686987

Conversation

@b0x1
Copy link
Copy Markdown
Owner

@b0x1 b0x1 commented Apr 20, 2026

This PR updates all project dependencies in package.json to their latest stable versions and increments GitHub Action versions in workflow files to their newest stable major releases.

Specifically:

  • Node packages like typescript, eslint, vite, and others were updated to their latest stable versions (e.g., typescript@6.0.3, eslint@10.2.1).
  • GitHub Actions in .github/workflows/deploy.yml were updated: pnpm/action-setup@v6, actions/cache@v5, and actions/upload-pages-artifact@v5.
  • google-labs-code/jules-action was updated to the major version tag @v1 in performance-improver.yml and weekly-cleanup.yml.

Verification:

  • Ran pnpm run check which includes type-checking, linting, and unit tests. All passed.
  • Performed visual verification using Playwright to ensure the application still loads correctly.
  • Synchronized pnpm-lock.yaml.

PR created automatically by Jules for task 17570747815632686987 started by @b0x1

- 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>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

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>
@b0x1 b0x1 merged commit 35e544b into main Apr 21, 2026
5 checks passed
@b0x1 b0x1 deleted the update-deps-and-actions-17570747815632686987 branch April 21, 2026 19:11
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.

1 participant