fix(deps): update all non-major dependencies #694
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.11.0
->^1.11.2
^9.32.0
->^9.33.0
1.0.0-beta.30
->1.0.0-beta.31
^22.17.0
->^22.17.1
^9.32.0
->^9.33.0
^2.9.1
->^2.10.0
^11.3.0
->^11.3.1
1.0.0-beta.30
->1.0.0-beta.31
^0.13.2
->^0.14.0
^8.38.0
->^8.39.0
^7.0.12
->^7.1.0
^7.0.6
->^7.1.1
^4.27.0
->^4.28.1
Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.11.2
Compare Source
Patch Changes
773cca3
,773cca3
,2e8eb24
,93c4c26
,48853a6
,2e8eb24
]:v1.11.1
Compare Source
Patch Changes
#9993
9901788
Thanks @jamesopstad! - Fix issue that resulted inA hanging Promise was canceled
errors when developing large applications.We now handle requests for modules in a Durable Object so that they can be shared across invocations.
Additionally, using
import.meta.hot.send
within the context of a request is now supported.#9556
8ba7736
Thanks @edmundhung! - fix: cross-process service bindings no longer skip static asset serving#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.#10173
4e62cd8
Thanks @jamesopstad! - Ensure that headers set viaserver.headers
in the Vite config are added to HTML asset responses in development.Updated dependencies [
6b9cd5b
,b4d1373
,631f26d
,d6ecd05
,b4d1373
,360004d
,e82aa19
,dae1377
,8ba7736
,1655bec
,354a001
,5c3b83f
,502a8e0
,07c8611
,7e204a9
,3f83ac1
]:eslint/eslint (@eslint/js)
v9.33.0
Compare Source
rolldown/rolldown (@rolldown/pluginutils)
v1.0.0-beta.31
Compare Source
🚀 Features
export * from ...
(#5577) by @hyf0watch.clearScreen
(#5518) by @situ2001name
andoriginalFileName
(#5555) by @shulaodaonInvalidate
schema to validator (#5528) by @situ2001render_chunk
logic (#5511) by @shulaodarender_asset_url_in_js
(#5508) by @shulaoda__VITE_ASSET__
(#5507) by @shulaodarender_asset_url_in_js
support (#5504) by @shulaodasourcemapBaseUrl
from NormalizedOutputOptions (#5513) by @sapphi-red🐛 Bug Fixes
generateBundle
andwriteBundle
(#5580) by @shulaodaexport * from ...
(#5578) by @hyf0export * from ...
(#5566) by @hyf0import.meta
correctly (#5565) by @shulaodaimport
/require
conditions for external modules resolution (#5540) by @sapphi-redresolve.externalConditions
(#5491) by @sapphi-redmodule.exports.__esModule = true
(#5503) by @overlookmotelsourcemapBaseUrl
is an invalid URL (#5514) by @sapphi-red🚜 Refactor
__rolldown_exports__
as the name for esm module namespace object (#5579) by @hyf0_configName
to_testName
in configuration files and update variant formatting in snapshots (#5569) by @hyf0rolldown_rstr
crate and useCompactStr
directly (#5542) by @CopilotImportRecordMeta
(#5539) by @IWANABETHATGUYsourcemap_base_url
parsing (#5517) by @IWANABETHATGUYto_output_file_path_in_js
(#5505) by @shulaoda📚 Documentation
🧪 Testing
configName
to_configName
and add comments (#5568) by @hyf0rolldown_testing_config
(#5567) by @hyf0⚙️ Miscellaneous Tasks
code-spell-checker
extension (#5530) by @shulaoda❤️ New Contributors
eslint/eslint (eslint)
v9.33.0
Compare Source
ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)
v2.10.0
Compare Source
Minor Changes
indexOf()
with strict equality (#864)jprichardson/node-fs-extra (fs-extra)
v11.3.1
Compare Source
move
/moveSync
could incorrectly think files are identical on Windows (#1050)rolldown/tsdown (tsdown)
v0.14.0
Compare Source
🚨 Breaking Changes
expandDirectories
for matchingfast-glob
's behavior - by @sxzz (8171b)View changes on GitHub
v0.13.5
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.13.4
Compare Source
🚀 Features
cjsDefault
option - by @sxzz (f503f)🐞 Bug Fixes
cjsDefault
is enabled - by @sxzz (3ffa9)View changes on GitHub
v0.13.3
Compare Source
🚨 Minor Breaking Changes
dts.build
option should be enable manually fortsc -b
- by @sxzz (13146)🚀 Features
logLevel
&customLogger
option - by @sxzz (724d1)warnOnce
to logger - by @sxzz (eb4fb)ignoreWatch
- by @sxzz (91f9f)🐞 Bug Fixes
ignoreWatch
- by @sxzz (d0e31)View changes on GitHub
typescript-eslint/typescript-eslint (typescript-eslint)
v8.39.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitejs/rolldown-vite (vite)
v7.1.0
Compare Source
Features
generateCodeFrame
(#20508) (e7d0b2a)Bug Fixes
image-set
containing__VITE_ASSET__
(#20520) (f1a2635)entryCssAssetFileNames
as an empty Set (#20542) (6a46cda)Miscellaneous Chores
experimental.enableNativePlugin
option (2008da5)Code Refactoring
Tests
process.features
(#20544) (856d3f0)vitejs/vite (vite)
v7.1.1
Compare Source
Bug Fixes
launch-editor-middleware
(#20569) (826b394)Miscellaneous Chores
v7.1.0
Compare Source
Features
generateCodeFrame
(#20508) (e7d0b2a)Bug Fixes
image-set
containing__VITE_ASSET__
(#20520) (f1a2635)entryCssAssetFileNames
as an empty Set (#20542) (6a46cda)Tests
process.features
(#20544) (856d3f0)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
]: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.