⬆️ [Deps] Upgrade Node 24, Vite 8, TS 6, oxlint, oxfmt, GitHub Actions - #58
Merged
Conversation
…tHub Actions Agent-Logs-Url: https://github.com/beefchimi/emitten/sessions/c36f9cd3-e728-4572-9dce-a0f6b09f3723 Co-authored-by: beefchimi <643944+beefchimi@users.noreply.github.com>
🦋 Changeset detectedLatest commit: f6aaab7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Copilot created this pull request from a session on behalf of
beefchimi
April 12, 2026 02:08
View session
beefchimi
force-pushed
the
copilot/update-dependencies-and-tools
branch
from
April 20, 2026 18:01
4c793e4 to
f6aaab7
Compare
beefchimi
marked this pull request as ready for review
April 20, 2026 18:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Comprehensive dependency update across the project.
Changes
Node.js
.nvmrc:20.16→24(Node 24 LTS "Krypton")engines.node:>=20.16.0→>=24.0.0Tooling migrations
ESLint → oxlint (
1.59.0)eslint,eslint-config-love,eslint-config-prettier,eslint-plugin-prettier,globals.oxlintrc.jsonwith TypeScript plugin, browser environment,no-console: warneslint.config.mjs// eslint-disable-next-linecomments from source filesPrettier → oxfmt (
0.44.0)prettierpackage,.prettierrc,.prettierignore.oxfmtrc.jsonwith equivalent settings (bracketSpacing: false,singleQuote: true,sortPackageJson: false)format/format:fixscripts to useoxfmtDependency upgrades
^5.5.4→^6.0.2^5.4.1→^8.0.8^2.0.5→^4.1.4^4.0.3→^4.5.4^2.27.7→^2.30.0TypeScript config (
tsconfig.json)"esModuleInterop": false(TypeScript 6 deprecation;moduleResolution: "bundler"already handles this)"allowSyntheticDefaultImports": true(implied bymoduleResolution: "bundler")eslint.config.mjsfromincludearray (file deleted)noUnusedLocals,noUnusedParameters,noImplicitReturns,strict) in tsconfig — TypeScript is the right place for these, not the lintervite.config.tsdefineConfigimport from'vite'to'vitest/config'— required since Vite 8 removed thetestproperty type from its ownUserConfigExportGitHub Actions
actions/checkout:v4→v6actions/setup-node:v4→v6actions/labeler:v5→v6changesets/action: stays atv1(latest isv1.7.0)20.xto24.xin workflow step names