chore(deps): update dependency sonda to v0.7.0 (#2545)
Some checks failed
Push & Release 🌍 / Automation 🎛️ (push) Has been cancelled
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Has been cancelled
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Has been cancelled
Push & Release 🌍 / Deploy 🚀 (push) Has been cancelled
Scheduled tasks 🕒 / GitHub CodeQL 🔬 (push) Has been cancelled

* chore(deps): update dependency sonda to v0.7.0

* refactor: change sonda import path

---------

Co-authored-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
renovate[bot] 2024-12-27 13:05:40 +00:00 committed by GitHub
parent ac972e347a
commit b008658ca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

8
package-lock.json generated
View File

@ -10636,9 +10636,9 @@
"license": "ISC"
},
"node_modules/sonda": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/sonda/-/sonda-0.6.2.tgz",
"integrity": "sha512-YD+3qKnB6Tov0aHH/pbWFXeppu51Aqg3Ih5t3zambwLhO5kIwb70m7qNcItK1ocfvCdFtb0uPuWczI7c0E3grA==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/sonda/-/sonda-0.7.0.tgz",
"integrity": "sha512-JKdTOWEbQGB4EbBfl77uOpG2/PHviIj8/Mum8DXVKEHZZQaO+pg/eX4TOSY3RCKSD3vmalt777Xf3JcmjG16Bg==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -13119,7 +13119,7 @@
"devDependencies": {
"@jellyfin-vue/configs": "*",
"pretty-bytes": "6.1.1",
"sonda": "0.6.2",
"sonda": "0.7.0",
"vite": "6.0.6"
}
},

View File

@ -4,7 +4,7 @@ import { lstat, rename, rm } from 'node:fs/promises';
import type { LiteralUnion } from 'type-fest';
import type { RollupLog } from 'rollup';
import prettyBytes from 'pretty-bytes';
import { SondaRollupPlugin } from 'sonda';
import Sonda from 'sonda/rollup';
import { normalizePath, preview, type Plugin } from 'vite';
/**
@ -33,7 +33,7 @@ export function BundleAnalysis(): Plugin {
sourcemap: true,
rollupOptions: {
plugins: [
SondaRollupPlugin({
Sonda({
open: false,
filename: report_filename(),
detailed: true,

View File

@ -11,7 +11,7 @@
"devDependencies": {
"@jellyfin-vue/configs": "*",
"pretty-bytes": "6.1.1",
"sonda": "0.6.2",
"sonda": "0.7.0",
"vite": "6.0.6"
}
}