Skip to content

Commit 927326d

Browse files
committed
chore: bump
1 parent 41fc9be commit 927326d

File tree

6 files changed

+1576
-801
lines changed

6 files changed

+1576
-801
lines changed

CHANGELOG.md

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

3+
## v0.12.0...main
4+
5+
[compare changes](https://github.com/nuxt/scripts/compare/v0.12.0...main)
6+
7+
### 🔥 Performance
8+
9+
- **googleMaps:** Avoid multiple rerenders when adding markers to clusterer ([#517](https://github.com/nuxt/scripts/pull/517))
10+
11+
### 🩹 Fixes
12+
13+
- Resolve import paths as absolute ([a217362](https://github.com/nuxt/scripts/commit/a217362))
14+
15+
### 🏡 Chore
16+
17+
- Changelog ([61d694e](https://github.com/nuxt/scripts/commit/61d694e))
18+
- Sync ([da732bf](https://github.com/nuxt/scripts/commit/da732bf))
19+
20+
### ❤️ Contributors
21+
22+
- Harlan Wilton ([@harlan-zw](https://github.com/harlan-zw))
23+
- Damian Głowala ([@DamianGlowala](https://github.com/DamianGlowala))
24+
325
## v0.11.13...main
426

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

client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"generate": "nuxi generate"
1212
},
1313
"devDependencies": {
14-
"@iconify-json/carbon": "^1.2.13",
14+
"@iconify-json/carbon": "^1.2.14",
1515
"@nuxt/devtools-kit": "^2.6.5",
1616
"@nuxt/devtools-ui-kit": "^2.6.5",
17-
"@nuxt/kit": "^4.1.2",
18-
"nuxt": "^4.1.2",
17+
"@nuxt/kit": "^4.1.3",
18+
"nuxt": "^4.1.3",
1919
"vue": "^3.5.22",
2020
"vue-router": "latest"
2121
}

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@iconify-json/heroicons": "^1.2.3",
1313
"@iconify-json/noto": "^1.2.7",
1414
"@iconify-json/ph": "^1.2.2",
15-
"@iconify-json/simple-icons": "^1.2.53",
15+
"@iconify-json/simple-icons": "^1.2.54",
1616
"@nuxt/content": "^3.7.1",
1717
"@nuxt/fonts": "^0.11.4",
1818
"@nuxt/image": "^1.11.0",

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/scripts",
33
"type": "module",
44
"version": "0.12.1",
5-
"packageManager": "pnpm@10.17.1",
5+
"packageManager": "pnpm@10.18.2",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -98,7 +98,7 @@
9898
}
9999
},
100100
"dependencies": {
101-
"@nuxt/kit": "^4.1.2",
101+
"@nuxt/kit": "^4.1.3",
102102
"@vueuse/core": "^13.9.0",
103103
"consola": "^3.4.2",
104104
"defu": "^6.1.4",
@@ -122,25 +122,25 @@
122122
"@nuxt/module-builder": "^1.0.2",
123123
"@nuxt/scripts": "workspace:*",
124124
"@nuxt/test-utils": "3.19.2",
125-
"@paypal/paypal-js": "^8.4.2",
125+
"@paypal/paypal-js": "^9.0.1",
126126
"@types/semver": "^7.7.1",
127-
"@typescript-eslint/typescript-estree": "^8.44.1",
127+
"@typescript-eslint/typescript-estree": "^8.46.0",
128128
"@vue/test-utils": "^2.4.6",
129129
"acorn-loose": "^8.5.2",
130-
"bumpp": "^10.2.3",
130+
"bumpp": "^10.3.1",
131131
"changelogen": "^0.6.2",
132-
"eslint": "^9.36.0",
132+
"eslint": "^9.37.0",
133133
"eslint-plugin-n": "^17.23.1",
134-
"happy-dom": "^18.0.1",
134+
"happy-dom": "^20.0.0",
135135
"knitwork": "^1.2.0",
136-
"nuxt": "^4.1.2",
137-
"playwright-core": "^1.55.1",
136+
"nuxt": "^4.1.3",
137+
"playwright-core": "^1.56.0",
138138
"shiki": "^3.13.0",
139-
"typescript": "5.9.2",
139+
"typescript": "5.9.3",
140140
"vitest": "^3.2.4",
141141
"vue": "^3.5.22",
142142
"vue-router": "^4.5.1",
143-
"vue-tsc": "^3.0.8"
143+
"vue-tsc": "^3.0.9"
144144
},
145145
"resolutions": {
146146
"@nuxt/scripts": "workspace:*"

0 commit comments

Comments
 (0)