Skip to content

Commit e73b4c6

Browse files
committed
chore: bump deps and lint
1 parent 97a5218 commit e73b4c6

File tree

13 files changed

+1292
-1197
lines changed

13 files changed

+1292
-1197
lines changed

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@iconify-json/carbon": "^1.2.1",
15-
"@nuxt/devtools-kit": "^1.4.1",
15+
"@nuxt/devtools-kit": "^1.4.2",
1616
"@nuxt/devtools-ui-kit": "latest",
1717
"@nuxt/kit": "^3.13.1",
1818
"nuxt": "latest",

docs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"@iconify-json/ph": "^1.2.0",
1414
"@iconify-json/simple-icons": "^1.2.2",
1515
"@nuxt/content": "^2.13.2",
16-
"@nuxt/fonts": "^0.7.2",
16+
"@nuxt/fonts": "^0.8.0",
1717
"@nuxt/image": "^1.8.0",
1818
"@nuxt/scripts": "workspace:*",
19-
"@nuxt/ui-pro": "^1.4.1",
20-
"@nuxthq/studio": "^2.0.3",
19+
"@nuxt/ui-pro": "^1.4.2",
20+
"@nuxthq/studio": "^2.1.0",
2121
"@nuxtjs/seo": "^2.0.0-rc.21",
2222
"@vueuse/core": "^11.0.3",
2323
"@vueuse/nuxt": "^11.0.3",
2424
"nuxt-scripts-devtools": "workspace:*",
25-
"shiki": "^1.16.2"
25+
"shiki": "^1.17.6"
2626
}
2727
}

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/scripts",
33
"type": "module",
44
"version": "0.8.5",
5-
"packageManager": "pnpm@9.9.0",
5+
"packageManager": "pnpm@9.10.0",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -65,8 +65,8 @@
6565
]
6666
},
6767
"dependencies": {
68-
"@nuxt/devtools-kit": "^1.4.1",
69-
"@nuxt/devtools-ui-kit": "^1.4.1",
68+
"@nuxt/devtools-kit": "^1.4.2",
69+
"@nuxt/devtools-ui-kit": "^1.4.2",
7070
"@nuxt/kit": "^3.13.1",
7171
"@types/google.maps": "^3.58.0",
7272
"@types/stripe-v3": "^3.1.33",
@@ -89,18 +89,18 @@
8989
"std-env": "^3.7.0",
9090
"third-party-capital": "2.3.0",
9191
"ufo": "^1.5.4",
92-
"unimport": "^3.11.1",
93-
"unplugin": "^1.13.1",
92+
"unimport": "^3.12.0",
93+
"unplugin": "^1.14.1",
9494
"unstorage": "^1.12.0",
95-
"valibot": "^0.41.0"
95+
"valibot": "^0.42.0"
9696
},
9797
"devDependencies": {
98-
"@nuxt/devtools-ui-kit": "^1.4.1",
99-
"@nuxt/eslint-config": "^0.5.6",
100-
"@nuxt/module-builder": "^0.8.3",
98+
"@nuxt/devtools-ui-kit": "^1.4.2",
99+
"@nuxt/eslint-config": "^0.5.7",
100+
"@nuxt/module-builder": "^0.8.4",
101101
"@nuxt/test-utils": "3.14.1",
102102
"@types/semver": "^7.5.8",
103-
"@typescript-eslint/typescript-estree": "^8.4.0",
103+
"@typescript-eslint/typescript-estree": "^8.5.0",
104104
"@unhead/schema": "1.11.1",
105105
"acorn-loose": "^8.4.0",
106106
"bumpp": "^9.5.2",
@@ -110,16 +110,16 @@
110110
"knitwork": "^1.1.0",
111111
"nuxt": "^3.13.1",
112112
"nuxt-scripts-devtools": "workspace:*",
113-
"playwright-core": "^1.47.0",
114-
"typescript": "^5.5.4",
115-
"vitest": "^2.0.5",
116-
"vue": "^3.5.3",
117-
"vue-router": "^4.4.3"
113+
"playwright-core": "^1.47.1",
114+
"typescript": "^5.6.2",
115+
"vitest": "^2.1.1",
116+
"vue": "^3.5.5",
117+
"vue-router": "^4.4.5"
118118
},
119119
"resolutions": {
120120
"@nuxt/schema": "3.13.0",
121121
"@nuxt/scripts": "workspace:*",
122-
"@unhead/dom": "1.10.2",
122+
"@unhead/dom": "1.11.1",
123123
"@unhead/schema": "1.11.1",
124124
"@unhead/shared": "1.11.1",
125125
"@unhead/ssr": "1.11.1",
@@ -128,7 +128,7 @@
128128
"nuxt-scripts-devtools": "workspace:*",
129129
"shiki": "1.10.3",
130130
"unhead": "1.11.1",
131-
"vue": "^3.5.3",
132-
"vue-router": "^4.4.3"
131+
"vue": "^3.5.5",
132+
"vue-router": "^4.4.5"
133133
}
134134
}

playground/pages/third-parties/intercom/default.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ useHead({
66
script: [
77
{
88
innerHTML: ' window.intercomSettings = {\n'
9-
+ ' api_base: "https://api-iam.intercom.io",\n'
10-
+ ' app_id: "akg5rmxb",\n'
11-
+ ' };',
9+
+ ' api_base: "https://api-iam.intercom.io",\n'
10+
+ ' app_id: "akg5rmxb",\n'
11+
+ ' };',
1212
},
1313
{
1414
innerHTML: '(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic(\'reattach_activator\');ic(\'update\',w.intercomSettings);}else{var d=document;var i=function(){i.c(arguments);};i.q=[];i.c=function(args){i.q.push(args);};w.Intercom=i;var l=function(){var s=d.createElement(\'script\');s.type=\'text/javascript\';s.async=true;s.src=\'https://widget.intercom.io/widget/akg5rmxb\';var x=d.getElementsByTagName(\'script\')[0];x.parentNode.insertBefore(s,x);};if(document.readyState===\'complete\'){l();}else if(w.attachEvent){w.attachEvent(\'onload\',l);}else{w.addEventListener(\'load\',l,false);}}})();',

playground/pages/third-parties/x-pixel/default.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { useHead } from '#imports'
44
useHead({
55
script: [
66
{ innerHTML: '!function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);\n'
7-
+ '},s.version=\'1.1\',s.queue=[],u=t.createElement(n),u.async=!0,u.src=\'https://static.ads-twitter.com/uwt.js\',\n'
8-
+ 'a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,\'script\');\n'
9-
+ 'twq(\'config\',\'ol7lz\');' },
7+
+ '},s.version=\'1.1\',s.queue=[],u=t.createElement(n),u.async=!0,u.src=\'https://static.ads-twitter.com/uwt.js\',\n'
8+
+ 'a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,\'script\');\n'
9+
+ 'twq(\'config\',\'ol7lz\');' },
1010
],
1111
})
1212

0 commit comments

Comments
 (0)