-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update all non-major dependencies #16
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
d2c6ccc to
b5dacbf
Compare
b5dacbf to
eb8b981
Compare
eb8b981 to
471f2e5
Compare
471f2e5 to
afbd7e7
Compare
afbd7e7 to
579f453
Compare
579f453 to
b053dcc
Compare
b053dcc to
15e7755
Compare
15e7755 to
4f6d6d0
Compare
4f6d6d0 to
b24347d
Compare
b24347d to
058c553
Compare
058c553 to
e58ee8c
Compare
e58ee8c to
fc10db3
Compare
fc10db3 to
10bd164
Compare
10bd164 to
16999e8
Compare
16999e8 to
964ad00
Compare
b0c591e to
a6ca3d7
Compare
a6ca3d7 to
83be60e
Compare
83be60e to
9272e73
Compare
9272e73 to
e72d90c
Compare
e72d90c to
0daefd0
Compare
0daefd0 to
7cba667
Compare
7cba667 to
b164033
Compare
b164033 to
4572069
Compare
4572069 to
0372fdb
Compare
0372fdb to
944613e
Compare
944613e to
68c711b
Compare
68c711b to
d48b989
Compare
d48b989 to
749a67b
Compare
749a67b to
d2f66a7
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.70->^1.2.72^1.2.54->^1.2.57^1.2.32->^1.2.33^3.7.1->^3.8.0^1.9.0->^1.10.0^4.0.1->^4.1.0^9.38.0->^9.39.1^11.12.0->^11.12.1^3.1.1->^3.1.3^4.43.0->^4.45.4Release Notes
nuxt/content (@nuxt/content)
v3.8.0Compare Source
Features
Bug Fixes
Performance Improvements
nuxt/eslint (@nuxt/eslint)
v1.10.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
nuxt/ui (@nuxt/ui)
v4.1.0Compare Source
⚠ BREAKING CHANGES
children-iconprop to usetrailing-iconin input (#4397)Features
variantprop (#5138) (bb4f42c)children-iconprop to usetrailing-iconin input (#4397) (edda8a6)uiin slot props where used (#5207) (63c0a5f)descriptionin items (#5193) (70cf05f)increment/decrementas booleans (#4805) (1858908)experimental.componentDetectionoption (#5222) (f80474c)closemethod in slots (#5176) (53c6508)zoomtransition (#4998) (d502c30)$elfor drag and drop example (#5239) (fcf6117)maxglobal configuration (#5068) (e4c6113)Bug Fixes
imageprop (9632f99), closes #5276activein items (cc8cbf3), closes #4771should-auto-scroll(#5252) (db73765)uiprop type (#5234) (240bc1a)presentationrole (70aaf4a), closes #4945uiprop in prose proxy components (#5205) (d1afe90)divinstead ofmain(2a09ac0), closes #4955uppercaseclass (#5238) (4095c9a)$elinstead ofrootRef(c019f8f), closes #5230 #5162Reverts
eslint/eslint (eslint)
v9.39.1Compare Source
v9.39.0Compare Source
mermaid-js/mermaid (mermaid)
v11.12.1Compare Source
Patch Changes
cbf8946Thanks @shubhamparikh2704! - fix: Updated the dependency dagre-d3-es to 7.0.13 to fix GHSA-cc8p-78qf-8p7qvuejs/language-tools (vue-tsc)
v3.1.3Compare Source
Features
<template>(#5734) - Thanks to @KazariEX!Bug Fixes
lang="html"(#5728) - Thanks to @serkodev!Other Changes
v3.1.2Compare Source
Bug Fixes
propTypeshas no elements (#5704) - Thanks to @so1ve!Other Changes
vue-tscbroken link to example boilerplate inREADME.md(#5721) - Thanks to @heyakyra!cloudflare/workers-sdk (wrangler)
v4.45.4Compare Source
Patch Changes
#11133
8ffbd17Thanks @petebacondarwin! - Reduce the amount of arguments being passed in metrics capture.Now the argument values that are captured come from an allow list,
and can be marked as ALLOW (capture the real value) or REDACT (capture as "").
#11033
77ed7e2Thanks @dario-piotrowicz! - Offer to update the local Wrangler configuration file to match remote configuration when runningwrangler deployWhen running
wrangler deploy, with--x-remote-diff-check, Wrangler will display the difference between local and remote configuration.If there would be a destructive change to the remote configuration, the user is given the option to cancel the deployment.
In the case where the user does cancel deployment, Wrangler will now also offer to update the local Wrangler configuration file to match the remote configuration.
#11139
bb00f9dThanks @devin-ai-integration! - Updated cron trigger documentation links and improved error message to include instructions for testing cron triggers locally#11135
ed666a1Thanks @penalosa! - Implement tail-based logging forwrangler devremote mode, behind the--x-tail-tagsflag. This will become the default in the future.#11149
22f25fdThanks @penalosa! - Add no-op autoconfig logic behind an experimental flagUpdated dependencies [
90a2566,14f60e8]:v4.45.3Patch Changes
#11117
6822aafThanks @emily-shen! - fix: show local/remote status before D1 command confirmationsD1 commands (
execute,export,migrations apply,migrations list,delete,time-travel) now display whether they're running against local or remote databases before showing confirmation prompts. This prevents confusion about which database will be affected by the operation.#11077
bce8142Thanks @petebacondarwin! - Ensure that process.env is case-insensitive on WindowsThe object that holds the environment variables in
process.envdoes not care about the case of its keysin Windows. For example,
process.env.SystemRootandprocess.env.SYSTEMROOTwill refer to the same value.Previously, when merging fields from
.envfiles we were replacing this native object with a vanillaJavaScript object, that is case-insensitive, and so sometimes environment variables appeared to be missing
when in reality they just had different casing.
v4.45.2Patch Changes
#11097
55657ebThanks @penalosa! - Extract internal APIs into a new@cloudflare/workers-utilspackage#11118
d47f166Thanks @zebp! - Fix validation of thepersistfield of observabilitylogsandtracesconfigurationv4.45.1Compare Source
Patch Changes
#10959
d0208feThanks @devin-ai-integration! - Fixed conflict between--envand--expiresflags inwrangler r2 object put.--enow aliases--envonly, and NOT--expires.#10915
dbe51c1Thanks @devin-ai-integration! - Fixed self-bindings (service bindings to the same worker) showing as [not connected] in wrangler dev. Self-bindings now correctly show as [connected] since a worker is always available to itself.#10913
d4f2dafThanks @devin-ai-integration! - Fixed duplicate warning messages appearing during wrangler dev when configuration changes or state transitions occurv4.45.0Compare Source
Minor Changes
#11030
1a8088aThanks @penalosa! - Enable automatic resource provisioning by default in Wrangler. This is still an experimental feature, but we're turning on the flag by default to make it easier for people to test it and try it out. You can disable the feature using the--no-x-provisionflag. It currently works for R2, D1, and KV bindings.To use this feature, add a binding to your config file without a resource ID:
{ "kv_namespaces": [{ "binding": "MY_KV" }], "d1_databases": [{ "binding": "MY_DB" }], "r2_buckets": [{ "binding": "MY_R2" }], }wrangler devwill automatically create these resources for you locally, and when you next runwrangler deployWrangler will call the Cloudflare API to create the requested resources and link them to your Worker. They'll stay linked across deploys, and you don't need to add the resource IDs to the config file for future deploys to work. This is especially good for shared templates, which now no longer need to include account-specific resource ID when adding a binding.Patch Changes
#11037
4bd4c29Thanks @danielrs! - Better Wrangler subdomain defaults warning.Improves the warnings that we show users when either
worker_devorpreview_urlsare missing.#10927
31e1330Thanks @dom96! - Implementspython_modules.excludeswrangler config field#10741
2f57345Thanks @penalosa! - Remove obsolete--x-remote-bindingsflagUpdated dependencies [
ca6c010]:v4.44.0Compare Source
Minor Changes
#10939
d4b4c90Thanks @danielrs! - Configpreview_urlsdefaults toworkers_devvalue.Originally, we were defaulting config.preview_urls to
true, but wewere accidentally enabling Preview URLs for users that only had
config.workers_dev=false.
Then, we set the default value of config.preview_urls to
false, but wewere accidentally disabling Preview URLs for users that only had
config.workers_dev=true.
Rather than defaulting config.preview_urls to
trueorfalse, wedefault to the resolved value of config.workers_dev. Should result in a
clearer user experience.
#11027
1a2bbf8Thanks @jamesopstad! - Statically replace the value ofprocess.env.NODE_ENVwithdevelopmentfor development builds andproductionfor production builds if it is not set. Else, use the given value. This ensures that libraries, such as React, that branch code based onprocess.env.NODE_ENVcan be properly tree shaken.#9705
0ee1a68Thanks @hiendv! - Add params type to Workflow type generation. E.g.#10867
dd5f769Thanks @austin-mc! - Add media binding supportPatch Changes
#11018
5124818Thanks @dario-piotrowicz! - Improve potential errors thrown bystartRemoteProxySessionby including more information#11019
6643bd4Thanks @dario-piotrowicz! - Fixobservability.logs.persistbeing flagged as an unexpected field during the wrangler config file validation#10768
8211bc9Thanks @dario-piotrowicz! - Update logs handling to use the newhandleStructuredLogsminiflare option#10997
3bb034fThanks @nikitassharma! - When either WRANGLER_OUTPUT_FILE_PATH or WRANGLER_OUTPUT_FILE_DIRECTORY are setin the environment, then command failures will append a line to the output file
encoding the error code and message, if present.
#10986
43503c7Thanks @emily-shen! - fix: cleanup any running containers again on wrangler dev exit#11000
a6de9dbThanks @jonboulle! - always load container image into local store during buildBuildKit supports different build drivers. When using the more modern
docker-containerdriver (which is now the default on some systems, e.g. a standard Docker installation on Fedora Linux), it will not automatically load the built image into the local image store. Since wrangler expects the image to be there (e.g. when callinggetImageRepoTags), it will thus fail, e.g.:Explicitly setting the
--loadflag (equivalent to-o type=docker) during the build fixes this and should make the build a bit more portable without requiring users to change their default build driver configuration.#10994
d39c8b5Thanks @pombosilva! - Make Workflows instances list command cursor based#10892
7d0417bThanks @dario-piotrowicz! - improve the diffing representation forwrangler deploy(run under--x-remote-diff-check)Updated dependencies [
36d7054,dd5f769,ee7d710,8211bc9]:Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.