NanderTGA / yabluzo

A bot for msgroom.
GNU Affero General Public License v3.0
1 stars 0 forks source link

chore(deps): bump msgroom from 2.0.0-80 to 2.0.0 #91

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps msgroom from 2.0.0-80 to 2.0.0.

Release notes

Sourced from msgroom's releases.

v2.0.0

2.0.0 (2024-01-29)

Bug Fixes

  • welcomeMessage is ignored and default is used (8d50887), closes #150

  • adapt types to match new prefix behavior (21d1d42)

  • add ability to change servers (b2e5a4d)

  • all crashes in main event handlers (b170f30)

  • array-starts-with importing (626a03f)

  • cause property on errors (b6d1f4a)

  • Client#name not updating after changing it (2d07427), closes #95

  • correct nickname length (9eeeb44)

  • correctly deal with blocked users (02ca96c), closes #149

  • description formatting in help command (7d8cfee)

  • disable default welcomeMessage when there's no main prefix (d9713e5)

  • document behavior to disable commands (a8c3dd2)

  • don't send error message when no error (f95ef45)

  • eslint false positive (cbb6ebb)

  • import fuckery (bfaf354)

  • logic bug in validateNickname (5061122)

  • make blockSelf default to options.bot (4183cb6)

  • make commands case-insensitive again (9a0dcdf), closes #36

  • make validateNickname match server behavior (22f538a)

  • missing properties from imported commands (3ef8b15)

  • readme: fix typo (5efd95e)

  • reject promise instead of uncaught error (d20dac3)

  • remove flag types for bridged messages (debdd91)

  • remove reference to require (c35fdca)

  • some small bugs + fix eslint errors (3f80e24)

  • testbot: prefix t! conflicting with other bot (c1f2589)

  • testbot: switch to commonjs (d132235)

  • testCommand: context.reply() inaccuracy (987ce3d)

  • the types I broke with this import mess (dacf038)

  • type error ModuleInitializeFunctionReturnType (792d802)

  • update isBlocked description (81be86f)

  • use import() instead of require() (5f83c3f)

  • use validateNickname properly (c8edf3e)

  • welcomeMessage not disabling with "" (5613df7), closes #134

  • chore!: define public interface + remove CJS (797c6ca)

  • refactor!: rename some functions + add tsdocs (beea55e)

  • chore(ci)!: switch to msgroom@nightly (d3aae1c)

  • feat!: rewrite getCommand and walkCommandOrMap (02c5240)

Features

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
NanderTGA commented 9 months ago

@dependabot squash and merge