rajput-hemant / jiosaavn-api-ts

🎡 A simple wrapper for the JioSaavn API powered by Hono.js πŸ”₯.
https://jiosaavn.rajputhemant.tech
MIT License
20 stars 29 forks source link

chore(deps): update all non-major dependencies #9

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types ^4.20230914.0 -> ^4.20230922.0 age adoption passing confidence
@commitlint/cli (source) ^17.7.1 -> ^17.7.2 age adoption passing confidence
@types/node (source) ^20.6.5 -> ^20.8.0 age adoption passing confidence
@typescript-eslint/eslint-plugin ^6.7.2 -> ^6.7.3 age adoption passing confidence
@typescript-eslint/parser ^6.7.2 -> ^6.7.3 age adoption passing confidence
hono (source) ^3.7.2 -> ^3.7.3 age adoption passing confidence
wrangler ^3.9.0 -> ^3.10.1 age adoption passing confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types) ### [`v4.20230922.0`](https://togithub.com/cloudflare/workerd/compare/3f8ecc8732af39ad7962da0ce72c8d8eac4a7ecd...a0b394f107109f792ecf0e8f80f97c19d2569786) [Compare Source](https://togithub.com/cloudflare/workerd/compare/3f8ecc8732af39ad7962da0ce72c8d8eac4a7ecd...a0b394f107109f792ecf0e8f80f97c19d2569786)
conventional-changelog/commitlint (@​commitlint/cli) ### [`v17.7.2`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#1772-2023-09-28) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.7.1...v17.7.2) **Note:** Version bump only for package [@​commitlint/cli](https://togithub.com/commitlint/cli)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.7.3`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#673-2023-09-25) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) 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) ### [`v6.7.3`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#673-2023-09-25) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) 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) ### [`v3.7.3`](https://togithub.com/honojs/hono/releases/tag/v3.7.3) [Compare Source](https://togithub.com/honojs/hono/compare/v3.7.2...v3.7.3) ##### What's Changed - fix(types): fix inferring path strings for an optional parameter with regexp by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/1522](https://togithub.com/honojs/hono/pull/1522) - feat(adaptor): Accessable Lambda "Context" by [@​watany-dev](https://togithub.com/watany-dev) in [https://github.com/honojs/hono/pull/1523](https://togithub.com/honojs/hono/pull/1523) **Full Changelog**: https://github.com/honojs/hono/compare/v3.7.2...v3.7.3
cloudflare/workers-sdk (wrangler) ### [`v3.10.1`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3101) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.10.0...wrangler@3.10.1) ##### Patch Changes - [#​4041](https://togithub.com/cloudflare/workers-sdk/pull/4041) [`6b1c327d`](https://togithub.com/cloudflare/workers-sdk/commit/6b1c327d00befb6d95a88f4451547457b1927dd4) Thanks [@​elithrar](https://togithub.com/elithrar)! - Fixed a bug in Vectorize that send preset configurations with the wrong key. This was patched on the server-side to work around this for users in the meantime. - [#​4054](https://togithub.com/cloudflare/workers-sdk/pull/4054) [`f8c52b93`](https://togithub.com/cloudflare/workers-sdk/commit/f8c52b938dd6a7ccf25fa54bd73e8f6206808ad4) Thanks [@​mrbbot](https://togithub.com/mrbbot)! - fix: allow `wrangler pages dev` sessions to be reloaded Previously, `wrangler pages dev` attempted to send messages on a closed IPC channel when sources changed, resulting in an `ERR_IPC_CHANNEL_CLOSED` error. This change ensures the channel stays open until the user exits `wrangler pages dev`. ### [`v3.10.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3100) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.9.1...wrangler@3.10.0) ##### Minor Changes - [#​4013](https://togithub.com/cloudflare/workers-sdk/pull/4013) [`3cd72862`](https://togithub.com/cloudflare/workers-sdk/commit/3cd72862b7c9f6d30468320866badd586cd242ce) Thanks [@​elithrar](https://togithub.com/elithrar)! - Adds wrangler support for Vectorize, Cloudflare's new vector database, with `wrangler vectorize`. Visit the developer documentation (https://developers.cloudflare.com/vectorize/) to learn more and create your first vector database with `wrangler vectorize create my-first-index`. - [#​3999](https://togithub.com/cloudflare/workers-sdk/pull/3999) [`ee6f3458`](https://togithub.com/cloudflare/workers-sdk/commit/ee6f345838d09af0de787c820a7fa2cdc76f58e7) Thanks [@​OilyLime](https://togithub.com/OilyLime)! - Adds support for Hyperdrive, via `wrangler hyperdrive`. ##### Patch Changes - [#​4034](https://togithub.com/cloudflare/workers-sdk/pull/4034) [`bde9d64a`](https://togithub.com/cloudflare/workers-sdk/commit/bde9d64a6b13d49063cc7fe25d37606b0810dd83) Thanks [@​ndisidore](https://togithub.com/ndisidore)! - Adds Vectorize support uploading batches of newline delimited json (ndjson) vectors from a source file. Load a dataset with `vectorize insert my-index --file vectors.ndjson` - [#​4028](https://togithub.com/cloudflare/workers-sdk/pull/4028) [`d5389731`](https://togithub.com/cloudflare/workers-sdk/commit/d538973179966f742edd48958bf311764f715bda) Thanks [@​JacobMGEvans](https://togithub.com/JacobMGEvans)! - fix: Bulk Secret Draft Worker Fixes the issue of a upload of a Secret when a Worker doesn't exist yet, the draft worker is created and the secret is uploaded to it. Fixes [https://github.com/cloudflare/wrangler-action/issues/162](https://togithub.com/cloudflare/wrangler-action/issues/162) ### [`v3.9.1`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#391) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.9.0...wrangler@3.9.1) ##### Patch Changes - [#​3992](https://togithub.com/cloudflare/workers-sdk/pull/3992) [`35564741`](https://togithub.com/cloudflare/workers-sdk/commit/3556474116db2fc7dbfbb34bfc351490360f4d85) Thanks [@​edevil](https://togithub.com/edevil)! - Add AI binding that will be used to interact with the AI project. Example `wrangler.toml` name = "ai-worker" main = "src/index.ts" [ai] binding = "AI" Example script: import Ai from "@​cloudflare/ai" export default { async fetch(request: Request, env: Env): Promise { const ai = new Ai(env.AI); const story = await ai.run({ model: 'llama-2', input: { prompt: 'Tell me a story about the future of the Cloudflare dev platform' } }); return new Response(JSON.stringify(story)); }, }; export interface Env { AI: any; } - [#​4006](https://togithub.com/cloudflare/workers-sdk/pull/4006) [`bc8c147a`](https://togithub.com/cloudflare/workers-sdk/commit/bc8c147a9118748bb3b5eb220af5699f8b2f7899) Thanks [@​rozenmd](https://togithub.com/rozenmd)! - fix: remove warning around using D1's binding, and clean up the epilogue when running D1 commands - [#​4027](https://togithub.com/cloudflare/workers-sdk/pull/4027) [`9e466599`](https://togithub.com/cloudflare/workers-sdk/commit/9e466599210902515ece6f5ea07fbabcd8fdac6a) Thanks [@​jspspike](https://togithub.com/jspspike)! - Add WebGPU support through miniflare update - [#​3986](https://togithub.com/cloudflare/workers-sdk/pull/3986) [`00247a8d`](https://togithub.com/cloudflare/workers-sdk/commit/00247a8d69613a4cfeb621b5cca075828e5ae1e1) Thanks [@​edevil](https://togithub.com/edevil)! - Added AI related CLI commands

Configuration

πŸ“… Schedule: Branch creation - "before 4am on Monday" (UTC), 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 Mend Renovate. View repository job log here.

vercel[bot] commented 1 year 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 Oct 2, 2023 1:25am