Skip to content

Commit

Permalink
chore: fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 22, 2024
1 parent 79c4d1d commit ca9a089
Show file tree
Hide file tree
Showing 15 changed files with 1,605 additions and 1,553 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxt-og-image",
"type": "module",
"version": "3.0.2",
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"description": "Enlightened OG Image generation for Nuxt.",
"author": {
"website": "https://harlanzw.com",
Expand Down Expand Up @@ -51,27 +51,27 @@
"test:chrome": "HAS_CHROME=true vitest"
},
"dependencies": {
"@nuxt/devtools-kit": "^1.4.2",
"@nuxt/kit": "^3.13.1",
"@nuxt/devtools-kit": "^1.5.0",
"@nuxt/kit": "^3.13.2",
"@resvg/resvg-js": "^2.6.2",
"@resvg/resvg-wasm": "^2.6.2",
"@unocss/core": "^0.62.3",
"@unocss/preset-wind": "^0.62.3",
"@unocss/core": "^0.62.4",
"@unocss/preset-wind": "^0.62.4",
"chrome-launcher": "^1.1.2",
"defu": "^6.1.4",
"execa": "^9.3.1",
"execa": "^9.4.0",
"image-size": "^1.1.1",
"magic-string": "^0.30.11",
"nuxt-site-config": "^2.2.17",
"nuxt-site-config-kit": "^2.2.17",
"nuxt-site-config": "^2.2.18",
"nuxt-site-config-kit": "^2.2.18",
"nypm": "^0.3.11",
"ofetch": "^1.3.4",
"ohash": "^1.1.3",
"ofetch": "^1.4.0",
"ohash": "^1.1.4",
"pathe": "^1.1.2",
"pkg-types": "^1.2.0",
"playwright-core": "^1.47.0",
"playwright-core": "^1.47.2",
"radix3": "^1.1.2",
"satori": "^0.10.14",
"satori": "^0.11.1",
"satori-html": "^0.3.2",
"sirv": "^2.0.4",
"std-env": "^3.7.0",
Expand All @@ -82,42 +82,42 @@
"yoga-wasm-web": "^0.3.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.0",
"@antfu/eslint-config": "^3.7.1",
"@css-inline/css-inline": "^0.14.1",
"@headlessui/vue": "^1.7.23",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/logos": "^1.2.0",
"@iconify-json/noto": "^1.2.0",
"@iconify-json/ri": "^1.2.0",
"@iconify-json/tabler": "^1.2.2",
"@iconify-json/tabler": "^1.2.3",
"@img/sharp-linux-x64": "0.33.5",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "1.4.2",
"@nuxt/devtools-ui-kit": "^1.4.2",
"@nuxt/devtools-ui-kit": "^1.5.0",
"@nuxt/icon": "^1.5.1",
"@nuxt/image": "^1.8.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "3.14.1",
"@nuxt/ui": "^2.18.4",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxt/ui": "^2.18.5",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^8.5.3",
"@nuxtjs/i18n": "^8.5.5",
"@nuxtjs/tailwindcss": "^6.12.1",
"@unocss/nuxt": "^0.62.3",
"@unocss/preset-icons": "^0.62.3",
"@unocss/preset-uno": "^0.62.3",
"@unocss/runtime": "^0.62.3",
"@vueuse/nuxt": "^11.0.3",
"@unocss/nuxt": "^0.62.4",
"@unocss/preset-icons": "^0.62.4",
"@unocss/preset-uno": "^0.62.4",
"@unocss/runtime": "^0.62.4",
"@vueuse/nuxt": "^11.1.0",
"bumpp": "^9.5.2",
"eslint": "9.10.0",
"jest-image-snapshot": "^6.4.0",
"nuxt": "^3.13.1",
"playwright": "^1.47.0",
"sass": "^1.78.0",
"nuxt": "^3.13.2",
"playwright": "^1.47.2",
"sass": "^1.79.3",
"sharp": "^0.33.5",
"typescript": "^5.6.2",
"unocss": "^0.62.3",
"vitest": "^2.1.0"
"unocss": "^0.62.4",
"vitest": "^2.1.1"
},
"resolutions": {
"vue": "3.5.4",
Expand Down
3,089 changes: 1,574 additions & 1,515 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions test/fixtures/app-dir/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ export default defineNuxtConfig({
site: {
url: 'https://nuxtseo.com',
},
srcDir: 'app/',
ogImage: {
debug: true,
},
srcDir: 'app/',
devtools: { enabled: false },
debug: process.env.NODE_ENV === 'test',
})
1 change: 0 additions & 1 deletion test/fixtures/basic/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ export default defineNuxtConfig({
},

devtools: { enabled: false },
debug: process.env.NODE_ENV === 'test',
compatibilityDate: '2024-07-13',
})
1 change: 0 additions & 1 deletion test/fixtures/content/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ export default defineNuxtConfig({
},

devtools: { enabled: true },
debug: process.env.NODE_ENV === 'test',
compatibilityDate: '2024-09-11',
})
1 change: 0 additions & 1 deletion test/fixtures/i18n/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ export default defineNuxtConfig({
],
},
devtools: { enabled: false },
debug: process.env.NODE_ENV === 'test',
})
1 change: 0 additions & 1 deletion test/fixtures/spa/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ export default defineNuxtConfig({
},
},
devtools: { enabled: false },
debug: process.env.NODE_ENV === 'test',
})
1 change: 0 additions & 1 deletion test/fixtures/unocss/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ export default defineNuxtConfig({
url: 'https://nuxtseo.com',
},
devtools: { enabled: false },
debug: process.env.NODE_ENV === 'test',
})
1 change: 0 additions & 1 deletion test/fixtures/zero-runtime/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ export default defineNuxtConfig({
},

devtools: { enabled: false },
debug: process.env.NODE_ENV === 'test',
compatibilityDate: '2024-07-13',
})
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
4 changes: 2 additions & 2 deletions test/integration/dev-debugging.test.ts

Large diffs are not rendered by default.

0 comments on commit ca9a089

Please sign in to comment.