Skip to content

chore(deps-dev): bump vite from 5.4.21 to 8.1.5 in /dashboard#23

Open
dependabot[bot] wants to merge 30 commits into
mainfrom
dependabot/npm_and_yarn/dashboard/vite-8.1.5
Open

chore(deps-dev): bump vite from 5.4.21 to 8.1.5 in /dashboard#23
dependabot[bot] wants to merge 30 commits into
mainfrom
dependabot/npm_and_yarn/dashboard/vite-8.1.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown

Bumps vite from 5.4.21 to 8.1.5.

Release notes

Sourced from vite's releases.

v8.1.5

Please refer to CHANGELOG.md for details.

v8.1.4

Please refer to CHANGELOG.md for details.

v8.1.3

Please refer to CHANGELOG.md for details.

v8.1.2

Please refer to CHANGELOG.md for details.

v8.1.1

Please refer to CHANGELOG.md for details.

create-vite@8.1.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.1.0

Please refer to CHANGELOG.md for details.

v8.1.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.1.0-beta.0

Please refer to CHANGELOG.md for details.

v8.1.0-beta.0

Please refer to CHANGELOG.md for details.

v8.0.16

Please refer to CHANGELOG.md for details.

v8.0.15

Please refer to CHANGELOG.md for details.

v8.0.14

Please refer to CHANGELOG.md for details.

v8.0.13

Please refer to CHANGELOG.md for details.

v8.0.12

Please refer to CHANGELOG.md for details.

v8.0.11

Please refer to CHANGELOG.md for details.

v8.0.10

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

8.1.5 (2026-07-16)

