chore: upgrade dependencies to fix dependabot warnings (#17287)

* chore: upgrade babel runtime to fix dependabot warning

* chore: upgrade typescript-eslint

* chore: upgrade js-yaml
pull/17300/head
Ben McCann 9 months ago committed by GitHub
parent c864d2c778
commit 0cdc431562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -26,7 +26,7 @@
"bench:debug": "node --allow-natives-syntax --inspect-brk ./benchmarking/run.js" "bench:debug": "node --allow-natives-syntax --inspect-brk ./benchmarking/run.js"
}, },
"devDependencies": { "devDependencies": {
"@changesets/cli": "^2.29.7", "@changesets/cli": "^2.29.8",
"@sveltejs/eslint-config": "^8.3.3", "@sveltejs/eslint-config": "^8.3.3",
"@svitejs/changesets-changelog-github-compact": "^1.1.0", "@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@types/node": "^20.11.5", "@types/node": "^20.11.5",
@ -41,7 +41,7 @@
"prettier-plugin-svelte": "^3.4.0", "prettier-plugin-svelte": "^3.4.0",
"svelte": "workspace:^", "svelte": "workspace:^",
"typescript": "^5.5.4", "typescript": "^5.5.4",
"typescript-eslint": "^8.24.0", "typescript-eslint": "^8.48.0",
"v8-natives": "^1.2.5", "v8-natives": "^1.2.5",
"vitest": "^2.1.9" "vitest": "^2.1.9"
} }

@ -34,8 +34,6 @@ export function inspect(get_value, inspector, show_stack = false) {
if (!initial) { if (!initial) {
const stack = get_error('$inspect(...)'); const stack = get_error('$inspect(...)');
// eslint-disable-next-line no-console
if (stack) { if (stack) {
// eslint-disable-next-line no-console // eslint-disable-next-line no-console
console.groupCollapsed('stack trace'); console.groupCollapsed('stack trace');

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save