fix(deps): update all non-major dependencies#15959
Merged
sapphi-red merged 2 commits intomainfrom Feb 20, 2024
Merged
Conversation
|
|
Member
|
Pushed a bump to the max bundle size (+10kb, from 165kb to 175kb) as we are hitting the limit after this PR. |
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
patak-dev
approved these changes
Feb 19, 2024
sapphi-red
approved these changes
Feb 20, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.4.4->^1.4.5^20.11.17->^20.11.19^18.2.55->^18.2.56^3.4.18->^3.4.19^4.22.3->^4.23.0^3.35.1->^3.36.0^16.4.2->^16.4.4^11.0.3->^11.0.6^3.20240129.1->^3.20240129.38.15.1->8.15.3^16.0.0->^16.0.1^10.19.4->^10.19.5^1.70.0->^1.71.0^1.8.14->^1.8.15^4.2.10->^4.2.11^5.27.0->^5.27.1v42.0.2->v42.0.4^5.1.1->^5.1.3^2.9.1->^2.10.11.0.0-rc.42->1.0.0-rc.43^1.2.2->^1.3.0^3.4.18->^3.4.19^3.4.18->^3.4.19Release Notes
BuilderIO/qwik (@builder.io/qwik)
v1.4.5Compare Source
What's Changed
New Contributors
Full Changelog: QwikDev/qwik@v1.4.4...v1.4.5
vuejs/core (@vue/shared)
v3.4.19Compare Source
Bug Fixes
Features
Performance Improvements
getType()GC and speed (#10327) (603a1e1)browserslist/browserslist (browserslist)
v4.23.0Compare Source
BROWSERSLIST_ROOT_PATH(by @teleclimber).zloirock/core-js (core-js)
v3.36.0Compare Source
ArrayBuffer.prototype.transferand friends proposal:ArrayBuffer.prototype.detachedArrayBuffer.prototype.transferArrayBuffer.prototype.transferToFixedLengthes.namespace modules,/es/and/stable/namespaces entriesUint8Arrayto / from base64 and hex proposal:Uint8Array.fromBase64Uint8Array.fromHexUint8Array.prototype.toBase64Uint8Array.prototype.toHex/actual/namespace entriesPromise.tryproposal has been resurrected and moved to stage 2, Febrary 2024 TC39 meetingcore-js/stage/2.7- still emptySet.prototype.intersectionfeature detectionArray.prototype.{ indexOf, lastIndexOf, includes }, #1325, thanks @minseok-choeArray.prototype.{ reduce, reduceRight }, #1327, thanks @minseok-choeArray.fromand some other methods with proxy targets, #1322, thanks @minseok-choeArrayBuffer.prototype.transferand friends proposal in some specific cases in IE10-Date.prototype.toJSONtoJSON.stringifyentries dependencies{ Map, Object }.groupBy,Promise.withResolvers,ArrayBuffer.prototype.transferand friends marked as supported from Safari 17.4Setmethods fixed and marked as supported from V8 ~ Chrome 123Symbol.metadatamarked as supported from Deno 1.40.4motdotla/dotenv (dotenv)
v16.4.4Compare Source
Changed
?.with old school&&(fixing node 12 failures) #812v16.4.3Compare Source
Changed
options.path#805motdotla/dotenv-expand (dotenv-expand)
v11.0.6Compare Source
Changed
.nyc_outputin.npmignorev11.0.5Compare Source
Changed
process.env(#121)v11.0.4Compare Source
Changed
cloudflare/workers-sdk (miniflare)
v3.20240129.3Compare Source
Minor Changes
#4795
027f9719Thanks @mrbbot! - feat: passMiniflareinstance as argument to custom service binding handlersThis change adds a new
Miniflare-typed parameter to function-valued service binding handlers. This provides easy access to the correct bindings when re-using service functions across instances.#4795
027f9719Thanks @mrbbot! - feat: allowURLs to be passed inhyperdrivesPreviously, the
hyperdrivesoption only acceptedstrings as connection strings. This change allowsURLobjects to be passed too.#4795
027f9719Thanks @mrbbot! - feat: add support for custom root pathsMiniflare has lots of file-path-valued options (e.g.
scriptPath,kvPersist,textBlobBindings). Previously, these were always resolved relative to the current working directory before being used. This change adds a newrootPathshared, and per-worker option for customising this behaviour. Instead of resolving relative to the current working directory, Miniflare will now resolve path-valued options relative to the closestrootPathoption. Paths are still resolved relative to the current working directory if norootPaths are defined. Worker-levelrootPaths are themselves resolved relative to the sharedrootPathif defined.#4795
027f9719Thanks @mrbbot! - feat: allow easy binding to current workerPreviously, if you wanted to create a service binding to the current Worker, you'd need to know the Worker's name. This is usually possible, but can get tricky when dealing with many Workers. This change adds a new
kCurrentWorkersymbol that can be used instead of a Worker name inserviceBindings.kCurrentWorkeralways points to the Worker with the binding.Patch Changes
#4954
7723ac17Thanks @mrbbot! - fix: allow relativescriptPath/modulesRoots to break out of current working directoryPreviously, Miniflare would resolve relative
scriptPaths againstmoduleRootmultiple times resulting in incorrect paths and module names. This would lead tocan't use ".." to break out of starting directoryworkerderrors. This change ensures Miniflare usesscriptPathas is, and only resolves it relative tomodulesRootwhen computing module names. Note this bug didn't affect service workers. This allows you to reference a modulesscriptPathoutside the working directory with something like:Fixes #4721
#4795
027f9719Thanks @mrbbot! - fix: return non-WebSocket responses for failed WebSocket upgradingfetch()esPreviously, Miniflare's
fetch()would throw an error if theUpgrade: websocketheader was set, and a non-WebSocket response was returned from the origin. This change ensures the non-WebSocket response is returned fromfetch()instead, withwebSocketset tonull. This allows the caller to handle the response as they see fit.#4795
027f9719Thanks @mrbbot! - fix: ensureMiniflareOptions,WorkerOptions, andSharedOptionstypes are correctMiniflare uses Zod for validating options. Previously, Miniflare inferred
*Optionsfrom the output types of its Zod schemas, rather than the input types. In most cases, these were the same. However, thehyperdrivesoption has different input/output types, preventing these from being type checked correctly.v3.20240129.2Compare Source
Patch Changes
#4950
05360e43Thanks @petebacondarwin! - fix: ensure we do not rewrite external Origin headers in wrangler devIn https://github.com/cloudflare/workers-sdk/pull/4812 we tried to fix the Origin headers to match the Host header but were overzealous and rewrote Origin headers for external origins (outside of the proxy server's origin).
This is now fixed, and moreover we rewrite any headers that refer to the proxy server on the request with the configured host and vice versa on the response.
This should ensure that CORS is not broken in browsers when a different host is being simulated based on routes in the Wrangler configuration.
pnpm/pnpm (pnpm)
v8.15.3Compare Source
Patch Changes
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v8.15.2Compare Source
Patch Changes
node_modulesdirectories, pnpm will no longer print multiple prompts simultaneously.node_modules.package.json#4761.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
postcss/postcss-import (postcss-import)
v16.0.1Compare Source
@imports with media conditions (#557, #558)preactjs/preact (preact)
v10.19.5Compare Source
Fixes
Types
sass/dart-sass (sass)
v1.71.0Compare Source
For more information about
pkg:importers, see theannouncement on the Sass blog.
Command-Line Interface
--pkg-importerflag to enable built-inpkg:importers. Currentlythis only supports the Node.js package resolution algorithm, via
--pkg-importer=node. For example,@use "pkg:bootstrap"will loadnode_modules/bootstrap/scss/bootstrap.scss.JavaScript API
NodePackageImporterimporter that can be passed to theimportersoption. This loads files using the
pkg:URL scheme according to the Node.jspackage resolution algorithm. For example,
@use "pkg:bootstrap"will loadnode_modules/bootstrap/scss/bootstrap.scss. The constructor takes a singleoptional argument, which indicates the base directory to use when locating
node_modulesdirectories. It defaults topath.dirname(require.main.filename).Dart API
NodePackageImporterimporter that can be passed to theimportersoption. This loads files using the
pkg:URL scheme according to the Node.jspackage resolution algorithm. For example,
@use "pkg:bootstrap"will loadnode_modules/bootstrap/scss/bootstrap.scss. The constructor takes a singleargument, which indicates the base directory to use when locating
node_modulesdirectories.sveltejs/svelte (svelte)
v4.2.11Compare Source
Patch Changes
connectedCallback(#10466)terser/terser (terser)
v5.27.1Compare Source
collapse_varsinlinesawaitexpressions into non-async functions.tj-actions/changed-files (tj-actions/changed-files)
v42.0.4Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v42...v42.0.4
v42.0.3Compare Source
What's Changed
Configuration
📅 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.