-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(deps): update all non-major dependencies #101
Open
renovate
wants to merge
1
commit into
old
Choose a base branch
from
renovate/all-minor-patch
base: old
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
d0c4d1d
to
80716bd
Compare
80716bd
to
619ab1e
Compare
619ab1e
to
0fe8524
Compare
0fe8524
to
fa28bdc
Compare
fa28bdc
to
518305c
Compare
518305c
to
b796745
Compare
b796745
to
7186bfb
Compare
7186bfb
to
f122c95
Compare
f122c95
to
de78e32
Compare
de78e32
to
9e78c33
Compare
9e78c33
to
d706f26
Compare
ddea78a
to
64a1519
Compare
64a1519
to
96c4eae
Compare
96c4eae
to
6992f0a
Compare
6992f0a
to
f73ef39
Compare
f73ef39
to
c72a605
Compare
c72a605
to
58c9b59
Compare
58c9b59
to
3a38bf2
Compare
3a38bf2
to
8d62b3e
Compare
8d62b3e
to
c8e5b81
Compare
c8e5b81
to
3b3a0f9
Compare
3b3a0f9
to
d64191f
Compare
d64191f
to
244b601
Compare
244b601
to
8665e25
Compare
8665e25
to
88d9369
Compare
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. |
# for free
to join this conversation on GitHub.
Already have an account?
# 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:
^2.27.12
->^2.28.0
^1.2.24
->^1.2.26
^1.2.21
->^1.2.24
^1.2.15
->^1.2.16
^3.0.0
->^3.1.1
^0.9.0
->^0.10.1
^8.50.0
->^8.55.0
^12.5.0
->^12.7.0
^14.17.3
->^14.18.0
22.13.1
->22.14.0
^3.4.2
->^3.5.1
^2.3.4
->^2.4.2
^3.24.1
->^3.24.2
Release Notes
changesets/changesets (@changesets/cli)
v2.28.0
Compare Source
nuxt/content (@nuxt/content)
v3.1.1
Compare Source
Bug Fixes
bindingName
instead ofbinding
(#3109) (311609c)/tmp
directory for sqlite db (#3108) (bfc58cc)v3.1.0
Compare Source
Features
node-sqlite3
connector (#3032) (1188550)Bug Fixes
cwd
(1a8c2bd)scule
from optimizeDps list (ddb3bc8), closes #3042ZodMap
as json field (69a14fa)vuejs/pinia (@pinia/nuxt)
v0.10.0
Compare Source
getsentry/sentry-javascript (@sentry/nuxt)
v8.55.0
Compare Source
Important Changes
SentryNodeServerlessSDKv8
(#15351)The
SentryNodeServerlessSDK
AWS Lambda Layer will stop receiving updates.If you intend to stay on
v8
and receive updates useSentryNodeServerlessSDKv8
instead.Other Changes
vercelAIIntegration
export (#15339)enabled
to disable Sentry module (#15337) (#15381)registerEsmLoaderHooks
(#15352)beforeUpdate
call (#15262)Work in this release was contributed by @aryanvdesh. Thank you for your contribution!
Bundle size 📦
v8.54.0
Compare Source
Work in this release was contributed by @nwalters512. Thank you for your contribution!
Bundle size 📦
v8.53.0
Compare Source
url
toSourcemapsUploadOptions
(#15202)fromLocation
can be undefined in Tanstack Router Instrumentation (#15237)Work in this release was contributed by @tannerlinsley. Thank you for your contribution!
Bundle size 📦
v8.52.1
Compare Source
this.name
tonew.target.prototype.constructor.name
(#15222)Work in this release was contributed by @Zen-cronic. Thank you for your contribution!
Bundle size 📦
v8.52.0
Compare Source
Important Changes
withSentry
wrapper for SolidStart config (#15135)To enable the SolidStart SDK, wrap your SolidStart Config with
withSentry
. ThesentrySolidStartVite
plugin is now automaticallyadded by
withSentry
and you can pass the Sentry build-time options like this:With the
withSentry
wrapper, the Sentry server config should not be added to thepublic
directory anymore.Add the Sentry server config in
src/instrument.server.ts
. Then, the server config will be placed inside the server build output asinstrument.server.mjs
.Now, there are two options to set up the SDK:
--import
CLI flag to the start command like this (path depends on your server setup):node --import ./.output/server/instrument.server.mjs .output/server/index.mjs
autoInjectServerSentry: 'top-level-import'
and the Sentry config will be imported at the top of the server entry (comes with tracing limitations)Other Changes
Bun.serve
survives a server reload (#15157)module
intoloadModule
(#15139) (#15166)Work in this release was contributed by @jahands, @jrandolf, and @nathankleyn. Thank you for your contributions!
Bundle size 📦
vueuse/vueuse (@vueuse/nuxt)
v12.7.0
Compare Source
🚀 Features
once
option - by @btea in https://github.com/vueuse/vueuse/issues/4583 (3041e)🐞 Bug Fixes
{combination: 'overwrite'}
- by @pkc918 and @antfu in https://github.com/vueuse/vueuse/issues/4430 (3ca0d)View changes on GitHub
v12.6.1
Compare Source
No significant changes
View changes on GitHub
discordjs/discord.js (discord.js)
v14.18.0
Compare Source
Bug Fixes
Documentation
Features
renewalSkuIds
(#10662) (efa50fc)Refactor
Styling
Typings
messages
property (#10708) (44a1e85)undefined
toflags
forexactOptionalPropertyTypes
(#10707) (d2e1924)nodejs/node (node)
v22.14.0
Compare Source
prettier/prettier (prettier)
v3.5.1
Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercompose
andgithub-actions-workflow
languages in Visual Studio Code.v3.5.0
Compare Source
diff
🔗 Release Notes
vercel/turborepo (turbo)
v2.4.2
: Turborepo v2.4.2Compare Source
What's Changed
Changelog
Full Changelog: vercel/turborepo@v2.4.1...v2.4.2
v2.4.1
: Turborepo v2.4.1Compare Source
Full Changelog: vercel/turborepo@v2.4.0...v2.4.1
What's Changed
bun.lock
by @chris-olszewski in https://github.com/vercel/turborepo/pull/9783@turbo/repository
by @dimitropoulos in https://github.com/vercel/turborepo/pull/9865Configuration
📅 Schedule: Branch creation - "before 9am,after 9am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.