-
Notifications
You must be signed in to change notification settings - Fork 23
chore(deps): update all non-major dependencies #42
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/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
|
901b764
to
ed38e0a
Compare
ed38e0a
to
f756113
Compare
f756113
to
3f7326d
Compare
514721b
to
044e080
Compare
044e080
to
0d4dade
Compare
0d4dade
to
84c90a6
Compare
84c90a6
to
db911b8
Compare
db911b8
to
de84f8d
Compare
de84f8d
to
988d3a5
Compare
988d3a5
to
4178a04
Compare
4178a04
to
93d0d71
Compare
93d0d71
to
3aaeab7
Compare
3aaeab7
to
cb1c02b
Compare
cb1c02b
to
48ed14c
Compare
5e5ac8a
to
7a5635a
Compare
7a5635a
to
f0b8399
Compare
f0b8399
to
31665fb
Compare
31665fb
to
8b2c9aa
Compare
8b2c9aa
to
7c99b03
Compare
7c99b03
to
c984198
Compare
c984198
to
4fe430b
Compare
4fe430b
to
865a627
Compare
865a627
to
9e77171
Compare
9e77171
to
5a4ce54
Compare
5a4ce54
to
af1f779
Compare
af1f779
to
0658b7d
Compare
0658b7d
to
3eba732
Compare
3eba732
to
718a37b
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.4
->^1.2.9
^1.2.57
->^1.2.63
^1.2.43
->^1.2.48
^1.5.2
->^1.9.0
^3.2.0
->^3.3.2
^0.17.1
->^0.17.2
^22.16.4
->^22.17.2
^0.44.3
->^0.44.4
^9.31.0
->^9.34.0
^0.5.20
->^0.5.23
10.13.1
->10.15.0
^5.8.3
->^5.9.2
^3.0.1
->^3.0.6
^0.7.2
->^0.7.5
^4.24.4
->^4.32.0
Release Notes
nuxt/eslint (@nuxt/eslint)
v1.9.0
Compare Source
🚀 Features
🐞 Bug Fixes
defineNuxtConfig
as ESLint's globals, close #603 - by @antfu in https://github.com/nuxt/eslint/issues/603 (2e67f)View changes on GitHub
v1.8.0
Compare Source
🚀 Features
View changes on GitHub
v1.7.1
Compare Source
🐞 Bug Fixes
eslint-typegen.d.ts
innuxt.node.d.ts
, close #596 - by @antfu in https://github.com/nuxt/eslint/issues/596 (ab74e)View changes on GitHub
v1.7.0
Compare Source
🚀 Features
View changes on GitHub
v1.6.0
Compare Source
🐞 Bug Fixes
eslint-plugin-import-x
as default, close #590 - by @antfu in https://github.com/nuxt/eslint/issues/590 (e43d6)View changes on GitHub
nuxt/ui-pro (@nuxt/ui-pro)
v3.3.2
Compare Source
v3.3.1
Compare Source
v3.3.0
Compare Source
drizzle-team/drizzle-orm (drizzle-orm)
v0.44.4
Compare Source
eslint/eslint (eslint)
v9.34.0
Compare Source
v9.33.0
Compare Source
v9.32.0
Compare Source
atinux/nuxt-auth-utils (nuxt-auth-utils)
v0.5.23
Compare Source
compare changes
🚀 Enhancements
state
param (#423)🩹 Fixes
🏡 Chore
❤️ Contributors
v0.5.22
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
📖 Documentation
🏡 Chore
❤️ Contributors
v0.5.21
Compare Source
compare changes
🩹 Fixes
📖 Documentation
🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)
v10.15.0
Compare Source
Minor Changes
cleanupUnusedCatalogs
configuration. When set totrue
, pnpm will remove unused catalog entries during installation #9793.@*/pnpm-plugin-*
#9780.pnpm config get
now prints an INI string for an object value #9797.pnpm config get
now accepts property paths (e.g.pnpm config get catalog.react
,pnpm config get .catalog.react
,pnpm config get 'packageExtensions["@​babel/parser"].peerDependencies["@​babel/types"]'
), andpnpm config set
now accepts dot-leading or subscripted keys (e.g.pnpm config set .ignoreScripts true
).pnpm config get --json
now prints a JSON serialization of config value, andpnpm config set --json
now parses the input value as JSON.Patch Changes
pnpm create
command, must verify whether the node version is supported even if a cache already exists #9775.*/*
to theAccept
header to avoid getting a 406 error on AWS CodeArtifact #9862.pnpm dlx pkg --help
doesn't pass--help
topkg
#9823.v10.14.0
Compare Source
Minor Changes
Added support for JavaScript runtime resolution
Declare Node.js, Deno, or Bun in
devEngines.runtime
(insidepackage.json
) and let pnpm download and pin it automatically.Usage example:
How it works:
pnpm install
resolves your specified range to the latest matching runtime version.Why this is better:
useNodeVersion
andexecutionEnv.nodeVersion
)executionEnv.nodeVersion
). So, different projects in a workspace can use different runtimes.devEngines.runtime
setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.Related PR: #9755.
Add
--cpu
,--libc
, and--os
topnpm install
,pnpm add
, andpnpm dlx
to customizesupportedArchitectures
via the CLI #7510.Patch Changes
pnpm add
downloads packages whoselibc
differ frompnpm.supportedArchitectures.libc
.dlx
to parse CLI flags and options between thedlx
command and the command to run or between thedlx
command and--
#9719.pnpm install --prod
should removing hoisted dev dependencies #9782.pnpm install
to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.microsoft/TypeScript (typescript)
v5.9.2
Compare Source
vuejs/language-tools (vue-tsc)
v3.0.6
Compare Source
v3.0.5
Compare Source
Features
compileSFCStyle
to provide style related infomation (#5548) - Thanks to @KazariEX!v-for
(#5553) - Thanks to @KazariEX!Bug Fixes
modelModifiers
for explicitly declared default model name (#5558) - Thanks to @KazariEX!.value
insertionclass
scope fallback forcomponent
semantic tokens (#5559) - Thanks to @KazariEX!globalTypesPath
for FS filesrestartExtensionHost
Other Changes
v3.0.4
Compare Source
Features
Bug Fixes
skipTemplateCodegen
when exposing$slots
- Thanks to @KazariEX!Other Changes
checkUnknownEvents
andcheckUnknownComponents
in sfc (#5537) - Thanks to @KazariEX!v3.0.3
Compare Source
Bug Fixes
node_modules
based on file's directory (#5525) - Thanks to @KazariEX!Other Changes
v3.0.2
Compare Source
Features
globalTypesPath
option for non-npm like environment (#5505) - Thanks to @KazariEX!Bug Fixes
/
or)
- Thanks to @KazariEX!colorizedBracketPairs
config for plaintext<component>
withoutis
prop as normal component - Thanks to @KazariEX!@vue/typescript-plugin
last (#5483)name
value of<slot>
- Thanks to @KazariEX!allowJs
to reactivity analyze host - Thanks to @KazariEX!md
for markdown (#5497) - Thanks to @KazariEX!module
from template completion - Thanks to @KazariEX!Other Changes
minimatch
topicomatch
(#5499) - Thanks to @KazariEX!.d.${ext}.ts
file exists (volarjs/volar.js#277)cloudflare/ai (workers-ai-provider)
v0.7.5
Compare Source
Patch Changes
7b2745a
Thanks @byule! - fix: use correct fieldname and format for tool_call idsv0.7.4
Compare Source
Patch Changes
50fad0f
Thanks @threepointone! - fix: pass a tool call id and read it back out for tool callsv0.7.3
Compare Source
Patch Changes
b1ee224
Thanks @threepointone! - fix: don't crash if a model response has only tool callscloudflare/workers-sdk (wrangler)
v4.32.0
Compare Source
Minor Changes
#10354
da40571
Thanks @edmundhung! - Enable cross-process communication forwrangler dev
with multiple config filesWorkers running in separate
wrangler dev
sessions can now communicate with each other regardless of whether you are running with single or multiple config files.Check out the Developing with multiple Workers guide to learn more about the different approaches and when to use each one.
#10012
4728c68
Thanks @penalosa! - Support unsafe dynamic worker loading bindingsPatch Changes
#10245
d304055
Thanks @edmundhung! - Migrate wrangler dev to use Miniflare dev registry implementationUpdated
wrangler dev
to use a shared dev registry implementation that now powers both the Cloudflare Vite plugin and Wrangler. This internal refactoring has no user-facing changes but consolidates registry logic for better consistency across tools.#10407
f534c0d
Thanks @emily-shen! - defaultcontainers.rollout_active_grace_period
to 0#10425
0a96e69
Thanks @dario-piotrowicz! - Fix debugging logs not including headers for CF API requests and responsesFix the fact that
wrangler
, when run with theWRANGLER_LOG=DEBUG
andWRANGLER_LOG_SANITIZE=false
environment variables, displays{}
instead of the actual headers for requests and responses for CF API fetches#10337
f9f7519
Thanks @emily-shen! - containers:rollout_step_percentage
now also accepts an array of numbers. Previously it accepted a single number, and each rollout step would target the same percentage of instances. Now users can customise percentages for each step.rollout_step_percentage
also now defaults to[10,100]
(previously25
), which should make rollouts progress slightly faster.You can also use
wrangler deploy --containers-rollout=immediate
to override rollout settings in Wrangler configuration and update all instances in one step. Note this doesn't overriderollout_active_grace_period
if configured.Updated dependencies [
4728c68
]:v4.31.0
Compare Source
Minor Changes
#10314
9b09751
Thanks @dario-piotrowicz! - Show possible local vs. dashboard diff information on deploysWhen re-deploying a Worker using
wrangler deploy
, if the configuration has been modified in the Cloudflare dashboard, the local configuration will overwrite the remote one. This can lead to unexpected results for users. To address this, currentlywrangler deploy
warns users about potential configuration overrides (without presenting them) and prompts them to confirm whether they want to proceed.The changes here improve the above flow in the following way:
wrangler deploy
now displays a git-like diff showing the differences between the dashboard and local configurations. This allows users to review and understand the impact of their changes before confirming the deployment.#10334
cadf19a
Thanks @jonesphillip! - Added queues subscription command to Wrangler including create, update, delete, get, listPatch Changes
#10374
20520fa
Thanks @edmundhung! - Simplify debug package resolution with nodejs_compatA patched version of
debug
was previously introduced that resolved the package to a custom implementation. However, this caused issues due to CJS/ESM interop problems. We now resolve thedebug
package to use the Node.js implementation instead.#10249
875197a
Thanks @penalosa! - Support JSRPC for remote bindings. This unlocks:Updated dependencies [
565c3a3
,ddadb93
,20520fa
,875197a
]:v4.30.0
Compare Source
Minor Changes
76a6701
Thanks @garvit-gupta! - feat: Add Wrangler command for Vectorize list-vectors operationPatch Changes
#10217
979984b
Thanks @veggiedefender! - Increase the maxBuffer size for capnp uploads#10356
80e964c
Thanks @WillTaylorDev! - fix: Update regex for valid branch name to remove 61 char length requirement, allowing for longer branch names to be specified for preview aliases.#10289
a5a1426
Thanks @emily-shen! - Cleanup container images created during local dev if no changes have been made.We now untag old images that were created by Wrangler/Vite if we find that the image content and configuration is unchanged, so that we don't keep accumulating image tags.
#10315
0c04da9
Thanks @emily-shen! - Addrollout_active_grace_period
option to containers configuration.This allows users to configure how long an active container should keep running for during a rollout, before the upgrade is applied.
#10321
b524a6f
Thanks @emily-shen! - print prettier errors during container deployment#10253
eb32a3a
Thanks @emily-shen! - fix redeploying container apps when previous deploy failed or container (but not image) was deleted.Previously this failed with
No changes detected but no previous image found
as we assumed there would be a previous deployment when an image exists in the registry.#9990
4288a61
Thanks @penalosa! - Fix startup profiling when sourcemaps are enabledUpdated dependencies [
d54d8b7
,ae0c806
]:v4.29.1
Compare Source
Patch Changes
5020694
]:v4.29.0
Compare Source
Minor Changes
#10283
80960b9
Thanks @WillTaylorDev! - Support long branch names in generation of branch aliases in WCI.#10312
bd8223d
Thanks @devin-ai-integration! - Added--domain
flag towrangler deploy
command for deploying to custom domains. Use--domain example.com
to deploy directly to a custom domain without manually configuring routes.#8318
8cf47f9
Thanks @gnekich! - Introduce json output flag for wrangler pages deployment listPatch Changes
#10232
e7cae16
Thanks @emily-shen! - fix: validatewrangler containers delete ID
to ensure a valid ID has been provided. Previously if you provided the container name (or any non-ID shaped string) you would get an auth error instead of a 404.#10139
3b6ab8a
Thanks @dom96! - Removes mention of cf-requirements when Python Workers are enabled#10259
c58a05c
Thanks @dario-piotrowicz! - Ensure thatmaybeStartOrUpdateRemoteProxySession
considers the potential account_id from the user's wrangler configCurrently if the user has an
account_id
in their wrangler config file, such id won't be taken into consideration for the remote proxy session, the changes here make sure that it is (note that theauth
option ofmaybeStartOrUpdateRemoteProxySession
, if provided, takes precedence over this id value).The changes here also fix the same issue for
wrangler dev
andgetPlatformProxy
(since they usemaybeStartOrUpdateRemoteProxySession
under the hook).#10288
42aafa3
Thanks @tgarg-cf! - Do not attempt to update queue producer settings when deploying a Worker with a queue bindingPreviously, each deployed Worker would update a subset of the queue producer's settings for each queue binding, which could result in broken queue producers or at least conflicts where different Workers tried to set different producer settings on a shared queue.
#10242
70bd966
Thanks @devin-ai-integration! - Add experimental API to expose Wrangler command tree structure for documentation generation#10258
d391076
Thanks @nikitassharma! - Add the option to allow all tiers when creating a container#10248
422ae22
Thanks @emily-shen! - fix: re-push container images on deploy even if the only change was to the Dockerfile#10179
5d5ecd5
Thanks @pombosilva! - Prevent defining multiple workflows with the same "name" property in the same wrangler file#10232
e7cae16
Thanks @emily-shen! - include containers API calls in output of WRANGLER_LOG=debug#10243
d481901
Thanks @devin-ai-integration! - Remove async_hooks polyfill - now uses native workerd implementationThe async_hooks module is now provided natively by workerd, making the polyfill unnecessary. This improves performance and ensures better compatibility with Node.js async_hooks APIs.
#10060
9aad334
Thanks @edmundhung! - refactor: switchgetPlatformProxy()
to use Miniflare's dev registry implementationUpdated
getPlatformProxy()
to use Miniflare's dev registry instead of Wrangler's implementation. Previously, you had to start a wrangler or vite dev session before accessing the proxy bindings to connect to those workers. Now the order doesn't matter.#10219
28494f4
Thanks @dario-piotrowicz! - fixNonRetryableError
thrown with an empty error message not stopping workflow retries locallyUpdated dependencies [
1479fd0
,05c5b28
,e3d9703
,d481901
]:v4.28.1
Compare Source
Patch Changes
#10130
773cca3
Thanks @dario-piotrowicz! - updatemaybeStartOrUpdateRemoteProxySession
config argument (to allow callers to specify an environment)Before this change
maybeStartOrUpdateRemoteProxySession
could be called with either the path to a wrangler config file or the configuration of a worker. The former override however did not allow the caller to specify an environment, so themaybeStartOrUpdateRemoteProxySession
API has been updated so that in the wrangler config case an object (with the path and a potential environment) needs to be passed instead.For example, before callers could invoke the function in the following way
note that there is no way to tell the function what environment to use when parsing the wrangle configuration.
Now callers will instead call the function in the following way:
note that now a target environment can be specified.
#10130
773cca3
Thanks @dario-piotrowicz! - fixgetPlatformProxy
not taking into account the potentially specified environment for remote bindings#10122
2e8eb24
Thanks @dario-piotrowicz! - fixstartWorker
not respectingauth
options for remote bindingsfix
startWorker
currently not taking into account theauth
fieldthat can be provided as part of the
dev
options when used in conjunctionwith remote bindings
example:
Given the following
wrangler
will now use the provided<ACCOUNT_ID>
and<API_TOKEN>
to integrate withthe remote AI binding instead of requiring the user to authenticate.
#10209
93c4c26
Thanks @devin-ai-integration! - fix: strip ANSI escape codes from log files to improve readability and parsing#9774
48853a6
Thanks @nikitassharma! - Validate container configuration against account limits in wrangler to give early feedback to the user#10122
2e8eb24
Thanks @dario-piotrowicz! - fix incorrect TypeScript type for AI binding in thestartWorker
APIv4.28.0
Compare Source
Minor Changes
e82aa19
Thanks @Akshit222! - Add --json flag to r2 bucket info command for machine-readable output.Patch Changes
#10004
b4d1373
Thanks @dario-piotrowicz! - fixwrangler dev
logs being logged on the incorrect level in some casescurrently the way
wrangler dev
prints logs is faulty, for example the following codeinside a worker would cause the following logs:
(note that the warning is printed as an error and the debug log is printed even if by default it should not)
the changes here make sure that the logs are instead logged to their correct level, so for the code about the following will be
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.