fix(deps): update all non-major dependencies #16376
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:
^7.24.3->^7.24.4^7.24.1->^7.24.4^7.24.3->^7.24.4^7.24.1->^7.24.4^7.2.0->^7.5.0^20.12.3->^20.12.5^18.2.23->^18.2.24^2.4.0->^2.5.0^0.30.8->^0.30.9^3.20240329.0->^3.20240404.0^1.42.1->^1.43.0^1.72.0->^1.74.1^5.30.2->^5.30.3^4.7.1->^4.7.2^5.2.7->^5.2.8^2.0.7->^2.0.11Release Notes
babel/babel (@babel/core)
v7.24.4Compare Source
👓 Spec Compliance
babel-parserbabel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3🐛 Bug Fix
babel-generator{ [key in Bar]? }(@liuxingbaoyu)TSMappedType(@liuxingbaoyu)babel-compat-data,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-preset-envbabel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorssuper()exists andprotoInitis not needed (@liuxingbaoyu)babel-plugin-transform-block-scopingfor Xin loop (@liuxingbaoyu)letwhen theforbody is not a block (@liuxingbaoyu)babel-core,babel-plugin-transform-block-scoped-functions,babel-plugin-transform-block-scopingbabel/babel (@babel/parser)
v7.24.4Compare Source
v7.24.4 (2024-04-03)
Thanks @Dunqing, @luiscubal, and @samualtnorman for your first PRs!
👓 Spec Compliance
babel-parserbabel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3🐛 Bug Fix
babel-generator{ [key in Bar]? }(@liuxingbaoyu)TSMappedType(@liuxingbaoyu)babel-compat-data,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-preset-envbabel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorssuper()exists andprotoInitis not needed (@liuxingbaoyu)babel-plugin-transform-block-scopingfor Xin loop (@liuxingbaoyu)letwhen theforbody is not a block (@liuxingbaoyu)babel-core,babel-plugin-transform-block-scoped-functions,babel-plugin-transform-block-scopingCommitters: 7
ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)
v2.5.0Compare Source
Minor Changes
regexp/unicode-propertyrule to enforce consistent naming of unicode properties (#722)Patch Changes
rich-harris/magic-string (magic-string)
v0.30.9Compare Source
Performance Improvements
replace(a1b857c)cloudflare/workers-sdk (miniflare)
v3.20240404.0Compare Source
Patch Changes
#5520
9f15ce1Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20240403.0Compare Source
Minor Changes
#5215
cd03d1dThanks @GregBrimble! - feature: customisable unsafe direct sockets entrypointsPreviously, Miniflare provided experimental
unsafeDirectHostandunsafeDirectPortoptions for starting an HTTP server that pointed directly to a specific Worker. This change replaces these options with a singleunsafeDirectSocketsoption that accepts an array of socket objects of the form{ host?: string, port?: number, entrypoint?: string, proxy?: boolean }.hostdefaults to127.0.0.1,portdefaults to0,entrypointdefaults todefault, andproxydefaults tofalse. This allows you to start HTTP servers for specific entrypoints of specific Workers.proxycontrols theStyleof the socket.Note these sockets set the
capnpConnectHostworkerdoption to"miniflare-unsafe-internal-capnp-connect".externalserviceBindingswill set theircapnpConnectHostoption to the same value allowing RPC over multipleMiniflareinstances. Refer to https://github.com/cloudflare/workerd/pull/1757 for more information.#5215
cd03d1dThanks @GregBrimble! - feature: support named entrypoints forserviceBindingsThis change allows service bindings to bind to a named export of another Worker using designators of the form
{ name: string | typeof kCurrentWorker, entrypoint?: string }. Previously, you could only bind to thedefaultentrypoint. With this change, you can bind to any exported entrypoint.Patch Changes
#5499
6c3be5bThanks @GregBrimble! - chore: Bump [email protected]#5215
cd03d1dThanks @GregBrimble! - fix: allowscripts withoutscriptPaths to import built-in modulesPreviously, if a string
scriptoption was specified withmodules: truebut without a correspondingscriptPath, allimports were forbidden. This change relaxes that restriction to allow imports of built-innode:*,cloudflare:*andworkerd:*modules without ascriptPath.v3.20240329.1Compare Source
Patch Changes
#5491
940ad89Thanks @dario-piotrowicz! - fix: make sure the magic proxy can handle multiple parallel r2 stream readsCurrently trying to read multiple R2 streams in parallel (via
Promise.allfor example) leads to deadlock which prevents any of the target streams from being read. This is caused by the underlying implementation only allowing a single HTTP connection to the Workers runtime at a time. This change fixes the issue by allowing multiple parallel HTTP connections.microsoft/playwright (playwright-chromium)
v1.43.0Compare Source
New APIs
Method browserContext.clearCookies() now supports filters to remove only some cookies.
New mode
retain-on-first-failurefor testOptions.trace. In this mode, trace is recorded for the first run of each test, but not for retires. When test run fails, the trace file is retained, otherwise it is removed.New property testInfo.tags exposes test tags during test execution.
New method locator.contentFrame() converts a
Locatorobject to aFrameLocator. This can be useful when you have aLocatorobject obtained somewhere, and later on would like to interact with the content inside the frame.New method frameLocator.owner() converts a
FrameLocatorobject to aLocator. This can be useful when you have aFrameLocatorobject obtained somewhere, and later on would like to interact with theiframeelement.UI Mode Updates
@fastor clicking on the tag itself.Browser Versions
This version was also tested against the following stable channels:
sass/dart-sass (sass)
v1.74.1Compare Source
terser/terser (terser)
v5.30.3Compare Source
#private in ...operatorprivatenumber/tsx (tsx)
v4.7.2Compare Source
vitejs/vite (vite)
v5.2.8Compare Source
/@​vite/clientwhen not defined (#16318) (646319c), closes #16318definevalue (#15805) (445c4f2), closes #15805vuejs/language-tools (vue-tsc)
v2.0.11Compare Source
Features
typeScriptPluginOnlyoption forvue.server.hybridModesetting.vue.format.wrapAttributessetting (#4212)vue.codeActions.askNewComponentNamesetting (#4217)Bug Fixes
Find File Referencesnot working when hybrid mode is disabled (#4221)@vue-ignore,@vue-expect-errornot working for interpolations@vue-ignore,@vue-expect-error(#4203)vueCompilerOptionsnot working with hybrid mode (#4211) (#3959)Other Changes
v2.2.0-alpha.5tov2.2.0-alpha.6for avue-tscbug fixesv2.0.10Compare Source
Features
vue.updateImportsOnFileMove.enabledby default (#3646)Bug Fixes
additionalExtensionsoption not working for inferred projectwrapAttributesformat settings for vue document (#3987).html,.mdfile language id incorrectPerformance
Other Changes
v2.1.3tov2.2.0-alpha.5for a few bug fixes and performance improves, please refer to CHANGELOG.md for details.^1.88.0Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Mend Renovate. View repository job log here.