Skip to content

chore(deps-dev): bump @tanstack/devtools-vite from 0.6.1 to 0.8.3 in /packages/backoffice - #1824

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/packages/backoffice/tanstack/devtools-vite-0.8.3
Closed

chore(deps-dev): bump @tanstack/devtools-vite from 0.6.1 to 0.8.3 in /packages/backoffice#1824
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/packages/backoffice/tanstack/devtools-vite-0.8.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Bumps @tanstack/devtools-vite from 0.6.1 to 0.8.3.

Release notes

Sourced from @​tanstack/devtools-vite's releases.

@​tanstack/devtools-vite@​0.8.3

Patch Changes

  • Updated dependencies [f4c35d2]:
    • @​tanstack/devtools-bundler-core@​0.1.1

@​tanstack/devtools-vite@​0.8.2

Patch Changes

  • #484 d6e9022 - Internal refactor: consume @tanstack/devtools-bundler-core for shared logic. No public API or behavior change.

  • Updated dependencies [d6e9022, d6e9022]:

    • @​tanstack/devtools-bundler-core@​0.1.0

@​tanstack/devtools-vite@​0.8.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/devtools-client@​0.0.8

@​tanstack/devtools-vite@​0.8.0

Minor Changes

  • #384 958c683 - feat: deliver devtools events from isolated server runtimes over Vite's native HotChannel

    Server code running in an isolated runtime (Nitro v3 worker thread, Cloudflare workerd, or any separate thread/process) does not share globalThis.__TANSTACK_EVENT_TARGET__ with the Vite dev process, so devtools events emitted on the server never reached the panel.

    The Vite plugin now bridges those events over the framework's existing import.meta.hot HotChannel — the same connection the runtime already uses for HMR. It injects a tiny, dev-only bridge into the event client when it runs in a non-client environment and wires each server environment's hot channel to the in-process ServerEventBus. No new WebSocket, no fetch, no reconnect logic, and no new runtime dependencies; the bridge is fully tree-shaken in production.

@​tanstack/devtools-vite@​0.7.2

Patch Changes

  • #466 73983a7 - Fix the plugin marketplace rendering empty ("No additional plugins available") when it should list installable plugins.

    • The client event bus no longer silently drops events emitted while its WebSocket is still connecting. Such events are now queued and flushed once the socket opens, so the marketplace's mounted request reliably reaches the server bus.
    • The marketplace now re-requests package.json every time it is opened and retries until the data arrives, so re-opening always re-fetches the plugin list.
    • Added TanStack AI Devtools (@tanstack/react-ai-devtools) to the plugin marketplace registry.
  • #449 2a2f9eb - Fix invalid syntax generated when removing parenthesized devtools JSX expressions.

  • Updated dependencies [73983a7]:

    • @​tanstack/devtools-client@​0.0.7
    • @​tanstack/devtools-event-bus@​0.4.2

... (truncated)

Changelog

Sourced from @​tanstack/devtools-vite's changelog.

0.8.3

Patch Changes

  • Updated dependencies [f4c35d2]:
    • @​tanstack/devtools-bundler-core@​0.1.1

0.8.2

Patch Changes

  • #484 d6e9022 - Internal refactor: consume @tanstack/devtools-bundler-core for shared logic. No public API or behavior change.

  • Updated dependencies [d6e9022, d6e9022]:

    • @​tanstack/devtools-bundler-core@​0.1.0

0.8.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/devtools-client@​0.0.8

0.8.0

Minor Changes

  • #384 958c683 - feat: deliver devtools events from isolated server runtimes over Vite's native HotChannel

    Server code running in an isolated runtime (Nitro v3 worker thread, Cloudflare workerd, or any separate thread/process) does not share globalThis.__TANSTACK_EVENT_TARGET__ with the Vite dev process, so devtools events emitted on the server never reached the panel.

    The Vite plugin now bridges those events over the framework's existing import.meta.hot HotChannel — the same connection the runtime already uses for HMR. It injects a tiny, dev-only bridge into the event client when it runs in a non-client environment and wires each server environment's hot channel to the in-process ServerEventBus. No new WebSocket, no fetch, no reconnect logic, and no new runtime dependencies; the bridge is fully tree-shaken in production.

0.7.2

Patch Changes

  • #466 73983a7 - Fix the plugin marketplace rendering empty ("No additional plugins available") when it should list installable plugins.

    • The client event bus no longer silently drops events emitted while its WebSocket is still connecting. Such events are now queued and flushed once the socket opens, so the marketplace's mounted request reliably reaches the server bus.
    • The marketplace now re-requests package.json every time it is opened and retries until the data arrives, so re-opening always re-fetches the plugin list.
    • Added TanStack AI Devtools (@tanstack/react-ai-devtools) to the plugin marketplace registry.
  • #449 2a2f9eb - Fix invalid syntax generated when removing parenthesized devtools JSX expressions.

... (truncated)

Commits
  • 0600635 ci: Version Packages (#487)
  • f9553f5 ci: Version Packages (#486)
  • d6e9022 feat: add @​tanstack/devtools-rspack (1:1 Vite parity) + shared @​tanstack/devt...
  • e026667 ci: Version Packages (#475)
  • 7114ecd test: e2e suite (8 apps + server↔client probe) + unit/component coverage (#472)
  • f17d7e8 chore: add bugs.url metadata to all published packages (#470)
  • d9f2b37 ci: Version Packages (#468)
  • 958c683 feat: deliver devtools events from isolated server runtimes via Vite HotChann...
  • ca6e266 ci: Version Packages (#465)
  • 2a2f9eb fix(devtools-vite): preserve valid syntax when removing parenthesized devtool...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@tanstack/devtools-vite](https://github.com/TanStack/devtools/tree/HEAD/packages/devtools-vite) from 0.6.1 to 0.8.3.
- [Release notes](https://github.com/TanStack/devtools/releases)
- [Changelog](https://github.com/TanStack/devtools/blob/main/packages/devtools-vite/CHANGELOG.md)
- [Commits](https://github.com/TanStack/devtools/commits/@tanstack/devtools-vite@0.8.3/packages/devtools-vite)

---
updated-dependencies:
- dependency-name: "@tanstack/devtools-vite"
  dependency-version: 0.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 21, 2026
@william-schlegel

Copy link
Copy Markdown
Contributor

Superseded by #1831, which combines all of #1814#1830 into a single dependency update.

@dependabot @github

dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/bun/packages/backoffice/tanstack/devtools-vite-0.8.3 branch August 25, 2026 09:23
william-schlegel added a commit that referenced this pull request Aug 25, 2026
* chore(deps): combine dependency bumps from #1814-#1830

Supersedes the following Dependabot PRs by combining them into a single
update:

- #1814 patch group across 3 directories (6 updates)
- #1815, #1819, #1822, #1827, #1829 jsdom 29.1.1 -> 30.0.1
- #1816, #1820, #1824 @tanstack/devtools-vite ^0.6.0 -> ^0.8.3
- #1817, #1821, #1823, #1826, #1828 vite ^7.3.6 -> ^8.2.1
- #1818, #1825, #1830 ora ^8.2.0 -> ^9.4.1

packages/backoffice/src/routeTree.gen.ts is regenerated by the
@tanstack/router-plugin bump (import ordering only).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* align versions accros all packages

* fix e2e errors

* fix coderabbit review

---------

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant