⬆️ Update Node Dependencies - #116
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/node-dependencies
branch
from
August 25, 2026 15:34
0874f56 to
6bc9042
Compare
renovate
Bot
force-pushed
the
renovate/node-dependencies
branch
12 times, most recently
from
September 1, 2026 13:37
57d97e7 to
b19cf89
Compare
renovate
Bot
force-pushed
the
renovate/node-dependencies
branch
10 times, most recently
from
September 8, 2026 11:50
eedc7b4 to
3aec82d
Compare
renovate
Bot
force-pushed
the
renovate/node-dependencies
branch
2 times, most recently
from
September 10, 2026 20:08
fe5c514 to
b167c20
Compare
renovate
Bot
force-pushed
the
renovate/node-dependencies
branch
4 times, most recently
from
September 15, 2026 21:34
7c6b412 to
ace8bf6
Compare
renovate
Bot
force-pushed
the
renovate/node-dependencies
branch
from
September 19, 2026 02:13
ace8bf6 to
9796f06
Compare
renovate
Bot
force-pushed
the
renovate/node-dependencies
branch
from
September 19, 2026 10:34
9796f06 to
d65beba
Compare
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.
This PR contains the following updates:
3.14.10→3.14.1325.9.5→25.9.819.2.18→19.3.019.2.4→19.3.06.1.0→6.1.11.19.0→1.20.00.5.4→0.5.717.11.0→17.12.019.2.8→19.3.019.2.8→19.3.07.18.2→7.18.48.67.0→8.70.08.2.2→8.3.0Release Notes
TanStack/virtual (@tanstack/react-virtual)
v3.14.13Compare Source
Patch Changes
#1282
b48e3b0- SkipflushSyncfor the synchronous notify raised frommeasureElement. React callsmeasureElementfrom a ref callback, i.e. while it is committing, andflushSynccannot flush there — it warns in development instead. The commit phase already runs at discrete (sync) priority, so the update lands in the same lane and the same frame withoutflushSync. Notifies from every other path (ResizeObserver re-measures, scroll adjustments) still flush synchronously.Updated dependencies [
06d1b6b,2c0a0ea]:v3.14.12Compare Source
Patch Changes
ab3278c]:v3.14.11Compare Source
Patch Changes
4a0adf3]:vitejs/vite-plugin-react (@vitejs/plugin-react)
v6.1.1Compare Source
Add
compiler.logDiagnosticsoptionRecoverable React Compiler diagnostics are no longer logged by default. Set
compiler.logDiagnosticstotrueto log them through Vite. Fatal diagnostics are always logged and fail the transform.Respect environment sourcemap option for React Compiler transform when
builder.sharedPluginsis enabled (#1439)The React Compiler transform was using the top-level sourcemap option instead of the environment sourcemap option. This caused a problem when the experimental
builder.sharedPluginswas enabled.axios/axios (axios)
v1.20.0Compare Source
v1.20.0 — August 19, 2026
This release hardens runtime option handling, adds RFC 9110 status-code aliases, fixes Node.js and XHR reliability issues, and refreshes project tooling and documentation.
🔒 Security Fixes
🐛 Bug Fixes
🔧 Maintenance & Chores
🌟 New Contributors
We are thrilled to welcome our new contributors. Thank you for helping improve axios:
Full Changelog (axios/axios@v1.19.0...v1.20.0)
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.5.7Compare Source
Add
allowCompoundComponentsoption (#117)Don't warn when components are exported as an object gathering them. Every member of the object must be a component, and a member holding an anonymous function requires a component name as key.
This should be enabled if the fast refresh implementation correctly handles this case. Vite supports it since
@vitejs/plugin-react4.7.0,@vitejs/plugin-react-swc3.11.0.{ "react-refresh/only-export-components": [ "error", { "allowCompoundComponents": true } ] }Enabling this option allows code such as the following:
v0.5.6Compare Source
v0.5.5Compare Source
export { Name }incorrectly treated as React component #114 (fixes #113)contentTypeandsizetoallowExportNamesin Next config #115sindresorhus/globals (globals)
v17.12.0Compare Source
50a2119__webpack_layer__global (#351)779a11areact/react (react)
v19.3.0Compare Source
react/react (react-dom)
v19.3.0Compare Source
remix-run/react-router (react-router-dom)
v7.18.4Compare Source
v7.18.3Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.70.0Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.69.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.68.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v8.3.0Compare Source
Features
Bug Fixes
node_modulespath segments as dependencies (fix #17467) (#23437) (ef0dc17)Performance Improvements
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.