-
Notifications
You must be signed in to change notification settings - Fork 4
chore(deps): update all non-major dependencies (main) #17
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
main
Choose a base branch
from
renovate/main-all-minor-patch
base: main
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
✅ Deployed chat-template
|
9dd060c
to
963dd0c
Compare
963dd0c
to
39646aa
Compare
39646aa
to
bf676e8
Compare
bf676e8
to
5c09c1b
Compare
5c09c1b
to
a3e1b8b
Compare
a3e1b8b
to
7bc1d77
Compare
7bc1d77
to
cd99b2b
Compare
cd99b2b
to
1e3cbbe
Compare
1e3cbbe
to
0e76edd
Compare
0e76edd
to
3122af5
Compare
3122af5
to
67b5639
Compare
67b5639
to
bd1364d
Compare
bd1364d
to
0e03642
Compare
0e03642
to
db5edc9
Compare
db5edc9
to
06295a9
Compare
06295a9
to
e13d00c
Compare
e13d00c
to
a9e0db3
Compare
a9e0db3
to
671cd35
Compare
671cd35
to
d493f02
Compare
d493f02
to
a00d3bd
Compare
a00d3bd
to
48cb672
Compare
48cb672
to
c0dc1d7
Compare
c0dc1d7
to
7139ff8
Compare
7139ff8
to
a451493
Compare
a451493
to
79f1c07
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.10
->^1.2.12
^1.2.40
->^1.2.43
^1.2.33
->^1.2.34
^1.3.0
->^1.4.0
^3.1.1
->^3.1.2
^0.8.25
->^0.8.27
^22.15.3
->^22.15.18
^4.3.13
->^4.3.15
10.10.0
->10.11.0
^0.3.0
->^0.4.1
^4.14.0
->^4.15.2
Release Notes
vercel/ai (@ai-sdk/vue)
v1.2.12
Compare Source
Patch Changes
b54cb59
: fix (ai-sdk/vue): fix status reactivityv1.2.11
Compare Source
Patch Changes
d87b9d1
]nuxt/eslint (@nuxt/eslint)
v1.4.0
Compare Source
🚀 Features
View changes on GitHub
v1.3.1
Compare Source
No significant changes
View changes on GitHub
nuxt/ui-pro (@nuxt/ui-pro)
v3.1.2
Compare Source
nuxt-hub/core (@nuxthub/core)
v0.8.27
Compare Source
compare changes
🚀 Enhancements
📖 Documentation
❤️ Contributors
v0.8.26
Compare Source
compare changes
🚀 Enhancements
📖 Documentation
🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)
v10.11.0
Compare Source
Minor Changes
A new setting added for
pnpm init
to create apackage.json
withtype=module
, wheninit-type
ismodule
. Works as a flag for the init command too #9463.Added support for Nushell to
pnpm setup
#6476.Added two new flags to the
pnpm audit
command,--ignore
and--ignore-unfixable
#8474.Ignore all vulnerabilities that have no solution:
> pnpm audit --ignore-unfixable
Provide a list of CVE's to ignore those specifically, even if they have a resolution.
> pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678
Added support for recursively running pack in every project of a workspace #4351.
Now you can run
pnpm -r pack
to pack all packages in the workspace.Patch Changes
dangerouslyAllowAllBuilds
is set totrue
#9472.pnpm link
should work from inside a workspace #9506.workspaceConcurrency
toMath.min(os.availableParallelism(), 4)
#9493.strictPeerDependencies
istrue
but all issues are ignored bypeerDependencyRules
#9505.updateConfig
frompnpm-workspace.yaml
#9500.recursive pack
url.parse
usage to fix warning on Node.js 24 #9492.pnpm run
should be able to run commands from the workspace root, ifignoreScripts
is set tottrue
#4858.cloudflare/ai (workers-ai-provider)
v0.4.1
Compare Source
Patch Changes
ac0693d
Thanks @threepointone! - For #126; thanks @jokull for adding AutoRAG support to workers-ai-providerv0.4.0
Compare Source
Minor Changes
ae5ac12
Thanks @JoaquinGimenez1! - Add support for new tool call formatv0.3.2
Patch Changes
3ba9ac5
Thanks @threepointone! - Update dependenciescloudflare/workers-sdk (wrangler)
v4.15.2
Compare Source
Patch Changes
#9257
33daa09
Thanks @penalosa! - Relax R2 bucket validation forpages dev
commands#9256
3b384e2
Thanks @penalosa! - Move the Analytics Engine simulator implementation from JSRPC to a Wrapped binding. This fixes a regression introduced in https://github.com/cloudflare/workers-sdk/pull/8935 that preventing Analytics Engine bindings working in local dev for Workers with a compatibility date prior to JSRPC being enabled.Updated dependencies [
3b384e2
]:v4.15.1
Compare Source
Patch Changes
#9248
07f4010
Thanks @vicb! - fix unenv version mismatch#9219
ea71df3
Thanks @vicb! - bump unenv to 2.0.0-rc.17#9246
d033a7d
Thanks @edmundhung! - fix: stripCF-Connecting-IP
header withinfetch
In v4.15.0, Miniflare began stripping the
CF-Connecting-IP
header via a global outbound service, which led to a TCP connection regression due to a bug in Workerd. This PR patches thefetch
API to strip the header during localwrangler dev
sessions as a temporary workaround until the underlying issue is resolved.Updated dependencies [
f61a08e
,ea71df3
,d033a7d
]:v4.15.0
Compare Source
Minor Changes
#8794
02f0699
Thanks @eastlondoner! - This adds support for more accurate types for service bindings when runningwrangler types
. Previously, runningwrangler types
with a config including a service binding would generate anEnv
type like this:This type was "correct", but didn't capture the possibility of using JSRPC to communicate with the service binding. Now, running
wrangler types -c wrangler.json -c ../service/wrangler.json
(the first config representing the current Worker, and any additional configs representing service bound Workers) will generate anEnv
type like this:#8716
63a6504
Thanks @ItsWendell! - add --metafile flag to generate esbuild metadata file during build#9122
f17ee08
Thanks @avenceslau! - Unhide wrangler workflows delete commandPatch Changes
#9168
6b42c28
Thanks @dario-piotrowicz! - remove experimentalMixedModeConnectionString
typeremove the experimental
MixedModeConnectionString
type whichis now exposed by Miniflare instead
#7914
37af035
Thanks @andyjessop! - fix(miniflare): strip CF-Connecting-IP header from all outbound requests#9161
53ba97d
Thanks @lambrospetrou! - Fix d1 info command showing read_replication: [object Object]#9165
91d0c40
Thanks @vicb! - validate r2 bucket names#9183
f6f1a18
Thanks @dario-piotrowicz! - addremote
option to initial bindingsadd the
remote
option (initial implementationgated behind
--x-mixed-mode
) for the followingbindings:
service
,kv
,r2
,d1
,queue
andworkflow
#9149
415520e
Thanks @penalosa! - Implement mixed mode proxy server & clientUpdated dependencies [
37af035
,ceeb375
,349cffc
,362cb0b
,2cc8197
,6b42c28
]:v4.14.4
Compare Source
Patch Changes
#9124
d0d62e6
Thanks @dario-piotrowicz! - make thatunstable_startWorker
can correctly throw configuration errorsmake sure that
unstable_startWorker
can throw configuration related errors when:setConfig
is called with thethrowErrors
argument set totrue
additionally when an error is thrown when
unstable_startWorker
is called make surethat the worker is properly disposed (since, given the fact that it is not returned
by the utility the utility's caller wouldn't have any way to dispose it themselves)
v4.14.3
Compare Source
Patch Changes
#9158
826c5e8
Thanks @petebacondarwin! - fix CallSite.toString() not to throw#9159
c6b3f10
Thanks @petebacondarwin! - bump esbuild version to fix regression in 0.25.0#8985
078c568
Thanks @gabivlj! -wrangler deploy
is able to deploy new container versions#9162
8c3cdc3
Thanks @petebacondarwin! - Do not report "d1 execute" command file missing error to SentryUpdated dependencies [
df5d1f6
,4672bda
,c6b3f10
]:v4.14.2
Compare Source
Patch Changes
#9118
1cd30a5
Thanks @dario-piotrowicz! - fix: remove outdated js-doc comment forunstable_startDevWorker
'sentrypoint
#9120
11aa362
Thanks @dario-piotrowicz! - Addexperimental_startMixedModeSession
no-op utilityThis experimental utility has no effect. More details will be shared as we roll out its functionality.
#7423
2be85d7
Thanks @penalosa! - Make sure custom build logging output is more clearly signposted, and make sure it doesn't interfere with the interactive dev session output.#9112
3fe85d4
Thanks @penalosa! - Warn if the Node.js version is below Node.js 20Configuration
📅 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.