manuel-rw / jellyfin-discord-music-bot

A simple and leightweight Discord Bot, that integrates with your Jellyfin Media server and enables you to listen to your favourite music directly from discord.
MIT License
70 stars 9 forks source link

⬆️(deps): Bump zod-validation-error from 1.5.0 to 2.1.0 #251

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps zod-validation-error from 1.5.0 to 2.1.0.

Release notes

Sourced from zod-validation-error's releases.

v2.1.0

Minor Changes

  • b084ad5: Add includePath option to allow users take control on whether to include the erroneous property name in their error messages.

v2.0.0

Major Changes

  • b199ca1: Update toValidationError() to return only ValidationError instances

    This change only affects users of toValidationError(). The method was previously returning Error | ValidationError and now returns only ValidationError.

Changelog

Sourced from zod-validation-error's changelog.

2.1.0

Minor Changes

  • b084ad5: Add includePath option to allow users take control on whether to include the erroneous property name in their error messages.

2.0.0

Major Changes

  • b199ca1: Update toValidationError() to return only ValidationError instances

    This change only affects users of toValidationError(). The method was previously returning Error | ValidationError and now returns only ValidationError.

Commits
  • 3f4e60b chore: version packages
  • b084ad5 feat: support option to omit path in error messages (#144)
  • 41925a8 chore: bump @​typescript-eslint/eslint-plugin from 6.9.0 to 6.9.1
  • ec72663 chore: bump @​types/jest from 29.5.6 to 29.5.7
  • 85c02cd chore: bump @​typescript-eslint/parser from 6.9.0 to 6.9.1
  • e5f4295 chore: bump @​commitlint/cli from 18.1.0 to 18.2.0
  • f63ecd8 chore: bump @​types/node from 20.8.8 to 20.8.9
  • 76e06ae chore: bump @​commitlint/config-conventional from 18.0.0 to 18.1.0
  • 52e5c63 chore: bump @​commitlint/cli from 18.0.0 to 18.1.0
  • 88da005 chore: bump @​typescript-eslint/parser from 6.8.0 to 6.9.0
  • Additional commits viewable in compare view


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)