CodyTseng / nostr-relay-nestjs

A high-performance nostr relay, using PostgreSQL. (Thanks to https://opensats.org/ for their generous donation!)
MIT License
42 stars 6 forks source link

chore(deps): bump zod-validation-error from 3.3.1 to 3.4.0 #379

Open dependabot[bot] opened 1 week ago

dependabot[bot] commented 1 week ago

Bumps zod-validation-error from 3.3.1 to 3.4.0.

Release notes

Sourced from zod-validation-error's releases.

v3.4.0

Minor Changes

  • 3a7928c: Customize error messages using a MessageBuilder.
Changelog

Sourced from zod-validation-error's changelog.

3.4.0

Minor Changes

  • 3a7928c: Customize error messages using a MessageBuilder.
Commits
  • a332c00 chore: bump version in package-lock.json
  • 9bdf3d5 chore: version packages
  • 3a7928c chore: bump minor version via changeset (#379)
  • 766ab31 docs: add isZodErrorLike description and usage example to README.md
  • 44085c9 test: cover ecmascript-native errors usage with fromError
  • 280be9b fix: inconsistencies in README.md and MessageBuilder.test.ts
  • f8f76d9 docs: adds details on MessageBuilder
  • cb02080 fix: use zod variables instead of strings
  • 4036d04 fix: avoid use of Parameters<> to extract type
  • 1fdceea feat: introduce MessageBuilder
  • 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)
coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 11082883678

Details


Totals Coverage Status
Change from base Build 11082874822: 0.0%
Covered Lines: 781
Relevant Lines: 815

💛 - Coveralls