Closed renovate[bot] closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
jiosaavn-api-ts | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 2, 2024 2:03am |
jiosaavn-private | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 2, 2024 2:03am |
This PR contains the following updates:
^1.12.1
->^1.12.2
^8.2.0
->^8.3.0
^8.2.0
->^8.3.0
^2.0.1
->^2.0.2
^4.5.8
->^4.5.10
^15.2.9
->^15.2.10
^4.18.0
->^4.19.0
^37.1.1
->^37.2.1
^3.72.2
->^3.73.0
Release Notes
honojs/node-server (@hono/node-server)
### [`v1.12.2`](https://redirect.github.com/honojs/node-server/releases/tag/v1.12.2) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.12.1...v1.12.2) #### What's Changed - fix: Declare `hono` as peer dependency by [@marvinruder](https://redirect.github.com/marvinruder) in [https://github.com/honojs/node-server/pull/192](https://redirect.github.com/honojs/node-server/pull/192) #### New Contributors - [@marvinruder](https://redirect.github.com/marvinruder) made their first contribution in [https://github.com/honojs/node-server/pull/192](https://redirect.github.com/honojs/node-server/pull/192) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.12.1...v1.12.2typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v8.3.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#830-2024-08-26) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.2.0...v8.3.0) ##### 🚀 Features - **eslint-plugin:** \[no-deprecation] add rule ##### 🩹 Fixes - **eslint-plugin:** \[no-unnecessary-template-expression] add missing parentheses in autofix - **eslint-plugin:** \[no-unnecessary-type-parameters] check mapped alias type arguments - **utils:** add `TSDeclareFunction` to `functionTypeTypes` - **ast-spec:** use `Expression` in argument of `ThrowStatement` ##### ❤️ Thank You - Abraham Guo - Daichi Kamiyama - Josh Goldberg ✨ - Kim Sang Du - Sukka - Vida Xie You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v8.3.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#830-2024-08-26) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.2.0...v8.3.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.honojs/hono (hono)
### [`v4.5.10`](https://redirect.github.com/honojs/hono/releases/tag/v4.5.10) [Compare Source](https://redirect.github.com/honojs/hono/compare/v4.5.9...v4.5.10) #### What's Changed - feat(compress): improve compress middleware by [@nitedani](https://redirect.github.com/nitedani) in [https://github.com/honojs/hono/pull/3317](https://redirect.github.com/honojs/hono/pull/3317) - feat(jsx): add popover api attributes by [@ssssota](https://redirect.github.com/ssssota) in [https://github.com/honojs/hono/pull/3323](https://redirect.github.com/honojs/hono/pull/3323) - feat(jsx): improve form attribute types by [@ssssota](https://redirect.github.com/ssssota) in [https://github.com/honojs/hono/pull/3330](https://redirect.github.com/honojs/hono/pull/3330) - chore(test): migrate to vitest v2 by [@yasuaki640](https://redirect.github.com/yasuaki640) in [https://github.com/honojs/hono/pull/3326](https://redirect.github.com/honojs/hono/pull/3326) - chore(test): replace deprecated vitest type by [@yasuaki640](https://redirect.github.com/yasuaki640) in [https://github.com/honojs/hono/pull/3338](https://redirect.github.com/honojs/hono/pull/3338) - fix(logger): removing spaces from logger by [@marceloverdijk](https://redirect.github.com/marceloverdijk) in [https://github.com/honojs/hono/pull/3334](https://redirect.github.com/honojs/hono/pull/3334) #### New Contributors - [@nitedani](https://redirect.github.com/nitedani) made their first contribution in [https://github.com/honojs/hono/pull/3317](https://redirect.github.com/honojs/hono/pull/3317) - [@marceloverdijk](https://redirect.github.com/marceloverdijk) made their first contribution in [https://github.com/honojs/hono/pull/3334](https://redirect.github.com/honojs/hono/pull/3334) **Full Changelog**: https://github.com/honojs/hono/compare/v4.5.9...v4.5.10 ### [`v4.5.9`](https://redirect.github.com/honojs/hono/releases/tag/v4.5.9) [Compare Source](https://redirect.github.com/honojs/hono/compare/v4.5.8...v4.5.9) #### What's Changed - test(types): broken test in future versions of typescript by [@m-shaka](https://redirect.github.com/m-shaka) in [https://github.com/honojs/hono/pull/3310](https://redirect.github.com/honojs/hono/pull/3310) - fix(utils/color): Deno does not require permission for `NO_COLOR` by [@ryuapp](https://redirect.github.com/ryuapp) in [https://github.com/honojs/hono/pull/3306](https://redirect.github.com/honojs/hono/pull/3306) - feat(jsx): improve `type` (MIME) attribute types by [@ssssota](https://redirect.github.com/ssssota) in [https://github.com/honojs/hono/pull/3305](https://redirect.github.com/honojs/hono/pull/3305) - feat(pretty-json): support custom query by [@nakasyou](https://redirect.github.com/nakasyou) in [https://github.com/honojs/hono/pull/3300](https://redirect.github.com/honojs/hono/pull/3300) **Full Changelog**: https://github.com/honojs/hono/compare/v4.5.8...v4.5.9lint-staged/lint-staged (lint-staged)
### [`v15.2.10`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#15210) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.2.9...v15.2.10) ##### Patch Changes - [#1471](https://redirect.github.com/lint-staged/lint-staged/pull/1471) [`e3f283b`](https://redirect.github.com/lint-staged/lint-staged/commit/e3f283b250868b7c15ceb54d2a51b2e5fb3a18a9) Thanks [@iiroj](https://redirect.github.com/iiroj)! - Update minor dependencies, including `micromatch@~4.0.8`.privatenumber/tsx (tsx)
### [`v4.19.0`](https://redirect.github.com/privatenumber/tsx/compare/v4.18.0...157c3ec6bcf0b0a5e387080576404c00f7fd662f) [Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.18.0...v4.19.0)vercel/vercel (vercel)
### [`v37.2.1`](https://redirect.github.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#3721) [Compare Source](https://redirect.github.com/vercel/vercel/compare/vercel@37.2.0...vercel@37.2.1) ##### Patch Changes - Fixes integration not found error when using `vercel install` ([#12035](https://redirect.github.com/vercel/vercel/pull/12035)) ### [`v37.2.0`](https://redirect.github.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#3720) [Compare Source](https://redirect.github.com/vercel/vercel/compare/vercel@37.1.2...vercel@37.2.0) ##### Minor Changes - Add `vc install` and `vc integration add` commands ([#12033](https://redirect.github.com/vercel/vercel/pull/12033)) ##### Patch Changes - \[cli] Remove existing metrics gathering behavior ([#12026](https://redirect.github.com/vercel/vercel/pull/12026)) - Remove redundant formatting on a few lines of output ([#12011](https://redirect.github.com/vercel/vercel/pull/12011)) - Updated dependencies \[[`06337ed0b`](https://redirect.github.com/vercel/vercel/commit/06337ed0bb1ab4becd1554642c162c75bdcc91c2), [`2fc9e6d81`](https://redirect.github.com/vercel/vercel/commit/2fc9e6d8104a3d6308873ef8dafa27c32f0b97be)]: - [@vercel/build-utils](https://redirect.github.com/vercel/build-utils)[@8](https://redirect.github.com/8).3.8 - [@vercel/node](https://redirect.github.com/vercel/node)[@3](https://redirect.github.com/3).2.10 - [@vercel/static-build](https://redirect.github.com/vercel/static-build)[@2](https://redirect.github.com/2).5.20 ### [`v37.1.2`](https://redirect.github.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#3712) [Compare Source](https://redirect.github.com/vercel/vercel/compare/vercel@37.1.1...vercel@37.1.2) ##### Patch Changes - Fix incorrect type for certs challenge-only flag ([#12018](https://redirect.github.com/vercel/vercel/pull/12018)) - \[vc help] add build command to help/--help ([#12016](https://redirect.github.com/vercel/vercel/pull/12016))cloudflare/workers-sdk (wrangler)
### [`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.0Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 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.