Skip to content

#67 update packages#68

Merged
ienaga merged 1 commit intomainfrom
develop
Apr 2, 2026
Merged

#67 update packages#68
ienaga merged 1 commit intomainfrom
develop

Conversation

@ienaga
Copy link
Copy Markdown
Member

@ienaga ienaga commented Apr 2, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 2, 2026 13:24
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the project’s npm dependencies/devDependencies and bumps the package version, with corresponding lockfile regeneration.

Changes:

  • Bump package version from 0.1.2 to 0.1.3.
  • Update key toolchain/runtime packages (notably vite to ^8.0.3, eslint to ^10.1.0, and typescript to ^6.0.2).
  • Refresh package-lock.json to reflect the new dependency graph.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Version bump plus dependency/devDependency upgrades (Vite/ESLint/TypeScript/@types/node).
package-lock.json Regenerated lockfile capturing transitive updates and new dependency tree (e.g., rolldown/lightningcss changes via Vite).

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

Comment on lines 36 to +40
"dependencies": {
"@electron-forge/core": "^7.11.1",
"@types/node": "^25.3.3",
"@types/node": "^25.5.0",
"picocolors": "^1.1.1",
"vite": "^7.3.1"
"vite": "^8.0.3"
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

vite was bumped to v8, which (per the lockfile) requires Node ^20.19.0 || >=22.12.0 and now lists esbuild as an (optional) peer dependency. Since this package imports Vite at runtime (loadConfigFromFile) and runs Vite via npx vite, consider explicitly adding an engines.node range (e.g. >=22.12.0) and adding esbuild as a direct dependency/peerDependency so installs don’t end up with a Vite missing its expected transformer.

Copilot uses AI. Check for mistakes.
@ienaga ienaga merged commit 0530604 into main Apr 2, 2026
18 checks passed
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