nissy-dev / blog

blog
https://blog.nissy.dev
MIT License
5 stars 0 forks source link

Update devDependencies #327

Open nissy-renovate-bot[bot] opened 1 week ago

nissy-renovate-bot[bot] commented 1 week ago

This PR contains the following updates:

Package Type Update Change Pending
@cloudflare/workers-types devDependencies minor 4.20240815.0 -> 4.20240903.0
@next/bundle-analyzer (source) devDependencies patch 14.2.5 -> 14.2.8
@types/react (source) devDependencies patch 18.3.3 -> 18.3.5
playwright (source) devDependencies minor 1.46.0 -> 1.47.0
tsx (source) devDependencies minor 4.17.0 -> 4.19.0
wrangler (source) devDependencies minor 3.71.0 -> 3.74.0 3.75.0

Release Notes

cloudflare/workerd (@​cloudflare/workers-types) ### [`v4.20240903.0`](https://redirect.github.com/cloudflare/workerd/compare/8640269b40cfa9bbfd814b2c92e5fe7023b48f74...cf8ca6e40874475097f916ddb2ab9813c6a352f7) [Compare Source](https://redirect.github.com/cloudflare/workerd/compare/8640269b40cfa9bbfd814b2c92e5fe7023b48f74...cf8ca6e40874475097f916ddb2ab9813c6a352f7) ### [`v4.20240821.1`](https://redirect.github.com/cloudflare/workerd/compare/2f36bf5c96ba9e17debb421d4985b689640a7b23...8640269b40cfa9bbfd814b2c92e5fe7023b48f74) [Compare Source](https://redirect.github.com/cloudflare/workerd/compare/2f36bf5c96ba9e17debb421d4985b689640a7b23...8640269b40cfa9bbfd814b2c92e5fe7023b48f74)
vercel/next.js (@​next/bundle-analyzer) ### [`v14.2.8`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.8) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.7...v14.2.8) ##### What's Changed > \[!NOTE]\ > This release is backporting bug fixes and minor improvements. It does **not** include all pending features/changes on canary. ##### Support `esmExternals` in app directory - Support esm externals in app router ([#​65041](https://redirect.github.com/vercel/next.js/issues/65041)) - Turbopack: Allow client components from foreign code in app routes ([#​64751](https://redirect.github.com/vercel/next.js/issues/64751)) - Turbopack: add support for esm externals in app dir ([#​64918](https://redirect.github.com/vercel/next.js/issues/64918)) - other related PRs: [#​66990](https://redirect.github.com/vercel/next.js/issues/66990) [#​66727](https://redirect.github.com/vercel/next.js/issues/66727) [#​66286](https://redirect.github.com/vercel/next.js/issues/66286) [#​65519](https://redirect.github.com/vercel/next.js/issues/65519) ##### Reading cookies set in middleware in components and actions - initialize ALS with cookies in middleware ([#​65008](https://redirect.github.com/vercel/next.js/issues/65008)) - fix middleware cookie initialization ([#​65820](https://redirect.github.com/vercel/next.js/issues/65820)) - ensure cookies set in middleware can be read in a server action ([#​67924](https://redirect.github.com/vercel/next.js/issues/67924)) - fix: merged middleware cookies should preserve options ([#​67956](https://redirect.github.com/vercel/next.js/issues/67956)) ##### Metadata and icons - support facebook-specific metadata (`fb:app_id`, `fb:admins`) in generateMetaData ([#​65713](https://redirect.github.com/vercel/next.js/issues/65713)) - Always collect static icons for all segments ([#​68712](https://redirect.github.com/vercel/next.js/issues/68712)) - Fix favicon merging with customized icons ([#​67982](https://redirect.github.com/vercel/next.js/issues/67982)) - Warn metadataBase missing in standalone mode or non vercel deployment ([#​66296](https://redirect.github.com/vercel/next.js/issues/66296)) ##### Parallel routes fixes - fix missing stylesheets when parallel routes are present ([#​69507](https://redirect.github.com/vercel/next.js/issues/69507)) ##### Draft mode and edge improvements - fix: unstable_cache should not cache new result in draft mode ([#​67772](https://redirect.github.com/vercel/next.js/issues/67772)) - Add draft mode flag for multi-zone ([#​68997](https://redirect.github.com/vercel/next.js/issues/68997)) - Fix edge preview props are not matched with cookie ([#​67779](https://redirect.github.com/vercel/next.js/issues/67779)) - other related PRs: [#​65426](https://redirect.github.com/vercel/next.js/issues/65426), [#​67787](https://redirect.github.com/vercel/next.js/issues/67787), [#​64946](https://redirect.github.com/vercel/next.js/issues/64946), [#​64313](https://redirect.github.com/vercel/next.js/issues/64313), [#​64370](https://redirect.github.com/vercel/next.js/issues/64370) ##### `next/image` fixes - Allow external image urls with \_next/image pathname to be rendered via Image component ([#​69586](https://redirect.github.com/vercel/next.js/issues/69586)) ##### Server actions improvements - optimize server actions ([#​66523](https://redirect.github.com/vercel/next.js/issues/66523)) - Apply optimization for unused actions ([#​69178](https://redirect.github.com/vercel/next.js/issues/69178)) - Improve SWC transform ID generation ([#​69183](https://redirect.github.com/vercel/next.js/issues/69183)) ##### Other changes - Ensure we match comment minify behavior between terser and swc ([#​68372](https://redirect.github.com/vercel/next.js/issues/68372)) - send initialCanonicalUrl in array format to prevent crawler confusion ([#​69509](https://redirect.github.com/vercel/next.js/issues/69509)) ##### Create-next-app updates - enable [@​typescript-eslint/recommended](https://redirect.github.com/typescript-eslint/recommended) in create-next-app --typescript ([#​52845](https://redirect.github.com/vercel/next.js/issues/52845)) - Update create-next-app template CSS ([#​66233](https://redirect.github.com/vercel/next.js/issues/66233)) - Update `create-next-app` template CSS ([#​66043](https://redirect.github.com/vercel/next.js/issues/66043)) - Update create-next-app template ([#​65803](https://redirect.github.com/vercel/next.js/issues/65803)) - add font antialiasing to templates ([#​67425](https://redirect.github.com/vercel/next.js/issues/67425)) - Move `create-next-app` public/ assets from local folder→ remote URL ([#​66931](https://redirect.github.com/vercel/next.js/issues/66931)) - Use classnames to set font family in Tailwind create-next-app templates ([#​66374](https://redirect.github.com/vercel/next.js/issues/66374)) - other related PRs: [#​64478](https://redirect.github.com/vercel/next.js/issues/64478), [#​68899](https://redirect.github.com/vercel/next.js/issues/68899), [#​68534](https://redirect.github.com/vercel/next.js/issues/68534), [#​69021](https://redirect.github.com/vercel/next.js/issues/69021), [#​67146](https://redirect.github.com/vercel/next.js/issues/67146), [#​66145](https://redirect.github.com/vercel/next.js/issues/66145) **Full Changelog**: https://github.com/vercel/next.js/compare/v14.2.7...v14.2.8 *** Huge thanks to everyone who contributed to this release: [@​abhi12299](https://redirect.github.com/abhi12299), [@​delbaoliveira](https://redirect.github.com/delbaoliveira), [@​eps1lon](https://redirect.github.com/eps1lon), [@​ForsakenHarmony](https://redirect.github.com/ForsakenHarmony), [@​huozhi](https://redirect.github.com/huozhi), [@​ijjk](https://redirect.github.com/ijjk), [@​JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg), [@​leerob](https://redirect.github.com/leerob), [@​lubieowoce](https://redirect.github.com/lubieowoce), [@​Netail](https://redirect.github.com/Netail), [@​ronanru](https://redirect.github.com/ronanru), [@​samcx](https://redirect.github.com/samcx), [@​shuding](https://redirect.github.com/shuding), [@​sokra](https://redirect.github.com/sokra), [@​stylessh](https://redirect.github.com/stylessh), [@​timfuhrmann](https://redirect.github.com/timfuhrmann), [@​wbinnssmith](https://redirect.github.com/wbinnssmith), [@​wyattjoh](https://redirect.github.com/wyattjoh), [@​ypessoa](https://redirect.github.com/ypessoa), [@​ztanner](https://redirect.github.com/ztanner) ### [`v14.2.7`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.7) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.6...v14.2.7) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Revert "chore: externalize undici for bundling" ([#​65727](https://redirect.github.com/vercel/next.js/issues/65727)) - Refactor internal routing headers to use request meta ([#​66987](https://redirect.github.com/vercel/next.js/issues/66987)) - fix(next): add cross origin in react dom preload ([#​67423](https://redirect.github.com/vercel/next.js/issues/67423)) - build: upgrade edge-runtime ([#​67565](https://redirect.github.com/vercel/next.js/issues/67565)) - GTM dataLayer parameter should take an object, not an array of strings ([#​66339](https://redirect.github.com/vercel/next.js/issues/66339)) - fix: properly patch lockfile against swc bindings ([#​66515](https://redirect.github.com/vercel/next.js/issues/66515)) - Add deployment id header for rsc payload if present ([#​67255](https://redirect.github.com/vercel/next.js/issues/67255)) - Update font data ([#​68639](https://redirect.github.com/vercel/next.js/issues/68639)) - fix i18n data pathname resolving ([#​68947](https://redirect.github.com/vercel/next.js/issues/68947)) - pages router: ensure x-middleware-cache is respected ([#​67734](https://redirect.github.com/vercel/next.js/issues/67734)) - Fix bad modRequest in flight entry manifest [#​68888](https://redirect.github.com/vercel/next.js/issues/68888) - Reject next image urls in image optimizer [#​68628](https://redirect.github.com/vercel/next.js/issues/68628) - Fix hmr assetPrefix escaping and reuse logic from other files [#​67983](https://redirect.github.com/vercel/next.js/issues/67983) ##### Credits Huge thanks to [@​kjugi](https://redirect.github.com/kjugi), [@​huozhi](https://redirect.github.com/huozhi), [@​ztanner](https://redirect.github.com/ztanner), [@​SukkaW](https://redirect.github.com/SukkaW), [@​marlier](https://redirect.github.com/marlier), [@​Kikobeats](https://redirect.github.com/Kikobeats), [@​syi0808](https://redirect.github.com/syi0808), [@​ijjk](https://redirect.github.com/ijjk), and [@​samcx](https://redirect.github.com/samcx) for helping! ### [`v14.2.6`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.6) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.5...v14.2.6) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Ensure fetch cache TTL is updated properly ([#​69164](https://redirect.github.com/vercel/next.js/issues/69164))
microsoft/playwright (playwright) ### [`v1.47.0`](https://redirect.github.com/microsoft/playwright/releases/tag/v1.47.0) [Compare Source](https://redirect.github.com/microsoft/playwright/compare/v1.46.1...v1.47.0) #### Network Tab improvements The Network tab in the UI mode and trace viewer has several nice improvements: - filtering by asset type and URL - better display of query string parameters - preview of font assets ![Network tab now has filters](https://redirect.github.com/user-attachments/assets/4bd1b67d-90bd-438b-a227-00b9e86872e2) Credit to [@​kubajanik](https://redirect.github.com/kubajanik) for these wonderful improvements! #### `--tsconfig` CLI option By default, Playwright will look up the closest tsconfig for each imported file using a heuristic. You can now specify a single tsconfig file in the command line, and Playwright will use it for all imported files, not only test files: ```sh ### Pass a specific tsconfig npx playwright test --tsconfig tsconfig.test.json ``` #### [APIRequestContext](https://playwright.dev/docs/api/class-apirequestcontext) now accepts [`URLSearchParams`](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) and `string` as query parameters You can now pass [`URLSearchParams`](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) and `string` as query parameters to [APIRequestContext](https://playwright.dev/docs/api/class-apirequestcontext): ```ts test('query params', async ({ request }) => { const searchParams = new URLSearchParams(); searchParams.set('userId', 1); const response = await request.get( 'https://jsonplaceholder.typicode.com/posts', { params: searchParams // or as a string: 'userId=1' } ); // ... }); ``` #### Miscellaneous - The `mcr.microsoft.com/playwright:v1.47.0` now serves a Playwright image based on Ubuntu 24.04 Noble. To use the 22.04 jammy-based image, please use `mcr.microsoft.com/playwright:v1.47.0-jammy` instead. - The `:latest` tag for Playwright Docker images is no longer being published. Pin to a specific version for better stability and reproducibility. - New option `behavior` in [page.removeAllListeners()](https://playwright.dev/docs/api/class-page#page-remove-all-listeners), [browser.removeAllListeners()](https://playwright.dev/docs/api/class-browser#browser-remove-all-listeners) and [browserContext.removeAllListeners()](https://playwright.dev/docs/api/class-browsercontext#browser-context-remove-all-listeners) to wait for ongoing listeners to complete. - TLS client certificates can now be passed from memory by passing `cert` and `key` as buffers instead of file paths. - Attachments with a `text/html` content type can now be opened in a new tab in the HTML report. This is useful for including third-party reports or other HTML content in the Playwright test report and distributing it to your team. - `noWaitAfter` in [locator.selectOption()](https://playwright.dev/docs/api/class-locator#locator-select-option) was deprecated. - We've seen reports of WebGL in Webkit misbehaving on GitHub Actions `macos-13`. We recommend upgrading GitHub Actions to `macos-14`. #### Browser Versions - Chromium 129.0.6668.29 - Mozilla Firefox 130.0 - WebKit 18.0 This version was also tested against the following stable channels: - Google Chrome 128 - Microsoft Edge 128 ### [`v1.46.1`](https://redirect.github.com/microsoft/playwright/releases/tag/v1.46.1) [Compare Source](https://redirect.github.com/microsoft/playwright/compare/v1.46.0...v1.46.1) ##### Highlights [https://github.com/microsoft/playwright/issues/32004](https://redirect.github.com/microsoft/playwright/issues/32004) - \[REGRESSION]: Client Certificates don't work with Microsoft IIS[https://github.com/microsoft/playwright/issues/32004](https://redirect.github.com/microsoft/playwright/issues/32004)4 - \[REGRESSION]: Websites stall on TLS handshake errors when using Client Certificate[https://github.com/microsoft/playwright/issues/32146](https://redirect.github.com/microsoft/playwright/issues/32146)46 - \[BUG]: Credential scanners warn about internal socks-proxy TLS certificat[https://github.com/microsoft/playwright/issues/32056](https://redirect.github.com/microsoft/playwright/issues/32056)056 - \[REGRESSION]: 1.46.0 (TypeScript) - custom fixtures extend no longer chaina[https://github.com/microsoft/playwright/issues/32070](https://redirect.github.com/microsoft/playwright/issues/32070)2070 - \[Bug]: --only-changed flag and project dependen[https://github.com/microsoft/playwright/issues/32188](https://redirect.github.com/microsoft/playwright/issues/32188)32188 - \[Bug]: --only-changed with shallow clone throws "unknown revision" error #### Browser Versions - Chromium 128.0.6613.18 - Mozilla Firefox 128.0 - WebKit 18.0 This version was also tested against the following stable channels: - Google Chrome 127 - Microsoft Edge 127
privatenumber/tsx (tsx) ### [`v4.19.0`](https://redirect.github.com/privatenumber/tsx/releases/tag/v4.19.0) [Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.18.0...v4.19.0) ##### Features - **watch:** deprecate ignore flag in favor or exclude flag ([157c3ec](https://redirect.github.com/privatenumber/tsx/commit/157c3ec6bcf0b0a5e387080576404c00f7fd662f)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.19.0) ### [`v4.18.0`](https://redirect.github.com/privatenumber/tsx/releases/tag/v4.18.0) [Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.17.1...v4.18.0) ##### Features - **watch:** `--include` CLI flag to watch additional files ([#​625](https://redirect.github.com/privatenumber/tsx/issues/625)) ([474ea71](https://redirect.github.com/privatenumber/tsx/commit/474ea71ff9c9cbd2d3a5dbe0951f2c2d92f2e26a)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.18.0) ### [`v4.17.1`](https://redirect.github.com/privatenumber/tsx/releases/tag/v4.17.1) [Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.17.0...v4.17.1) ##### Bug Fixes - **esm:** package entry TS resolution for Node 20.17 & 22.6 ([af370e7](https://redirect.github.com/privatenumber/tsx/commit/af370e7af4837cf3db069c3ee1758c90f94f7d32)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.17.1)
cloudflare/workers-sdk (wrangler) ### [`v3.74.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3740) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.73.0...wrangler@3.74.0) ##### Minor Changes - [#​6574](https://redirect.github.com/cloudflare/workers-sdk/pull/6574) [`dff8d44`](https://redirect.github.com/cloudflare/workers-sdk/commit/dff8d44f4e47b746b9b1fa276094e1dc4c4f906b) Thanks [@​CarmenPopoviciu](https://redirect.github.com/CarmenPopoviciu)! - feat: add support for experimental assets in `wrangler dev` watch mode ##### Patch Changes - [#​6605](https://redirect.github.com/cloudflare/workers-sdk/pull/6605) [`c4f0d9e`](https://redirect.github.com/cloudflare/workers-sdk/commit/c4f0d9e01ef333f5882096ad1e0f37e0911089a7) Thanks [@​WalshyDev](https://redirect.github.com/WalshyDev)! - fix: ensure we update non-versioned Worker settings for the new deploy path in `wrangler deploy` - Updated dependencies \[[`e8975a9`](https://redirect.github.com/cloudflare/workers-sdk/commit/e8975a93a46d41ea270f63fd9ef40677ccc689c3)]: - miniflare@3.20240821.1 ### [`v3.73.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3730) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.72.3...wrangler@3.73.0) ##### Minor Changes - [#​6571](https://redirect.github.com/cloudflare/workers-sdk/pull/6571) [`a7e1bfe`](https://redirect.github.com/cloudflare/workers-sdk/commit/a7e1bfea3e01413495e964c09ce74f209f408d32) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - feat: Add deployment http targets to wrangler deploy logs, and add url to pages deploy logs - [#​6497](https://redirect.github.com/cloudflare/workers-sdk/pull/6497) [`3bd833c`](https://redirect.github.com/cloudflare/workers-sdk/commit/3bd833cbe29b92edf512759833f0a0115e1799bc) Thanks [@​WalshyDev](https://redirect.github.com/WalshyDev)! - chore: move `wrangler versions ...`, `wrangler deployments ...`, `wrangler rollback` and `wrangler triggers ...` out of experimental and open beta. These are now available to use without the --x-versions flag, you can continue to pass this however without issue to keep compatibility with all the usage today. A few of the commands had an output that wasn't guarded by `--x-versions` those have been updated to use the newer output, we have tried to keep compatibility where possible (for example: `wrangler rollback` will continue to output "Worker Version ID:" so users can continue to grab the ID). If you wish to use the old versions of the commands you can pass the `--no-x-versions` flag. Note, these will be removed in the future so please work on migrating. - [#​6586](https://redirect.github.com/cloudflare/workers-sdk/pull/6586) [`72ea742`](https://redirect.github.com/cloudflare/workers-sdk/commit/72ea74214d8df3bcabf842249865edc9d13029f1) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - feat: Inject a 404 response for browser requested `favicon.ico` files when loading the `/__scheduled` page for scheduled-only Workers - [#​6497](https://redirect.github.com/cloudflare/workers-sdk/pull/6497) [`3bd833c`](https://redirect.github.com/cloudflare/workers-sdk/commit/3bd833cbe29b92edf512759833f0a0115e1799bc) Thanks [@​WalshyDev](https://redirect.github.com/WalshyDev)! - feat: update `wrangler deploy` to use the new versions and deployments API. This should have zero user-facing impact but sets up the most used command to deploy Workers to use the new recommended APIs and move away from the old ones. We will still call the old upload path where required (e.g. Durable Object migration or Service Worker format). ##### Patch Changes - [#​6563](https://redirect.github.com/cloudflare/workers-sdk/pull/6563) [`da48a70`](https://redirect.github.com/cloudflare/workers-sdk/commit/da48a7036911bbc5b23d7cd70e3260b3c3fa99bc) Thanks [@​threepointone](https://redirect.github.com/threepointone)! - chore: remove the warning about local mode flag being removed in the future - [#​6595](https://redirect.github.com/cloudflare/workers-sdk/pull/6595) [`0a76d7e`](https://redirect.github.com/cloudflare/workers-sdk/commit/0a76d7e550893eefb60ffe78236ef5fc3a6d3e2e) Thanks [@​vicb](https://redirect.github.com/vicb)! - feat: update unenv to the latest available version - [#​5738](https://redirect.github.com/cloudflare/workers-sdk/pull/5738) [`c2460c4`](https://redirect.github.com/cloudflare/workers-sdk/commit/c2460c4d89ecdf74f48bcd37466dce47d01c4f43) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - fix: Prevent spaces in names when validating - [#​6586](https://redirect.github.com/cloudflare/workers-sdk/pull/6586) [`72ea742`](https://redirect.github.com/cloudflare/workers-sdk/commit/72ea74214d8df3bcabf842249865edc9d13029f1) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - chore: Improve Miniflare CRON warning wording - [#​6593](https://redirect.github.com/cloudflare/workers-sdk/pull/6593) [`f097cb7`](https://redirect.github.com/cloudflare/workers-sdk/commit/f097cb73befbd317ce0c4ab4cd0203e9e8e9b811) Thanks [@​vicb](https://redirect.github.com/vicb)! - fix: remove `experimental:` prefix requirement for nodejs_compat_v2 See https://jira.cfdata.org/browse/DEVDASH-218 - [#​6572](https://redirect.github.com/cloudflare/workers-sdk/pull/6572) [`0d83428`](https://redirect.github.com/cloudflare/workers-sdk/commit/0d834284d00b43bd1da5d09404ff7a6b8409babe) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - fix: Show a clearer user error when trying to use a python worker without the `python_workers` compatibility flag specified - [#​6589](https://redirect.github.com/cloudflare/workers-sdk/pull/6589) [`f4c8cea`](https://redirect.github.com/cloudflare/workers-sdk/commit/f4c8cea142b03629e0dfffc5acaf71da0a33d15c) Thanks [@​vicb](https://redirect.github.com/vicb)! - feat: update unenv to the latest available version - Updated dependencies \[[`45ad2e0`](https://redirect.github.com/cloudflare/workers-sdk/commit/45ad2e0c83f1382e1662aadc2b145969ed9a719b)]: - [@​cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared)[@​0](https://redirect.github.com/0).4.1 ### [`v3.72.3`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3723) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.72.2...wrangler@3.72.3) ##### Patch Changes - [#​6548](https://redirect.github.com/cloudflare/workers-sdk/pull/6548) [`439e63a`](https://redirect.github.com/cloudflare/workers-sdk/commit/439e63a4ac636fc16196e900d863863b7395feed) Thanks [@​garvit-gupta](https://redirect.github.com/garvit-gupta)! - fix: Fix Vectorize getVectors, deleteVectors payload in Wrangler Client; VS-271 - [#​6554](https://redirect.github.com/cloudflare/workers-sdk/pull/6554) [`46aee5d`](https://redirect.github.com/cloudflare/workers-sdk/commit/46aee5d16c46ae734ba8196d4d942d0fb69d0730) Thanks [@​andyjessop](https://redirect.github.com/andyjessop)! - fix: nodejs_compat flags no longer error when running wrangler types --x-include-runtime - [#​6548](https://redirect.github.com/cloudflare/workers-sdk/pull/6548) [`439e63a`](https://redirect.github.com/cloudflare/workers-sdk/commit/439e63a4ac636fc16196e900d863863b7395feed) Thanks [@​garvit-gupta](https://redirect.github.com/garvit-gupta)! - fix: Add content-type header to Vectorize POST operations; [#​6516](https://redirect.github.com/cloudflare/workers-sdk/issues/6516)/VS-269 - [#​6566](https://redirect.github.com/cloudflare/workers-sdk/pull/6566) [`669ec1c`](https://redirect.github.com/cloudflare/workers-sdk/commit/669ec1c4d100aec1e16131cf178f2aa1a067b372) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - fix: Ensure esbuild warnings are logged when running wrangler deploy - Updated dependencies \[[`6c057d1`](https://redirect.github.com/cloudflare/workers-sdk/commit/6c057d10b22e9a2e08aa066e074c792cff78d1da)]: - [@​cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared)[@​0](https://redirect.github.com/0).4.0 ### [`v3.72.2`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3722) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.72.1...wrangler@3.72.2) ##### Patch Changes - [#​6511](https://redirect.github.com/cloudflare/workers-sdk/pull/6511) [`e75c581`](https://redirect.github.com/cloudflare/workers-sdk/commit/e75c5812f54e8660f3880e240cdb0051fc01674f) Thanks [@​petebacondarwin](https://redirect.github.com/petebacondarwin)! - fix: allow Pages projects to use \`experimental:nodejs_compat_v2" flag Fixes [#​6288](https://redirect.github.com/cloudflare/workers-sdk/issues/6288) - Updated dependencies \[[`b0e2f0b`](https://redirect.github.com/cloudflare/workers-sdk/commit/b0e2f0bfc67bee9c43a64ca12447e778758c27cd), [`f5bde66`](https://redirect.github.com/cloudflare/workers-sdk/commit/f5bde66914d24c59da35e051c5343c8f0554f782)]: - miniflare@3.20240821.0 - [@​cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared)[@​0](https://redirect.github.com/0).3.0 ### [`v3.72.1`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3721) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.72.0...wrangler@3.72.1) ##### Patch Changes - [#​6530](https://redirect.github.com/cloudflare/workers-sdk/pull/6530) [`d0ecc6a`](https://redirect.github.com/cloudflare/workers-sdk/commit/d0ecc6afb24160862083c09eb316103162d94720) Thanks [@​WalshyDev](https://redirect.github.com/WalshyDev)! - fix: fixed `wrangler versions upload` printing bindings twice - [#​6502](https://redirect.github.com/cloudflare/workers-sdk/pull/6502) [`a9b4f25`](https://redirect.github.com/cloudflare/workers-sdk/commit/a9b4f252ccbce4856ffc967e51c0aa8cf2e1bb4f) Thanks [@​garvit-gupta](https://redirect.github.com/garvit-gupta)! - fix: Fix Vectorize List MetadataIndex Http Method - [#​6508](https://redirect.github.com/cloudflare/workers-sdk/pull/6508) [`56a3de2`](https://redirect.github.com/cloudflare/workers-sdk/commit/56a3de2c8b50f029e5c8c0554b563b9e715f629c) Thanks [@​petebacondarwin](https://redirect.github.com/petebacondarwin)! - fix: move the Windows C++ redistributable warning so it is only shown if there is an actual access violation Replaces [#​6471](https://redirect.github.com/cloudflare/workers-sdk/issues/6471), which was too verbose. Fixes [#​6170](https://redirect.github.com/cloudflare/workers-sdk/issues/6170) ### [`v3.72.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3720) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.71.0...wrangler@3.72.0) ##### Minor Changes - [#​6479](https://redirect.github.com/cloudflare/workers-sdk/pull/6479) [`3c24d84`](https://redirect.github.com/cloudflare/workers-sdk/commit/3c24d84ffaed0e8c5a0f1f20354b837eb0815cf6) Thanks [@​petebacondarwin](https://redirect.github.com/petebacondarwin)! - feat: allow HTTPS custom certificate paths to be provided by a environment variables As well as providing paths to custom HTTPS certificate files, it is now possible to use WRANGLER_HTTPS_KEY_PATH and WRANGLER_HTTPS_CERT_PATH environment variables. Specifying the file paths at the command line overrides specifying in environment variables. Fixes [#​5997](https://redirect.github.com/cloudflare/workers-sdk/issues/5997) ##### Patch Changes - [#​6471](https://redirect.github.com/cloudflare/workers-sdk/pull/6471) [`0d85f24`](https://redirect.github.com/cloudflare/workers-sdk/commit/0d85f24644d2a4600255b692e79060533f5b41e4) Thanks [@​petebacondarwin](https://redirect.github.com/petebacondarwin)! - fix: add a helpful message on Windows when Miniflare fails to start - [#​6489](https://redirect.github.com/cloudflare/workers-sdk/pull/6489) [`34bf393`](https://redirect.github.com/cloudflare/workers-sdk/commit/34bf3930101401ca01772f71d7e53f623293def9) Thanks [@​GregBrimble](https://redirect.github.com/GregBrimble)! - fix: Upload assets as JSON Lines (application/jsonl) rather than NDJSON (application/x-ndjson) - [#​6482](https://redirect.github.com/cloudflare/workers-sdk/pull/6482) [`e24939c`](https://redirect.github.com/cloudflare/workers-sdk/commit/e24939c53475228e12a3c5228aa652c6473a889f) Thanks [@​RamIdeas](https://redirect.github.com/RamIdeas)! - fix: reimplement module aliasing so user-defined aliases take precedence over other plugins (eg unenv node.js polyfills) - Updated dependencies \[[`00f340f`](https://redirect.github.com/cloudflare/workers-sdk/commit/00f340f7c1709db777e80a8ea24d245909ff4486)]: - miniflare@3.20240806.1 - [@​cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared)[@​0](https://redirect.github.com/0).2.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Renovate Bot.

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 9, 2024 0:39am
nissy-renovate-bot[bot] commented 2 days ago

Edited/Blocked Notification

Renovate 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.