chore(deps): update all non-major dependencies #89
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.20241011.0
->^4.20241112.0
^1.1.11
->^1.1.13
^22.7.6
->^22.9.0
^0.0.173
->^0.0.179
^8.5.12
->^8.5.13
^2.1.3
->^2.1.5
^9.12.0
->^9.15.0
^9.4.1
->^9.5.1
^2.3.3
->^2.4.0
9.12.2
->9.13.2
^6.20.1
->^6.21.0
^2.1.3
->^2.1.5
^3.81.0
->^3.87.0
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20241112.0
Compare Source
v4.20241106.0
Compare Source
v4.20241022.0
Compare Source
v4.20241018.0
Compare Source
microsoft/TypeScript-DOM-Lib-Generator (@types/web)
v0.0.179
Compare Source
index.d.ts
Non-value types
"pagereveal"
,"pageswap"
onpagereveal
,onpageswap
iterable.d.ts
No changes
v0.0.178
Compare Source
index.d.ts
No changes
iterable.d.ts
No changes
v0.0.177
Compare Source
index.d.ts
New interfaces
CSSViewTransitionRule
NavigationActivation
NavigationHistoryEntry
PageRevealEvent
PageSwapEvent
ViewTransitionTypeSet
Modified
viewTransitionClass
blocking
blocking
blocking
types
iterable.d.ts
No changes
v0.0.176
Compare Source
index.d.ts
New interfaces
ImageDecoder
ImageTrack
ImageTrackList
iterable.d.ts
No changes
v0.0.175
Compare Source
index.d.ts
No changes
iterable.d.ts
No changes
v0.0.174
Compare Source
index.d.ts
No changes
iterable.d.ts
No changes
vitest-dev/vitest (@vitest/coverage-v8)
v2.1.5
Compare Source
🐞 Bug Fixes
dangerouslyIgnoreUnhandledErrors
without base reporter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6808 (0bf0a)unhandledRejection
even when base reporter is not used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6812 (8878b)sequence.concurrent
from theRuntimeConfig
type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6880 (6af73).poll
,.element
,.rejects
/.resolves
, andlocator.*
weren't awaited - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6877 (93b67)enter
or'a'
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6848 (487c8)🏎 Performance
View changes on GitHub
v2.1.4
Compare Source
🚀 Features
transformIndexHtml
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6725 (16902)🐞 Bug Fixes
v=
queries to setup files imports - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6759 (b8258)toThrowError
with empty string parameter - by @shulaoda in https://github.com/vitest-dev/vitest/issues/6710 (a6129)test.extend
type exports - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6707 (e5c38)🏎 Performance
hash
to replacecreateHash
- by @btea in https://github.com/vitest-dev/vitest/issues/6703 (5d07b)View changes on GitHub
eslint/eslint (eslint)
v9.15.0
Compare Source
v9.14.0
Compare Source
v9.13.0
Compare Source
sindresorhus/execa (execa)
v9.5.1
Compare Source
Bug fixes
verbose
mode on Windows (thanks @IIIMADDINIII). (#1167)v9.5.0
Compare Source
Features
stdout
orstderr
to a file, allow appending instead of overwriting. (#1166)unjs/jiti (jiti)
v2.4.0
Compare Source
compare changes
🚀 Enhancements
jiti.import<T>
(#331)🩹 Fixes
.ts
files with.js
extension from js files (#337)🏡 Chore
🤖 CI
❤️ Contributors
pnpm/pnpm (pnpm)
v9.13.2
Compare Source
v9.13.1
Compare Source
v9.13.0
: pnpm 9.13Compare Source
Minor Changes
The
self-update
now accepts a version specifier to install a specific version of pnpm. E.g.:or
Patch Changes
Cannot read properties of undefined (reading 'name')
that is printed while trying to render the missing peer dependencies warning message #8538.Platinum Sponsors
Gold Sponsors
Silver Sponsors
v9.12.3
Compare Source
Patch Changes
node_modules
, when typing "n" in the prompt that asks whether to removenode_modules
before installation #8655.manage-package-manager-versions=true
is set and the.tools
directory is corrupt.crypto.hash
, when available, for improved performance #8629.package.json
at the root of the workspace #8667.manage-package-manager-versions
is set totrue
, errors spawning a self-managed version ofpnpm
will now be shown (instead of being silent).nodejs/undici (undici)
v6.21.0
Compare Source
What's Changed
Full Changelog: nodejs/undici@v6.20.1...v6.21.0
cloudflare/workers-sdk (wrangler)
v3.87.0
Compare Source
Minor Changes
#7201
beed72e
Thanks @GregBrimble! - feat: Tail Consumers are now supported for Workers with assets.You can now configure
tail_consumers
in conjunction withassets
in yourwrangler.toml
file. Read more about Static Assets and Tail Consumers in the documentation.#7212
837f2f5
Thanks @jonesphillip! - Added r2 bucket info command to Wrangler. Improved formatting of r2 bucket list outputPatch Changes
#7210
c12c0fe
Thanks @taylorlee! - Avoid an unnecessary GET request duringwrangler deploy
.#7197
4814455
Thanks @michelheusschen! - fix console output forwrangler d1 migrations create
#6795
94f07ee
Thanks @benmccann! - chore: upgrade chokidar to v4#7133
c46e02d
Thanks @gpanders! - Do not emit escape sequences when stdout is not a TTYv3.86.1
Compare Source
Patch Changes
b499b74
Thanks @penalosa! - Internal refactor to remove the non--x-dev-env
flow fromwrangler dev
v3.86.0
Compare Source
Minor Changes
ef7c0b3
Thanks @jonesphillip! - Added the ability to enable, disable, and get r2.dev public access URLs for R2 buckets.Patch Changes
#7169
9098a3b
Thanks @penalosa! - Ensureworkerd
processes are cleaned up after address-in-use errors#7172
3dce388
Thanks @penalosa! - Clarify dev registry messaging around locally connected services. The connection status of local service bindings & durable object bindings is now indicated byconnected
ornot connected
next to their entry in the bindings summary. For more details, refer to https://developers.cloudflare.com/workers/runtime-apis/bindings/service-bindings/#local-development#7193
ad51d1d
Thanks @sdnts! - Output suggested wrangler.toml changes after creating an R2 bucket#7191
1d5bc6d
Thanks @sdnts! - Output suggested wrangler.toml changes after creating a QueueUpdated dependencies [
1db7846
,08c6580
]:v3.85.0
Compare Source
Minor Changes
#7105
a5f1779
Thanks @jonesphillip! - Added the ability to list, add, remove, and update R2 bucket custom domains.#7132
89f6274
Thanks @gabivlj! - Event messages are capitalized, images of wrong architectures properly show the error incloudchamber create
When a new "health" enum is introduced,
wrangler cloudchamber list
won't crash anymore.Update Cloudchamber schemas.
#7121
2278616
Thanks @bruxodasilva! - Added pause and resume commands to manage Workflows and hidded unimplemented delete commandPatch Changes
#7134
3ee1353
Thanks @cmackenzie1! - Change Pipelines to use name instead of ID#7020
e1d2fd6
Thanks @KianNH! - chore: move printWranglerBanner for secret delete into handler#7150
6380d86
Thanks @emily-shen! - refactor: improve login/logout/whoami setup with the new internal registration utils#6756
49ef163
Thanks @WalshyDev! - chore: disable wrangler.toml warnings when doingwrangler login
&wrangler logout
#7164
1bd4885
Thanks @penalosa! - Fix--test-scheduled
with custom builds &--x-dev-env
v3.84.1
Compare Source
Patch Changes
#7141
d938bb3
Thanks @emily-shen! - fix: throw a better error if there is an "ASSETS" user binding in a Pages projects#7124
f8ebdd1
Thanks @skepticfx! - fix: Modify Cloudchamber deployment labels in interactive modev3.84.0
Compare Source
Minor Changes
#6999
0111edb
Thanks @garvit-gupta! - docs: Vectorize GA Announcement Banner#6916
a33a133
Thanks @garrettgu10! - Local development now supports Vectorize bindings#7004
15ef013
Thanks @garvit-gupta! - feat: Enable Vectorize query by id via Wrangler#7092
038fdd9
Thanks @jonesphillip! - Added location hint option for the Wrangler R2 bucket create command#7024
bd66d51
Thanks @xortive! - feature: allow using a connection string when updating hyperdrive configsboth
hyperdrive create
andhyperdrive update
now support updating configs with connection strings.Patch Changes
#7091
68a2a84
Thanks @taylorlee! - fix: synchronize observability settings duringwrangler versions deploy
When running
wrangler versions deploy
, Wrangler will now updateobservability
settings in addition tologpush
andtail_consumers
. Unlikewrangler deploy
, it will not disable observability whenobservability
is undefined inwrangler.toml
.#7080
924ec18
Thanks @vicb! - chore(wrangler): update unenv dependency version#7097
8ca4b32
Thanks @emily-shen! - fix: remove deprecation warnings forwrangler init
We will not be removing
wrangler init
(it just delegates to create-cloudflare now). These warnings were causing confusion for users as itwrangler init
is still recommended in many places.#7073
656a444
Thanks @penalosa! - Internal refactor to removees-module-lexer
and supportwrangler types
for Workers with Durable Objects & JSX#7024
bd66d51
Thanks @xortive! - fix: make individual parameters work forwrangler hyperdrive create
when not using HoAwrangler hyperdrive create
individual parameters were not setting the database name correctly when calling the api.#7024
bd66d51
Thanks @xortive! - refactor: use same param parsing code forwrangler hyperdrive create
andwrangler hyperdrive update
ensures that going forward, both commands support the same features and have the same names for config flags
v3.83.0
Compare Source
Minor Changes
1de309b
Thanks @jkoe-cf! - feature: allowing users to specify a description when creating an event notification rulePatch Changes
#7011
cef32c8
Thanks @GregBrimble! - fix: Correctly apply Durable Object migrations for namespaced scripts#7067
4aa35c5
Thanks @LuisDuarte1! - Change trigger command to comply with the current workflows endpoint.This also adds an id option to allow users to optionally customize the new instance id.
#7082
3f1d79c
Thanks @LuisDuarte1! - Change to new terminate instance workflow endpoint#7036
e7ea600
Thanks @penalosa! - Reduce KV bulk upload bucket size to 1000 (from the previous 5000)#7068
a2afcf1
Thanks @RamIdeas! - log warning of Workflows open-beta status when running deploying a Worker that contains a Workflow binding#7065 [
b219296
](https:/Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.