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

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types ^4.20230922.0 -> ^4.20231002.0 age adoption passing confidence
@types/node (source) ^20.8.0 -> ^20.8.3 age adoption passing confidence
@typescript-eslint/eslint-plugin ^6.7.3 -> ^6.7.4 age adoption passing confidence
@typescript-eslint/parser ^6.7.3 -> ^6.7.4 age adoption passing confidence
bun-types (source) ^1.0.3 -> ^1.0.4 age adoption passing confidence
eslint (source) ^8.50.0 -> ^8.51.0 age adoption passing confidence
hono (source) ^3.7.3 -> ^3.7.5 age adoption passing confidence
vercel (source) ^32.3.1 -> ^32.4.1 age adoption passing confidence
wrangler ^3.10.1 -> ^3.11.0 age adoption passing confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types) ### [`v4.20231002.0`](https://togithub.com/cloudflare/workerd/compare/a0b394f107109f792ecf0e8f80f97c19d2569786...a71dfbd8db4e8c3e4b554bd8b092539dc10a186c) [Compare Source](https://togithub.com/cloudflare/workerd/compare/a0b394f107109f792ecf0e8f80f97c19d2569786...a71dfbd8db4e8c3e4b554bd8b092539dc10a186c)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.7.4`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#674-2023-10-02) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4) **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.4`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#674-2023-10-02) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4) **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.
oven-sh/bun (bun-types) ### [`v1.0.4`](https://togithub.com/oven-sh/bun/compare/25e69c71e70ac8a0a88f9cf15b4057bd7b2a633a...745b6b94ee56cad24d475799690cc9a89957d15b) [Compare Source](https://togithub.com/oven-sh/bun/compare/25e69c71e70ac8a0a88f9cf15b4057bd7b2a633a...745b6b94ee56cad24d475799690cc9a89957d15b)
eslint/eslint (eslint) ### [`v8.51.0`](https://togithub.com/eslint/eslint/releases/tag/v8.51.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.50.0...v8.51.0) #### Features - [`0a9c433`](https://togithub.com/eslint/eslint/commit/0a9c43339a4adef24ef83034d0b078dd279cc977) feat: Add `--no-warn-ignored` CLI option for flat config ([#​17569](https://togithub.com/eslint/eslint/issues/17569)) (Domantas Petrauskas) - [`977e67e`](https://togithub.com/eslint/eslint/commit/977e67ec274a05cb7391665b5e3453e7f72f72b2) feat: logical-assignment-operators to report expressions with 3 operands ([#​17600](https://togithub.com/eslint/eslint/issues/17600)) (Yosuke Ota) #### Bug Fixes - [`f976b2f`](https://togithub.com/eslint/eslint/commit/f976b2f7bfe7cc78bb649f8b37e90fd519ff3bcc) fix: make rule severity case-sensitive in flat config ([#​17619](https://togithub.com/eslint/eslint/issues/17619)) (Milos Djermanovic) - [`0edfe36`](https://togithub.com/eslint/eslint/commit/0edfe369aa5bd80a98053022bb4c6b1ea0155f44) fix: Ensure crash error messages are not duplicated ([#​17584](https://togithub.com/eslint/eslint/issues/17584)) (Nicholas C. Zakas) - [`dd79abc`](https://togithub.com/eslint/eslint/commit/dd79abc0c1857b1d765acc312c0d6518e40d31c9) fix: `eslint-disable` to be able to parse quoted rule names ([#​17612](https://togithub.com/eslint/eslint/issues/17612)) (Yosuke Ota) - [`d2f6801`](https://togithub.com/eslint/eslint/commit/d2f68019b8882278877801c5ef2f74d55e2a10c1) fix: Ensure correct code path for && followed by ?? ([#​17618](https://togithub.com/eslint/eslint/issues/17618)) (Nicholas C. Zakas) #### Documentation - [`ee5be81`](https://togithub.com/eslint/eslint/commit/ee5be81fa3c4fe801c2f653854f098ed6a84dcef) docs: default to `sourceType: "module"` in rule examples ([#​17615](https://togithub.com/eslint/eslint/issues/17615)) (Francesco Trotta) - [`1aa26df`](https://togithub.com/eslint/eslint/commit/1aa26df9fbcfdf5b895743c6d2d3a216479544b1) docs: Add more examples for multiline-ternary ([#​17610](https://togithub.com/eslint/eslint/issues/17610)) (George Ashiotis) - [`47d0b44`](https://togithub.com/eslint/eslint/commit/47d0b446964f44d70b9457ecc368e721e1dc7c11) docs: Update README (GitHub Actions Bot) - [`dbf831e`](https://togithub.com/eslint/eslint/commit/dbf831e31f8eea0bc94df96cd33255579324b66e) docs: use generated og image ([#​17601](https://togithub.com/eslint/eslint/issues/17601)) (Percy Ma) - [`1866da5`](https://togithub.com/eslint/eslint/commit/1866da5e1d931787256ecb825a803cac5835b71c) docs: Update README (GitHub Actions Bot) #### Chores - [`1ef39ea`](https://togithub.com/eslint/eslint/commit/1ef39ea5b884453be717ebc929155d7eb584dcbf) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).51.0 ([#​17624](https://togithub.com/eslint/eslint/issues/17624)) (Milos Djermanovic) - [`f8c7403`](https://togithub.com/eslint/eslint/commit/f8c7403255c11e99c402860aef3c0179f2b16628) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`2665552`](https://togithub.com/eslint/eslint/commit/2665552ba0057e8603f9fbece0fd236f189f5cf3) test: fix flat config linter tests to use Linter in flat config mode ([#​17616](https://togithub.com/eslint/eslint/issues/17616)) (Milos Djermanovic) - [`7b77bcc`](https://togithub.com/eslint/eslint/commit/7b77bccbb51bd36b2d20fea61bc782545c4029b3) chore: Refactor CodePathState ([#​17510](https://togithub.com/eslint/eslint/issues/17510)) (Nicholas C. Zakas) - [`bc77c9a`](https://togithub.com/eslint/eslint/commit/bc77c9af12539f350ef19e30611a153a5b869c6b) chore: Document and refactor ForkContext ([#​17566](https://togithub.com/eslint/eslint/issues/17566)) (Nicholas C. Zakas) - [`24e1f14`](https://togithub.com/eslint/eslint/commit/24e1f140ec68659e55c1ace0d7500addb135a2b4) chore: Refactor and document CodePath ([#​17558](https://togithub.com/eslint/eslint/issues/17558)) (Nicholas C. Zakas)
honojs/hono (hono) ### [`v3.7.5`](https://togithub.com/honojs/hono/releases/tag/v3.7.5) [Compare Source](https://togithub.com/honojs/hono/compare/v3.7.4...v3.7.5) #### What's Changed - fix(types): don't use webworker types by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/1548](https://togithub.com/honojs/hono/pull/1548) **Full Changelog**: https://github.com/honojs/hono/compare/v3.7.4...v3.7.5 ### [`v3.7.4`](https://togithub.com/honojs/hono/releases/tag/v3.7.4) [Compare Source](https://togithub.com/honojs/hono/compare/v3.7.3...v3.7.4) #### What's Changed - fix(context): use `FetchEvent` instead of `FetchEventLike` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/1532](https://togithub.com/honojs/hono/pull/1532) - refactor(hono-base): remove `any` casting by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/1535](https://togithub.com/honojs/hono/pull/1535) - fix(jsx): render a child or odd children with `Fragment` correctly by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/1541](https://togithub.com/honojs/hono/pull/1541) - fix(vercel): pass request context by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/1543](https://togithub.com/honojs/hono/pull/1543) **Full Changelog**: https://github.com/honojs/hono/compare/v3.7.3...v3.7.4
vercel/vercel (vercel) ### [`v32.4.1`](https://togithub.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#3241) [Compare Source](https://togithub.com/vercel/vercel/compare/vercel@32.4.0...vercel@32.4.1) ##### Patch Changes - Updated dependencies \[[`c523a755f`](https://togithub.com/vercel/vercel/commit/c523a755f8e4bc41f7c353ebc0b939c21703df00), [`58215906f`](https://togithub.com/vercel/vercel/commit/58215906f9ee28da3a7f2f3f4aeb862ab53bf55e)]: - [@​vercel/next](https://togithub.com/vercel/next)[@​4](https://togithub.com/4).0.10 ### [`v32.4.0`](https://togithub.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#3240) [Compare Source](https://togithub.com/vercel/vercel/compare/vercel@32.3.1...vercel@32.4.0) ##### Minor Changes - Restore unsetting teamId for non-team accounts ([#​10612](https://togithub.com/vercel/vercel/pull/10612)) ##### Patch Changes - remove unused source map pkg ([#​10577](https://togithub.com/vercel/vercel/pull/10577)) - disable source map for prod build ([#​10575](https://togithub.com/vercel/vercel/pull/10575)) - Better rendering upon authentication error in `vc cert ls` ([#​10551](https://togithub.com/vercel/vercel/pull/10551)) - Updated dependencies \[[`e9026c7a6`](https://togithub.com/vercel/vercel/commit/e9026c7a692937122e60e73b91100cf7009e022d), [`ea5bc8806`](https://togithub.com/vercel/vercel/commit/ea5bc8806276abf5ba14bdb4a966267497e5d14d), [`a4996e1c5`](https://togithub.com/vercel/vercel/commit/a4996e1c5a7e6986d5410b662014dc584c0f7c54), [`a18ed98f2`](https://togithub.com/vercel/vercel/commit/a18ed98f2df78fe1256410ea8676686564ed9b35), [`2f5b0aeeb`](https://togithub.com/vercel/vercel/commit/2f5b0aeeb183ed3ea8cbc68cb3bc3c949c486ada), [`09f1bbfa4`](https://togithub.com/vercel/vercel/commit/09f1bbfa41a87cf0063a3fb3022b7531d03862b5), [`ce7e82fa7`](https://togithub.com/vercel/vercel/commit/ce7e82fa7aa6cec5f5d7b4953353b297b7ad1694)]: - [@​vercel/next](https://togithub.com/vercel/next)[@​4](https://togithub.com/4).0.9 - [@​vercel/go](https://togithub.com/vercel/go)[@​3](https://togithub.com/3).0.3 - [@​vercel/build-utils](https://togithub.com/vercel/build-utils)[@​7](https://togithub.com/7).2.2 - [@​vercel/node](https://togithub.com/vercel/node)[@​3](https://togithub.com/3).0.7 - [@​vercel/redwood](https://togithub.com/vercel/redwood)[@​2](https://togithub.com/2).0.4 - [@​vercel/remix-builder](https://togithub.com/vercel/remix-builder)[@​2](https://togithub.com/2).0.9 - [@​vercel/static-build](https://togithub.com/vercel/static-build)[@​2](https://togithub.com/2).0.8
cloudflare/workers-sdk (wrangler) ### [`v3.11.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3110) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.10.1...wrangler@3.11.0) ##### Minor Changes - [#​3726](https://togithub.com/cloudflare/workers-sdk/pull/3726) [`7d20bdbd`](https://togithub.com/cloudflare/workers-sdk/commit/7d20bdbd4ed7c5003b327a58af8d5c402df9fe2b) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - feat: support partial bundling with configurable external modules Setting `find_additional_modules` to `true` in your configuration file will now instruct Wrangler to look for files in your `base_dir` that match your configured `rules`, and deploy them as unbundled, external modules with your Worker. `base_dir` defaults to the directory containing your `main` entrypoint. Wrangler can operate in two modes: the default bundling mode and `--no-bundle` mode. In bundling mode, dynamic imports (e.g. `await import("./large-dep.mjs")`) would be bundled into your entrypoint, making lazy loading less effective. Additionally, variable dynamic imports (e.g. ``await import(`./lang/${language}.mjs`)``) would always fail at runtime, as Wrangler would have no way of knowing which modules to upload. The `--no-bundle` mode sought to address these issues by disabling Wrangler's bundling entirely, and just deploying code as is. Unfortunately, this also disabled Wrangler's code transformations (e.g. TypeScript compilation, `--assets`, `--test-scheduled`, etc). With this change, we now additionally support *partial bundling*. Files are bundled into a single Worker entry-point file unless `find_additional_modules` is `true`, and the file matches one of the configured `rules`. See https://developers.cloudflare.com/workers/wrangler/bundling/ for more details and examples. - [#​4093](https://togithub.com/cloudflare/workers-sdk/pull/4093) [`c71d8a0f`](https://togithub.com/cloudflare/workers-sdk/commit/c71d8a0f73c0abbf76434d7aa7634af53ce7b29b) Thanks [@​mrbbot](https://togithub.com/mrbbot)! - chore: bump `miniflare` to [`3.20231002.0`](https://togithub.com/cloudflare/miniflare/releases/tag/v3.20231002.0) ##### Patch Changes - [#​3726](https://togithub.com/cloudflare/workers-sdk/pull/3726) [`7d20bdbd`](https://togithub.com/cloudflare/workers-sdk/commit/7d20bdbd4ed7c5003b327a58af8d5c402df9fe2b) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - fix: ensure that additional modules appear in the out-dir When using `find_additional_modules` (or `no_bundle`) we find files that will be uploaded to be deployed alongside the Worker. Previously, if an `outDir` was specified, only the Worker code was output to this directory. Now all additional modules are also output there too. - [#​4067](https://togithub.com/cloudflare/workers-sdk/pull/4067) [`31270711`](https://togithub.com/cloudflare/workers-sdk/commit/31270711fe3f48ff94138cf1626f44b8b052d698) Thanks [@​mrbbot](https://togithub.com/mrbbot)! - fix: generate valid source maps with `wrangler pages dev` on macOS On macOS, `wrangler pages dev` previously generated source maps with an incorrect number of `../`s in relative paths. This change ensures paths are always correct, improving support for breakpoint debugging. - [#​4084](https://togithub.com/cloudflare/workers-sdk/pull/4084) [`9a7559b6`](https://togithub.com/cloudflare/workers-sdk/commit/9a7559b67c1afe9c583b1255d5404385b4d7b9fc) Thanks [@​RamIdeas](https://togithub.com/RamIdeas)! - fix: respect the options.local value in unstable_dev (it was being ignored) - [#​4107](https://togithub.com/cloudflare/workers-sdk/pull/4107) [`807ab931`](https://togithub.com/cloudflare/workers-sdk/commit/807ab9316f1ce984f76302c9d9d5627c81617262) Thanks [@​mrbbot](https://togithub.com/mrbbot)! - chore: bump `miniflare` to [`3.20231002.1`](https://togithub.com/cloudflare/miniflare/releases/tag/v3.20231002.1) - [#​3726](https://togithub.com/cloudflare/workers-sdk/pull/3726) [`7d20bdbd`](https://togithub.com/cloudflare/workers-sdk/commit/7d20bdbd4ed7c5003b327a58af8d5c402df9fe2b) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - fix: allow `__STATIC_CONTENT_MANIFEST` module to be imported anywhere `__STATIC_CONTENT_MANIFEST` can now be imported in subdirectories when `--no-bundle` or `find_additional_modules` are enabled. - [#​3926](https://togithub.com/cloudflare/workers-sdk/pull/3926) [`f585f695`](https://togithub.com/cloudflare/workers-sdk/commit/f585f6954eb2ebb1d1e3ee4bee11f7757b25a925) Thanks [@​penalosa](https://togithub.com/penalosa)! - Log more detail about tokens after authentication errors - [#​3695](https://togithub.com/cloudflare/workers-sdk/pull/3695) [`1d0b7ad5`](https://togithub.com/cloudflare/workers-sdk/commit/1d0b7ad5512d0cd43c6e137f5bf5caa93c6319d5) Thanks [@​JacksonKearl](https://togithub.com/JacksonKearl)! - Fixed `pages dev` crashing and leaving port open when building a worker script fails - [#​4066](https://togithub.com/cloudflare/workers-sdk/pull/4066) [`c8b4a07f`](https://togithub.com/cloudflare/workers-sdk/commit/c8b4a07f2e799df44da70cb1eaeb2a7480e0af7a) Thanks [@​RamIdeas](https://togithub.com/RamIdeas)! - fix: we no longer infer pathnames from route patterns as the host During local development, inside your worker, the host of `request.url` is inferred from the `routes` in your config. Previously, route patterns like "\*/some/path/name" would infer the host as "some". We now handle this case and determine we cannot infer a host from such patterns.

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 11 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 Oct 9, 2023 1:12am