Skip to content

Commit 19c74b2

Browse files
committed
chore: bump deps & changelog
1 parent 4c29649 commit 19c74b2

File tree

3 files changed

+222
-73
lines changed

3 files changed

+222
-73
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

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+
334
## v0.11.6...main
435

536
[compare changes](https://github.com/nuxt/scripts/compare/v0.11.6...main)

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/scripts",
33
"type": "module",
44
"version": "0.11.8",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -119,19 +119,19 @@
119119
"@nuxt/scripts": "workspace:*",
120120
"@nuxt/test-utils": "3.19.1",
121121
"@types/semver": "^7.7.0",
122-
"@typescript-eslint/typescript-estree": "^8.33.0",
122+
"@typescript-eslint/typescript-estree": "^8.33.1",
123123
"acorn-loose": "^8.5.0",
124124
"bumpp": "^10.1.1",
125125
"changelogen": "^0.6.1",
126126
"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",
129129
"knitwork": "^1.2.0",
130130
"nuxt": "catalog:",
131131
"playwright-core": "^1.52.0",
132132
"shiki": "3.4.2",
133133
"typescript": "5.8.2",
134-
"vitest": "^3.1.4",
134+
"vitest": "^3.2.0",
135135
"vue": "^3.5.16",
136136
"vue-router": "^4.5.1",
137137
"vue-tsc": "^2.2.10"

0 commit comments

Comments
 (0)