-
Notifications
You must be signed in to change notification settings - Fork 829
chore(deps): update all non-major dependencies (v3) #4657
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
Merged
Merged
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 ui3
|
f81c75b
to
3764581
Compare
3764581
to
c7ee688
Compare
c7ee688
to
f143576
Compare
f143576
to
b8eb279
Compare
b8eb279
to
3e8c86b
Compare
3e8c86b
to
d3913a6
Compare
d3913a6
to
b16b9f5
Compare
b16b9f5
to
bec5a1f
Compare
bec5a1f
to
2aed9da
Compare
2aed9da
to
66a23f8
Compare
66a23f8
to
eb307e7
Compare
eb307e7
to
117cd5c
Compare
117cd5c
to
d5311a6
Compare
d5311a6
to
c4f77c4
Compare
c4f77c4
to
d09cb9c
Compare
d09cb9c
to
0e54512
Compare
0e54512
to
dab4692
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. |
commit: |
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.5
->^1.2.9
^1.2.58
->^1.2.62
^1.2.44
->^1.2.47
^1.2.23
->^1.2.29
^1.7.1
->^1.8.0
^1.10.0
->^1.11.0
^2.0.12
->^2.0.14
^9.32.0
->^9.33.0
^1.6.1
->^1.7.0
^0.13.0
->^0.13.1
10.13.1
->10.14.0
^2.0.1
->^2.1.0
^4.26.1
->^4.28.1
^1.6.1
->^1.7.0
^4.0.13
->^4.0.17
Release Notes
nuxt/eslint (@nuxt/eslint-config)
v1.8.0
Compare Source
🚀 Features
View changes on GitHub
nuxt/image (@nuxt/image)
v1.11.0
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
📖 Documentation
🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
unjs/unhead (@unhead/vue)
v2.0.14
Compare Source
🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)
v9.33.0
Compare Source
motiondivision/motion-vue (motion-v)
v1.7.0
Compare Source
🚀 Features
View changes on GitHub
nuxtlabs/nuxt-component-meta (nuxt-component-meta)
v0.13.1
Compare Source
8c7deac
)pnpm/pnpm (pnpm)
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.heroui-inc/tailwind-variants (tailwind-variants)
v2.1.0
Compare Source
Features
2.0.1 (2025-07-28)
cloudflare/workers-sdk (wrangler)
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 logged instead:
(running
wrangler dev
with the--log-level=debug
flag will also cause the debug log to be included as well)#10099
360004d
Thanks @emily-shen! - fix: move local dev container cleanup to process exit hook. This should ensure containers are cleaned up even when Wrangler is shut down programatically.#10186
dae1377
Thanks @matthewdavidrodgers! - Deleting when Pages project binds to worker requires confirmation#10169
1655bec
Thanks @devin-ai-integration! - fix: report startup errors before workerd profiling#10136
354a001
Thanks @nikitassharma! - Updatewrangler containers images list
to make fewer API calls to improve command runtime#10157
5c3b83f
Thanks @devin-ai-integration! - Enforce 64-character limit for Workflow binding names locally to match production validation#10154
502a8e0
Thanks @devin-ai-integration! - Fix UTF BOM handling in config files - remove UTF-8 BOM and error on other BOMs#10176
07c8611
Thanks @devin-ai-integration! - Add macOS version validation to prevent EPIPE errors on unsupported macOS versions (below 13.5). Miniflare and C3 fail hard while Wrangler shows warnings but continues execution.Updated dependencies [
6b9cd5b
,631f26d
,d6ecd05
,b4d1373
,8ba7736
,07c8611
,7e204a9
,3f83ac1
]:v4.27.0
Compare Source
Minor Changes
#9914
a24c9d8
Thanks @petebacondarwin! - Add support for loading local dev vars from .env filesIf there are no
.dev.vars
or.dev.vars.<environment>
files, when running Wrangler or the Vite plugin in local development mode,they will now try to load additional local dev vars from
.env
,.env.local
,.env.<environment>
and.env.<environment>.local
files.These loaded vars are only for local development and have no effect in production to the vars in a deployed Worker.
Wrangler and Vite will continue to load
.env
files in order to configure themselves as a tool.Further details:
vite build
the local vars will be computed and stored in a.dev.vars
file next to the compiled Worker code, so thatvite preview
can use them.wrangler types
command will similarly read the.env
files (if no.dev.vars
files) in order to generate theEnv
interface.CLOUDFLARE_LOAD_DEV_VARS_FROM_DOT_ENV
environment variable is"false"
then local dev variables will not be loaded from.env
files.CLOUDFLARE_INCLUDE_PROCESS_ENV
environment variable is"true"
then all the environment variables found onprocess.env
will be included as local dev vars.--env-file=<path/to/dotenv/file>
global CLI option. This affects both loading.env
to configure Wrangler the tool as well as loading local dev vars.Patch Changes
#10051
0f7820e
Thanks @nikitassharma! - Add support for custom instance limits for containers. For example, instead ofhaving to use the preconfigured dev/standard/basic instance types, you can now
set:
This feature is currently only available to customers on an enterprise plan.
#10149
e9bb8d3
Thanks @vicb! - fixrequire("debug")
in nodejs_compat modeUpdated dependencies [
9b61f44
]:jquense/yup (yup)
v1.7.0
Compare Source
Features
1.6.1 (2024-12-17)
Bug Fixes
colinhacks/zod (zod)
v4.0.17
Compare Source
v4.0.16
Compare Source
v4.0.15
Compare Source
Commits:
7e7e346
Clean up docsf2949a8
[docs] Fix migration guide upgrade command (#5021)d43cf19
Fix recursive object initialization errors with check() and other methods (#5018)3de2b63
fix: remove redundant Required<> from input and output type definitions (#5033)93553bd
Add needs info03cfa8d
4.0.15v4.0.14
Compare Source
Commits:
99391a8
Docs: Fix typo (#5005)e25303e
Docs: fix typo (#5008)dbb05ef
Add JSON Schema draft-04 output (#4811)b8257d7
Improve tuple recursive inference.9bdbc2f
Avoid infinite loops in defineLazy. Fixes #4994.af96ad4
4.0.14Configuration
📅 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.