fix(deps): update all non-major dependencies #670
Merged
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.10.1
->^1.11.0
^1.54.1
->^1.54.2
1.0.0-beta.29
->1.0.0-beta.30
^22.16.5
->^22.17.0
^19.1.8
->^19.1.9
^19.1.6
->^19.1.7
^17.21.2
->^17.21.3
^2.9.0
->^2.9.1
^1.54.1
->^1.54.2
10.13.1
->10.14.0
^19.1.0
->^19.1.1
^19.1.0
->^19.1.1
^19.1.0
->^19.1.1
^19.1.0
->^19.1.1
1.0.0-beta.29
->1.0.0-beta.30
^2.13.0
->^2.13.1
^0.13.0
->^0.13.2
^5.8.3
->^5.9.2
^7.0.11
->^7.0.12
^4.26.0
->^4.27.0
Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.11.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
#10071
4a4049c
Thanks @CarmenPopoviciu! - feat(vite-plugin): Add Containers-related info logsAdd logs, when a Worker has Containers configured, providing information about container build status, and how to rebuild containers during local development.
Updated dependencies [
9b61f44
,0f7820e
,a24c9d8
,e9bb8d3
]:v1.10.2
Compare Source
Patch Changes
#10048
dbdbb8c
Thanks @vicb! - pass the compatibility date and flags to the unenv preset#10096
687655f
Thanks @vicb! - bump unenv to 2.0.0-rc.19#10040
26ffa05
Thanks @CarmenPopoviciu! - feat(vite-plugin): Add containers support invite preview
Adds support for Cloudflare Containers in
vite preview
. Please note that at the time of this PR a container image can only specify the path to aDockerfile
. Support for registry links will be added in a later version.#10054
bc910f9
Thanks @eltigerchino! - Addworker
to the default conditions for resolving packagesThis makes it consistent with the conditions used when bundling Worker code with Wrangler.
#10061
f8a80a8
Thanks @emily-shen! - fix: properly set the socket path that the container engine is listening on.Previously, this was only picking up the value set in Wrangler config under
dev.containerEngine
, but this value can also be set from env vars or automatically read from the current docker context.Updated dependencies [
82a5b2e
,f8f7352
,2df1d06
,f8a80a8
,dbdbb8c
,5991a9c
,687655f
,755a249
]:microsoft/playwright (@playwright/test)
v1.54.2
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [Regression]: Starting Codegen with target language doesn't work anymore
Browser Versions
This version was also tested against the following stable channels:
rolldown/rolldown (@rolldown/pluginutils)
v1.0.0-beta.30
Compare Source
💥 BREAKING CHANGES
strictExecutionOrder
by default (#5436) by @hyf0🚀 Features
this.fs
support (#5475) by @sapphi-redgenerate_bundle
logic (#5480) by @shulaodaimport.meta.hot.invalidate
(#5457) by @hyf0toESM
as pure (#5461) by @IWANABETHATGUYfile_to_built_url
(#5450) by @shulaodashould_inline
logic (#5308) by @AliceLannistefile_to_built_url
support (#5445) by @shulaodaoptimization.pifeForModuleWrappers
option (#5433) by @sapphi-redoptimization.pifeForModuleWrappers
option (#5432) by @sapphi-redcreateCjsInitializer
(#5427) by @sapphi-red__commonJSMin
/_commonJS
wrapper (#5426) by @sapphi-redcreateEsmInitializer
(#5425) by @sapphi-red__esm
wrapper (#5424) by @sapphi-red__esmMin
wrapper (#5319) by @sapphi-redoutput.sourcemapBaseUrl
(#5413) by @situ2001__commonJS
CallExpression as Pure (#5419) by @IWANABETHATGUYencode_uri_path
logic (#5410) by @shulaodaimport.meta
for non-esm
output format (#5378) by @7086cmd🐛 Bug Fixes
await
(#5487) by @situ2001__toESM
in cjs format (#5454) by @IWANABETHATGUY__esm
(#5396) by @IWANABETHATGUY🚜 Refactor
HmrOutput
withHmrUpdate
(#5488) by @hyf0asset_to_data_url
(#5481) by @shulaodatest-dev-server
(#5462) by @hyf0Log#code
anOption
(#5416) by @shulaodapropagate_update
(#5402) by @hyf0__esm
top level bindings hoisted (#5397) by @IWANABETHATGUY📚 Documentation
⚡ Performance
🧪 Testing
optimization.pifeForModuleWrappers
(#5435) by @sapphi-red⚙️ Miscellaneous Tasks
unknown-session
(#5502) by @hyf0__commonJSMin
in runtime-base.js (#5455) by @IWANABETHATGUYfile_to_dev_url
temporarily (#5446) by @shulaodaremove_url_query
intorolldown_plugin_utils
(#5444) by @shulaoda.cursorignore
to ignore meaningless files for AI (#5422) by @hyf0eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.21.3
Compare Source
🩹 Fixes
ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)
v2.9.1
Compare Source
Patch Changes
^
(#859)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.facebook/react (react)
v19.1.1
Compare Source
facebook/react (react-dom)
v19.1.1
Compare Source
facebook/react (react-is)
v19.1.1
Compare Source
React
toplenboren/simple-git-hooks (simple-git-hooks)
v2.13.1
Compare Source
Patch Changes
#128
2ad5514
Thanks @OlofFredriksson! - fix: postinstall should ignore adding hooks if SKIP_INSTALL_SIMPLE_GIT_HOOKS is defined#130
1abdcd7
Thanks @cexoso! - fix: only get localcoore.hooksPath
configrolldown/tsdown (tsdown)
v0.13.2
Compare Source
🚨 Upstream Breaking Changes
dts.isolatedDeclarations
todts.oxc
- by @sxzz (5bdb9)🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.13.1
Compare Source
🚀 Features
🐞 Bug Fixes
defineConfig
- by @sxzz (7c32a)View changes on GitHub
microsoft/TypeScript (typescript)
v5.9.2
Compare Source
vitejs/rolldown-vite (vite)
v7.0.12
Compare Source
Features
Bug Fixes
Miscellaneous Chores
cloudflare/workers-sdk (wrangler)
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
]:v4.26.1
Compare Source
Patch Changes
#10061
f8a80a8
Thanks @emily-shen! - feat(containers): try to automatically get the socket path that the container engine is listening on.Currently, if your container engine isn't set up to listen on
unix:///var/run/docker.sock
(or isn't symlinked to that), then you have to manually set this via thedev.containerEngine
field in your Wrangler config, or via the env varsWRANGLER_DOCKER_HOST
. This change means that we will try and get the socket of the current context automatically. This should reduce the occurrence of opaqueinternal error
s thrown by the runtime when the daemon is not listening onunix:///var/run/docker.sock
.In addition to
WRANGLER_DOCKER_HOST
,DOCKER_HOST
can now also be used to set the container engine socket address.#10048
dbdbb8c
Thanks @vicb! - pass the compatibility date and flags to the unenv preset#10096
687655f
Thanks @vicb! - bump unenv to 2.0.0-rc.19#9897
755a249
Thanks @edmundhung! - fix: wrangler types should infer the types of the default worker entrypointUpdated dependencies [
82a5b2e
,f8f7352
,2df1d06
,dbdbb8c
,5991a9c
,687655f
]:Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.