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

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
@types/crypto-js (source) ^4.1.1 -> ^4.1.2 age adoption passing confidence
@types/node (source) ^20.5.7 -> ^20.5.9 age adoption passing confidence
@typescript-eslint/eslint-plugin ^6.5.0 -> ^6.6.0 age adoption passing confidence
@typescript-eslint/parser ^6.5.0 -> ^6.6.0 age adoption passing confidence
hono (source) ^3.5.4 -> ^3.5.8 age adoption passing confidence
vercel (source) ^29.1.1 -> ^29.4.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.6.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#660-2023-09-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.5.0...v6.6.0) ##### Bug Fixes - **eslint-plugin:** \[key-spacing] consider properties with parens and comments ([#​7525](https://togithub.com/typescript-eslint/typescript-eslint/issues/7525)) ([7012279](https://togithub.com/typescript-eslint/typescript-eslint/commit/7012279b8510f9fcaee64b610d0a66e8e90f0865)) 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.6.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#660-2023-09-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.5.0...v6.6.0) **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.5.8`](https://togithub.com/honojs/hono/releases/tag/v3.5.8) [Compare Source](https://togithub.com/honojs/hono/compare/v3.5.7...v3.5.8) #### What's Changed - fix(rpc): infer path with `route()` and `basePath()` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/1401](https://togithub.com/honojs/hono/pull/1401) - chore(ci): checkout@v4 by [@​watany-dev](https://togithub.com/watany-dev) in [https://github.com/honojs/hono/pull/1408](https://togithub.com/honojs/hono/pull/1408) - chore(ci): Avoid denoify API rate limit by [@​watany-dev](https://togithub.com/watany-dev) in [https://github.com/honojs/hono/pull/1407](https://togithub.com/honojs/hono/pull/1407) - fix(`utils/buffer`): don't decode space as `+` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/1411](https://togithub.com/honojs/hono/pull/1411) - fix(jsx): enable `Fragment` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/1412](https://togithub.com/honojs/hono/pull/1412) **Full Changelog**: https://github.com/honojs/hono/compare/v3.5.7...v3.5.8 ### [`v3.5.7`](https://togithub.com/honojs/hono/releases/tag/v3.5.7) [Compare Source](https://togithub.com/honojs/hono/compare/v3.5.6...v3.5.7) #### What's Changed - improvements to secure headers middleware by [@​jkeys089](https://togithub.com/jkeys089) in [https://github.com/honojs/hono/pull/1395](https://togithub.com/honojs/hono/pull/1395) - fix(validator): cache `arrayBuffer` to use after validation by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/1393](https://togithub.com/honojs/hono/pull/1393) #### New Contributors - [@​jkeys089](https://togithub.com/jkeys089) made their first contribution in [https://github.com/honojs/hono/pull/1395](https://togithub.com/honojs/hono/pull/1395) **Full Changelog**: https://github.com/honojs/hono/compare/v3.5.6...v3.5.7 ### [`v3.5.6`](https://togithub.com/honojs/hono/releases/tag/v3.5.6) [Compare Source](https://togithub.com/honojs/hono/compare/v3.5.5...v3.5.6) #### What's Changed - fix(types): infer a response type for async handler by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/1385](https://togithub.com/honojs/hono/pull/1385) **Full Changelog**: https://github.com/honojs/hono/compare/v3.5.5...v3.5.6 ### [`v3.5.5`](https://togithub.com/honojs/hono/releases/tag/v3.5.5) [Compare Source](https://togithub.com/honojs/hono/compare/v3.5.4...v3.5.5) ##### What's Changed - ci: check if it is denoified by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/1378](https://togithub.com/honojs/hono/pull/1378) - fix: Revert "feat(`package.json`): export `hono/context`" by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/1381](https://togithub.com/honojs/hono/pull/1381) - fix(context): different types using `jsonT()` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/1379](https://togithub.com/honojs/hono/pull/1379) **Full Changelog**: https://github.com/honojs/hono/compare/v3.5.4...v3.5.5
vercel/vercel (vercel) ### [`v29.4.0`](https://togithub.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#2940) [Compare Source](https://togithub.com/vercel/vercel/compare/vercel@29.3.6...vercel@29.4.0) ##### Minor Changes - Add `vercel link --repo` flag to link to repository (multiple projects), rather than an individual project (alpha) ([#​8931](https://togithub.com/vercel/vercel/pull/8931)) ### [`v29.3.6`](https://togithub.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#2936) [Compare Source](https://togithub.com/vercel/vercel/compare/vercel@29.3.5...vercel@29.3.6) ##### Patch Changes - Updated dependencies \[]: - [@​vercel/static-build](https://togithub.com/vercel/static-build)[@​1](https://togithub.com/1).3.32 ### [`v29.3.5`](https://togithub.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#2935) [Compare Source](https://togithub.com/vercel/vercel/compare/vercel@29.3.4...vercel@29.3.5) ##### Patch Changes - Updated dependencies \[[`2c950d47a`](https://togithub.com/vercel/vercel/commit/2c950d47aeb22a3de16f983259ea6f37a4555189), [`71b9f3a94`](https://togithub.com/vercel/vercel/commit/71b9f3a94b7922607f8f24bf7b2bd1742e62cc05), [`f00b08a82`](https://togithub.com/vercel/vercel/commit/f00b08a82085c3a63059f34f67f10ced92f2979c)]: - [@​vercel/static-build](https://togithub.com/vercel/static-build)[@​1](https://togithub.com/1).3.31 - [@​vercel/build-utils](https://togithub.com/vercel/build-utils)[@​6](https://togithub.com/6).7.3 - [@​vercel/next](https://togithub.com/vercel/next)[@​3](https://togithub.com/3).8.5 - [@​vercel/node](https://togithub.com/vercel/node)[@​2](https://togithub.com/2).14.3 - [@​vercel/remix-builder](https://togithub.com/vercel/remix-builder)[@​1](https://togithub.com/1).8.10 ### [`v29.3.4`](https://togithub.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#2934) [Compare Source](https://togithub.com/vercel/vercel/compare/vercel@29.3.3...vercel@29.3.4) ##### Patch Changes - Updated dependencies \[[`67e556bc8`](https://togithub.com/vercel/vercel/commit/67e556bc80c821c233120a2ec1611adb8e195baa), [`ba10fb4dd`](https://togithub.com/vercel/vercel/commit/ba10fb4dd4155a75df79b98a0c43a6c42eac7b62)]: - [@​vercel/remix-builder](https://togithub.com/vercel/remix-builder)[@​1](https://togithub.com/1).8.9 - [@​vercel/next](https://togithub.com/vercel/next)[@​3](https://togithub.com/3).8.4 ### [`v29.3.3`](https://togithub.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#2933) [Compare Source](https://togithub.com/vercel/vercel/compare/vercel@29.3.2...vercel@29.3.3) ##### Patch Changes - Updated dependencies \[[`6c6f3ce9d`](https://togithub.com/vercel/vercel/commit/6c6f3ce9d228b1e038641e4bafb38c3487e7dff7)]: - [@​vercel/next](https://togithub.com/vercel/next)[@​3](https://togithub.com/3).8.3 ### [`v29.3.2`](https://togithub.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#2932) [Compare Source](https://togithub.com/vercel/vercel/compare/vercel@29.3.1...vercel@29.3.2) ##### Patch Changes - \[vc dev] Fix serverless function size limit condition ([#​9961](https://togithub.com/vercel/vercel/pull/9961)) ### [`v29.3.1`](https://togithub.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#2931) [Compare Source](https://togithub.com/vercel/vercel/compare/vercel@29.3.0...vercel@29.3.1) ##### Patch Changes - Sort environment variables alphabetically in `vercel env pull` ([#​9949](https://togithub.com/vercel/vercel/pull/9949)) - Skip 50MB zip size limit for Python ([#​9944](https://togithub.com/vercel/vercel/pull/9944)) ### [`v29.3.0`](https://togithub.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#2930) [Compare Source](https://togithub.com/vercel/vercel/compare/vercel@29.2.1...vercel@29.3.0) ##### Minor Changes - \[cli] remove `vc rollback` beta label ([#​9928](https://togithub.com/vercel/vercel/pull/9928)) ### [`v29.2.1`](https://togithub.com/vercel/vercel/blob/HEAD/packages/cli/CHANGELOG.md#2921) [Compare Source](https://togithub.com/vercel/vercel/compare/vercel@29.2.0...vercel@29.2.1) ##### Patch Changes - Updated dependencies \[[`6d5983eaa`](https://togithub.com/vercel/vercel/commit/6d5983eaaefe3fd2204f49c3228718ac64a452e3)]: - [@​vercel/remix-builder](https://togithub.com/vercel/remix-builder)[@​1](https://togithub.com/1).8.8 ### [`v29.2.0`](https://togithub.com/vercel/vercel/releases/tag/vercel%4029.2.0) [Compare Source](https://togithub.com/vercel/vercel/compare/vercel@29.1.1...vercel@29.2.0) ##### cli - \[cli] Add support for Vercel CLI Extensions ([#​9800](https://togithub.com/vercel/vercel/issues/9800)) \[Nathan Rajlich] - \[cli] rename global options in help output ([#​9917](https://togithub.com/vercel/vercel/issues/9917)) \[Sean Massa] - \[cli] refactor help output around default and deploy commands ([#​9912](https://togithub.com/vercel/vercel/issues/9912)) \[Sean Massa] - \[cli] upgrade `async-listen` to 3.0.0 ([#​9907](https://togithub.com/vercel/vercel/issues/9907)) \[Kiko Beats] - \[cli] Add support for `HTTPS_PROXY` env var ([#​9880](https://togithub.com/vercel/vercel/issues/9880)) \[Nathan Rajlich] ##### tests - \[tests] Add test for set-cookie with multiple cookies ([#​9916](https://togithub.com/vercel/vercel/issues/9916)) \[Chris Barber] ##### examples - \[examples] Upgrade Next.js to version 13.4.1 ([#​9911](https://togithub.com/vercel/vercel/issues/9911)) \[Vercel Release Bot] ##### node - \[node] upgrade `async-listen` to 3.0.0 ([#​9907](https://togithub.com/vercel/vercel/issues/9907)) \[Kiko Beats] - \[node] Explicitly set 'set-cookie' header ([#​9899](https://togithub.com/vercel/vercel/issues/9899)) \[Chris Barber] ##### frameworks - \[frameworks] validate getOutputDirName and other missing values on framework entries ([#​9900](https://togithub.com/vercel/vercel/issues/9900)) \[Sean Massa]

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 Sep 7, 2023 8:47am