chore(deps): update all non-major dependencies #39
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.20240725.0
->^4.20240806.0
^20.14.13
->^20.14.15
^9.8.0
->^9.9.0
^3.20240718.1
->^3.20240806.0
9.6.0
->9.7.0
^3.67.1
->^3.70.0
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20240806.0
Compare Source
v4.20240729.0
Compare Source
eslint/eslint (eslint)
v9.9.0
Compare Source
Features
41d0206
feat: Add support for TS config files (#18134) (Arya Emami)3a4eaf9
feat: add suggestion torequire-await
to removeasync
keyword (#18716) (Dave)Documentation
9fe068c
docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)48117b2
docs: add version support page in the side navbar (#18738) (Amaresh S M)fec2951
docs: add version support page to the dropdown (#18730) (Amaresh S M)38a0661
docs: Fix typo (#18735) (Zaina Al Habash)3c32a9e
docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)f9ac978
docs: Update README (GitHub Actions Bot)Chores
461b2c3
chore: upgrade to@eslint/js@9.9.0
(#18765) (Francesco Trotta)59dba1b
chore: package.json update for @eslint/js release (Jenkins)fea8563
chore: update dependency @eslint/core to ^0.3.0 (#18724) (renovate[bot])aac191e
chore: update dependency @eslint/json to ^0.3.0 (#18760) (renovate[bot])b97fa05
chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)cloudflare/workers-sdk (miniflare)
v3.20240806.0
Compare Source
Patch Changes
#6438
d55eeca
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20240725.0
Compare Source
Patch Changes
#6345
a9021aa
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#6301
44ad2c7
Thanks @dario-piotrowicz! - fix: Allow the magic proxy to proxy objects containing functions indexed by symbolsIn https://github.com/cloudflare/workers-sdk/pull/5670 we introduced the possibility
of the magic proxy to handle object containing functions, the implementation didn't
account for functions being indexed by symbols, address such issue
pnpm/pnpm (pnpm)
v9.7.0
: pnpm 9.7Compare Source
Minor Changes
Added pnpm version management. If the
manage-package-manager-versions
setting is set totrue
, pnpm will switch to the version specified in thepackageManager
field ofpackage.json
#8363. This is the same field used by Corepack. Example:Added the ability to apply patch to all versions #8337.
If the key of
pnpm.patchedDependencies
is a package name without a version (e.g.pkg
), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version ofpkg
installed,pnpm patch pkg
and subsequentpnpm patch-commit $edit_dir
will create an entry namedpkg
inpnpm.patchedDependencies
. And pnpm will attempt to apply this patch to other versions ofpkg
in the future.Change the default edit dir location when running
pnpm patch
from a temporary directory tonode_modules/.pnpm_patches/pkg[@​version]
to allow the code editor to open the edit dir in the same file tree as the main project #8379.Substitute environment variables in config keys #6679.
Patch Changes
pnpm install
should runnode-gyp rebuild
if the project has abinding.gyp
file even if the project doesn't have an install script #8293.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
cloudflare/workers-sdk (wrangler)
v3.70.0
Compare Source
Minor Changes
05082ad
Thanks @petebacondarwin! - feat: support outputting ND-JSON files via an environment variablePatch Changes
#6440
09b5092
Thanks @petebacondarwin! - fix: tweak the properties of the new Wrangler output file entries for better consistencyUpdated dependencies [
d55eeca
]:v3.69.1
Compare Source
Patch Changes
cba2e25
Thanks @petebacondarwin! - fix: prevent crash when running wrangler dev due to missing dependencyv3.69.0
Compare Source
Minor Changes
#6392
c3e19b7
Thanks @taylorlee! - feat: log Worker startup time in theversion upload
command#6370
8a3c6c0
Thanks @CarmenPopoviciu! - feat: Create very basic Asset Server Worker and plumb it intowrangler dev
These changes do the ground work needed in order to add Assets support for Workers in
wrangler dev
. They implement the following:workers-shared
that hosts theAsset Server Worker
, and theRouter Worker
in the futureAsset Server Worker
in some very basic form, with basic configuration. Further behaviour implementation will follow in a subsequent PRPatch Changes
#6392
c3e19b7
Thanks @taylorlee! - fix: remove bundle size warning from Worker deploy commandsBundle size was a proxy for startup time. Now that we have startup time
reported, focus on bundle size is less relevant.
v3.68.0
Compare Source
Minor Changes
#6318
dc576c8
Thanks @danlapid! - feat: Add a log for worker startup time in wrangler deploy#6097
64f34e8
Thanks @RamIdeas! - feat: implements the--experimental-dev-env
(shorthand:--x-dev-env
) flag forwrangler pages dev
Patch Changes
#6379
31aa15c
Thanks @RamIdeas! - fix: clearer error message when trying to use Workers Sites or Legacy Assets withwrangler versions upload
#6367
7588800
Thanks @RamIdeas! - fix: implicitly cleanup (callstop()
) inunstable_dev
if the returned Promise rejected and thestop()
function was not returned#6330
cfbdede
Thanks @RamIdeas! - fix: when the worker's request.url is overridden using thehost
orlocalUpstream
, ensureport
is overridden/cleared tooWhen using
--localUpstream=example.com
, the request.url would incorrectly be "example.com:8787" but is now "example.com".This only applies to
wrangler dev --x-dev-env
andunstable_dev({ experimental: { devEnv: true } })
.#6365
13549c3
Thanks @WalshyDev! - fix: WASM modules meant thatwrangler versions secret ...
could not properly update the version. This has now been fixed.Updated dependencies [
a9021aa
,44ad2c7
]:Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 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 was generated by Mend Renovate. View the repository job log.