Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade telegraf from 4.14.0 to 4.15.0 #81

Merged
merged 1 commit into from
Dec 9, 2023

Conversation

jlenon7
Copy link
Member

@jlenon7 jlenon7 commented Nov 14, 2023

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade telegraf from 4.14.0 to 4.15.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-10-23.
Release notes
Package name: telegraf
  • 4.15.0 - 2023-10-23

    This is a rather minor release.

    anyOf and allOf filter combinators

    v4.11.0 introduced support for type-guard filters in Composer::on, which allowed you to filter updates based on their content.

    This release adds two new combinators to the filter API: anyOf and allOf. This will play very nicely with custom filters. For example:

    import { anyOf, allOf } from "telegraf/filters";

    // must match all filters
    bot.on(allOf(message(), isGroup), ctx => {
    // ...
    });

    Deprecating hookPath

    The confusingly named hookPath in bot.launch webhook options is now deprecated. It will be removed in the next major release. You can start using path instead, today.


    Meanwhile, we're working on new modules to add to the Telegraf ecosystem. Look forward to them, and join discussions in the official Telegraf chat!

  • 4.14.0 - 2023-09-22
    • ⬆️ Bot API 6.9 support
    • Added missing Markup.keyboard([]).persistent() method
from telegraf GitHub release notes
Commit messages
Package name: telegraf
  • e5c34fa feat: expose Guarded and add update version
  • e1de78a feat: deprecate hookPath in favour of path
  • b3b160a feat(filters): anyOf & allOf
  • 29febe5 chore: run issue locking only once a day
  • c38ecc3 ci: update to latest actions/*
  • 275f211 maintenance!: lock old and outdated issues
  • 1d7e61b chore: minor cleanup
  • 78aac37 chore: update types

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@jlenon7 jlenon7 merged commit f4a1d0a into develop Dec 9, 2023
3 checks passed
@jlenon7 jlenon7 deleted the snyk-upgrade-7cb9da618d010f740e5ce4b82ab5f6f3 branch December 9, 2023 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants