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 dependency bun-types to v1 #5

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
bun-types (source) ^0.8.1 -> ^1.0.3 age adoption passing confidence

Release Notes

oven-sh/bun (bun-types) ### [`v1.0.3`](https://togithub.com/oven-sh/bun/compare/99a92465f381cddc8469cf3515588ff5a68f0745...25e69c71e70ac8a0a88f9cf15b4057bd7b2a633a) [Compare Source](https://togithub.com/oven-sh/bun/compare/99a92465f381cddc8469cf3515588ff5a68f0745...25e69c71e70ac8a0a88f9cf15b4057bd7b2a633a) ### [`v1.0.2`](https://togithub.com/oven-sh/bun/releases/tag/bun-v1.0.2): Bun v1.0.2 [Compare Source](https://togithub.com/oven-sh/bun/compare/a05a1780c1c414a4b499f051b64760bf39701ff0...99a92465f381cddc8469cf3515588ff5a68f0745) To install Bun v1.0.2: ```bash curl https://bun.sh/install | bash ### or you can use npm ### npm install -g bun ``` To upgrade to Bun v1.0.2: ```bash bun upgrade ``` **[Read Bun v1.0.2's release notes on Bun's blog](https://bun.sh/blog/bun-v1.0.2)** #### What's Changed - fix(bun-lambda) Fix API Gateway V1 events and expand on Lambda documentation by [@​mkossoris](https://togithub.com/mkossoris) in [https://github.com/oven-sh/bun/pull/5161](https://togithub.com/oven-sh/bun/pull/5161) - fix lifecycle docu by [@​ximex](https://togithub.com/ximex) in [https://github.com/oven-sh/bun/pull/5159](https://togithub.com/oven-sh/bun/pull/5159) - docs: fix typos by [@​s-rigaud](https://togithub.com/s-rigaud) in [https://github.com/oven-sh/bun/pull/5151](https://togithub.com/oven-sh/bun/pull/5151) - Updated Lambda readme by [@​tsndr](https://togithub.com/tsndr) in [https://github.com/oven-sh/bun/pull/5127](https://togithub.com/oven-sh/bun/pull/5127) - Add missing full stop on nodejs-apis.md by [@​diogo405](https://togithub.com/diogo405) in [https://github.com/oven-sh/bun/pull/5072](https://togithub.com/oven-sh/bun/pull/5072) - update dev build instruction for arch by [@​mi4uu](https://togithub.com/mi4uu) in [https://github.com/oven-sh/bun/pull/5069](https://togithub.com/oven-sh/bun/pull/5069) - fix typo and grammar errors in bunfig.toml by [@​xNaCly](https://togithub.com/xNaCly) in [https://github.com/oven-sh/bun/pull/5046](https://togithub.com/oven-sh/bun/pull/5046) - Update simple.md by [@​tomredman](https://togithub.com/tomredman) in [https://github.com/oven-sh/bun/pull/4997](https://togithub.com/oven-sh/bun/pull/4997) - Update hot.md by [@​nazeelashraf](https://togithub.com/nazeelashraf) in [https://github.com/oven-sh/bun/pull/4990](https://togithub.com/oven-sh/bun/pull/4990) - docs: fix typo in import.meta.resolve by [@​jonathantneal](https://togithub.com/jonathantneal) in [https://github.com/oven-sh/bun/pull/5146](https://togithub.com/oven-sh/bun/pull/5146) - \[Docs] Use git's `--global` flag for lockfile diffs instead of manually editing config files. by [@​Southpaw1496](https://togithub.com/Southpaw1496) in [https://github.com/oven-sh/bun/pull/5143](https://togithub.com/oven-sh/bun/pull/5143) - Various docs by [@​colinhacks](https://togithub.com/colinhacks) in [https://github.com/oven-sh/bun/pull/5201](https://togithub.com/oven-sh/bun/pull/5201) - docs: Made bun-types install as dev dependency in example by [@​MasterGordon](https://togithub.com/MasterGordon) in [https://github.com/oven-sh/bun/pull/5120](https://togithub.com/oven-sh/bun/pull/5120) - js/node/stream.js: call write() callback when encoding is not provided by [@​cfal](https://togithub.com/cfal) in [https://github.com/oven-sh/bun/pull/4841](https://togithub.com/oven-sh/bun/pull/4841) - Correct the configuration file names. by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/oven-sh/bun/pull/5234](https://togithub.com/oven-sh/bun/pull/5234) - decode regex if needed by [@​dylan-conway](https://togithub.com/dylan-conway) in [https://github.com/oven-sh/bun/pull/5167](https://togithub.com/oven-sh/bun/pull/5167) - Update misleading documentation link by [@​0x346e3730](https://togithub.com/0x346e3730) in [https://github.com/oven-sh/bun/pull/5227](https://togithub.com/oven-sh/bun/pull/5227) - file.exists() needs to be awaited to get the value by [@​amt8u](https://togithub.com/amt8u) in [https://github.com/oven-sh/bun/pull/5061](https://togithub.com/oven-sh/bun/pull/5061) - docs(runtime): fix jsx FragmentFactory output example by [@​zongzi531](https://togithub.com/zongzi531) in [https://github.com/oven-sh/bun/pull/5243](https://togithub.com/oven-sh/bun/pull/5243) - Add informative message on `bun create react` by [@​colinhacks](https://togithub.com/colinhacks) in [https://github.com/oven-sh/bun/pull/5248](https://togithub.com/oven-sh/bun/pull/5248) - chore: make comment grammatically correct by [@​G-Rath](https://togithub.com/G-Rath) in [https://github.com/oven-sh/bun/pull/5140](https://togithub.com/oven-sh/bun/pull/5140) - docs(runtime): fix plugins loader extensions typo by [@​zongzi531](https://togithub.com/zongzi531) in [https://github.com/oven-sh/bun/pull/5250](https://togithub.com/oven-sh/bun/pull/5250) - avoid inserting extraneous"accept-encoding" header by [@​iidebyo](https://togithub.com/iidebyo) in [https://github.com/oven-sh/bun/pull/5057](https://togithub.com/oven-sh/bun/pull/5057) - fix(node/fetch): Make data URL fetch consistent with node by [@​davidmhewitt](https://togithub.com/davidmhewitt) in [https://github.com/oven-sh/bun/pull/5126](https://togithub.com/oven-sh/bun/pull/5126) - docs: update lockfile diff instructions by [@​gtramontina](https://togithub.com/gtramontina) in [https://github.com/oven-sh/bun/pull/5275](https://togithub.com/oven-sh/bun/pull/5275) - add uninstall instructions by [@​browner12](https://togithub.com/browner12) in [https://github.com/oven-sh/bun/pull/5311](https://togithub.com/oven-sh/bun/pull/5311) - docs(guide): fix expect assertion example in guide for `spyOn` by [@​winghouchan](https://togithub.com/winghouchan) in [https://github.com/oven-sh/bun/pull/5294](https://togithub.com/oven-sh/bun/pull/5294) - chore(docs): include missing links to Node.js APIs by [@​styfle](https://togithub.com/styfle) in [https://github.com/oven-sh/bun/pull/5281](https://togithub.com/oven-sh/bun/pull/5281) - Fixed api & cli docs typo. by [@​jamesgordo](https://togithub.com/jamesgordo) in [https://github.com/oven-sh/bun/pull/5262](https://togithub.com/oven-sh/bun/pull/5262) - fix(runtime): require cache should not include unevaluated ESM modules. by [@​paperdave](https://togithub.com/paperdave) in [https://github.com/oven-sh/bun/pull/5233](https://togithub.com/oven-sh/bun/pull/5233) - Make --watch instant by [@​Jarred-Sumner](https://togithub.com/Jarred-Sumner) in [https://github.com/oven-sh/bun/pull/5236](https://togithub.com/oven-sh/bun/pull/5236) - feat(nodejs): implement `os.availableParallelism` by [@​WingLim](https://togithub.com/WingLim) in [https://github.com/oven-sh/bun/pull/5109](https://togithub.com/oven-sh/bun/pull/5109) - fix(console.log) fix printing long custom format by [@​cirospaciari](https://togithub.com/cirospaciari) in [https://github.com/oven-sh/bun/pull/5164](https://togithub.com/oven-sh/bun/pull/5164) - fix(node:dns): fix crash and compatibility issues with `resolve` by [@​Hanaasagi](https://togithub.com/Hanaasagi) in [https://github.com/oven-sh/bun/pull/5200](https://togithub.com/oven-sh/bun/pull/5200) - fix(doc): Add "compilerOptions" to bun-types README.md by [@​philolo1](https://togithub.com/philolo1) in [https://github.com/oven-sh/bun/pull/5325](https://togithub.com/oven-sh/bun/pull/5325) - fix(BunFile.slice) fix slice when length is greater than the size by [@​cirospaciari](https://togithub.com/cirospaciari) in [https://github.com/oven-sh/bun/pull/5186](https://togithub.com/oven-sh/bun/pull/5186) - More docs & helptext cleanup by [@​colinhacks](https://togithub.com/colinhacks) in [https://github.com/oven-sh/bun/pull/5229](https://togithub.com/oven-sh/bun/pull/5229) - doc(guides): update sveltekit guide by [@​mroyme](https://togithub.com/mroyme) in [https://github.com/oven-sh/bun/pull/5285](https://togithub.com/oven-sh/bun/pull/5285) - modules documentation didn't have correct import example by [@​miccou](https://togithub.com/miccou) in [https://github.com/oven-sh/bun/pull/5225](https://togithub.com/oven-sh/bun/pull/5225) - fix link to "local template" by [@​desm](https://togithub.com/desm) in [https://github.com/oven-sh/bun/pull/5115](https://togithub.com/oven-sh/bun/pull/5115) - chore: test for overwriting \_resolveFilename by [@​paperdave](https://togithub.com/paperdave) in [https://github.com/oven-sh/bun/pull/5244](https://togithub.com/oven-sh/bun/pull/5244) - Fix bug with multiline string in CRLF terminated files ([#​4893](https://togithub.com/oven-sh/bun/issues/4893)) by [@​tikotzky](https://togithub.com/tikotzky) in [https://github.com/oven-sh/bun/pull/5318](https://togithub.com/oven-sh/bun/pull/5318) - fix(runtime): make most globals configurable/deletable, allow resuming the console iterator by [@​paperdave](https://togithub.com/paperdave) in [https://github.com/oven-sh/bun/pull/5216](https://togithub.com/oven-sh/bun/pull/5216) - fix(Bun.serve) fix buffering edge case by [@​cirospaciari](https://togithub.com/cirospaciari) in [https://github.com/oven-sh/bun/pull/5152](https://togithub.com/oven-sh/bun/pull/5152) - Update nextjs.md by [@​kryparnold](https://togithub.com/kryparnold) in [https://github.com/oven-sh/bun/pull/4905](https://togithub.com/oven-sh/bun/pull/4905) - Update simple.md by [@​TwanLuttik](https://togithub.com/TwanLuttik) in [https://github.com/oven-sh/bun/pull/4881](https://togithub.com/oven-sh/bun/pull/4881) - Update nuxt.md by [@​s0h311](https://togithub.com/s0h311) in [https://github.com/oven-sh/bun/pull/4452](https://togithub.com/oven-sh/bun/pull/4452) - Remove the ability to configure lockfile location. by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/oven-sh/bun/pull/5335](https://togithub.com/oven-sh/bun/pull/5335) - In `bunx`, always get latest version when [@​latest](https://togithub.com/latest) is explicitly passed by [@​Jarred-Sumner](https://togithub.com/Jarred-Sumner) in [https://github.com/oven-sh/bun/pull/5346](https://togithub.com/oven-sh/bun/pull/5346) - Fix typo in HTTPThread name by [@​chrisbodhi](https://togithub.com/chrisbodhi) in [https://github.com/oven-sh/bun/pull/5376](https://togithub.com/oven-sh/bun/pull/5376) - docs - Add "workspace:\*" to workspace docs. by [@​dylang](https://togithub.com/dylang) in [https://github.com/oven-sh/bun/pull/5379](https://togithub.com/oven-sh/bun/pull/5379) - fix(docs): Fix the text that `bun run --bun` is the same as `bun` by [@​DuGlaser](https://togithub.com/DuGlaser) in [https://github.com/oven-sh/bun/pull/4647](https://togithub.com/oven-sh/bun/pull/4647) - fix warnings during bun run publish-layer by [@​nangchan](https://togithub.com/nangchan) in [https://github.com/oven-sh/bun/pull/5419](https://togithub.com/oven-sh/bun/pull/5419) - fix(runtime): emit `node:net` connect error event vs throw by [@​paperdave](https://togithub.com/paperdave) in [https://github.com/oven-sh/bun/pull/5336](https://togithub.com/oven-sh/bun/pull/5336) - v8 date parser tests by [@​dylan-conway](https://togithub.com/dylan-conway) in [https://github.com/oven-sh/bun/pull/5332](https://togithub.com/oven-sh/bun/pull/5332) - async-ify all node:fs functions by [@​Jarred-Sumner](https://togithub.com/Jarred-Sumner) in [https://github.com/oven-sh/bun/pull/5360](https://togithub.com/oven-sh/bun/pull/5360) - fix dockerfile by [@​Jarred-Sumner](https://togithub.com/Jarred-Sumner) in [https://github.com/oven-sh/bun/pull/5439](https://togithub.com/oven-sh/bun/pull/5439) - fix http set cookie headers by [@​dylan-conway](https://togithub.com/dylan-conway) in [https://github.com/oven-sh/bun/pull/5428](https://togithub.com/oven-sh/bun/pull/5428) - fix(nitro) fix sourcemaps and JSSink closing by [@​cirospaciari](https://togithub.com/cirospaciari) in [https://github.com/oven-sh/bun/pull/5422](https://togithub.com/oven-sh/bun/pull/5422) - Update docs/quickstart.md by [@​sonyarianto](https://togithub.com/sonyarianto) in [https://github.com/oven-sh/bun/pull/5425](https://togithub.com/oven-sh/bun/pull/5425) - dup and close file descriptors by [@​dylan-conway](https://togithub.com/dylan-conway) in [https://github.com/oven-sh/bun/pull/5341](https://togithub.com/oven-sh/bun/pull/5341) - Make `bun run --silent` omit `"error: "..." exited with code 1` by [@​Jarred-Sumner](https://togithub.com/Jarred-Sumner) in [https://github.com/oven-sh/bun/pull/5459](https://togithub.com/oven-sh/bun/pull/5459) - Does not fix [#​4622](https://togithub.com/oven-sh/bun/issues/4622) by [@​Jarred-Sumner](https://togithub.com/Jarred-Sumner) in [https://github.com/oven-sh/bun/pull/5452](https://togithub.com/oven-sh/bun/pull/5452) - fix(proxy): allow empty string `http_proxy` env by [@​Hanaasagi](https://togithub.com/Hanaasagi) in [https://github.com/oven-sh/bun/pull/5464](https://togithub.com/oven-sh/bun/pull/5464) - Implement `URL.canParse` by [@​Jarred-Sumner](https://togithub.com/Jarred-Sumner) in [https://github.com/oven-sh/bun/pull/5463](https://togithub.com/oven-sh/bun/pull/5463) - Fixes [#​5461](https://togithub.com/oven-sh/bun/issues/5461) by [@​Jarred-Sumner](https://togithub.com/Jarred-Sumner) in [https://github.com/oven-sh/bun/pull/5467](https://togithub.com/oven-sh/bun/pull/5467) - Fixes [#​5465](https://togithub.com/oven-sh/bun/issues/5465) by [@​Jarred-Sumner](https://togithub.com/Jarred-Sumner) in [https://github.com/oven-sh/bun/pull/5468](https://togithub.com/oven-sh/bun/pull/5468) #### New Contributors - [@​mkossoris](https://togithub.com/mkossoris) made their first contribution in [https://github.com/oven-sh/bun/pull/5161](https://togithub.com/oven-sh/bun/pull/5161) - [@​ximex](https://togithub.com/ximex) made their first contribution in [https://github.com/oven-sh/bun/pull/5159](https://togithub.com/oven-sh/bun/pull/5159) - [@​s-rigaud](https://togithub.com/s-rigaud) made their first contribution in [https://github.com/oven-sh/bun/pull/5151](https://togithub.com/oven-sh/bun/pull/5151) - [@​tsndr](https://togithub.com/tsndr) made their first contribution in [https://github.com/oven-sh/bun/pull/5127](https://togithub.com/oven-sh/bun/pull/5127) - [@​mi4uu](https://togithub.com/mi4uu) made their first contribution in [https://github.com/oven-sh/bun/pull/5069](https://togithub.com/oven-sh/bun/pull/5069) - [@​xNaCly](https://togithub.com/xNaCly) made their first contribution in [https://github.com/oven-sh/bun/pull/5046](https://togithub.com/oven-sh/bun/pull/5046) - [@​tomredman](https://togithub.com/tomredman) made their first contribution in [https://github.com/oven-sh/bun/pull/4997](https://togithub.com/oven-sh/bun/pull/4997) - [@​nazeelashraf](https://togithub.com/nazeelashraf) made their first contribution in [https://github.com/oven-sh/bun/pull/4990](https://togithub.com/oven-sh/bun/pull/4990) - [@​jonathantneal](https://togithub.com/jonathantneal) made their first contribution in [https://github.com/oven-sh/bun/pull/5146](https://togithub.com/oven-sh/bun/pull/5146) - [@​Southpaw1496](https://togithub.com/Southpaw1496) made their first contribution in [https://github.com/oven-sh/bun/pull/5143](https://togithub.com/oven-sh/bun/pull/5143) - [@​MasterGordon](https://togithub.com/MasterGordon) made their first contribution in [https://github.com/oven-sh/bun/pull/5120](https://togithub.com/oven-sh/bun/pull/5120) - [@​cfal](https://togithub.com/cfal) made their first contribution in [https://github.com/oven-sh/bun/pull/4841](https://togithub.com/oven-sh/bun/pull/4841) - [@​nathanhammond](https://togithub.com/nathanhammond) made their first contribution in [https://github.com/oven-sh/bun/pull/5234](https://togithub.com/oven-sh/bun/pull/5234) - [@​0x346e3730](https://togithub.com/0x346e3730) made their first contribution in [https://github.com/oven-sh/bun/pull/5227](https://togithub.com/oven-sh/bun/pull/5227) - [@​amt8u](https://togithub.com/amt8u) made their first contribution in [https://github.com/oven-sh/bun/pull/5061](https://togithub.com/oven-sh/bun/pull/5061) - [@​zongzi531](https://togithub.com/zongzi531) made their first contribution in [https://github.com/oven-sh/bun/pull/5243](https://togithub.com/oven-sh/bun/pull/5243) - [@​G-Rath](https://togithub.com/G-Rath) made their first contribution in [https://github.com/oven-sh/bun/pull/5140](https://togithub.com/oven-sh/bun/pull/5140) - [@​iidebyo](https://togithub.com/iidebyo) made their first contribution in [https://github.com/oven-sh/bun/pull/5057](https://togithub.com/oven-sh/bun/pull/5057) - [@​gtramontina](https://togithub.com/gtramontina) made their first contribution in [https://github.com/oven-sh/bun/pull/5275](https://togithub.com/oven-sh/bun/pull/5275) - [@​browner12](https://togithub.com/browner12) made their first contribution in [https://github.com/oven-sh/bun/pull/5311](https://togithub.com/oven-sh/bun/pull/5311) - [@​winghouchan](https://togithub.com/winghouchan) made their first contribution in [https://github.com/oven-sh/bun/pull/5294](https://togithub.com/oven-sh/bun/pull/5294) - [@​philolo1](https://togithub.com/philolo1) made their first contribution in [https://github.com/oven-sh/bun/pull/5325](https://togithub.com/oven-sh/bun/pull/5325) - [@​mroyme](https://togithub.com/mroyme) made their first contribution in [https://github.com/oven-sh/bun/pull/5285](https://togithub.com/oven-sh/bun/pull/5285) - [@​miccou](https://togithub.com/miccou) made their first contribution in [https://github.com/oven-sh/bun/pull/5225](https://togithub.com/oven-sh/bun/pull/5225) - [@​desm](https://togithub.com/desm) made their first contribution in [https://github.com/oven-sh/bun/pull/5115](https://togithub.com/oven-sh/bun/pull/5115) - [@​tikotzky](https://togithub.com/tikotzky) made their first contribution in [https://github.com/oven-sh/bun/pull/5318](https://togithub.com/oven-sh/bun/pull/5318) - [@​kryparnold](https://togithub.com/kryparnold) made their first contribution in [https://github.com/oven-sh/bun/pull/4905](https://togithub.com/oven-sh/bun/pull/4905) - [@​TwanLuttik](https://togithub.com/TwanLuttik) made their first contribution in [https://github.com/oven-sh/bun/pull/4881](https://togithub.com/oven-sh/bun/pull/4881) - [@​s0h311](https://togithub.com/s0h311) made their first contribution in [https://github.com/oven-sh/bun/pull/4452](https://togithub.com/oven-sh/bun/pull/4452) - [@​chrisbodhi](https://togithub.com/chrisbodhi) made their first contribution in [https://github.com/oven-sh/bun/pull/5376](https://togithub.com/oven-sh/bun/pull/5376) - [@​dylang](https://togithub.com/dylang) made their first contribution in [https://github.com/oven-sh/bun/pull/5379](https://togithub.com/oven-sh/bun/pull/5379) - [@​DuGlaser](https://togithub.com/DuGlaser) made their first contribution in [https://github.com/oven-sh/bun/pull/4647](https://togithub.com/oven-sh/bun/pull/4647) - [@​nangchan](https://togithub.com/nangchan) made their first contribution in [https://github.com/oven-sh/bun/pull/5419](https://togithub.com/oven-sh/bun/pull/5419) - [@​sonyarianto](https://togithub.com/sonyarianto) made their first contribution in [https://github.com/oven-sh/bun/pull/5425](https://togithub.com/oven-sh/bun/pull/5425) **Full Changelog**: https://github.com/oven-sh/bun/compare/bun-v1.0.1...bun-v1.0.2 ### [`v1.0.1`](https://togithub.com/oven-sh/bun/compare/822a00c4d508b54f650933a73ca5f4a3af9a7983...a05a1780c1c414a4b499f051b64760bf39701ff0) [Compare Source](https://togithub.com/oven-sh/bun/compare/822a00c4d508b54f650933a73ca5f4a3af9a7983...a05a1780c1c414a4b499f051b64760bf39701ff0) ### [`v1.0.0`](https://togithub.com/oven-sh/bun/compare/90f3bf2796b08f38297321c46366ed417b1ecb3b...822a00c4d508b54f650933a73ca5f4a3af9a7983) [Compare Source](https://togithub.com/oven-sh/bun/compare/90f3bf2796b08f38297321c46366ed417b1ecb3b...822a00c4d508b54f650933a73ca5f4a3af9a7983)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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 23, 2023 9:40am