Update pnpm dependencies#93
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
blakesmods | 11353a2 | Jun 28 2026, 09:07 PM |
7757faf to
fd50769
Compare
e04729d to
6f2a8b8
Compare
ca99c1c to
86df075
Compare
86df075 to
11353a2
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^10.4.0→^10.5.0^1.2.111→^1.2.114^1.2.84→^1.2.87^4.8.1→^4.9.0^8.0.15→^8.2.18.2.2^10.55.0→^10.60.010.62.0(+1)^10.55.0→^10.60.010.62.0(+1)^24.12.4→^24.13.2^2.4.10→^2.4.11^12.10.0→^12.11.1^7.2.0→^7.3.07.3.1^20.9.0→^20.10.6^7.2.0→^7.3.07.4.024.16.0→24.18.0^4.4.6→^4.4.8^1.60.0→^1.61.111.5.0→11.9.0^3.8.3→^3.8.43.9.1(+2)^7.8.1→^7.8.5^7.8.1→^7.8.5^4.3.0→^4.3.1^2.9.16→^2.9.182.10.0^4.1.7→^4.1.9Release Notes
faker-js/faker (@faker-js/faker)
v10.5.0Compare Source
New Locales
Features
recentandsoon(#3844) (0bc038d)pastandfuture(#3783) (237e7dc)Bug Fixes
nuxt/ui (@nuxt/ui)
v4.9.0Compare Source
Features
registerMessageRef(#6275) (f99778e)iconwithfalse(#6597) (09eb639)removeFilein slots (#6492) (4da3a5d)leaveandenterevents (#6596) (006324a)theme.unstyledoption (#6551) (a2a8bc9)separatorprop (#6392) (89b30e8)shadowprop (#6561) (d850ae6)multiplein theme (#6554) (f66eb65)transitionprop (#6484) (af80a67)rootoption to override.nuxt-uidirectory location (#6595) (cccb3d5)Bug Fixes
max-heightinstead of toggling preheight(#6565) (52d3c45)VNode[](52367b1)idand aria attributes on trigger (#6572) (c3bef7a)v4.8.2Compare Source
Bug Fixes
nameattribute (#6539) (f8186e2)localeprop (#6546) (ed2f955)nuxt-modules/sitemap (@nuxtjs/sitemap)
v8.2.1Compare Source
No significant changes
View changes on GitHub
v8.2.0Compare Source
🚀 Features
🐞 Bug Fixes
_sitemap- by @harlan-zw in #624 and #625 (341c3)View changes on GitHub
v8.1.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
getsentry/sentry-javascript (@sentry/node)
v10.60.0Compare Source
v10.59.0Compare Source
Important Changes
feat(react-router): Add support for React Router v8 (#21633)
The SDK now supports React Router v8, in both the framework and SPA (
@sentry/react) modes.feat(react): Add version-agnostic React Router SPA exports (#21633)
@sentry/reactnow exports version-agnostic wrappers for React Router v6+ SPA instrumentation.The new exports replace the version-specific
V6/V7variants, which are now deprecated:reactRouterV6BrowserTracingIntegration/V7reactRouterBrowserTracingIntegrationwithSentryReactRouterV6Routing/V7wrapReactRouterRoutingwrapCreateBrowserRouterV6/V7wrapCreateBrowserRouterwrapCreateMemoryRouterV6/V7wrapCreateMemoryRouterwrapUseRoutesV6/V7wrapUseRoutesThe deprecated exports continue to work and will be removed in the next major version.
Other Changes
streamGenAiSpansis enabled (#21603)spanStartevent (#21644)//request paths (#21645)productionas defaultsentry.environmentattribute value on streamed spans (#21637)Internal Changes
@sentry/conventions(#21597)bundler(#21559)@sentry/conventions(#21492)@sentry/conventions(#21493)@sentry/conventions(#21494)@sentry/conventions(#21495)@sentry/conventions(#21496)@sentry/conventions(#21497)@sentry/conventions(#21490)@sentry/conventions(#21498)Bundle size 📦
v10.58.0Compare Source
Important Changes
feat(hono): Add support for the Deno runtime (#21450)
@sentry/hononow supports the Deno runtime via a new@sentry/hono/denoentry point.Install
@sentry/denoas a peer dependency and initialize Sentry through thesentry()middleware:feat(core): Extract objects as structured logs in
consoleLoggingIntegration(#21385)The
consoleLoggingIntegrationnow extracts structured log attributes when the first argument is a plain object.feat(react-router): Stabilize the instrumentation API (#21470)
React Router's instrumentation API is now stable — the
@experimentalmarkers have been removed fromcreateSentryServerInstrumentation,createSentryClientInstrumentation, and the related helpers and types.The manual server wrappers
wrapServerLoaderandwrapServerActionare now deprecated in favor of it. Exportinstrumentations = [Sentry.createSentryServerInstrumentation()]from yourentry.server.tsxto instrument all loaders and actions without wrapping them individually.Other Changes
useInstrumentationAPI(#21432)__sentry_wrapped__inherited fromFunction.prototype(#21506)safeJoinside-effect-free for DOM elements (#21356)moduleandtypesfields inpackage.json(#21449)okinstead ofinternal_error(#21521)defaultexports condition (#21472)Work in this release was contributed by @archievi, @AyaanFaisal21, @itosa-kazu, and @bkchr. Thank you for your contributions!
Internal Changes
22.7.5(#21527)Configuration
📅 Schedule: (UTC)
* * * * 6L)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.