Skip to content

Commit b65fad9

Browse files
authored
deps(nuxt): Bump @nuxt/kit (#23303)
See this PR (contributed by @thijsw): - #22713 Bumping`@nuxt/kit` to v4 was suggested by the Nuxt maintainers. This is backwards compatible with Nuxt v3. Closes #22679
1 parent cd62a07 commit b65fad9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7-
Work in this release was contributed by @psh4607, @trinitiwowka, @nehaprasad-dev, @JealousGx, @Jxxunnn, @eddie333016, @davidmurdoch, and @yashschandra. Thank you for your contributions!
7+
Work in this release was contributed by @psh4607, @thijsw, @trinitiwowka, @nehaprasad-dev, @JealousGx, @Jxxunnn, @eddie333016, @davidmurdoch, and @yashschandra. Thank you for your contributions!
88

99
- feat(deno)!: Rename several default integrations to match the other SDKs ([#22404](https://github.com/getsentry/sentry-javascript/pull/22404)). The `deno*Integration` exports are kept as deprecated aliases. If you were relying on the names (for example, to disable them), then note that these have changed:
1010
- `DenoAmqplib` => `Amqplib`

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454
},
5555
"dependencies": {
56-
"@nuxt/kit": "^3.13.2",
56+
"@nuxt/kit": "^4.5.2",
5757
"@sentry/browser": "10.67.0",
5858
"@sentry/cloudflare": "10.67.0",
5959
"@sentry/conventions": "^0.19.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5885,7 +5885,7 @@
58855885
which "^6.0.1"
58865886
ws "^8.21.1"
58875887

5888-
"@nuxt/kit@3.21.11", "@nuxt/kit@^3.13.2":
5888+
"@nuxt/kit@3.21.11":
58895889
version "3.21.11"
58905890
resolved "https://registry.yarnpkg.com/@nuxt/kit/-/kit-3.21.11.tgz#983c40f57ce222149dce212485c64bc56f663cc8"
58915891
integrity sha512-0Xi3tgwN77w43Q8GCPIrvWmF1J7Peehkts44E0uKNIml9lB8WoUn8YxyUjxBv47XtVR86NWoWALAT+/IEMHJEA==
@@ -5912,7 +5912,7 @@
59125912
unctx "^2.5.0"
59135913
untyped "^2.0.0"
59145914

5915-
"@nuxt/kit@^4.5.1":
5915+
"@nuxt/kit@^4.5.1", "@nuxt/kit@^4.5.2":
59165916
version "4.5.2"
59175917
resolved "https://registry.yarnpkg.com/@nuxt/kit/-/kit-4.5.2.tgz#fa338b169d14d9e66f973ded551d2376edb72398"
59185918
integrity sha512-l66LU9DcJYjmNwqwAj2I5UGRrUbnG2DOKGChnN70zIGtn0eq/z87gi/FRgha6eMb9/FmB1PFHgtx6PWVml1C2Q==

0 commit comments

Comments
 (0)