rust-react-typescript-demo icon indicating copy to clipboard operation
rust-react-typescript-demo copied to clipboard

Bump serializr from 2.0.3 to 2.0.5 in /foodi-frontend

Open dependabot-preview[bot] opened this issue 4 years ago • 1 comments

Bumps serializr from 2.0.3 to 2.0.5.

Changelog

Sourced from serializr's changelog.

2.0.5

  • Fix #141
  • Fix #139 update exports should be default.

2.0.4

  • Fix Callback for update function should be optional. (#138)
  • Fix #135 Context args is private. (#137))

2.0.0

  • #117 TypeScript conversion. Type definitions should now match behavior exactly. By @NaridaL
  • BREAKING CHANGE: @serializeAll("*": ModelSchema) is no longer valid. Instead you should pass @serializeAll("*": object(ModelSchema)).
  • BREAKING CHANGE: {"*": object(...)} and {"x": object(...)} now behave the same when deserializing {"x": "str_not_object"} (result: {x: null}). Previously the "*" schema would have returned {}.
  • BREAKING CHANGE: Removed deprecated ref and child functions. Use reference and object instead.
  • BREAKING CHANGE: Removed undocumented and untested code which possibly retried deserialization on error.
  • You can pass a pattern argument as AdditionalPropArgs instead of having to manually assign it to a PropSchema: @serializeAll("*": list(primitive(), { pattern: /^_.*/ })). Note this only make sense together with the "*" property.

1.5.4

1.5.3

  • #105: Support prop schemas for "*" properties by @pyrogenic
  • #104: Add the @optional decorator to skip properties not present in the serialized object by @pyrogenic
  • #99: Allow serialize-ing plain objects by specifying constructor by @pyrogenic

1.5.2

1.5.1

  • Fixed make beforeDeserialize, afterDeserialize optional, see #94 by zeevl

1.5.0

  • Introduced enhanced debug messages on invariant errors, see #68 by @chengjianhua
  • Fixed undefined should not throw error in Arraylike object, see #58
  • switched build and tests to Babel 7
  • switched code compression to Terser

1.4.0

  • Introduced beforeDeserialize and afterDeserialize lifecycle methods to support e.g. better error handling during deserialization by @1R053
  • Introduced cancelDeserialize to stop async requests that get stuck, e.g. in case of unresolved waiting references by @1R053
  • Added capability to deserialize arrays with empty entries by @1R053
  • Fixed mapAsArray to always push elements to the serialized array by @1R053
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 will not automatically merge this PR because it includes a patch update to a production dependency.


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 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Dec 17 '20 00:12 dependabot-preview[bot]

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

dependabot-preview[bot] avatar Apr 29 '21 16:04 dependabot-preview[bot]