From 596c5d342b1153d9223e60e597586bef623d3b64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 18:06:54 +0000 Subject: [PATCH 1/4] chore(deps): update dependency ohash to v2 --- package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index a21d5d94f4..50308e14dc 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "knitwork": "^1.2.0", "magic-string": "^0.30.17", "mlly": "^1.7.4", - "ohash": "^1.1.4", + "ohash": "^2.0.7", "pathe": "^2.0.3", "reka-ui": "^2.0.2", "scule": "^1.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 18d0dcdcb6..260501a6c3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -105,8 +105,8 @@ importers: specifier: ^1.7.4 version: 1.7.4 ohash: - specifier: ^1.1.4 - version: 1.1.4 + specifier: ^2.0.7 + version: 2.0.7 pathe: specifier: ^2.0.3 version: 2.0.3 @@ -5313,8 +5313,8 @@ packages: ohash@1.1.4: resolution: {integrity: sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g==} - ohash@2.0.5: - resolution: {integrity: sha512-3k3APZwRRPYyohdIDmPTpe5i0AY5lm7gvu/Oip7tZrTaEGfSlKX+7kXUoWLd9sHX0GDRVwVvlW18yEcD7qS1zw==} + ohash@2.0.7: + resolution: {integrity: sha512-YYFiEGQbFz5xMKWt7SIbbw7Oo2BcnVf+B4udQGAFT3eIxQjJUn18/lMTu6F5gpFL3bz19hWIXOInTOjfsbKyBA==} on-finished@2.4.1: resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} @@ -8231,7 +8231,7 @@ snapshots: listhen: 1.9.0 nypm: 0.5.4 ofetch: 1.4.1 - ohash: 2.0.5 + ohash: 2.0.7 pathe: 2.0.3 perfect-debounce: 1.0.0 pkg-types: 1.3.1 @@ -10205,7 +10205,7 @@ snapshots: giget: 1.2.5 jiti: 2.4.2 mlly: 1.7.4 - ohash: 2.0.5 + ohash: 2.0.7 pathe: 2.0.3 perfect-debounce: 1.0.0 pkg-types: 1.3.1 @@ -13152,7 +13152,7 @@ snapshots: ohash@1.1.4: {} - ohash@2.0.5: {} + ohash@2.0.7: {} on-finished@2.4.1: dependencies: From c1687d7d393489084cefb51ce647f5c3ffa1aa92 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 1 Mar 2025 01:00:26 +0000 Subject: [PATCH 2/4] fix: update `ohash` usage --- docs/app/components/content/HighlightInlineType.vue | 4 ++-- src/runtime/components/InputMenu.vue | 2 +- src/runtime/components/Link.vue | 2 +- src/runtime/utils/index.ts | 2 +- src/runtime/vue/components/Link.vue | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/app/components/content/HighlightInlineType.vue b/docs/app/components/content/HighlightInlineType.vue index 9aab4d8db0..0b27b559ff 100644 --- a/docs/app/components/content/HighlightInlineType.vue +++ b/docs/app/components/content/HighlightInlineType.vue @@ -1,5 +1,5 @@