From 56cdd05537ea552381f66f599539b7574c5aad03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 06:25:40 +0000 Subject: [PATCH 1/2] chore(deps): update dependency prettier to ^3.7.4 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 803a328..0ebb576 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "husky": "^9.1.7", "medium-zoom": "^1.1.0", "oust": "^2.0.4", - "prettier": "^3.6.2", + "prettier": "^3.7.4", "vitepress": "1.5.0", "walk-sync": "^4.0.1" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a914410..90370e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,8 +30,8 @@ importers: specifier: ^2.0.4 version: 2.0.4 prettier: - specifier: ^3.6.2 - version: 3.6.2 + specifier: ^3.7.4 + version: 3.7.4 vitepress: specifier: 1.5.0 version: 1.5.0(@algolia/client-search@4.24.0)(@types/node@22.7.5)(axios@1.13.2)(postcss@8.4.47)(search-insights@2.17.2) @@ -848,8 +848,8 @@ packages: preact@10.24.3: resolution: {integrity: sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA==} - prettier@3.6.2: - resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==} + prettier@3.7.4: + resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==} engines: {node: '>=14'} hasBin: true @@ -1853,7 +1853,7 @@ snapshots: preact@10.24.3: {} - prettier@3.6.2: {} + prettier@3.7.4: {} property-information@6.5.0: {} From c3094f9fec1212c9f79349e1a0dc8e696bc3af45 Mon Sep 17 00:00:00 2001 From: Derek Croote Date: Sun, 14 Dec 2025 14:50:00 -0800 Subject: [PATCH 2/2] fmt --- docs/_components/Video.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/_components/Video.vue b/docs/_components/Video.vue index 6249578..f8b4e7a 100644 --- a/docs/_components/Video.vue +++ b/docs/_components/Video.vue @@ -9,7 +9,14 @@ Common video display component. :src="src" title="YouTube video player" frameborder="0" - allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" + allow=" + accelerometer; + autoplay; + clipboard-write; + encrypted-media; + gyroscope; + picture-in-picture; + " allowfullscreen >