Compare commits

...

5 Commits

Author SHA1 Message Date
github-actions[bot]
e81635aa3d apply version updates (#14079)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-25 14:25:58 +02:00
Fabian-Lars
0ac89d3b6c chore(deps): Update cargo-mobile2 for ios 18.6 sim support (#14078) 2025-08-25 14:04:43 +02:00
renovate[bot]
4791d09a0a chore(deps): update dependency rollup to v4.48.1 (#14077)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-25 12:32:49 +02:00
renovate[bot]
bc829ee24d chore(deps): update dependency rollup to v4.48.0 (#14053)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-25 12:55:18 +08:00
renovate[bot]
11800a0071 chore(deps): update rust crate jsonschema to 0.33 (#14074)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-25 09:25:53 +08:00
8 changed files with 124 additions and 108 deletions

16
Cargo.lock generated
View File

@@ -1055,9 +1055,9 @@ dependencies = [
[[package]]
name = "cargo-mobile2"
version = "0.20.2"
version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f2e0347234eb5a7b47eb66d33dc18560a628f031dffe58c37a7efe44b53e6f9"
checksum = "d93c1021dbbc971a4801008e7faf1c255b56c8317a2a10970703ee46caa3343e"
dependencies = [
"colored",
"core-foundation 0.10.0",
@@ -4112,9 +4112,9 @@ dependencies = [
[[package]]
name = "jsonschema"
version = "0.32.1"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24690c68dfcdde5980d676b0f1820981841016b1f29eecb4c42ad48ab4118681"
checksum = "d46662859bc5f60a145b75f4632fbadc84e829e45df6c5de74cfc8e05acb96b5"
dependencies = [
"ahash 0.8.11",
"base64 0.22.1",
@@ -5816,7 +5816,7 @@ dependencies = [
"aes-gcm",
"aes-kw",
"argon2",
"base64 0.22.1",
"base64 0.21.7",
"bitfield",
"block-padding",
"blowfish",
@@ -6715,9 +6715,9 @@ dependencies = [
[[package]]
name = "referencing"
version = "0.32.1"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a3d769362109497b240e66462606bc28af68116436c8669bac17069533b908e"
checksum = "9e9c261f7ce75418b3beadfb3f0eb1299fe8eb9640deba45ffa2cb783098697d"
dependencies = [
"ahash 0.8.11",
"fluent-uri",
@@ -8613,7 +8613,7 @@ dependencies = [
[[package]]
name = "tauri-cli"
version = "2.8.1"
version = "2.8.2"
dependencies = [
"anyhow",
"ar",

View File

@@ -1,5 +1,11 @@
# Changelog
## \[2.8.2]
### Bug Fixes
- [`0ac89d3b6`](https://www.github.com/tauri-apps/tauri/commit/0ac89d3b6c8c4a4826a4c42726e4f4a8941b3fde) ([#14078](https://www.github.com/tauri-apps/tauri/pull/14078) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Updated `cargo-mobile2` to allow running on iOS simulators that have a higher version than the XCode SDK. This fixes compatiblity issues with Apple's recent "iOS 18.5 + iOS 18.6 Simulator" platform support component.
## \[2.8.1]
### Dependencies

View File

@@ -1,6 +1,6 @@
[package]
name = "tauri-cli"
version = "2.8.1"
version = "2.8.2"
authors = ["Tauri Programme within The Commons Conservancy"]
edition = "2021"
rust-version = "1.77.2"
@@ -66,7 +66,7 @@ tauri-utils = { version = "2.7.0", path = "../tauri-utils", features = [
"html-manipulation",
] }
toml = "0.9"
jsonschema = "0.32"
jsonschema = "0.33"
handlebars = "6"
include_dir = "0.7"
minisign = "=0.7.3"

View File

@@ -1,6 +1,6 @@
{
"cli.js": {
"version": "2.8.2",
"version": "2.8.3",
"node": ">= 10.0.0"
},
"tauri": "2.8.3",

View File

@@ -55,7 +55,7 @@
"eslint-plugin-security": "3.0.1",
"fast-glob": "3.3.3",
"globals": "^16.2.0",
"rollup": "4.46.4",
"rollup": "4.48.1",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.1"

View File

@@ -1,5 +1,15 @@
# Changelog
## \[2.8.3]
### Bug Fixes
- [`0ac89d3b6`](https://www.github.com/tauri-apps/tauri/commit/0ac89d3b6c8c4a4826a4c42726e4f4a8941b3fde) ([#14078](https://www.github.com/tauri-apps/tauri/pull/14078) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) Updated `cargo-mobile2` to allow running on iOS simulators that have a higher version than the XCode SDK. This fixes compatiblity issues with Apple's recent "iOS 18.5 + iOS 18.6 Simulator" platform support component.
### Dependencies
- Upgraded to `tauri-cli@2.8.2`
## \[2.8.2]
### Dependencies

View File

@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli",
"version": "2.8.2",
"version": "2.8.3",
"description": "Command line interface for building Tauri apps",
"funding": {
"type": "opencollective",

190
pnpm-lock.yaml generated
View File

@@ -63,10 +63,10 @@ importers:
version: 9.29.0
'@rollup/plugin-terser':
specifier: 0.4.4
version: 0.4.4(rollup@4.46.4)
version: 0.4.4(rollup@4.48.1)
'@rollup/plugin-typescript':
specifier: 12.1.4
version: 12.1.4(rollup@4.46.4)(tslib@2.8.1)(typescript@5.8.3)
version: 12.1.4(rollup@4.48.1)(tslib@2.8.1)(typescript@5.8.3)
'@types/eslint':
specifier: ^9.6.1
version: 9.6.1
@@ -89,8 +89,8 @@ importers:
specifier: ^16.2.0
version: 16.2.0
rollup:
specifier: 4.46.4
version: 4.46.4
specifier: 4.48.1
version: 4.48.1
tslib:
specifier: ^2.8.1
version: 2.8.1
@@ -1103,103 +1103,103 @@ packages:
rollup:
optional: true
'@rollup/rollup-android-arm-eabi@4.46.4':
resolution: {integrity: sha512-B2wfzCJ+ps/OBzRjeds7DlJumCU3rXMxJJS1vzURyj7+KBHGONm7c9q1TfdBl4vCuNMkDvARn3PBl2wZzuR5mw==}
'@rollup/rollup-android-arm-eabi@4.48.1':
resolution: {integrity: sha512-rGmb8qoG/zdmKoYELCBwu7vt+9HxZ7Koos3pD0+sH5fR3u3Wb/jGcpnqxcnWsPEKDUyzeLSqksN8LJtgXjqBYw==}
cpu: [arm]
os: [android]
'@rollup/rollup-android-arm64@4.46.4':
resolution: {integrity: sha512-FGJYXvYdn8Bs6lAlBZYT5n+4x0ciEp4cmttsvKAZc/c8/JiPaQK8u0c/86vKX8lA7OY/+37lIQSe0YoAImvBAA==}
'@rollup/rollup-android-arm64@4.48.1':
resolution: {integrity: sha512-4e9WtTxrk3gu1DFE+imNJr4WsL13nWbD/Y6wQcyku5qadlKHY3OQ3LJ/INrrjngv2BJIHnIzbqMk1GTAC2P8yQ==}
cpu: [arm64]
os: [android]
'@rollup/rollup-darwin-arm64@4.46.4':
resolution: {integrity: sha512-/9qwE/BM7ATw/W/OFEMTm3dmywbJyLQb4f4v5nmOjgYxPIGpw7HaxRi6LnD4Pjn/q7k55FGeHe1/OD02w63apA==}
'@rollup/rollup-darwin-arm64@4.48.1':
resolution: {integrity: sha512-+XjmyChHfc4TSs6WUQGmVf7Hkg8ferMAE2aNYYWjiLzAS/T62uOsdfnqv+GHRjq7rKRnYh4mwWb4Hz7h/alp8A==}
cpu: [arm64]
os: [darwin]
'@rollup/rollup-darwin-x64@4.46.4':
resolution: {integrity: sha512-QkWfNbeRuzFnv2d0aPlrzcA3Ebq2mE8kX/5Pl7VdRShbPBjSnom7dbT8E3Jmhxo2RL784hyqGvR5KHavCJQciw==}
'@rollup/rollup-darwin-x64@4.48.1':
resolution: {integrity: sha512-upGEY7Ftw8M6BAJyGwnwMw91rSqXTcOKZnnveKrVWsMTF8/k5mleKSuh7D4v4IV1pLxKAk3Tbs0Lo9qYmii5mQ==}
cpu: [x64]
os: [darwin]
'@rollup/rollup-freebsd-arm64@4.46.4':
resolution: {integrity: sha512-+ToyOMYnSfV8D+ckxO6NthPln/PDNp1P6INcNypfZ7muLmEvPKXqduUiD8DlJpMMT8LxHcE5W0dK9kXfJke9Zw==}
'@rollup/rollup-freebsd-arm64@4.48.1':
resolution: {integrity: sha512-P9ViWakdoynYFUOZhqq97vBrhuvRLAbN/p2tAVJvhLb8SvN7rbBnJQcBu8e/rQts42pXGLVhfsAP0k9KXWa3nQ==}
cpu: [arm64]
os: [freebsd]
'@rollup/rollup-freebsd-x64@4.46.4':
resolution: {integrity: sha512-cGT6ey/W+sje6zywbLiqmkfkO210FgRz7tepWAzzEVgQU8Hn91JJmQWNqs55IuglG8sJdzk7XfNgmGRtcYlo1w==}
'@rollup/rollup-freebsd-x64@4.48.1':
resolution: {integrity: sha512-VLKIwIpnBya5/saccM8JshpbxfyJt0Dsli0PjXozHwbSVaHTvWXJH1bbCwPXxnMzU4zVEfgD1HpW3VQHomi2AQ==}
cpu: [x64]
os: [freebsd]
'@rollup/rollup-linux-arm-gnueabihf@4.46.4':
resolution: {integrity: sha512-9fhTJyOb275w5RofPSl8lpr4jFowd+H4oQKJ9XTYzD1JWgxdZKE8bA6d4npuiMemkecQOcigX01FNZNCYnQBdA==}
'@rollup/rollup-linux-arm-gnueabihf@4.48.1':
resolution: {integrity: sha512-3zEuZsXfKaw8n/yF7t8N6NNdhyFw3s8xJTqjbTDXlipwrEHo4GtIKcMJr5Ed29leLpB9AugtAQpAHW0jvtKKaQ==}
cpu: [arm]
os: [linux]
'@rollup/rollup-linux-arm-musleabihf@4.46.4':
resolution: {integrity: sha512-+6kCIM5Zjvz2HwPl/udgVs07tPMIp1VU2Y0c72ezjOvSvEfAIWsUgpcSDvnC7g9NrjYR6X9bZT92mZZ90TfvXw==}
'@rollup/rollup-linux-arm-musleabihf@4.48.1':
resolution: {integrity: sha512-leo9tOIlKrcBmmEypzunV/2w946JeLbTdDlwEZ7OnnsUyelZ72NMnT4B2vsikSgwQifjnJUbdXzuW4ToN1wV+Q==}
cpu: [arm]
os: [linux]
'@rollup/rollup-linux-arm64-gnu@4.46.4':
resolution: {integrity: sha512-SWuXdnsayCZL4lXoo6jn0yyAj7TTjWE4NwDVt9s7cmu6poMhtiras5c8h6Ih6Y0Zk6Z+8t/mLumvpdSPTWub2Q==}
'@rollup/rollup-linux-arm64-gnu@4.48.1':
resolution: {integrity: sha512-Vy/WS4z4jEyvnJm+CnPfExIv5sSKqZrUr98h03hpAMbE2aI0aD2wvK6GiSe8Gx2wGp3eD81cYDpLLBqNb2ydwQ==}
cpu: [arm64]
os: [linux]
'@rollup/rollup-linux-arm64-musl@4.46.4':
resolution: {integrity: sha512-vDknMDqtMhrrroa5kyX6tuC0aRZZlQ+ipDfbXd2YGz5HeV2t8HOl/FDAd2ynhs7Ki5VooWiiZcCtxiZ4IjqZwQ==}
'@rollup/rollup-linux-arm64-musl@4.48.1':
resolution: {integrity: sha512-x5Kzn7XTwIssU9UYqWDB9VpLpfHYuXw5c6bJr4Mzv9kIv242vmJHbI5PJJEnmBYitUIfoMCODDhR7KoZLot2VQ==}
cpu: [arm64]
os: [linux]
'@rollup/rollup-linux-loongarch64-gnu@4.46.4':
resolution: {integrity: sha512-mCBkjRZWhvjtl/x+Bd4fQkWZT8canStKDxGrHlBiTnZmJnWygGcvBylzLVCZXka4dco5ymkWhZlLwKCGFF4ivw==}
'@rollup/rollup-linux-loongarch64-gnu@4.48.1':
resolution: {integrity: sha512-yzCaBbwkkWt/EcgJOKDUdUpMHjhiZT/eDktOPWvSRpqrVE04p0Nd6EGV4/g7MARXXeOqstflqsKuXVM3H9wOIQ==}
cpu: [loong64]
os: [linux]
'@rollup/rollup-linux-ppc64-gnu@4.46.4':
resolution: {integrity: sha512-YMdz2phOTFF+Z66dQfGf0gmeDSi5DJzY5bpZyeg9CPBkV9QDzJ1yFRlmi/j7WWRf3hYIWrOaJj5jsfwgc8GTHQ==}
'@rollup/rollup-linux-ppc64-gnu@4.48.1':
resolution: {integrity: sha512-UK0WzWUjMAJccHIeOpPhPcKBqax7QFg47hwZTp6kiMhQHeOYJeaMwzeRZe1q5IiTKsaLnHu9s6toSYVUlZ2QtQ==}
cpu: [ppc64]
os: [linux]
'@rollup/rollup-linux-riscv64-gnu@4.46.4':
resolution: {integrity: sha512-r0WKLSfFAK8ucG024v2yiLSJMedoWvk8yWqfNICX28NHDGeu3F/wBf8KG6mclghx4FsLePxJr/9N8rIj1PtCnw==}
'@rollup/rollup-linux-riscv64-gnu@4.48.1':
resolution: {integrity: sha512-3NADEIlt+aCdCbWVZ7D3tBjBX1lHpXxcvrLt/kdXTiBrOds8APTdtk2yRL2GgmnSVeX4YS1JIf0imFujg78vpw==}
cpu: [riscv64]
os: [linux]
'@rollup/rollup-linux-riscv64-musl@4.46.4':
resolution: {integrity: sha512-IaizpPP2UQU3MNyPH1u0Xxbm73D+4OupL0bjo4Hm0496e2wg3zuvoAIhubkD1NGy9fXILEExPQy87mweujEatA==}
'@rollup/rollup-linux-riscv64-musl@4.48.1':
resolution: {integrity: sha512-euuwm/QTXAMOcyiFCcrx0/S2jGvFlKJ2Iro8rsmYL53dlblp3LkUQVFzEidHhvIPPvcIsxDhl2wkBE+I6YVGzA==}
cpu: [riscv64]
os: [linux]
'@rollup/rollup-linux-s390x-gnu@4.46.4':
resolution: {integrity: sha512-aCM29orANR0a8wk896p6UEgIfupReupnmISz6SUwMIwTGaTI8MuKdE0OD2LvEg8ondDyZdMvnaN3bW4nFbATPA==}
'@rollup/rollup-linux-s390x-gnu@4.48.1':
resolution: {integrity: sha512-w8mULUjmPdWLJgmTYJx/W6Qhln1a+yqvgwmGXcQl2vFBkWsKGUBRbtLRuKJUln8Uaimf07zgJNxOhHOvjSQmBQ==}
cpu: [s390x]
os: [linux]
'@rollup/rollup-linux-x64-gnu@4.46.4':
resolution: {integrity: sha512-0Xj1vZE3cbr/wda8d/m+UeuSL+TDpuozzdD4QaSzu/xSOMK0Su5RhIkF7KVHFQsobemUNHPLEcYllL7ZTCP/Cg==}
'@rollup/rollup-linux-x64-gnu@4.48.1':
resolution: {integrity: sha512-90taWXCWxTbClWuMZD0DKYohY1EovA+W5iytpE89oUPmT5O1HFdf8cuuVIylE6vCbrGdIGv85lVRzTcpTRZ+kA==}
cpu: [x64]
os: [linux]
'@rollup/rollup-linux-x64-musl@4.46.4':
resolution: {integrity: sha512-kM/orjpolfA5yxsx84kI6bnK47AAZuWxglGKcNmokw2yy9i5eHY5UAjcX45jemTJnfHAWo3/hOoRqEeeTdL5hw==}
'@rollup/rollup-linux-x64-musl@4.48.1':
resolution: {integrity: sha512-2Gu29SkFh1FfTRuN1GR1afMuND2GKzlORQUP3mNMJbqdndOg7gNsa81JnORctazHRokiDzQ5+MLE5XYmZW5VWg==}
cpu: [x64]
os: [linux]
'@rollup/rollup-win32-arm64-msvc@4.46.4':
resolution: {integrity: sha512-cNLH4psMEsWKILW0isbpQA2OvjXLbKvnkcJFmqAptPQbtLrobiapBJVj6RoIvg6UXVp5w0wnIfd/Q56cNpF+Ew==}
'@rollup/rollup-win32-arm64-msvc@4.48.1':
resolution: {integrity: sha512-6kQFR1WuAO50bxkIlAVeIYsz3RUx+xymwhTo9j94dJ+kmHe9ly7muH23sdfWduD0BA8pD9/yhonUvAjxGh34jQ==}
cpu: [arm64]
os: [win32]
'@rollup/rollup-win32-ia32-msvc@4.46.4':
resolution: {integrity: sha512-OiEa5lRhiANpv4SfwYVgQ3opYWi/QmPDC5ve21m8G9pf6ZO+aX1g2EEF1/IFaM1xPSP7mK0msTRXlPs6mIagkg==}
'@rollup/rollup-win32-ia32-msvc@4.48.1':
resolution: {integrity: sha512-RUyZZ/mga88lMI3RlXFs4WQ7n3VyU07sPXmMG7/C1NOi8qisUg57Y7LRarqoGoAiopmGmChUhSwfpvQ3H5iGSQ==}
cpu: [ia32]
os: [win32]
'@rollup/rollup-win32-x64-msvc@4.46.4':
resolution: {integrity: sha512-IKL9mewGZ5UuuX4NQlwOmxPyqielvkAPUS2s1cl6yWjjQvyN3h5JTdVFGD5Jr5xMjRC8setOfGQDVgX8V+dkjg==}
'@rollup/rollup-win32-x64-msvc@4.48.1':
resolution: {integrity: sha512-8a/caCUN4vkTChxkaIJcMtwIVcBhi4X2PQRoT+yCK3qRYaZ7cURrmJFL5Ux9H9RaMIXj9RuihckdmkBX3zZsgg==}
cpu: [x64]
os: [win32]
@@ -2157,8 +2157,8 @@ packages:
resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
rollup@4.46.4:
resolution: {integrity: sha512-YbxoxvoqNg9zAmw4+vzh1FkGAiZRK+LhnSrbSrSXMdZYsRPDWoshcSd/pldKRO6lWzv/e9TiJAVQyirYIeSIPQ==}
rollup@4.48.1:
resolution: {integrity: sha512-jVG20NvbhTYDkGAty2/Yh7HK6/q3DGSRH4o8ALKGArmMuaauM9kLfoMZ+WliPwA5+JHr2lTn3g557FxBV87ifg==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -3312,89 +3312,89 @@ snapshots:
dependencies:
quansync: 0.2.10
'@rollup/plugin-terser@0.4.4(rollup@4.46.4)':
'@rollup/plugin-terser@0.4.4(rollup@4.48.1)':
dependencies:
serialize-javascript: 6.0.2
smob: 1.5.0
terser: 5.43.1
optionalDependencies:
rollup: 4.46.4
rollup: 4.48.1
'@rollup/plugin-typescript@12.1.4(rollup@4.46.4)(tslib@2.8.1)(typescript@5.8.3)':
'@rollup/plugin-typescript@12.1.4(rollup@4.48.1)(tslib@2.8.1)(typescript@5.8.3)':
dependencies:
'@rollup/pluginutils': 5.2.0(rollup@4.46.4)
'@rollup/pluginutils': 5.2.0(rollup@4.48.1)
resolve: 1.22.10
typescript: 5.8.3
optionalDependencies:
rollup: 4.46.4
rollup: 4.48.1
tslib: 2.8.1
'@rollup/pluginutils@5.2.0(rollup@4.46.4)':
'@rollup/pluginutils@5.2.0(rollup@4.48.1)':
dependencies:
'@types/estree': 1.0.8
estree-walker: 2.0.2
picomatch: 4.0.2
optionalDependencies:
rollup: 4.46.4
rollup: 4.48.1
'@rollup/rollup-android-arm-eabi@4.46.4':
'@rollup/rollup-android-arm-eabi@4.48.1':
optional: true
'@rollup/rollup-android-arm64@4.46.4':
'@rollup/rollup-android-arm64@4.48.1':
optional: true
'@rollup/rollup-darwin-arm64@4.46.4':
'@rollup/rollup-darwin-arm64@4.48.1':
optional: true
'@rollup/rollup-darwin-x64@4.46.4':
'@rollup/rollup-darwin-x64@4.48.1':
optional: true
'@rollup/rollup-freebsd-arm64@4.46.4':
'@rollup/rollup-freebsd-arm64@4.48.1':
optional: true
'@rollup/rollup-freebsd-x64@4.46.4':
'@rollup/rollup-freebsd-x64@4.48.1':
optional: true
'@rollup/rollup-linux-arm-gnueabihf@4.46.4':
'@rollup/rollup-linux-arm-gnueabihf@4.48.1':
optional: true
'@rollup/rollup-linux-arm-musleabihf@4.46.4':
'@rollup/rollup-linux-arm-musleabihf@4.48.1':
optional: true
'@rollup/rollup-linux-arm64-gnu@4.46.4':
'@rollup/rollup-linux-arm64-gnu@4.48.1':
optional: true
'@rollup/rollup-linux-arm64-musl@4.46.4':
'@rollup/rollup-linux-arm64-musl@4.48.1':
optional: true
'@rollup/rollup-linux-loongarch64-gnu@4.46.4':
'@rollup/rollup-linux-loongarch64-gnu@4.48.1':
optional: true
'@rollup/rollup-linux-ppc64-gnu@4.46.4':
'@rollup/rollup-linux-ppc64-gnu@4.48.1':
optional: true
'@rollup/rollup-linux-riscv64-gnu@4.46.4':
'@rollup/rollup-linux-riscv64-gnu@4.48.1':
optional: true
'@rollup/rollup-linux-riscv64-musl@4.46.4':
'@rollup/rollup-linux-riscv64-musl@4.48.1':
optional: true
'@rollup/rollup-linux-s390x-gnu@4.46.4':
'@rollup/rollup-linux-s390x-gnu@4.48.1':
optional: true
'@rollup/rollup-linux-x64-gnu@4.46.4':
'@rollup/rollup-linux-x64-gnu@4.48.1':
optional: true
'@rollup/rollup-linux-x64-musl@4.46.4':
'@rollup/rollup-linux-x64-musl@4.48.1':
optional: true
'@rollup/rollup-win32-arm64-msvc@4.46.4':
'@rollup/rollup-win32-arm64-msvc@4.48.1':
optional: true
'@rollup/rollup-win32-ia32-msvc@4.46.4':
'@rollup/rollup-win32-ia32-msvc@4.48.1':
optional: true
'@rollup/rollup-win32-x64-msvc@4.46.4':
'@rollup/rollup-win32-x64-msvc@4.48.1':
optional: true
'@sveltejs/acorn-typescript@1.0.5(acorn@8.15.0)':
@@ -4448,30 +4448,30 @@ snapshots:
reusify@1.1.0: {}
rollup@4.46.4:
rollup@4.48.1:
dependencies:
'@types/estree': 1.0.8
optionalDependencies:
'@rollup/rollup-android-arm-eabi': 4.46.4
'@rollup/rollup-android-arm64': 4.46.4
'@rollup/rollup-darwin-arm64': 4.46.4
'@rollup/rollup-darwin-x64': 4.46.4
'@rollup/rollup-freebsd-arm64': 4.46.4
'@rollup/rollup-freebsd-x64': 4.46.4
'@rollup/rollup-linux-arm-gnueabihf': 4.46.4
'@rollup/rollup-linux-arm-musleabihf': 4.46.4
'@rollup/rollup-linux-arm64-gnu': 4.46.4
'@rollup/rollup-linux-arm64-musl': 4.46.4
'@rollup/rollup-linux-loongarch64-gnu': 4.46.4
'@rollup/rollup-linux-ppc64-gnu': 4.46.4
'@rollup/rollup-linux-riscv64-gnu': 4.46.4
'@rollup/rollup-linux-riscv64-musl': 4.46.4
'@rollup/rollup-linux-s390x-gnu': 4.46.4
'@rollup/rollup-linux-x64-gnu': 4.46.4
'@rollup/rollup-linux-x64-musl': 4.46.4
'@rollup/rollup-win32-arm64-msvc': 4.46.4
'@rollup/rollup-win32-ia32-msvc': 4.46.4
'@rollup/rollup-win32-x64-msvc': 4.46.4
'@rollup/rollup-android-arm-eabi': 4.48.1
'@rollup/rollup-android-arm64': 4.48.1
'@rollup/rollup-darwin-arm64': 4.48.1
'@rollup/rollup-darwin-x64': 4.48.1
'@rollup/rollup-freebsd-arm64': 4.48.1
'@rollup/rollup-freebsd-x64': 4.48.1
'@rollup/rollup-linux-arm-gnueabihf': 4.48.1
'@rollup/rollup-linux-arm-musleabihf': 4.48.1
'@rollup/rollup-linux-arm64-gnu': 4.48.1
'@rollup/rollup-linux-arm64-musl': 4.48.1
'@rollup/rollup-linux-loongarch64-gnu': 4.48.1
'@rollup/rollup-linux-ppc64-gnu': 4.48.1
'@rollup/rollup-linux-riscv64-gnu': 4.48.1
'@rollup/rollup-linux-riscv64-musl': 4.48.1
'@rollup/rollup-linux-s390x-gnu': 4.48.1
'@rollup/rollup-linux-x64-gnu': 4.48.1
'@rollup/rollup-linux-x64-musl': 4.48.1
'@rollup/rollup-win32-arm64-msvc': 4.48.1
'@rollup/rollup-win32-ia32-msvc': 4.48.1
'@rollup/rollup-win32-x64-msvc': 4.48.1
fsevents: 2.3.3
run-parallel@1.2.0:
@@ -4748,7 +4748,7 @@ snapshots:
fdir: 6.4.6(picomatch@4.0.2)
picomatch: 4.0.2
postcss: 8.5.6
rollup: 4.46.4
rollup: 4.48.1
tinyglobby: 0.2.14
optionalDependencies:
'@types/node': 22.15.32