nest
nest copied to clipboard
chore(deps): bump fast-json-stringify from 5.14.1 to 5.15.1
trafficstars
Bumps fast-json-stringify from 5.14.1 to 5.15.1.
Release notes
Sourced from fast-json-stringify's releases.
v5.15.1
What's Changed
- fix: escape single quote when building error message for required property by
@​tomastauerin fastify/fast-json-stringify#716New Contributors
@​tomastauermade their first contribution in fastify/fast-json-stringify#716Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.15.0...v5.15.1
v5.15.0
What's Changed
- Performance: Cache obj[key] access into by
@​cesco69in fastify/fast-json-stringify#707- perf: avoid unnecessary operation for improve performance by
@​cesco69in fastify/fast-json-stringify#698- perf: removed jsonOutput variable because is useless by
@​cesco69in fastify/fast-json-stringify#711- perf: cache json strings into const by
@​nigrosimonein fastify/fast-json-stringify#713Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.14.1...v5.15.0
Commits
07516afBumped v5.15.1ed8ed70fix: escape single quote when building error message for required property (#...7aeac5eBumped v5.15.00fdf19eperf: cache json strings into const (#713)43919dcperf: removed jsonOutput variable because is useless (#711)ed47c66perf: avoid unnecessary operation for improve performance (#698)686e6ceCache obj access (#707)- 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 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Pull Request Test Coverage Report for Build 4d6e2178-f625-4c68-86c3-92724386f195
Details
- 0 of 0 changed or added relevant lines in 0 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage remained the same at 92.124%
| Totals | |
|---|---|
| Change from base Build e56f6d99-d9bc-426a-b9ef-ed11406d7e1c: | 0.0% |
| Covered Lines: | 6737 |
| Relevant Lines: | 7313 |