dependabot npm(deps): bump mongoose from 6.9.1 to 6.9.2
Bumps mongoose from 6.9.1 to 6.9.2.
Release notes
Sourced from mongoose's releases.
6.9.2 / 2023-02-16
- fix(model): fixed post('save') callback parameter #13030 #13026 lpizzinidev
- fix(UUID): added null check to prevent error on binaryToString conversion #13034 #13032 #13029 lpizzinidev Freezystem
- fix(query): revert breaking changes introduced by #12797 #12999 lpizzinidev
- fix(document): make array $shift() use $pop instead of overwriting array #13004
- docs: update & remove old links #13019 hasezoey
- docs(middleware): describe how to access model from document middleware #13031 AxeOfMen
- docs: update broken & outdated links #13001 hasezoey
- chore: change deno tests to also use MMS #12918 hasezoey
Changelog
Sourced from mongoose's changelog.
6.9.2 / 2023-02-16
- fix(model): fixed post('save') callback parameter #13030 #13026 lpizzinidev
- fix(UUID): added null check to prevent error on binaryToString conversion #13034 #13032 #13029 lpizzinidev Freezystem
- fix(query): revert breaking changes introduced by #12797 #12999 lpizzinidev
- fix(document): make array $shift() use $pop instead of overwriting array #13004
- docs: update & remove old links #13019 hasezoey
- docs(middleware): describe how to access model from document middleware #13031 AxeOfMen
- docs: update broken & outdated links #13001 hasezoey
- chore: change deno tests to also use MMS #12918 hasezoey
Commits
-
6de7ad3
chore: release 6.9.2 -
15e0549
Merge pull request #13030 from lpizzinidev/gh-13026 -
830af77
Merge pull request #13034 from lpizzinidev/gh-13032 -
5f315c4
Merge branch 'master' into gh-13032 -
06585a8
Merge pull request #13029 from Freezystem/patch-2 -
2f9c822
Delete types.uuid.test.js -
8e5bbfa
Merge pull request #13031 from AxeOfMen/patch-1 -
0bc7e5e
schematype(UUID): added null check to prevent error on binaryToString conversion -
77a19dc
Update middleware.md -
edd977f
fix(model): fixed post('save') callback parameter - Additional commits viewable in compare view