-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update all non-major dependencies #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/all-minor-patch
base: master
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 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
09bb120 to
f6366d7
Compare
f6366d7 to
b2bd89e
Compare
b2bd89e to
873f6bb
Compare
873f6bb to
a58e453
Compare
a58e453 to
05a5cc7
Compare
05a5cc7 to
2be6b70
Compare
2be6b70 to
affd916
Compare
affd916 to
ea8aa84
Compare
ea8aa84 to
9202af1
Compare
9202af1 to
35e7282
Compare
35e7282 to
0eb5f7c
Compare
0eb5f7c to
dc717b1
Compare
dc717b1 to
e25b279
Compare
e25b279 to
5fe1450
Compare
5fe1450 to
b0762ef
Compare
b0762ef to
d398e3e
Compare
d398e3e to
21fe9d6
Compare
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:
^1.2.72->^1.2.75^1.2.57->^1.2.60^1.2.33->^1.2.36^3.8.0->^3.8.2^4.1.0->^4.2.1^12.4.1->^12.4.6^3.1.3->^3.1.5^4.46.0->^4.50.0Release Notes
nuxt/content (@nuxt/content)
v3.8.2Compare Source
v3.8.1Compare Source
Bug Fixes
Performance Improvements
moduleDependenciesto install mdc module (#3597) (9600533)nuxt/ui (@nuxt/ui)
v4.2.1Compare Source
Bug Fixes
stopandreloademits (#5400) (736a547)nametype (#5498) (b654a77)#app(#5491) (da8daaa)#build/ui.cssalias (#5499) (d9aadc7)v4.2.0Compare Source
⚠ BREAKING CHANGES
Features
data-slotattributes (#5447) (dd81d46)previewprop (#5443) (2af82e7)scrollableprop (#5306) (240897e)theme.prefixoption (#5341) (7fca5d7)estimateSizeas function (ebc8568)Bug Fixes
leadingslot (#5405) (b61127a)disabledprop (a8f2156), closes #5300locale/dirprops proxy (#5432) (a6efa7a)nestedprop type handling and simplify logic (#5360) (8d5c26f)modelModifiersgeneric (#5361) (5c347af)vue-routerandinertia(637ef58)experimental.componentDetection(5a5ac45)modelValue/defaultValuein vertical orientation (cffaaaa), closes #5392inline-blockclass to icon (#5317) (fc36f69)update:modelValueemit type (#5349) (4cb0638)thbased on column meta (#5418) (620defa)import.meta.env.SSRto supportvite-ssg(#5347) (8f38c04)WiseLibs/better-sqlite3 (better-sqlite3)
v12.4.6Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.4.5...v12.4.6
v12.4.5Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.4.4...v12.4.5
vuejs/language-tools (vue-tsc)
v3.1.5Compare Source
v3.1.4Compare Source
Bug Fixes
@ts-expect-errordirective on components with loose props checks (#5750) - Thanks to @serkodev and @KazariEX!v-else(#5753) - Thanks to @serkodev and @KazariEX!Other Changes
cloudflare/workers-sdk (wrangler)
v4.50.0Compare Source
Minor Changes
#11219
524a6e5Thanks @Ltadrian! - Implement Hyperdrive binding TLS miniflare proxy. This will allow for wrangler dev hyperdrive bindings to connect to externaldatabases that require TLS.
#11233
c922a81Thanks @emily-shen! - Addcontainers.unsafeto allow internal users to use additional container featuresPatch Changes
#11353
0cf696dThanks @vicb! - Use the nativenode:domainmodule when availableIt is enabled when the
enable_nodejs_domain_modulecompatibility flag is set.#11328
bb44120Thanks @ascorbic! - Fixes a bug that causedwrangler deployto hang when deploying SvelteKit sites with experimental autoconfig#11025
4a158e9Thanks @devin-ai-integration! - Use the nativenode:wasimodule when availableIt is enabled when the
enable_nodejs_wasi_modulecompatibility flag is set.Updated dependencies [
0cf696d,524a6e5,4a158e9]:v4.49.1Compare Source
Patch Changes
#11344
c758809Thanks @dario-piotrowicz! - Fix: mark ther2 bulkcommand as hidden and experimental#11339
dfba912Thanks @dario-piotrowicz! - Fixwrangler deployerroring when it pulls down remote configs of workers containing an assets bindingUpdated dependencies [
e5ec8cf]:v4.49.0Compare Source
Minor Changes
#10703
c5c4ee5Thanks @danlapid! - Add support for streaming tail consumers in local dev. This is an experimental new feature that allows you to register atailStream()handler (compared to the existingtail()handler), which will receive streamed tail events from your Worker (compared to thetail()handler, which only receives batched events after your Worker has finished processing).#11251
7035804Thanks @penalosa! - When theWRANGLER_HIDE_BANNERenvironment variable is provided, Wrangler will no longer display a version banner. This applies to all commands.For instance, previously running
wrangler docswould give the following output:With
WRANGLER_HIDE_BANNER, this is now:#11285
d014fa7Thanks @vicb! - Implement thewrangler r2 bulk put bucket-name --filename list.jsoncommand.The command uploads multiple objects to an R2 bucket.
The list of object is provided as a JSON encoded file via
--filename. It is a list of key and file (respectively the name and the content for the object).Uploads are executed concurrently and the level of concurrency can be set via
--concurrency.The command supports the same options as
wrangler r2 object put, minus--file, and--pipeand plus--concurrency#11268
15b8460Thanks @penalosa! - Support SvelteKit projects in autoconfig#11258
2011b6aThanks @dario-piotrowicz! - Add--dry-runflag towrangler setupand also adryRunoption torunAutoConfigPatch Changes
#11261
a352c7fThanks @petebacondarwin! - Avoid using object lookup for OAuth Error classes#11286
8e99766Thanks @dario-piotrowicz! - fix: make sure thatexperimental_patchConfigdoesn't throw if it encounters anullvalue#11279
d0d3fe6Thanks @vicb! - bump p-queue to ^9.0.0#11278
92afbbaThanks @ascorbic! - Fixes a bug that caused.dev.varsto be ignored in OpenNext#11244
65b4afeThanks @petebacondarwin! - Internal refactoring to improve error traceability in wrangler dev#11238
da8442fThanks @jamesopstad! - Addunstable_getDurableObjectClassNameToUseSQLiteMapexport. This is an internal function for use in the Vite plugin.#11266
09cb720Thanks @penalosa! - Use the smol-toml library for parsing TOML instead of @iarna/toml#11236
793e2b4Thanks @ascorbic! - Refresh expired preview tokens when running in remote dev mode#11286
8e99766Thanks @dario-piotrowicz! - fix:wrangler deployfailing to patch localwrangler.jsoncfiles if the remotetail_consumersvalue isnull#11275
9cbf126Thanks @dario-piotrowicz! - Ensure thatwrangler deployrun with a positional argument or with--assetsdoes not trigger the autoconfig process (even with--experimental-autoconfig)#11242
dd1e560Thanks @dario-piotrowicz! - Fix: make sure that remote proxy sessions's debug logs are enabled when the wrangler log level is set to "debug"Updated dependencies [
c5c4ee5,d0041e2,827d017]:v4.48.0Compare Source
Minor Changes
#11212
3908162Thanks @dario-piotrowicz! - Add autoconfig changes summary forwrangler deploy --x-autoconfigwith the option for users to cancel the operation#11229
14d79f2Thanks @dario-piotrowicz! - Enablesexperimental-deploy-remote-diff-checkflag by default (the flag is still present for now so that users can turn it off if needed) and improves the remote config diffing logic (to include less noise in the diff presented to the user)#11245
dfc6513Thanks @vicb! - Change how Wrangler selects default ports for dev sessions.If no port is specified, Wrangler now probes the default port and the 10 consecutive ports after it before falling back to a random port.
This will help getting a stable port number across dev sessions.
Both the http server and inspector ports are affected.
Patch Changes
#11177
43fe9f3Thanks @MattieTK! - Added bun detection to package manager analyticsUpdated dependencies [
305ffb3,46ccf0e]:v4.47.0Compare Source
Minor Changes
#11201
5286309Thanks @avenceslau! - Add wrangler workflows instances restart command#11214
5cf8a39Thanks @penalosa! - Add the experimentalwrangler setupcommand to run autoconfig outside of the deploy flow.#11187
8abc789Thanks @dario-piotrowicz! - Add possibility for users to edit their project settings during autoconfigWhen running
wrangler deploy --experimental-autoconfig, after the automatic project settings detection Wrangler will now present users the opportunity to customize the auto-detected project's settingsPatch Changes
#11143
2d16610Thanks @FlorentCollin! - Improve the formatting of the D1 execute command to always show the duration in milliseconds with two decimal places.#11178
63defa2Thanks @ascorbic! - Log a more helpful error when attempting to "r2 object put" a non-existent file#11199
70d3d4aThanks @penalosa! - Add telemetry to autoconfig#11186
38396edThanks @hoodmane! - Removed warning when deploying a Python worker#11024
cdcecfcThanks @devin-ai-integration! - Use the nativenode:trace_eventsmodule when availableIt is enabled when the
enable_nodejs_trace_events_modulecompatibility flag is set.#11195
e85f965Thanks @ascorbic! - Ignores.dev.varsif--env-filehas been explicitly passedPreviously,
.dev.varswould always be read first, and then any file passed with--env-filewould override variables in.dev.vars. This meant there was no way to ignore.dev.varsif you wanted to use a different env file. Now, if--env-fileis passed,.dev.varswill be ignored entirely.#11181
88aa707Thanks @petebacondarwin! - add more logging around Wrangler authentication to help diagnose issuesUpdated dependencies [
dd7d584,4259256,cdcecfc]:Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 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.