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:
4.5.1
->4.6.0
4.0.9
->4.3.1
3.20231025.1
->3.20231030.0
1.1.1
->1.2.1
Release Notes
suren-atoyan/monaco-react (@monaco-editor/react)
v4.6.0
Compare Source
Oct 6, 2023
'use client'
on top ofEditor.tsx
andDiffEditor.tsx
@monaco-editor/loader
version (1.4.0)v4.5.2
Compare Source
Aug 23, 2023
originalModelPath
andmodifiedModelPath
beforeoriginal
andmodified
propssaadeghi/daisyui (daisyui)
v4.3.1
Compare Source
v4.2.3
Compare Source
v4.2.2
Compare Source
v4.2.1
Compare Source
Bug Fixes
v4.2.0
Compare Source
Features
v4.1.1
Compare Source
Bug Fixes
v4.1.0
Compare Source
Features
cloudflare/workers-sdk (miniflare)
v3.20231030.0
Compare Source
Minor Changes
16cc2e92
Thanks @penalosa! - Update to latest[email protected]
#4322
8a25b7fb
Thanks @dario-piotrowicz! - addunsafeEvalBinding
optionAdd option to leverage the newly introduced
UnsafeEval
workerd binding API,such API is used to evaluate javascript code at runtime via the provided
eval
andnewFunction
methods.The API, for security reasons (as per the workers docs), is not to be use in production but it is intended for local purposes only such as local testing.
To use the binding you need to specify a string value for the
unsafeEvalBinding
, such will be the name of theUnsafeEval
bindings that will be made available in the workerd runtime.For example the following code shows how to set the binding with the
UNSAFE_EVAL
name and evaluate the1+1
string:Patch Changes
4f8b3420
Thanks @mrbbot! - fix: rejectMiniflare#ready
promise ifMiniflare#dispose()
called while waiting#4428
3637d97a
Thanks @mrbbot! - fix: addminiflare
bin
entryMiniflare 3 doesn't include a CLI anymore, but should log a useful error stating this when running
npx miniflare
. We had a script for this, but it wasn't correctly hooked up. 🤦 This change makes sure the requiredbin
entry exists.#4321
29a59d4e
Thanks @mrbbot! - fix: ensureMutex
doesn't report itself as drained if lockedPreviously, Miniflare's
Mutex
implementation would report itself as drainedif there were no waiters, regardless of the locked state. This bug meant that
if you called but didn't
await
Miniflare#setOptions()
, future calls toMiniflare#dispatchFetch()
(or any other asynchronousMiniflare
method)wouldn't wait for the options update to apply and the runtime to restart before
sending requests. This change ensures we wait until the mutex is unlocked before
reporting it as drained.
7fbe1937
Thanks @jspspike! - Only output ipv4 addresses when starting#4400
76787861
Thanks @mrbbot! - fix: cleanup temporary directory after shutting downworkerd
Previously on exit, Miniflare would attempt to remove its temporary directory
before shutting down
workerd
. This could lead toEBUSY
errors on Windows.This change ensures we shutdown
workerd
before removing the directory.Since we can only clean up on a best effort basis when exiting, it also catches
any errors thrown when removing the directory, in case the runtime doesn't
shutdown fast enough.
pnpm/only-allow (only-allow)
v1.2.1
Compare Source
v1.2.0
Compare Source
Configuration
📅 Schedule: Branch creation - "on the first saturday of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.