Update mongoose 7.4.1 → 7.4.2 (patch) #66
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ mongoose (7.4.1 → 7.4.2) · Repo · Changelog
Release Notes
7.4.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 42 commits:
chore: release 7.4.2
Merge pull request #13696 from Automattic/vkarpov15/gh-12942
Update statics.md
Merge pull request #13684 from Automattic/vkarpov15/gh-13664
docs(deprecations): quick fix for includeResultMetadata dos (#13695)
docs(typescript): highlight auto type inference for methods and statics, add info on using methods with generics
Merge pull request #13686 from Automattic/dependabot/npm_and_yarn/master/babel/core-7.22.9
Merge pull request #13685 from Automattic/dependabot/github_actions/master/actions/setup-node-3.7.0
chore(deps-dev): bump @babel/core from 7.22.5 to 7.22.9
Merge pull request #13687 from Automattic/dependabot/npm_and_yarn/master/babel/preset-env-7.22.9
Merge pull request #13690 from Automattic/dependabot/npm_and_yarn/master/eslint-8.46.0
Merge pull request #13691 from Automattic/dependabot/npm_and_yarn/master/webpack-5.88.2
Merge pull request #13693 from Automattic/dependabot/npm_and_yarn/master/typescript-eslint/parser-5.62.0
chore(deps-dev): bump @typescript-eslint/parser from 5.61.0 to 5.62.0
chore(deps-dev): bump webpack from 5.88.1 to 5.88.2
chore(deps-dev): bump eslint from 8.44.0 to 8.46.0
chore(deps-dev): bump @babel/preset-env from 7.22.5 to 7.22.9
chore(deps): bump actions/setup-node from 3.6.0 to 3.7.0
fix(model): avoid hanging on empty `bulkWrite()` with ordered: false
Merge branch '6.x'
chore: release 6.11.5
Merge pull request #13682 from Automattic/vkarpov15/gh-13626-2
Merge pull request #13683 from Automattic/vkarpov15/gh-13518
docs(middleware): clean up some other examples that still use `remove()`
docs(middleware): fix old example using `post('remove')`
fix(document): correctly set index when casting subdocs for validation re: #13626
Merge pull request #13671 from Automattic/vkarpov15/gh-13626
Merge pull request #13674 from gastoncasini/fix-issue-13667
fix: document.isModified support for list of keys as a string
fix(schema): make `Schema.prototype.clone()` avoid creating different copies of subdocuments and single nested paths underneath single nested paths
Merge pull request #13658 from Automattic/IslandRhythms/gh-13648
Update schema.test.js
fix: setting `flattenObjectIds` returns null doc
Merge pull request #13649 from Automattic/IslandRhythms/gh-13611
Update model.test.js
Merge pull request #13654 from Automattic/IslandRhythms/gh-13650
Update test/schema.alias.test.js
fix:lint
disable id virtual if `alias: id` set
revert timeout settings + fix delay
made requested changes
fix: timestamps:false on bulkWrite works
👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands