Skip to content

Update devcontainer and developer dependencies#53

Merged
dsanchezcr merged 1 commit into
mainfrom
update-packages
Jun 10, 2026
Merged

Update devcontainer and developer dependencies#53
dsanchezcr merged 1 commit into
mainfrom
update-packages

Conversation

@dsanchezcr

Copy link
Copy Markdown
Member

Bump devcontainer docker-in-docker feature to v3 and update devDependencies in both api and root packages. Key bumps include @types/node to ^25.9.2 and azure-functions-core-tools to ^4.12.0 (core tools now target Node >=20). package-lock.json and api/package-lock.json were regenerated to sync resolved versions and sub-dependency updates.

Bump devcontainer docker-in-docker feature to v3 and update devDependencies in both api and root packages. Key bumps include @types/node to ^25.9.2 and azure-functions-core-tools to ^4.12.0 (core tools now target Node >=20). package-lock.json and api/package-lock.json were regenerated to sync resolved versions and sub-dependency updates.
@dsanchezcr dsanchezcr self-assigned this Jun 10, 2026
Copilot AI review requested due to automatic review settings June 10, 2026 15:13
@dsanchezcr dsanchezcr added the enhancement New feature or request label Jun 10, 2026
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the developer environment and development-time dependencies for the React/Vite frontend and Azure Functions API, including a devcontainer feature bump and regenerated lockfiles to reflect updated resolved versions.

Changes:

  • Bump devcontainer docker-in-docker feature from v2 → v3.
  • Update root devDependencies (ESLint, TypeScript ESLint, Vite) and app deps (e.g., date-fns, lucide-react).
  • Update API devDependencies (notably azure-functions-core-tools and @types/node) and regenerate both lockfiles.
Show a summary per file
File Description
package.json Updates frontend deps/devDeps (incl. lint/tooling and @types/node) and keeps Node engine constraints.
package-lock.json Regenerated to sync resolved dependency graph with updated root package.json versions.
api/package.json Updates API devDependencies (incl. azure-functions-core-tools and @types/node) under Node 20+/22+ engines.
api/package-lock.json Regenerated to sync resolved dependency graph with updated api/package.json versions.
.devcontainer/devcontainer.json Bumps docker-in-docker feature to v3 for the devcontainer environment.

Copilot's findings

Files not reviewed (1)
  • api/package-lock.json: Language not supported
  • Files reviewed: 3/5 changed files
  • Comments generated: 2

Comment thread package.json
Comment on lines 74 to 77
"@playwright/test": "^1.59.1",
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^25.6.2",
"@types/node": "^25.9.2",
"@types/qrcode": "^1.5.6",
Comment thread api/package.json
Comment on lines 21 to +24
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^25.6.2",
"azure-functions-core-tools": "^4.11.0",
"@types/node": "^25.9.2",
"azure-functions-core-tools": "^4.12.0",
@github-actions

Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-sea-06298f70f-53.eastus2.7.azurestaticapps.net

@dsanchezcr dsanchezcr merged commit 12de686 into main Jun 10, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants