Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Bump mongoose from 4.13.21 to 7.1.0 #349

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 28, 2023

Bumps mongoose from 4.13.21 to 7.1.0.

Release notes

Sourced from mongoose's releases.

7.1.0 / 2023-04-27

  • feat: upgrade mongodb -> 5.3.0
  • feat(schema): add BigInt support, upgrade mongodb -> 5.3.0 #13318 #13081 #6936
  • feat: handle MongoDB's new UUID type, export mongoose.Types.UUID #13323 #13103
  • feat: implement createCollections() #13324
  • feat(query): add isPathSelectedInclusive function on query #13177
  • types: added overloads for Schema.pre/post with different values for SchemaPreOptions #12680 jpilgrim
  • types(query): make lean() flatten out inferred maps into Record #13326 #13010
  • docs: update README deno url #13332
  • docs: update jsdoc to use full URLs instead of non-prefix absolute urls (also fix some urls) #13328 hasezoey
  • docs: reload api js files on change #13313 hasezoey
  • docs: update website sidebar to be better use-able #13321 hasezoey
  • docs: fix schematype @​see links #13310 hasezoey
  • docs(subdocuments): remove callback usage, use deleteOne() rather than remove() re: #13284 #13316

7.0.5 / 2023-04-24

  • fix(schema): correctly handle uuids with populate() #13317 #13267
  • fix(schema): add clusteredIndex to schema options #13286 jakesjews
  • fix(document): use collection.findOne() for saving docs with no changes to avoid firing findOne middleware #13298
  • types(schema): avoid circular constraint in TSchemaOptions with --incremental by deferring ResolveSchemaOptions<> #13291 #13129
  • docs(subdocs): fix mention of subdocument ".remove" function #13312 hasezoey
  • docs: add mongoose.Promise removal to migrating to 7 guide #13295
  • docs: updated formatting of Error Handling section to better highlight the two kinds of possible errors #13279 Ankit-Mandal
  • docs: fix broken link #13301 #13281

7.0.4 / 2023-04-17

7.0.3 / 2023-03-23

  • fix(query): avoid executing transforms if query wasn't executed #13185 #13165
  • fix(schema): make creating top-level virtual underneath subdocument equivalent to creating virtual on the subdocument #13197 #13189
  • fix(timestamps): set timestamps on empty replaceOne() #13196 #13170
  • fix(types): change return type of lean() to include null if nullable #13155 #13151 lpizzinidev
  • fix(types): fixed type of DocumentArray constructor parameter #13183 #13087 lpizzinidev
  • docs: refactor header naming to lessen conflicts #12901 hasezoey
  • docs: change header levels to be consistent across files #13173 hasezoey

7.0.2 / 2023-03-15

  • fix: validate array elements when passing array path to validateSync() in pathsToValidate #13167 #13159

... (truncated)

Changelog

Sourced from mongoose's changelog.

7.1.0 / 2023-04-27

  • feat: upgrade mongodb -> 5.3.0
  • feat(schema): add BigInt support, upgrade mongodb -> 5.3.0 #13318 #13081 #6936
  • feat: handle MongoDB's new UUID type, export mongoose.Types.UUID #13323 #13103
  • feat: implement createCollections() #13324
  • feat(query): add isPathSelectedInclusive function on query #13177
  • types: added overloads for Schema.pre/post with different values for SchemaPreOptions #12680 jpilgrim
  • types(query): make lean() flatten out inferred maps into Record #13326 #13010
  • docs: update README deno url #13332
  • docs: update jsdoc to use full URLs instead of non-prefix absolute urls (also fix some urls) #13328 hasezoey
  • docs: reload api js files on change #13313 hasezoey
  • docs: update website sidebar to be better use-able #13321 hasezoey
  • docs: fix schematype @​see links #13310 hasezoey
  • docs(subdocuments): remove callback usage, use deleteOne() rather than remove() re: #13284 #13316

7.0.5 / 2023-04-24

  • fix(schema): correctly handle uuids with populate() #13317 #13267
  • fix(schema): add clusteredIndex to schema options #13286 jakesjews
  • fix(document): use collection.findOne() for saving docs with no changes to avoid firing findOne middleware #13298
  • types(schema): avoid circular constraint in TSchemaOptions with --incremental by deferring ResolveSchemaOptions<> #13291 #13129
  • docs(subdocs): fix mention of subdocument ".remove" function #13312 hasezoey
  • docs: add mongoose.Promise removal to migrating to 7 guide #13295
  • docs: updated formatting of Error Handling section to better highlight the two kinds of possible errors #13279 Ankit-Mandal
  • docs: fix broken link #13301 #13281

7.0.4 / 2023-04-17

6.10.5 / 2023-04-06

  • perf(document): avoid unnecessary loops, conditionals, string manipulation on Document.prototype.get() for 10x speedup on top-level properties #12953
  • fix(model): execute valid write operations if calling bulkWrite() with ordered: false #13218 #13176
  • fix(array): pass-through all parameters #13202 #13201 hasezoey
  • fix: improve error message when sorting by empty string #13249 #10182
  • docs: add version support and check version docs #13251 #13193

5.13.17 / 2023-04-04

  • fix: backport fix for array filters handling $or and $and #13195 #13192 #10696 raj-goguardian
  • fix: update the isIndexEqual function to take into account non-text indexes when checking compound indexes that include both text and non-text indexes #13138 #13136 rdeavila94

... (truncated)

Commits
  • 340b882 chore: release 7.1.0
  • 740efaf Merge pull request #13329 from Automattic/7.1
  • 2e8cff3 chore: clean up a couple of lingering issues with #12680
  • 7a3585e Merge pull request #12680 from jpilgrim/master
  • 28e2298 Merge pull request #13332 from Automattic/IslandRhythms/fix-readme
  • a7047a7 docs: update README deno url
  • 37454e9 Merge remote-tracking branch 'automattic/master'
  • 8044fab docs: make a note that you can use sort option with deleteOne()
  • 8eca184 style: fix lint
  • 18cbd30 Merge branch '7.1' of github.com:Automattic/mongoose into 7.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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](https://github.com/Automattic/mongoose) from 4.13.21 to 7.1.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@4.13.21...7.1.0)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 28, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 11, 2023

Superseded by #351.

@dependabot dependabot bot closed this May 11, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mongoose-7.1.0 branch May 11, 2023 14:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants