Skip to content

Align runtime and toolchain versions to axios 1.6.1 / Node 22.22.3 / Vite 7.3.5 / Vitest 4.1.8#798

Merged
nsano-rururu merged 3 commits into
1.9.0from
copilot/axios-1-6-1-node-22-22-3-vite-7-3-5-vitest-4-1-8
Jun 2, 2026
Merged

Align runtime and toolchain versions to axios 1.6.1 / Node 22.22.3 / Vite 7.3.5 / Vitest 4.1.8#798
nsano-rururu merged 3 commits into
1.9.0from
copilot/axios-1-6-1-node-22-22-3-vite-7-3-5-vitest-4-1-8

Conversation

Copilot AI commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

This updates the repo’s declared runtime and frontend toolchain versions to the requested set. The change is limited to version declarations and lockfile resolution for consistency across environments.

  • Runtime pin

    • .nvmrc updated from 22.22.2 to 22.22.3.
  • Dependency alignment

    • package.json updated to:
      • axios: 1.6.1
      • vite: ^7.3.5
      • vitest: ^4.1.8
      • @vitest/ui: ^4.1.8
  • Lockfile consistency

    • package-lock.json regenerated to reflect the updated version graph.
{
  "dependencies": {
    "axios": "1.6.1"
  },
  "devDependencies": {
    "vite": "^7.3.5",
    "vitest": "^4.1.8",
    "@vitest/ui": "^4.1.8"
  }
}

Copilot AI changed the title [WIP] Resolve issues with axios, node, vite, and vitest versions Align runtime and toolchain versions to axios 1.6.1 / Node 22.22.3 / Vite 7.3.5 / Vitest 4.1.8 Jun 1, 2026
Copilot AI requested a review from nsano-rururu June 1, 2026 19:10
@nsano-rururu

Copy link
Copy Markdown
Collaborator

@copilot
Dockerfile

Copilot AI commented Jun 2, 2026

Copy link
Copy Markdown
Contributor Author

@copilot
Dockerfile

Updated the Dockerfile Node base image to node:22.22.3-bookworm to match the runtime pin in commit 4192e72.

@nsano-rururu nsano-rururu marked this pull request as ready for review June 2, 2026 16:42
Copilot AI review requested due to automatic review settings June 2, 2026 16:42

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

Aligns the repository’s pinned runtime and frontend toolchain dependency versions to a specific requested set, ensuring local development (nvm), container builds, and npm resolution are consistent.

Changes:

  • Bumps the Node runtime pin from 22.22.2 to 22.22.3 in both .nvmrc and the Docker base image.
  • Aligns declared dependencies/devDependencies to axios@1.6.1, vite@^7.3.5, vitest@^4.1.8, and @vitest/ui@^4.1.8.
  • Regenerates package-lock.json to match the updated version graph.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
package.json Updates declared runtime/tooling dependency versions (axios, Vite, Vitest, Vitest UI).
package-lock.json Refreshes lockfile resolution to the new dependency graph and exact resolved versions.
Dockerfile Aligns container Node base image version with the runtime pin.
.nvmrc Updates local Node version pin to 22.22.3.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nsano-rururu nsano-rururu merged commit 06a9db3 into 1.9.0 Jun 2, 2026
1 check passed
@nsano-rururu nsano-rururu deleted the copilot/axios-1-6-1-node-22-22-3-vite-7-3-5-vitest-4-1-8 branch June 2, 2026 16:53
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.

axios 1.6.1, node 22.22.3, vite 7.3.5, vitest 4.1.8

3 participants