whatsapp-api-js icon indicating copy to clipboard operation
whatsapp-api-js copied to clipboard

chore(deps): all non-major dependencies

Open renovate[bot] opened this issue 10 months ago • 1 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@adonisjs/http-server 7.2.0 -> 7.2.2 age adoption passing confidence
@types/node (source) 18.19.28 -> 18.19.33 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.4.0 -> 7.9.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.4.0 -> 7.9.0 age adoption passing confidence
@vercel/node (source) 3.0.25 -> 3.1.5 age adoption passing confidence
glob 10.3.12 -> 10.3.15 age adoption passing confidence
typedoc (source) 0.25.12 -> 0.25.13 age adoption passing confidence
typescript (source) 5.4.3 -> 5.4.5 age adoption passing confidence
undici (source) 6.11.1 -> 6.16.1 age adoption passing confidence

Release Notes

adonisjs/http-server (@​adonisjs/http-server)

v7.2.2: Update dependencies

Compare Source

  • Merge branch 'main' into develop (7389edc)
  • chore(release): 7.2.1 (b00020e)
  • chore: update release-it config (86b4fa5)
  • chore: update dependencies (54fd0e6)
  • chore: update release-it config (03cc997)
  • chore: update dependencies (adbbd76)

Full Changelog: https://github.com/adonisjs/http-server/compare/v7.2.1...v7.2.2

v7.2.1: Add a specific citgm script

Compare Source

Commits

  • chore: fix typo in release script (8743e2e)
  • chore: add a citgm script (1f6730b)
  • chore: switch to release-it (384900a)
  • chore: update dependencies (4d6338c)

Full Changelog: https://github.com/adonisjs/http-server/compare/v7.2.0...v7.2.1

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

v7.8.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You
  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.7.0

Compare Source

🚀 Features
  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

You can read about our versioning strategy and releases on our website.

v7.5.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.9.0

Compare Source

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 and releases on our website.

v7.8.0

Compare Source

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 and releases on our website.

v7.7.1

Compare Source

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 and releases on our website.

v7.7.0

Compare Source

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 and releases on our website.

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

You can read about our versioning strategy and releases on our website.

v7.5.0

Compare Source

🩹 Fixes
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

You can read about our versioning strategy and releases on our website.

vercel/vercel (@​vercel/node)

v3.1.5

Compare Source

Patch Changes

v3.1.4

Compare Source

Patch Changes

v3.1.3

Compare Source

Patch Changes

v3.1.2

Compare Source

Patch Changes

v3.1.1

Compare Source

Patch Changes

v3.1.0

Compare Source

Minor Changes
  • Make waitUntil consistent for Node.js & Edge (#​11553)

v3.0.28

Compare Source

Patch Changes

v3.0.27

Compare Source

Patch Changes

v3.0.26

Compare Source

Patch Changes
isaacs/node-glob (glob)

v10.3.15

Compare Source

v10.3.14

Compare Source

v10.3.13

Compare Source

TypeStrong/TypeDoc (typedoc)

v0.25.13

Compare Source

Features
  • Added gitRevision:short placeholder option to --sourceLinkTemplate option, #​2529. Links generated by TypeDoc will now default to using the non-short git revision.
  • Moved "Generated by TypeDoc" footer into a <footer> tag, added footer.begin and footer.end render hooks for use by custom plugins, #​2532.
Bug Fixes
  • Fixed conversion of NoInfer missing type parameter reference, #​2539.
  • Linking to a member on a page no longer incorrectly claims that "This member is normally hidden due to your filter settings" for every member.
Thanks!
Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

nodejs/undici (undici)

v6.16.1

Compare Source

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v6.16.0...v6.16.1

v6.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v6.15.0...v6.16.0

v6.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v6.14.1...v6.15.0

v6.14.1

Compare Source

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v6.14.0...v6.14.1

v6.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v6.13.0...v6.14.0

v6.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v6.12.0...v6.13.0

v6.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nodejs/undici/compare/v6.11.1...v6.12.0


  • [ ] If you want to rebase/retry this PR, check this box

renovate[bot] avatar Apr 08 '24 02:04 renovate[bot]

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

https://whatsappapijs--pr330-renovate-all-minor-p-0prg9d0h.web.app

(expires Thu, 25 Jul 2024 00:59:02 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 80a8dc4ceea5c783aae1d47b75797ee5b6c2f4be

github-actions[bot] avatar Apr 08 '24 02:04 github-actions[bot]

Hm, this 5.5 Typescript update is quite annoying...

Secreto31126 avatar Jun 26 '24 06:06 Secreto31126