chore: move `@types/trusted-types` to devDependencies (#18730)

Only referenced by a JSDoc `@import` in
`src/internal/client/dom/blocks/html.js`; nothing in the published
`types/index.d.ts` uses it, so consumers do not need it installed.
pull/18682/head
Nic Polumeyv 4 weeks ago committed by GitHub
parent 4ae5eb3f23
commit 6374a2a0db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,5 @@
---
'svelte': patch
---
chore: move `@types/trusted-types` to devDependencies

@ -159,6 +159,7 @@
"@rollup/plugin-virtual": "^3.0.2",
"@types/aria-query": "^5.0.4",
"@types/node": "^20.11.5",
"@types/trusted-types": "^2.0.7",
"baseline-browser-mapping": "^2.10.32",
"dts-buddy": "^0.5.5",
"esbuild": "^0.28.1",
@ -174,7 +175,6 @@
"@jridgewell/sourcemap-codec": "^1.5.0",
"@sveltejs/acorn-typescript": "^1.0.10",
"@types/estree": "^1.0.5",
"@types/trusted-types": "^2.0.7",
"acorn": "^8.12.1",
"aria-query": "5.3.1",
"axobject-query": "^4.1.0",

@ -80,9 +80,6 @@ importers:
'@types/estree':
specifier: ^1.0.5
version: 1.0.8
'@types/trusted-types':
specifier: ^2.0.7
version: 2.0.7
acorn:
specifier: ^8.12.1
version: 8.16.0
@ -141,6 +138,9 @@ importers:
'@types/node':
specifier: ^20.11.5
version: 20.19.17
'@types/trusted-types':
specifier: ^2.0.7
version: 2.0.7
baseline-browser-mapping:
specifier: ^2.10.32
version: 2.10.32

Loading…
Cancel
Save