chore(deps-dev): bump @types/node from 24.12.4 to 25.8.0 in the types group#15
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps-dev): bump @types/node from 24.12.4 to 25.8.0 in the types group#15dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the types group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 24.12.4 to 25.8.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.8.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: types ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Merged
7 tasks
hoangsnowy
added a commit
that referenced
this pull request
May 18, 2026
Two more Dependabot majors that pass the full local gate after a small tsconfig migration: - typescript 5.9.3 -> 6.0.3 (#17) - @types/node 24.12.4 -> 25.8.0 (#15) TypeScript 6 errors on `baseUrl` ("deprecated, removed in TS 7"); both tsconfigs use it only as a path-mapping anchor. Removed `baseUrl` from tsconfig.node.json and tsconfig.web.json and prefixed `paths` entries with `./` so resolution stays relative to the tsconfig directory. No import-site changes needed (still `@shared/*`, `@main/*`, `@renderer/*`). @types/node 25 against Node 22.22.1 runtime: typecheck stays clean because no Node-25-only globals are referenced. Will revisit when Node 26 LTS lands and runtime catches up. Still held back (peer-dep walls): - electron 41 -> 42 @electron/rebuild can't find a better-sqlite3 12.10.x prebuild for ABI 147 -> falls through to node-gyp -> MSVC compile fails. Stay on 41 per CLAUDE.md. - eslint 9 -> 10 eslint-plugin-react@7.37.5 latest peer caps at eslint ^9.7. Blocked until v8 of the plugin ships. - vite 7 -> 8 + plugin-react 5 -> 6 electron-vite@5.0.0 peer caps at vite ^7. electron-vite@6 is still beta. Wait for stable. Verified locally: lint, typecheck (node + web), 95/95 vitest, build (main 75kB, preload 4kB, renderer 896kB), 6/6 e2e.
Contributor
Author
|
Looks like @types/node is no longer updatable, so this is no longer needed. |
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.
Bumps the types group with 1 update: @types/node.
Updates
@types/nodefrom 24.12.4 to 25.8.0Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions