chore(deps): update all #21
Open
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.17.1->1.17.21.17.1->1.17.26.2.0->6.2.36.2.0->6.2.324.9.1->24.10.01.17.1->1.17.216.4.0->16.5.05.8.3->5.9.34.45.0->4.45.4Release Notes
QwikDev/qwik (@builder.io/qwik)
v1.17.2Compare Source
This patch release is all about Qwik City.
🐞 Fixes:
Fixed #8093: SPA navigation was broken when the visited origin (e.g., 127.0.0.1:3000) differed from the SSG/Vite config origin (e.g., localhost:3000).
useNavigate's internal origin check now uses the browser's actual href for the initial route, preventing false full-page reloads.
by @termermc in #8097
thiscontext restored in Qwik City handlersthisinside route loaders, actions, and other handlers is once again the correct RequestEvent object.by @wmertens in #8111
These are subtle but important fixes and we recommend upgrading ASAP.
QwikDev/qwik (eslint-plugin-qwik)
v1.17.2Compare Source
sindresorhus/globals (globals)
v16.5.0Compare Source
6d441caea31521microsoft/TypeScript (typescript)
v5.9.3: TypeScript 5.9.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.9.2: TypeScript 5.9Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
cloudflare/workers-sdk (wrangler)
v4.45.4Compare Source
Patch Changes
#11133
8ffbd17Thanks @petebacondarwin! - Reduce the amount of arguments being passed in metrics capture.Now the argument values that are captured come from an allow list,
and can be marked as ALLOW (capture the real value) or REDACT (capture as "").
#11033
77ed7e2Thanks @dario-piotrowicz! - Offer to update the local Wrangler configuration file to match remote configuration when runningwrangler deployWhen running
wrangler deploy, with--x-remote-diff-check, Wrangler will display the difference between local and remote configuration.If there would be a destructive change to the remote configuration, the user is given the option to cancel the deployment.
In the case where the user does cancel deployment, Wrangler will now also offer to update the local Wrangler configuration file to match the remote configuration.
#11139
bb00f9dThanks @devin-ai-integration! - Updated cron trigger documentation links and improved error message to include instructions for testing cron triggers locally#11135
ed666a1Thanks @penalosa! - Implement tail-based logging forwrangler devremote mode, behind the--x-tail-tagsflag. This will become the default in the future.#11149
22f25fdThanks @penalosa! - Add no-op autoconfig logic behind an experimental flagUpdated dependencies [
90a2566,14f60e8]:v4.45.3Patch Changes
#11117
6822aafThanks @emily-shen! - fix: show local/remote status before D1 command confirmationsD1 commands (
execute,export,migrations apply,migrations list,delete,time-travel) now display whether they're running against local or remote databases before showing confirmation prompts. This prevents confusion about which database will be affected by the operation.#11077
bce8142Thanks @petebacondarwin! - Ensure that process.env is case-insensitive on WindowsThe object that holds the environment variables in
process.envdoes not care about the case of its keysin Windows. For example,
process.env.SystemRootandprocess.env.SYSTEMROOTwill refer to the same value.Previously, when merging fields from
.envfiles we were replacing this native object with a vanillaJavaScript object, that is case-insensitive, and so sometimes environment variables appeared to be missing
when in reality they just had different casing.
v4.45.2Patch Changes
#11097
55657ebThanks @penalosa! - Extract internal APIs into a new@cloudflare/workers-utilspackage#11118
d47f166Thanks @zebp! - Fix validation of thepersistfield of observabilitylogsandtracesconfigurationv4.45.1Compare Source
Patch Changes
#10959
d0208feThanks @devin-ai-integration! - Fixed conflict between--envand--expiresflags inwrangler r2 object put.--enow aliases--envonly, and NOT--expires.#10915
dbe51c1Thanks @devin-ai-integration! - Fixed self-bindings (service bindings to the same worker) showing as [not connected] in wrangler dev. Self-bindings now correctly show as [connected] since a worker is always available to itself.#10913
d4f2dafThanks @devin-ai-integration! - Fixed duplicate warning messages appearing during wrangler dev when configuration changes or state transitions occurConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.