rajput-hemant / jiosaavn-api-ts

šŸŽµ A simple wrapper for the JioSaavn API powered by Hono.js šŸ”„.
https://jiosaavn.rajputhemant.me
MIT License
16 stars 22 forks source link

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

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types ^4.20240605.0 -> ^4.20240614.0 age adoption passing confidence
@hono/node-server ^1.11.2 -> ^1.11.3 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.12.0 -> ^7.13.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.12.0 -> ^7.13.0 age adoption passing confidence
@​upstash/ratelimit ^1.2.0 -> ^1.2.1 age adoption passing confidence
@upstash/redis ^1.31.3 -> ^1.31.5 age adoption passing confidence
bun-types (source) ^1.1.12 -> ^1.1.13 age adoption passing confidence
hono (source) ^4.4.4 -> ^4.4.6 age adoption passing confidence
lint-staged ^15.2.5 -> ^15.2.7 age adoption passing confidence
prettier (source) ^3.3.1 -> ^3.3.2 age adoption passing confidence
tsx (source) ^4.15.1 -> ^4.15.5 age adoption passing confidence
vercel (source) ^34.2.6 -> ^34.2.7 age adoption passing confidence
wrangler (source) ^3.60.0 -> ^3.60.3 age adoption passing confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types) ### [`v4.20240614.0`](https://togithub.com/cloudflare/workerd/compare/19a4d87e9bb1fd15a02d909e2529b120f0c609cf...408b841da5bc4e2f1e27435043507a1f09f6ebca) [Compare Source](https://togithub.com/cloudflare/workerd/compare/19a4d87e9bb1fd15a02d909e2529b120f0c609cf...408b841da5bc4e2f1e27435043507a1f09f6ebca)
honojs/node-server (@​hono/node-server) ### [`v1.11.3`](https://togithub.com/honojs/node-server/releases/tag/v1.11.3) [Compare Source](https://togithub.com/honojs/node-server/compare/v1.11.2...v1.11.3) #### What's Changed - Update readme with an example of proper "root" when using serveStatic by [@​brettimus](https://togithub.com/brettimus) in [https://github.com/honojs/node-server/pull/173](https://togithub.com/honojs/node-server/pull/173) - fix: avoid error when using TRACE method by [@​usualoma](https://togithub.com/usualoma) in [https://github.com/honojs/node-server/pull/175](https://togithub.com/honojs/node-server/pull/175) #### New Contributors - [@​brettimus](https://togithub.com/brettimus) made their first contribution in [https://github.com/honojs/node-server/pull/173](https://togithub.com/honojs/node-server/pull/173) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.11.2...v1.11.3
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.13.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7130-2024-06-10) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.12.0...v7.13.0) ##### šŸš€ Features - **typescript-estree:** require `import = require()` argument to be a string literal - **typescript-estree:** forbid `.body`, `.async`, `.generator` on `declare function` - **eslint-plugin:** \[no-dynamic-delete] allow all string literals as index ##### šŸ©¹ Fixes - **ast-spec:** function-call-like callee should be Expression not LeftHandSideExpression - **scope-manager:** handle index signature in class - **eslint-plugin:** \[init-declarations] refine report locations - **eslint-plugin:** \[no-base-to-string] make error message more nuanced - **eslint-plugin:** \[no-unsafe-assignment] be more specific about error types - **eslint-plugin:** \[no-magic-numbers] fix implementation of the `ignore` option ##### ā¤ļø Thank You - Fotis Papadogeorgopoulos - Joshua Chen - Kirk Waiblinger - Tobiloba Adedeji - Vinccool96 - YeonJuan 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) ### [`v7.13.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7130-2024-06-10) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.12.0...v7.13.0) ##### šŸš€ Features - **parser, typescript-estree:** export withoutProjectParserOptions utility ##### ā¤ļø Thank You - Fotis Papadogeorgopoulos - Joshua Chen - Kirk Waiblinger - Tobiloba Adedeji - Vinccool96 - YeonJuan 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.
upstash/upstash-redis (@​upstash/redis) ### [`v1.31.5`](https://togithub.com/upstash/redis-js/releases/tag/v1.31.5) [Compare Source](https://togithub.com/upstash/upstash-redis/compare/v1.31.4...v1.31.5) #### What's Changed - fix: add Pipeline to exports by [@​CahidArda](https://togithub.com/CahidArda) in [https://github.com/upstash/redis-js/pull/1121](https://togithub.com/upstash/redis-js/pull/1121) **Full Changelog**: https://github.com/upstash/redis-js/compare/v1.31.4...v1.31.5 ### [`v1.31.4`](https://togithub.com/upstash/redis-js/releases/tag/v1.31.4) [Compare Source](https://togithub.com/upstash/upstash-redis/compare/v1.31.3...v1.31.4) #### What's Changed - DX-997: Make cursor field in scan commands string by [@​CahidArda](https://togithub.com/CahidArda) in [https://github.com/upstash/redis-js/pull/1115](https://togithub.com/upstash/redis-js/pull/1115) After this patch, cursor field in the `SCAN`, `HSCAN`, `SSCAN` and `ZSCAN` will always be string even if deserialization is enabled. **Full Changelog**: https://github.com/upstash/redis-js/compare/v1.31.3...v1.31.4
oven-sh/bun (bun-types) ### [`v1.1.13`](https://togithub.com/oven-sh/bun/compare/43f0913c3875cbf260c60868268adc5953b09a80...bd6a6051203ff577240615ff4e242270035a36b7) [Compare Source](https://togithub.com/oven-sh/bun/compare/43f0913c3875cbf260c60868268adc5953b09a80...bd6a6051203ff577240615ff4e242270035a36b7)
honojs/hono (hono) ### [`v4.4.6`](https://togithub.com/honojs/hono/releases/tag/v4.4.6) [Compare Source](https://togithub.com/honojs/hono/compare/v4.4.5...v4.4.6) ##### What's Changed - fix(aws-lambda): handle multiple cookies in streaming responses by [@​KnisterPeter](https://togithub.com/KnisterPeter) in [https://github.com/honojs/hono/pull/2926](https://togithub.com/honojs/hono/pull/2926) **Full Changelog**: https://github.com/honojs/hono/compare/v4.4.5...v4.4.6 ### [`v4.4.5`](https://togithub.com/honojs/hono/releases/tag/v4.4.5) [Compare Source](https://togithub.com/honojs/hono/compare/v4.4.4...v4.4.5) ##### What's Changed - fix(cors): allow custom vary header by [@​fzn0x](https://togithub.com/fzn0x) in [https://github.com/honojs/hono/pull/2934](https://togithub.com/honojs/hono/pull/2934) - fix(jsx): rename `Hono` to `JSX` and export `JSX` namespace by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2937](https://togithub.com/honojs/hono/pull/2937) - refactor(hono-base): make 2nd arg of `app.route()` required by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2945](https://togithub.com/honojs/hono/pull/2945) - refactor(hono-base): don't check 1st argument of `app.on()` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2946](https://togithub.com/honojs/hono/pull/2946) - refactor(context): remove unnecessary initialization add add tests for Context by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2949](https://togithub.com/honojs/hono/pull/2949) - test(hono-base): add tests for covering 100% by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2952](https://togithub.com/honojs/hono/pull/2952) - fix(context): default JSONRespond and TextRespond StatusCode generic arg by [@​EdamAme-x](https://togithub.com/EdamAme-x) in [https://github.com/honojs/hono/pull/2954](https://togithub.com/honojs/hono/pull/2954) - refactor(request): shorten `parseBody` and remove unnecessary check by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2947](https://togithub.com/honojs/hono/pull/2947) - refactor(jsx): reduce code size and improve maintainability by [@​usualoma](https://togithub.com/usualoma) in [https://github.com/honojs/hono/pull/2956](https://togithub.com/honojs/hono/pull/2956) **Full Changelog**: https://github.com/honojs/hono/compare/v4.4.4...v4.4.5
okonet/lint-staged (lint-staged) ### [`v15.2.7`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1527) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v15.2.6...v15.2.7) ##### Patch Changes - [#​1440](https://togithub.com/lint-staged/lint-staged/pull/1440) [`a51be80`](https://togithub.com/lint-staged/lint-staged/commit/a51be804b63307ac7af3c82f4cb2d43dbe92daac) Thanks [@​iiroj](https://togithub.com/iiroj)! - In the previous version the native `git rev-parse --show-toplevel` command was taken into use for resolving the current git repo root. This version drops the `--path-format=absolute` option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading `git` to the latest version. ### [`v15.2.6`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1526) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v15.2.5...v15.2.6) ##### Patch Changes - [#​1433](https://togithub.com/lint-staged/lint-staged/pull/1433) [`119adb2`](https://togithub.com/lint-staged/lint-staged/commit/119adb29854cabddbfcf0469d7c8a0126184a5d4) Thanks [@​iiroj](https://togithub.com/iiroj)! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.
prettier/prettier (prettier) ### [`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#​16358](https://togithub.com/prettier/prettier/pull/16358) by [@​Princeyadav05](https://togithub.com/Princeyadav05)) ```hbs {{! Input }}
{{@​x.y.z}}
{{! Prettier 3.3.1 }}
{{@​x}}
{{! Prettier 3.3.2 }}
{{@​x.y.z}}
```
privatenumber/tsx (tsx) ### [`v4.15.5`](https://togithub.com/privatenumber/tsx/releases/tag/v4.15.5) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.15.4...v4.15.5) ##### Bug Fixes - **cjs:** make transformers overwritable ([c22fa7d](https://togithub.com/privatenumber/tsx/commit/c22fa7d1a90fa34983caddda91b5c1c10e1a4b6c)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.15.5) ### [`v4.15.4`](https://togithub.com/privatenumber/tsx/releases/tag/v4.15.4) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.15.3...v4.15.4) ##### Bug Fixes - **cjs:** handle re-exports from relative paths ([5166122](https://togithub.com/privatenumber/tsx/commit/5166122cff67c42fb0692ced05df9a2447299d70)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.15.4) ### [`v4.15.3`](https://togithub.com/privatenumber/tsx/releases/tag/v4.15.3) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.15.2...v4.15.3) ##### Bug Fixes - **cjs:** load json with namespace ([6b03a38](https://togithub.com/privatenumber/tsx/commit/6b03a38443035f377281c5122eee4c56fefea179)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.15.3) ### [`v4.15.2`](https://togithub.com/privatenumber/tsx/releases/tag/v4.15.2) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.15.1...v4.15.2) ##### Bug Fixes - **esm:** resolve implicit extension in package subpath ([7e1fe22](https://togithub.com/privatenumber/tsx/commit/7e1fe22e142643afc2226a2f1c0d1579c949f0c6)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.15.2)
vercel/vercel (vercel) ### [`v34.2.7`](https://togithub.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#3427) [Compare Source](https://togithub.com/vercel/vercel/compare/vercel@34.2.6...vercel@34.2.7) ##### Patch Changes - Updated dependencies \[[`84b744541`](https://togithub.com/vercel/vercel/commit/84b744541b58524bd91e3b3f0628b675e772660f)]: - [@​vercel/next](https://togithub.com/vercel/next)[@​4](https://togithub.com/4).2.17
cloudflare/workers-sdk (wrangler) ### [`v3.60.3`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3603) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.60.2...wrangler@3.60.3) ##### Patch Changes - [#​6025](https://togithub.com/cloudflare/workers-sdk/pull/6025) [`122ef06`](https://togithub.com/cloudflare/workers-sdk/commit/122ef0681a8aa5338993cb21f111f84ef5c3a443) Thanks [@​IgorMinar](https://togithub.com/IgorMinar)! - fix: avoid path collisions between performance and Performance Node.js polyfills It turns out that ESBuild paths are case insensitive, which can result in path collisions between polyfills for `globalThis.performance` and `globalThis.Performance`, etc. This change ensures that we encode all global names to lowercase and decode them appropriately. - [#​6009](https://togithub.com/cloudflare/workers-sdk/pull/6009) [`169a9fa`](https://togithub.com/cloudflare/workers-sdk/commit/169a9fa260b7cb76cf5ef9e9e29a4fd33af8cf2f) Thanks [@​RamIdeas](https://togithub.com/RamIdeas)! - fix: reduce the number of parallel file reads on Windows to avoid EMFILE type errors Fixes [#​1586](https://togithub.com/cloudflare/workers-sdk/issues/1586) - [`53acdbc`](https://togithub.com/cloudflare/workers-sdk/commit/53acdbc00a95e621d90d225d943c36df41768571) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - fix: warn if user tries normal deploy when in the middle of a gradual version rollout - Updated dependencies \[[`c4146fc`](https://togithub.com/cloudflare/workers-sdk/commit/c4146fc021cbb0556cc95899184b7a44d58ad77c)]: - miniflare@3.20240610.0 ### [`v3.60.2`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3602) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.60.1...wrangler@3.60.2) ##### Patch Changes - [#​5307](https://togithub.com/cloudflare/workers-sdk/pull/5307) [`e6a3d24`](https://togithub.com/cloudflare/workers-sdk/commit/e6a3d243a73f0101d57e6e35c25585884ebea674) Thanks [@​achanda](https://togithub.com/achanda)! - fix: add more timePeriods to `wrangler d1 insights` This PR updates `wrangler d1 insights` to accept arbitrary timePeriod values up to 31 days.

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 3 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 Jun 17, 2024 1:39am
jiosaavn-private āœ… Ready (Inspect) Visit Preview šŸ’¬ Add feedback Jun 17, 2024 1:39am