File tree Expand file tree Collapse file tree 3 files changed +222
-73
lines changed Expand file tree Collapse file tree 3 files changed +222
-73
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.11.7...main
4
+
5
+ [ compare changes] ( https://github.com/nuxt/scripts/compare/v0.11.7...main )
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - ** GoogleMaps:** Properly handle centerMarker removal logic ([ #460 ] ( https://github.com/nuxt/scripts/pull/460 ) )
10
+ - ** rybbit:** Support number ` siteId ` ([ ab89f42] ( https://github.com/nuxt/scripts/commit/ab89f42 ) )
11
+ - ** rybbit:** Prefer top level functions ([ 8853333] ( https://github.com/nuxt/scripts/commit/8853333 ) )
12
+ - ** UmamiAnalytics:** V2.18 compatibility ([ 7671c80] ( https://github.com/nuxt/scripts/commit/7671c80 ) )
13
+ - ** VimeoPlayer:** Switch to new oembed API for thumbnails ([ 09fa69f] ( https://github.com/nuxt/scripts/commit/09fa69f ) )
14
+
15
+ ### 📖 Documentation
16
+
17
+ - Add manual ContentSurround for the introduction step ([ #456 ] ( https://github.com/nuxt/scripts/pull/456 ) )
18
+
19
+ ### 🏡 Chore
20
+
21
+ - Fix doc build ([ 8889c58] ( https://github.com/nuxt/scripts/commit/8889c58 ) )
22
+ - Missing lock file ([ 7f4da53] ( https://github.com/nuxt/scripts/commit/7f4da53 ) )
23
+ - Broken components ([ 1d72679] ( https://github.com/nuxt/scripts/commit/1d72679 ) )
24
+ - Docs overflow bug ([ ab52c85] ( https://github.com/nuxt/scripts/commit/ab52c85 ) )
25
+ - ** rybbit:** Improve types ([ 93e2971] ( https://github.com/nuxt/scripts/commit/93e2971 ) )
26
+ - Bump deps ([ f9d9cc9] ( https://github.com/nuxt/scripts/commit/f9d9cc9 ) )
27
+
28
+ ### ❤️ Contributors
29
+
30
+ - Harlan Wilton ([ @harlan-zw ] ( https://github.com/harlan-zw ) )
31
+ - Ilya Shaplyko ([ @Shaglock ] ( https://github.com/Shaglock ) )
32
+ - Faudel HADROUG ([ @Faudelhadroug ] ( https://github.com/Faudelhadroug ) )
33
+
3
34
## v0.11.6...main
4
35
5
36
[ compare changes] ( https://github.com/nuxt/scripts/compare/v0.11.6...main )
Original file line number Diff line number Diff line change 2
2
"name" : " @nuxt/scripts" ,
3
3
"type" : " module" ,
4
4
"version" : " 0.11.8" ,
5
- "packageManager" :
" [email protected] .0 " ,
5
+ "packageManager" :
" [email protected] .1 " ,
6
6
"description" : " Load third-party scripts with better performance, privacy and DX in Nuxt Apps." ,
7
7
"author" : {
8
8
"website" : " https://harlanzw.com" ,
119
119
"@nuxt/scripts" : " workspace:*" ,
120
120
"@nuxt/test-utils" : " 3.19.1" ,
121
121
"@types/semver" : " ^7.7.0" ,
122
- "@typescript-eslint/typescript-estree" : " ^8.33.0 " ,
122
+ "@typescript-eslint/typescript-estree" : " ^8.33.1 " ,
123
123
"acorn-loose" : " ^8.5.0" ,
124
124
"bumpp" : " ^10.1.1" ,
125
125
"changelogen" : " ^0.6.1" ,
126
126
"eslint" : " 9.28.0" ,
127
- "eslint-plugin-n" : " ^17.18 .0" ,
128
- "happy-dom" : " ^17.5.6 " ,
127
+ "eslint-plugin-n" : " ^17.19 .0" ,
128
+ "happy-dom" : " ^17.6.1 " ,
129
129
"knitwork" : " ^1.2.0" ,
130
130
"nuxt" : " catalog:" ,
131
131
"playwright-core" : " ^1.52.0" ,
132
132
"shiki" : " 3.4.2" ,
133
133
"typescript" : " 5.8.2" ,
134
- "vitest" : " ^3.1.4 " ,
134
+ "vitest" : " ^3.2.0 " ,
135
135
"vue" : " ^3.5.16" ,
136
136
"vue-router" : " ^4.5.1" ,
137
137
"vue-tsc" : " ^2.2.10"
You can’t perform that action at this time.
0 commit comments