Skip to content

Dependencies - #43

Merged
mlhaufe merged 2 commits into
masterfrom
dependencies
Aug 10, 2026
Merged

mlhaufe merged 2 commits into
masterfrom
dependencies

Conversation

@mlhaufe

@mlhaufe mlhaufe commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI lite review requested due to automatic review settings August 10, 2026 15:03
@mlhaufe
mlhaufe merged commit 2e60726 into master Aug 10, 2026
1 check passed
@mlhaufe
mlhaufe deleted the dependencies branch August 10, 2026 15:03

Copilot AI left a comment

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.

Pull request overview

Updates project/tooling dependencies and aligns Node.js versions across CI and the devcontainer to improve consistency and automation around dependency maintenance.

Changes:

  • Bump Nuxt/Vue/TypeScript dependencies and add an esbuild override.
  • Pin Node.js to 24.19.0 in the GitHub Pages deploy workflow(s) and devcontainer Docker image.
  • Add Dependabot config (currently devcontainer-only) and add a VS Code extension to the devcontainer.

Reviewed changes

Copilot reviewed 6 out of 8 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
package.json Updates core frontend/framework deps and adds an esbuild override.
.github/workflows/deploy.yml Pins the Node.js version used for Pages deployment.
.github/workflows copy/deploy.yml Updates Node.js version in a workflow copy outside Actions’ discovery path.
.github/dependabot.yml Introduces Dependabot configuration for devcontainers.
.devcontainer/Dockerfile Pins Node.js version for the devcontainer base image.
.devcontainer/devcontainer.json Adds VS Code PR extension to the devcontainer.
.devcontainer/.github/workflows/deploy.yml Updates Node.js version in a workflow copy inside .devcontainer/.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 32 to 36
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 24
node-version: 24.19.0
cache: npm
Comment on lines 32 to 36
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 24
node-version: 24.19.0
cache: npm
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.

2 participants