Secreto31126 / whatsapp-api-js

A TypeScript server agnostic Whatsapp's Official API framework
MIT License
128 stars 31 forks source link

chore(deps): all non-major dependencies #296

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@adonisjs/http-server 7.0.0 -> 7.0.2 age adoption passing confidence
@types/node (source) 18.19.8 -> 18.19.10 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.19.0 -> 6.19.1 age adoption passing confidence
@typescript-eslint/parser (source) 6.19.0 -> 6.19.1 age adoption passing confidence
@vercel/node (source) 3.0.16 -> 3.0.17 age adoption passing confidence
dotenv 16.3.2 -> 16.4.1 age adoption passing confidence
undici (source) 6.4.0 -> 6.5.0 age adoption passing confidence

Release Notes

adonisjs/http-server (@​adonisjs/http-server) ### [`v7.0.2`](https://togithub.com/adonisjs/http-server/releases/tag/v7.0.2): Update dependencies [Compare Source](https://togithub.com/adonisjs/http-server/compare/v7.0.1...v7.0.2) - docs: update readme [`d555224`](https://togithub.com/adonisjs/http-server/commit/d555224) - chore: update dependencies [`42f43dc`](https://togithub.com/adonisjs/http-server/commit/42f43dc) **Full Changelog**: https://github.com/adonisjs/http-server/compare/v7.0.1...v7.0.2 ### [`v7.0.1`](https://togithub.com/adonisjs/http-server/releases/tag/v7.0.1): Use status pages return value and add new cookie options [Compare Source](https://togithub.com/adonisjs/http-server/compare/v7.0.0...v7.0.1) This release fixes the behavior of statusPages property defined on a exception handler. Earlier, a status page callback function was responsible for writing the HTTP response via the `response.send` method. However, how you can return a string value from this method and the will be written as the response. Also, we now support `partitioned` and `priority` cookie options. Lear more about them here. https://github.com/jshttp/cookie?tab=readme-ov-file#partitioned #### Commits - fix: use status page return value as response [`11324f0`](https://togithub.com/adonisjs/http-server/commit/11324f0) - feat: optionally accept partitioned and priority cookie options [`f1397c8`](https://togithub.com/adonisjs/http-server/commit/f1397c8) - chore: update dependencies [`ea56755`](https://togithub.com/adonisjs/http-server/commit/ea56755) **Full Changelog**: https://github.com/adonisjs/http-server/compare/v7.0.0...v7.0.1
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.19.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6191-2024-01-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.19.0...v6.19.1) ##### 🩹 Fixes - **type-utils:** preventing isUnsafeAssignment infinite recursive calls - **eslint-plugin:** \[no-unnecessary-condition] fix false positive for type variable ##### ❤️ Thank You - 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) ### [`v6.19.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6191-2024-01-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.19.0...v6.19.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.
vercel/vercel (@​vercel/node) ### [`v3.0.17`](https://togithub.com/vercel/vercel/blob/HEAD/packages/node/CHANGELOG.md#3017) [Compare Source](https://togithub.com/vercel/vercel/compare/@vercel/node@3.0.16...@vercel/node@3.0.17) ##### Patch Changes - Updated dependencies \[[`cdddb33ad`](https://togithub.com/vercel/vercel/commit/cdddb33ad49f6080c49f4fff3767e6111acd0bbe)]: - [@​vercel/build-utils](https://togithub.com/vercel/build-utils)[@​7](https://togithub.com/7).5.1
motdotla/dotenv (dotenv) ### [`v16.4.1`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1641-2024-01-24) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.4.0...v16.4.1) - Patch support for array as `path` option [#​797](https://togithub.com/motdotla/dotenv/pull/797) ### [`v16.4.0`](https://togithub.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1640-2024-01-23) [Compare Source](https://togithub.com/motdotla/dotenv/compare/v16.3.2...v16.4.0) - Add `error.code` to error messages around `.env.vault` decryption handling [#​795](https://togithub.com/motdotla/dotenv/pull/795) - Add ability to find `.env.vault` file when filename(s) passed as an array [#​784](https://togithub.com/motdotla/dotenv/pull/784)
nodejs/undici (undici) ### [`v6.5.0`](https://togithub.com/nodejs/undici/releases/tag/v6.5.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.4.0...v6.5.0) #### What's Changed - build(deps-dev): bump jsdom from 23.2.0 to 24.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/2632](https://togithub.com/nodejs/undici/pull/2632) - feat: Implement EventSource by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/nodejs/undici/pull/2608](https://togithub.com/nodejs/undici/pull/2608) - fix: readable body by [@​ronag](https://togithub.com/ronag) in [https://github.com/nodejs/undici/pull/2642](https://togithub.com/nodejs/undici/pull/2642) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.4.0...v6.5.0

github-actions[bot] commented 5 months ago

Visit the preview URL for this PR (updated for commit 67d9b04):

https://whatsappapijs--pr296-renovate-all-minor-p-uwu3yuuv.web.app

(expires Fri, 02 Feb 2024 17:04:06 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 80a8dc4ceea5c783aae1d47b75797ee5b6c2f4be