storm-software / acidic

🧪 Acidic is a modeling tool that can be used to describe and generate code for API end points, database tables, type definitions, client components, and so much more!
Apache License 2.0
3 stars 0 forks source link

build(deps): Bump zod-validation-error from 2.1.0 to 3.3.0 #64

Open dependabot[bot] opened 6 months ago

dependabot[bot] commented 6 months ago

Bumps zod-validation-error from 2.1.0 to 3.3.0.

Release notes

Sourced from zod-validation-error's releases.

v3.3.0

Minor Changes

  • 66f5b5d: Match ZodError via heuristics instead of relying on instanceof.

    Why? Because we want to ensure that zod-validation-error works smoothly even when multiple versions of zod have been installed in the same project.

v3.2.0

Minor Changes

  • 6b4e8a0: Introduce fromError API which is a less strict version of fromZodError
  • 35a28c6: Add runtime check in fromZodError and throw dev-friendly TypeError suggesting usage of fromError instead

v3.1.0

Minor Changes

  • 3f5e391: Better error messages for zod.function() types

v3.0.3

Patch Changes

  • 2f1ef27: Bundle code as a single index.js (cjs) or index.mjs (esm) file. Restore exports configuration in package.json.

v3.0.2

Patch Changes

  • 24b773c: Revert package.json exports causing dependant projects to fail

v3.0.1

Patch Changes

  • 3382fbc: 1. Fix issue with ErrorOptions not being found in earlier to es2022 typescript configs. 2. Add exports definition to package.json to help bundlers (e.g. rollup) identify the right module to use.

v3.0.0

Major Changes

  • deb4639: BREAKING CHANGE: Refactor ValidationError to accept ErrorOptions as second parameter.

    What changed?

    Previously, ValidationError accepted Array<ZodIssue> as 2nd parameter. Now, it accepts ErrorOptions which contains a cause property. If cause is a ZodError then it will extract the attached issues and expose them over error.details.

    Why?

    This change allows us to use ValidationError like a native JavaScript Error. For example, we can now do:

    import { ValidationError } from 'zod-validation-error';
    

    try {

... (truncated)

Changelog

Sourced from zod-validation-error's changelog.

3.3.0

Minor Changes

  • 66f5b5d: Match ZodError via heuristics instead of relying on instanceof.

    Why? Because we want to ensure that zod-validation-error works smoothly even when multiple versions of zod have been installed in the same project.

3.2.0

Minor Changes

  • 6b4e8a0: Introduce fromError API which is a less strict version of fromZodError
  • 35a28c6: Add runtime check in fromZodError and throw dev-friendly TypeError suggesting usage of fromError instead

3.1.0

Minor Changes

  • 3f5e391: Better error messages for zod.function() types

3.0.3

Patch Changes

  • 2f1ef27: Bundle code as a single index.js (cjs) or index.mjs (esm) file. Restore exports configuration in package.json.

3.0.2

Patch Changes

  • 24b773c: Revert package.json exports causing dependant projects to fail

3.0.1

Patch Changes

  • 3382fbc: 1. Fix issue with ErrorOptions not being found in earlier to es2022 typescript configs. 2. Add exports definition to package.json to help bundlers (e.g. rollup) identify the right module to use.

3.0.0

Major Changes

  • deb4639: BREAKING CHANGE: Refactor ValidationError to accept ErrorOptions as second parameter.

    What changed?

    Previously, ValidationError accepted Array<ZodIssue> as 2nd parameter. Now, it accepts ErrorOptions which contains a cause property. If cause is a ZodError then it will extract the attached issues and expose them over error.details.

    Why?

... (truncated)

Commits
  • 9e6291d chore: update package-lock.json
  • 103415d chore: version packages
  • 66f5b5d chore: add changeset
  • 4f9104e feat: match ZodError via heuristics
  • 0bf2284 chore: bump @​types/node from 20.12.10 to 20.12.11 (#305)
  • 0955bb7 chore: bump zod from 3.23.7 to 3.23.8 (#306)
  • c39a966 chore: bump @​types/node from 20.12.8 to 20.12.10 (#302)
  • a559284 chore: bump zod from 3.23.5 to 3.23.7 (#303)
  • 4fb1cb9 chore: bump @​types/node from 20.12.7 to 20.12.8 (#300)
  • 271ac52 chore: bump zod from 3.23.4 to 3.23.5 (#299)
  • 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)
socket-security[bot] commented 6 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/chalk@5.3.0 None 0 43.7 kB sindresorhus
npm/chokidar@3.5.3 environment, filesystem +13 358 kB paulmillr
npm/commander@11.1.0 environment, filesystem, shell 0 177 kB abetomo
npm/postcss@8.4.35 environment, filesystem +3 376 kB ai
npm/typescript@5.2.2 None 0 40.6 MB typescript-bot

🚮 Removed packages: npm/@types/jest@29.5.11, npm/@types/node@18.19.4, npm/@types/node@20.9.0, npm/@types/prettier@3.0.0, npm/@types/react-dom@18.2.18, npm/@types/react@18.2.55, npm/@types/vscode@1.85.0, npm/@typescript-eslint/eslint-plugin@6.13.2, npm/@typescript-eslint/parser@6.13.2, npm/@vitejs/plugin-react-swc@3.5.0, npm/@vitejs/plugin-react@4.2.1, npm/@vitest/coverage-v8@1.2.2, npm/@vitest/ui@1.0.4, npm/@vscode/vsce@2.21.1, npm/autoprefixer@10.4.13, npm/bentocache@1.0.0-beta.7

View full report↗︎