Bug Fixes

  • bundled-dev: avoid duplicated buildEnd (#22931) (8100320)
  • client: overlay error message format align rolldown (#22869) (5a72b87)
  • deps: update all non-major dependencies (#22921) (fef682d)
  • deps: update rolldown-related dependencies (#22922) (3c345e4)
  • module-runner: don't crash stack-trace source mapping when globalThis.Buffer is absent (#22945) (f8b38e3)
  • optimizer: respect importer module format for dynamic import interop with CJS deps (#22951) (6c08c39)
  • ssr: scope switch-case declarations to the switch, not the function (#22893) (b59a73f)

Documentation

  • build: fix incorrect @default for build.cssMinify (#22948) (c88c236)
  • build: fix incorrect @default for build.lib.formats (#22911) (369ed60)

Tests

  • avoid scanner scanning all files under __tests__ (#22912) (c961cae)

8.1.4 (2026-07-09)

Features

Bug Fixes

  • build: add workaround for building on stackblitz (#22840) (575c32c)
  • build: keep import.meta.url in preload function as-is (#22839) (f1f90ed)
  • deps: update all non-major dependencies (#22865) (d4295a9)
  • deps: update rolldown-related dependencies (#22866) (7cf07e4)
  • html: avoid backtracking in import-only check (#22848) (b5868c0)
  • optimizer: avoid optimizer run for transform request before init (#22852) (72a5e21)
  • ssr: align named export function call stacktrace column with Node (#22829) (173a1b6)
  • strip pure CSS chunk imports when chunkImportMap is enabled (#22841) (648bd04)

Documentation

Miscellaneous Chores

  • deps: update dependency postcss-modules to v9 (#22867) (a9539d6)

Code Refactoring

Tests

... (truncated)

Commits
  • 5e7fe12 release: v8.1.5
  • 6c08c39 fix(optimizer): respect importer module format for dynamic import interop wit...
  • 5a72b87 fix(client): overlay error message format align rolldown (#22869)
  • f8b38e3 fix(module-runner): don't crash stack-trace source mapping when globalThis.Bu...
  • 8100320 fix(bundled-dev): avoid duplicated buildEnd (#22931)
  • c88c236 docs(build): fix incorrect @default for build.cssMinify (#22948)
  • b59a73f fix(ssr): scope switch-case declarations to the switch, not the function (#22...
  • fef682d fix(deps): update all non-major dependencies (#22921)
  • 3c345e4 fix(deps): update rolldown-related dependencies (#22922)
  • 369ed60 docs(build): fix incorrect @default for build.lib.formats (#22911)
  • 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)

sodiq-code and others added 30 commits July 18, 2026 09:00
…2+4 hybrid pivot

Critical Fixes (28/28):
- Fix #1: Rewrite broadcast_interactions.py with correct entry points matching Rust contracts
- Fix #2: Add demo_upgrade_policy.py demonstrating v1→v2 contract upgrade on RiskPolicyManager
- Fix #3: Implement real x402 flow with HTTP 402 middleware, demo_x402_subscribe.js, VaultWatchX402 class
- Fix #4: AuditAgent uses record_finding entry point (was record_action)
- Fix #5: MCP tools query real chain - fix ReputationEngine import, parse CLValue, fix query paths
- Fix #6: Remove leaked CSPR.cloud API key from broadcast_interactions.py, server-side proxy
- Fix #7: Move Groq API key server-side, remove all module-level groq_client singletons
- Fix #8: SubscriberVault.open_vault and top_up now #[odra(payable)] with attached_value()
- Fix #9: IntelAgent.serve_intel_with_x402 uses contract_hash=, deduct_credit entry point, query_type arg
- Fix #10: SelfCorrectionAgent queries RiskPolicyManager.get_current_policy via Casper RPC
- Fix #11: Add Odra events to all 8 contracts (15 events total)
- Fix #12: Replace String address fields with Address type in RiskPolicyManager
- Fix #13: Fix SentinelAlertLog.address_logs from comma-String to Vec<u64> capped at 256
- Fix #14: SafetyGuard fail-closed on model error
- Fix #15: Remove all module-level groq_client, inject via constructor for testability
- Fix #16: Add API key auth + slowapi rate limiting to FastAPI
- Fix #17: Demo video script placeholder (demo_upgrade_policy.py, demo_x402_subscribe.js)
- Fix #18: Replace hardcoded LIVE_FINDINGS with real API fetches in dashboard
- Fix #19: Add 7 direct contract-query methods to SDK client
- Fix #20: Add e2e test suite running against real Casper testnet
- Fix #21: Update PROOF.md with verified markers and verification instructions
- Fix #22: Complete CONTRACT_AUDIT.md with red-team security analysis
- Fix #23: Landing page references added to README
- Fix #24: Community engagement guidance in LAUNCH_AND_IMPACT.md
- Fix #25: RBAC with OPERATOR/ADMIN roles in RiskPolicyManager
- Fix #26: CSPR.click documentation added to DEPLOYMENT_GUIDE
- Fix #27: Create vaultwatch-rwa-mcp domain-specific MCP server (5 tools)
- Fix #28: RWA agent wired to real DeFiLlama + CoinGecko + Groq Compound data sources

Practical Guidance (7/7 Recommendations):
1. Verify before submit - PROOF.md now has verification instructions
2. Demo video script - demo_upgrade_policy.py and demo_x402_subscribe.js
3. x402 flow demo-able in 60 seconds - scripted demo_x402_subscribe.js
4. Pin every claim to file:line - README now has file:line references
5. CSPR.click for agent wallets - documented in DEPLOYMENT_GUIDE
6. Domain-specific MCP server - vaultwatch_rwa_mcp with 5 tools
7. Community engagement - X/Twitter and Discord guidance in LAUNCH_AND_IMPACT.md

Strategic Insights:
- Track 2+4 hybrid narrative: compliance-gated RWA oracle on upgradable Casper contracts
- README rewritten for VaultWatch RWA positioning
- LAUNCH_AND_IMPACT.md updated with 3-phase roadmap including ZK-KYC
- CONTRACT_AUDIT.md with 13-section red-team analysis
- ARCHITECTURE.md corrected with real entry point names

30 files changed, 3865 insertions(+), 1645 deletions(-)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.21 to 8.1.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.1.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.1.5
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dashboard, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel

vercel Bot commented Jul 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dashboard Error Error Jul 18, 2026 2:04pm
vaultwatch Ready Ready Preview, Comment Jul 18, 2026 2:04pm

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.

1 participant