rust-react-typescript-demo
rust-react-typescript-demo copied to clipboard
Bump serializr from 2.0.3 to 2.0.5 in /foodi-frontend
Bumps serializr from 2.0.3 to 2.0.5.
Changelog
Sourced from serializr's changelog.
2.0.5
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
refandchildfunctions. Usereferenceandobjectinstead.- BREAKING CHANGE: Removed undocumented and untested code which possibly retried deserialization on error.
- You can pass a
patternargument asAdditionalPropArgsinstead 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
@optionaldecorator to skip properties not present in the serialized object by @pyrogenic- #99: Allow
serialize-ing plain objects by specifying constructor by @pyrogenic1.5.2
- Fixed potential memory leak, fixes #95 through #100 by @svennergr
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
a197be1v2.0.5b5a58dcUpdate CHANGELOG.md for 2.0.5b23ddcaUpdate rollup, rollup.config.js and typescript. (#144)e36284bCreate node.js.yml (#145)56be5f6Make update() overloadsexport default5e73736Fix #141762173dv2.0.486ec9bdReplace publish.js with postversion script.e0100e1Update CHANGELOG for 2.0.4- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge mewill 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)
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.