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 #50

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types ^4.20240712.0 -> ^4.20240718.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.16.0 -> ^7.16.1 age adoption passing confidence
@typescript-eslint/parser (source) ^7.16.0 -> ^7.16.1 age adoption passing confidence
@upstash/redis ^1.32.0 -> ^1.33.0 age adoption passing confidence
hono (source) ^4.4.13 -> ^4.5.1 age adoption passing confidence
husky ^9.0.11 -> ^9.1.1 age adoption passing confidence
vercel (source) ^34.3.1 -> ^34.4.0 age adoption passing confidence
wrangler (source) ^3.64.0 -> ^3.65.1 age adoption passing confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types) ### [`v4.20240718.0`](https://togithub.com/cloudflare/workerd/compare/f197dd6f1a6475fb266d9fa89dbebedb050a291d...1e3bcf6cac1389614cea5513a8a2113ef3e60c48) [Compare Source](https://togithub.com/cloudflare/workerd/compare/f197dd6f1a6475fb266d9fa89dbebedb050a291d...1e3bcf6cac1389614cea5513a8a2113ef3e60c48)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.16.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7161-2024-07-15) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.16.0...v7.16.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters ##### ❤️ Thank You - Dan Vanderkam 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.16.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7161-2024-07-15) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.16.0...v7.16.1) 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.
upstash/upstash-redis (@​upstash/redis) ### [`v1.33.0`](https://togithub.com/upstash/redis-js/releases/tag/v1.33.0) [Compare Source](https://togithub.com/upstash/upstash-redis/compare/v1.32.0...v1.33.0) #### What's Changed - Enable auto pipelining by default by [@​CahidArda](https://togithub.com/CahidArda) in [https://github.com/upstash/redis-js/pull/1187](https://togithub.com/upstash/redis-js/pull/1187) **Full Changelog**: https://github.com/upstash/redis-js/compare/v1.32.0...v1.33.0
honojs/hono (hono) ### [`v4.5.1`](https://togithub.com/honojs/hono/releases/tag/v4.5.1) [Compare Source](https://togithub.com/honojs/hono/compare/v4.5.0...v4.5.1) #### What's Changed - chore: remove rimraf and use bun shell by [@​nakasyou](https://togithub.com/nakasyou) in [https://github.com/honojs/hono/pull/3146](https://togithub.com/honojs/hono/pull/3146) - chore: moving the setup file of vitest by [@​EdamAme-x](https://togithub.com/EdamAme-x) in [https://github.com/honojs/hono/pull/3157](https://togithub.com/honojs/hono/pull/3157) - fix(middleware/jwt): Changed the jwt-secret type to SignatureKey by [@​JulesVerner](https://togithub.com/JulesVerner) in [https://github.com/honojs/hono/pull/3167](https://togithub.com/honojs/hono/pull/3167) - feat(bearer-auth): Allow empty bearer-auth middleware prefixes by [@​prevostc](https://togithub.com/prevostc) in [https://github.com/honojs/hono/pull/3161](https://togithub.com/honojs/hono/pull/3161) - chore(factory): remove `@experimental` from `createApp` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/3164](https://togithub.com/honojs/hono/pull/3164) - fix(client): support array values for `query` in `ws` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/3169](https://togithub.com/honojs/hono/pull/3169) - fix(validator): ignore content-type mismatches by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/3165](https://togithub.com/honojs/hono/pull/3165) #### New Contributors - [@​JulesVerner](https://togithub.com/JulesVerner) made their first contribution in [https://github.com/honojs/hono/pull/3167](https://togithub.com/honojs/hono/pull/3167) - [@​prevostc](https://togithub.com/prevostc) made their first contribution in [https://github.com/honojs/hono/pull/3161](https://togithub.com/honojs/hono/pull/3161) **Full Changelog**: https://github.com/honojs/hono/compare/v4.5.0...v4.5.1 ### [`v4.5.0`](https://togithub.com/honojs/hono/compare/v4.4.13...v4.5.0) [Compare Source](https://togithub.com/honojs/hono/compare/v4.4.13...v4.5.0)
typicode/husky (husky) ### [`v9.1.1`](https://togithub.com/typicode/husky/compare/v9.1.0...2968998755465f69069f297b5bb603e26d6b1772) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.0...v9.1.1) ### [`v9.1.0`](https://togithub.com/typicode/husky/releases/tag/v9.1.0) [Compare Source](https://togithub.com/typicode/husky/compare/v9.0.11...v9.1.0)

