docs(connections): add details about keepAlive deprecation #13431
docs: add list of supported patterns for error message templating #13425#13311
7.2.0 / 2023-05-19
feat: upgrade mongodb -> 5.5.0
feat(document): add flattenObjectIds option to toObject() and toJSON() #13383#13341
feat(query): add translateAliases option to automatically call translate aliases on query fields #13397#8678#7511
feat(schema): propagate toObject and toJSON options to implicitly created schemas #13325
feat(model): add throwOnValidationError option for opting into getting MongooseBulkWriteError if all valid operations succeed in bulkWrite() and insertMany() #13410#13256
docs(connections): add details about keepAlive deprecation #13431
docs: add list of supported patterns for error message templating #13425#13311
7.2.0 / 2023-05-19
feat: upgrade mongodb -> 5.5.0
feat(document): add flattenObjectIds option to toObject() and toJSON() #13383#13341
feat(query): add translateAliases option to automatically call translate aliases on query fields #13397#8678#7511
feat(schema): propagate toObject and toJSON options to implicitly created schemas #13325
feat(model): add throwOnValidationError option for opting into getting MongooseBulkWriteError if all valid operations succeed in bulkWrite() and insertMany() #13410#13256
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 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)
Bumps mongoose from 7.0.5 to 7.2.2.
Release notes
Sourced from mongoose's releases.
... (truncated)
Changelog
Sourced from mongoose's changelog.
... (truncated)
Commits
4339ded
chore: release 7.2.2baa4acc
Merge pull request #13448 from Automattic/vkarpov15/gh-13334e069b6e
Merge pull request #13449 from Automattic/vkarpov15/gh-11187a77e3b6
Update lib/connection.js15164f2
Merge pull request #13450 from Automattic/vkarpov15/gh-134343511e23
fix(update): allow setting paths with dots under non-strict paths0793df0
docs(connections): add section on multi tenant72b606f
Merge pull request #13447 from Automattic/vkarpov15/gh-13235b09cc83
chore: use node 14 for tsd tests because some upstream dep of tsd uses option...c8c9c1a
docs(connection+model): expand docs on accessors for underlying collectionsDependabot 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 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)