Logfire is an Obsidian plugin that tracks all vault activity, stores events in a local SQLite database, and makes everything queryable via SQL. It includes real-time event streaming, interactive dashboards with pure SVG charts, virtual tables for vault metadata, automated Markdown report projections, and Vim-style keyboard navigation.
Find a file
dependabot[bot] 97b77d026d
Bump esbuild in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild).


Updates `esbuild` from 0.24.2 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.2...v0.25.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.0
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-12 11:18:32 +00:00
src Localize UI to English across all 22 source files 2026-02-12 12:17:24 +01:00
.gitignore Projekt-Grundgerüst: Build-System und Konfiguration 2026-02-12 10:45:43 +01:00
CLAUDE.md Localize UI to English across all 22 source files 2026-02-12 12:17:24 +01:00
esbuild.config.mjs Projekt-Grundgerüst: Build-System und Konfiguration 2026-02-12 10:45:43 +01:00
manifest.json Virtual Tables in main.ts verdrahtet, Author auf tolvitty 2026-02-12 11:09:54 +01:00
package-lock.json Bump esbuild in the npm_and_yarn group across 1 directory 2026-02-12 11:18:32 +00:00
package.json Bump esbuild in the npm_and_yarn group across 1 directory 2026-02-12 11:18:32 +00:00
styles.css Merge feature/polish: Vim-Navigation, SQL-Autocomplete, Import/Export, erweiterte Settings 2026-02-12 11:57:17 +01:00
tsconfig.json Projekt-Grundgerüst: Build-System und Konfiguration 2026-02-12 10:45:43 +01:00