*Super saiyan ~~god~~ dog! It's over 9.0.0!* *There's a bug with this release which prevents the deprecation notice to appear and requires to remove `#!/usr/bin/env sh` and `. "$(dirname -- "$0")/_/husky.sh"` (which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.* ### What's new You can now run package commands directly, no need for `npx` or equivalents. It makes writing hooks more intuitive and is also slightly faster 🐺⚡️ ```diff ### .husky/pre-commit - npx jest + jest # ~0.2s faster ``` A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it. ```shell ### .husky/pre-commit prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown git update-index --again ``` For more advanced use cases, see [lint-staged](https://togithub.com/lint-staged/lint-staged). ### Fixes - `bunx husky init` command - Workaround for some hooks implementation on Windows 🤷 ### Deprecations - Remove `#!/usr/bin/env sh` and `. "$(dirname -- "$0")/_/husky.sh"` from your hooks - Move your code from `~/.huskyrc` to `.config/husky/init.sh` Support for these will be removed in v10, notices have been added. ### Friendly reminder If Git hooks don't fit your workflow, you can disable Husky globally. Just add `export HUSKY=0` to `.config/husky/init.sh`. I've seen some confusion about this on X, so just a heads-up! ### Sponsoring Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: [GitHub Sponsors](https://togithub.com/sponsors/typicode). **Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉**
vercel/vercel (vercel) ### [`v34.4.0`](https://togithub.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#3440) [Compare Source](https://togithub.com/vercel/vercel/compare/vercel@34.3.1...vercel@34.4.0) ##### Minor Changes - Add target output to `vc inspect` ([#​11821](https://togithub.com/vercel/vercel/pull/11821)) - Send `customEnvironmentSlugOrId` to the create deployment endpoint ([#​11789](https://togithub.com/vercel/vercel/pull/11789)) - Add `vc target ls` command ([#​11790](https://togithub.com/vercel/vercel/pull/11790)) ##### Patch Changes - Various improvements to vc target ls ([#​11840](https://togithub.com/vercel/vercel/pull/11840)) - Updated dependencies \[[`3eb40c8c2`](https://togithub.com/vercel/vercel/commit/3eb40c8c2d205ff3c237774eb0b63135c9298d5d), [`d0fe663af`](https://togithub.com/vercel/vercel/commit/d0fe663afc9c1a699f4195f0e8c97982f47193cf), [`b1e4a4011`](https://togithub.com/vercel/vercel/commit/b1e4a401102c94742d3b347875313d387d9a57b9), [`55ab52512`](https://togithub.com/vercel/vercel/commit/55ab52512c1966369fcd9ac60114356c8dfc0271)]: - [@​vercel/build-utils](https://togithub.com/vercel/build-utils)[@​8](https://togithub.com/8).3.2 - [@​vercel/static-build](https://togithub.com/vercel/static-build)[@​2](https://togithub.com/2).5.14 - [@​vercel/next](https://togithub.com/vercel/next)[@​4](https://togithub.com/4).3.2 - [@​vercel/remix-builder](https://togithub.com/vercel/remix-builder)[@​2](https://togithub.com/2).1.10 - [@​vercel/node](https://togithub.com/vercel/node)[@​3](https://togithub.com/3).2.3
cloudflare/workers-sdk (wrangler) ### [`v3.65.1`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3651) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.65.0...wrangler@3.65.1) ##### Patch Changes - [#​6267](https://togithub.com/cloudflare/workers-sdk/pull/6267) [`957d668`](https://togithub.com/cloudflare/workers-sdk/commit/957d668947b8b234dd909806065c02db6d1b3a01) Thanks [@​WalshyDev](https://togithub.com/WalshyDev)! - chore: add total module size to the logged table, this makes it much easier to see the total size of all modules combined. - [#​6244](https://togithub.com/cloudflare/workers-sdk/pull/6244) [`e7c06d7`](https://togithub.com/cloudflare/workers-sdk/commit/e7c06d78b14eb89060f431bc4aee8dbc1cc08fa5) Thanks [@​gabivlj](https://togithub.com/gabivlj)! - fix: wrangler cloudchamber json errors are properly formatted - Updated dependencies \[[`779c713`](https://togithub.com/cloudflare/workers-sdk/commit/779c71349ea1c747ff4486e4084024a7e88a05cb)]: - miniflare@3.20240718.0 ### [`v3.65.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3650) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.64.0...wrangler@3.65.0) ##### Minor Changes - [#​6194](https://togithub.com/cloudflare/workers-sdk/pull/6194) [`25afcb2`](https://togithub.com/cloudflare/workers-sdk/commit/25afcb2f118fb06526209340b3562703cdae326b) Thanks [@​zebp](https://togithub.com/zebp)! - chore: Add duration and sourcemap size to upload metrics event Wrangler will now send the duration and the total size of any sourcemaps uploaded with your Worker to Cloudflare if you have metrics enabled. - [#​6259](https://togithub.com/cloudflare/workers-sdk/pull/6259) [`eb201a3`](https://togithub.com/cloudflare/workers-sdk/commit/eb201a3258469f16c3a42dc5f749ecf3d3ecf372) Thanks [@​ottomated](https://togithub.com/ottomated)! - chore: Add types to DurableObjectNamespace type generation. For example: ```ts interface Env { OBJECT: DurableObjectNamespace; } ``` - [#​6245](https://togithub.com/cloudflare/workers-sdk/pull/6245) [`e4abed3`](https://togithub.com/cloudflare/workers-sdk/commit/e4abed3e8f9c46a014a045885da0dea5c4ae8837) Thanks [@​OilyLime](https://togithub.com/OilyLime)! - feature: Add support for Hyperdrive over Access configs ##### Patch Changes - [#​6255](https://togithub.com/cloudflare/workers-sdk/pull/6255) [`d497e1e`](https://togithub.com/cloudflare/workers-sdk/commit/d497e1e38c58ce740bdccf126bd926456d61ea9f) Thanks [@​rozenmd](https://togithub.com/rozenmd)! - fix: teach wrangler init --from-dash about d1 bindings This PR teaches `wrangler init --from-dash` about D1 bindings, so they aren't incorrectly added to the wrangler.toml as unsafe bindings. - [#​6258](https://togithub.com/cloudflare/workers-sdk/pull/6258) [`4f524f2`](https://togithub.com/cloudflare/workers-sdk/commit/4f524f2eb04f38114adff3590386e06db072f6b0) Thanks [@​dom96](https://togithub.com/dom96)! - feature: Add warning about deploying Python with requirements.txt This expands on the warning shown for all Python Workers to include a message about deploying Python Workers with a requirements.txt not being supported. - [#​6249](https://togithub.com/cloudflare/workers-sdk/pull/6249) [`8bbd824`](https://togithub.com/cloudflare/workers-sdk/commit/8bbd824980c5b1a706bb2e7bef4e52206f7097cf) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - chore: Update config-schema.json for the wrangler.toml - [#​5955](https://togithub.com/cloudflare/workers-sdk/pull/5955) [`db11a0f`](https://togithub.com/cloudflare/workers-sdk/commit/db11a0fd12d7b048e5f74acab876080f79e393b3) Thanks [@​harugon](https://togithub.com/harugon)! - fix: correctly escape newlines in `constructType` function for multiline strings This fix ensures that multiline strings are correctly handled by the `constructType` function. Newlines are now properly escaped to prevent invalid JavaScript code generation when using the `wrangler types` command. This improves robustness and prevents errors related to multiline string handling in environment variables and other configuration settings. - [#​6263](https://togithub.com/cloudflare/workers-sdk/pull/6263) [`fa1016c`](https://togithub.com/cloudflare/workers-sdk/commit/fa1016cffcb0edcc7fa5deef283481a9b1fd527f) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - fix: use cli script-name arg when deploying a worker with queue consumers - Updated dependencies \[[`0d32448`](https://togithub.com/cloudflare/workers-sdk/commit/0d32448fc72521be691dfc87c8ad5f108ddced62)]: - miniflare@3.20240712.0

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 month 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 Jul 22, 2024 1:24am
jiosaavn-private ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 22, 2024 1:24am