Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump mongoose from 6.1.0 to 6.11.3 #1567

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2024

Bumps mongoose from 6.1.0 to 6.11.3.

Release notes

Sourced from mongoose's releases.

6.10.1 / 2023-03-03

  • fix: avoid removing empty query filters in $and and $or #13086 #12898
  • fix(schematype): fixed validation for required UUID field #13018 lpizzinidev
  • fix(types): add missing Paths generic param to Model.populate() #13070
  • docs(migrating_to_6): added info about removal of reconnectTries and reconnectInterval options #13083 lpizzinidev
  • docs: fix code in headers for migrating_to_5 #13077 hasezoey
  • docs: backport misc documentation changes into 6.x #13091 hasezoey

6.10.0 / 2023-02-22

6.9.3 / 2023-02-22

  • fix(connection): delay calculating autoCreate and autoIndex until after initial connection established #13007 #12940 lpizzinidev
  • fix(discriminator): allows update doc with discriminatorKey #13056 #13055 abarriel
  • fix(query): avoid sending unnecessary empty projection to MongoDB server #13059 #13050
  • fix(model): avoid sending null session option with document operations #13053 #13052 lpizzinidev
  • fix(types): use MergeTypes for type overrides in HydratedDocument #13066 #13040
  • docs(middleware): list validate as a potential query middleware #13057 #12680
  • docs(getters-setters): explain that getters do not run by default on toJSON() #13058 #13049
  • docs: refactor docs generation scripts #13044 hasezoey

6.9.2 / 2023-02-16

6.9.1 / 2023-02-06

  • fix(document): isModified should not be triggered when setting a nested boolean to the same value as previously #12994 lpizzinidev
  • fix(document): save newly set defaults underneath single nested subdocuments #13002 #12905
  • fix(update): handle custom discriminator model name when casting update #12947 wassil
  • fix(connection): handles unique autoincrement ID for connections #12990 lpizzinidev
  • fix(types): fix type of options of Model.aggregate #12933 ghost91-
  • fix(types): fix "near" aggregation operator input type #12954 Jokero
  • fix(types): add missing Top operator to AccumulatorOperator type declaration #12952 lpizzinidev
  • docs(transactions): added example for Connection.transaction() method #12943 #12934 lpizzinidev
  • docs(populate): fix out of date comment referencing onModel property #13000
  • docs(transactions): fix typo in transactions.md #12995 Parth86

... (truncated)

Changelog

Sourced from mongoose's changelog.

6.11.3 / 2023-07-11

  • fix: avoid prototype pollution on init
  • fix(schema): correctly handle uuids with populate() #13317 #13595

7.3.3 / 2023-07-10

  • fix: avoid prototype pollution on init
  • fix(document): clean up all array subdocument modified paths on save() #13589 #13582
  • types: avoid unnecessary MergeType<> if TOverrides not set, clean up statics and insertMany() type issues #13577 #13529

7.3.2 / 2023-07-06

  • fix(model): avoid TypeError if insertMany() fails with error that does not have writeErrors property #13579 #13531
  • fix(query): convert findOneAndUpdate to findOneAndReplace when overwrite set for backwards compat with Mongoose 6 #13572 #13550
  • fix(query): throw readable error when executing a Query instance without an associated model #13571 #13570
  • types: support mongoose.Schema.ObjectId as alias for mongoose.Schema.Types.ObjectId #13543 #13534
  • docs(connections): clarify that socketTimeoutMS now defaults to 0 #13576 #13537
  • docs(migrating_to_7): add mapReduce() removal to migration guide #13568 #13548
  • docs(schemas): fix typo in schemas.md #13540 Metehan-Altuntekin

7.3.1 / 2023-06-21

  • fix(query): respect query-level strict option on findOneAndReplace() #13516 #13507
  • docs(connections): expand docs on serverSelectionTimeoutMS #13533 #12967
  • docs: add example of accessing save options in pre save #13498
  • docs(connections+faq): add info on localhost vs 127.0.0.1
  • docs(SchemaType): validate members are validator & message (not msg) #13521 lorand-horvath

7.3.0 / 2023-06-14

  • feat: upgrade mongodb -> 5.6.0 #13455 lorand-horvath
  • feat(aggregate): add Aggregate.prototype.finally() to be consistent with Promise API for TypeScript #13509
  • feat(schema): support selecting subset of fields to apply optimistic concurrency to #13506 #10591
  • feat(model): add ordered option to Model.create() #13472 #4038
  • feat(schema): consistently add .get() function to all SchemaType classes
  • feat(populate): pass virtual to match function to allow merging match options #13477 #12443
  • types: allow overwriting Paths in select() to tell TypeScript which fields are projected #13478 #13224
  • types(schema): add validateModifiedOnly as schema option #13503 #10153
  • docs: add note about validateModifiedOnly as a schema option #13503 #10153
  • docs(migrating_to_7): update migrating_to_7.md to include Model.countDocuments #13508 Climax777
  • docs(further_reading): remove style for "img" hasezoey

7.2.4 / 2023-06-12

  • fix(query): handle non-string discriminator key values in query #13496 #13492

7.2.3 / 2023-06-09

... (truncated)

Commits
  • e9eb8ab chore: release 6.11.3
  • 688da8f test: fix flakey tests, remove test for #9597 because it affects global state...
  • 4f264a8 test: fix tests re: #13317
  • 9616af7 fix(schema): correctly handle uuids with populate()
  • 305ce4f fix: avoid prototype pollution on init
  • 35e59eb docs: link to migrating to 6 in 6.x docs
  • a28933e chore: release 6.11.2
  • 3a6b0dd chore: use deno v1.34 in test for MMS HTTP issues
  • f7c6d3e Merge pull request #13476 from Automattic/vkarpov15/gh-13453
  • 5552107 fix(cursor): allow find middleware to modify query cursor options
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.1.0 to 6.11.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@6.1.0...6.11.3)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
...

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

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@eslint-community/regexpp@4.10.0 None 0 431 kB eslint-community-bot
npm/@nodelib/fs.walk@1.2.8 None 0 26.4 kB mrmlnc
npm/@types/minimatch@3.0.5 None 0 8.2 kB types
npm/abbrev@1.1.1 None 0 4.78 kB isaacs
npm/aproba@2.0.0 None 0 8.05 kB iarna
npm/assert-plus@1.0.0 environment 0 11.4 kB pfmooney
npm/base64-js@1.5.1 None 0 9.62 kB feross
npm/bluebird@3.7.2 environment, eval, unsafe 0 632 kB esailija
npm/boolbase@1.0.0 None 0 1.33 kB feedic
npm/buffer@5.7.1 None 0 82.5 kB feross
npm/call-bind@1.0.7 None +3 56.4 kB ljharb
npm/camelcase@5.3.1 None 0 7.45 kB sindresorhus
npm/color-name@1.1.4 None 0 6.69 kB dfcreative
npm/color-support@1.1.3 None 0 9.23 kB isaacs
npm/colors@1.4.0 environment 0 39.5 kB dabh
npm/combined-stream@1.0.8 None +1 19.5 kB alexindigo
npm/console-control-strings@1.1.0 None 0 12.7 kB iarna
npm/content-type@1.0.4 None 0 10.2 kB dougwilson
npm/cors@2.8.5 None 0 20 kB dougwilson
npm/cross-spawn@7.0.3 environment, filesystem, shell 0 21.2 kB satazor
npm/deep-is@0.1.4 None 0 8.11 kB thlorenz
npm/deepmerge@4.2.2 None 0 30.1 kB tehshrike
npm/define-data-property@1.1.4 None +2 50.4 kB ljharb
npm/end-of-stream@1.4.4 None 0 6.23 kB mafintosh
npm/err-code@2.0.3 None 0 12.3 kB achingbrain
npm/error-ex@1.3.2 None +1 13.1 kB qix
npm/es-errors@1.3.0 None 0 12.3 kB ljharb
npm/es6-iterator@2.0.3 None 0 29.7 kB medikoo
npm/escalade@3.1.1 filesystem 0 11.4 kB lukeed
npm/escape-html@1.0.3 None 0 3.66 kB dougwilson
npm/escape-string-regexp@1.0.5 None 0 2.69 kB jbnicolai
npm/esprima@4.0.1 None 0 314 kB ariya
npm/estraverse@4.3.0 None 0 36.3 kB michaelficarra
npm/etag@1.8.1 filesystem 0 10.8 kB dougwilson
npm/extend@3.0.2 None 0 23.5 kB ljharb
npm/extsprintf@1.3.0 None 0 22.8 kB dap
npm/fast-json-stable-stringify@2.1.0 None 0 17 kB esp
npm/fast-levenshtein@2.0.6 None 0 9.44 kB hiddentao
npm/function-bind@1.1.2 None 0 31.4 kB ljharb
npm/functions-have-names@1.2.3 None 0 16.7 kB ljharb
npm/get-caller-file@2.0.5 None 0 4.72 kB stefanpenner
npm/get-intrinsic@1.2.4 eval 0 41.6 kB ljharb
npm/get-stream@5.2.0 Transitive: filesystem +1 20.2 kB sindresorhus
npm/has-property-descriptors@1.0.2 None +1 22.7 kB ljharb
npm/has-proto@1.0.3 None 0 12 kB ljharb
npm/has-symbols@1.0.3 None 0 20.6 kB ljharb
npm/has-unicode@2.0.1 environment 0 3.44 kB iarna
npm/hasown@2.0.2 None 0 8.77 kB ljharb
npm/hosted-git-info@2.8.9 None 0 25.8 kB nlf
npm/iconv-lite@0.4.24 None 0 336 kB ashtuchkin
npm/ieee754@1.2.1 None 0 6.8 kB feross
npm/indent-string@4.0.0 None 0 4.4 kB sindresorhus
npm/inflight@1.0.6 None +1 6.72 kB isaacs
npm/ini@2.0.0 None 0 9.47 kB isaacs
npm/ipaddr.js@1.9.1 None 0 42.1 kB whitequark
npm/is-buffer@1.1.6 None 0 5.58 kB feross
npm/is-callable@1.2.7 None 0 28.9 kB ljharb
npm/is-core-module@2.13.1 None 0 30.2 kB ljharb
npm/is-extglob@2.1.1 None 0 6.22 kB jonschlinkert
npm/is-glob@4.0.3 None 0 13.6 kB phated
npm/is-negative-zero@2.0.3 None 0 27.1 kB ljharb
npm/is-path-inside@3.0.3 None 0 4.12 kB sindresorhus
npm/is-typedarray@1.0.0 None 0 4.41 kB hughsk
npm/isarray@1.0.0 None 0 3.89 kB juliangruber
npm/js-tokens@4.0.0 None 0 15.1 kB lydell
npm/json-parse-even-better-errors@2.3.1 None 0 10.4 kB isaacs
npm/json-stringify-safe@5.0.1 None 0 12.7 kB isaacs
npm/lodash.clonedeep@4.5.0 None 0 48.2 kB jdalton
npm/lodash.merge@4.6.2 None 0 54.1 kB jdalton
npm/lodash@4.17.21 None 0 1.41 MB bnjmnt4n
npm/make-dir@3.1.0 filesystem 0 10 kB sindresorhus
npm/merge2@1.4.1 None 0 8.9 kB zensh
npm/methods@1.1.2 network 0 5.29 kB dougwilson
npm/mime@1.6.0 environment, filesystem 0 51.7 kB broofa
npm/mimic-fn@2.1.0 None 0 4.46 kB sindresorhus
npm/ms@2.1.3 None 0 6.72 kB styfle
npm/mz@2.7.0 filesystem, network, shell +2 38.6 kB jongleberry
npm/nopt@5.0.0 environment 0 25.8 kB isaacs
npm/normalize-path@3.0.0 None 0 9.22 kB jonschlinkert
npm/object-assign@4.1.1 None 0 5.49 kB sindresorhus
npm/object-inspect@1.13.1 None 0 97.2 kB ljharb
npm/object-keys@1.1.1 None 0 26.5 kB ljharb
npm/once@1.4.0 None +1 7.01 kB isaacs
npm/open@8.4.0 environment, filesystem, shell 0 46.4 kB sindresorhus
npm/os-tmpdir@1.0.2 None 0 3.06 kB sindresorhus
npm/p-limit@3.1.0 None +1 13.8 kB sindresorhus
npm/p-try@2.2.0 None 0 4.37 kB sindresorhus
npm/parseurl@1.3.3 None 0 10.3 kB dougwilson
npm/path-key@3.1.1 None 0 4.55 kB sindresorhus
npm/path-parse@1.0.7 None 0 4.51 kB jbgutierrez
npm/path-to-regexp@0.1.7 None 0 6.78 kB blakeembrey
npm/postcss-value-parser@4.2.0 None 0 27.2 kB evilebottnawi
npm/process-nextick-args@2.0.1 None 0 3.17 kB cwmma
npm/process@0.11.10 None 0 15.3 kB cwmma
npm/progress@2.0.3 None 0 15.5 kB turbopope
npm/pseudomap@1.0.2 environment 0 8.21 kB isaacs
npm/psl@1.8.0 None 0 433 kB lupomontero
npm/punycode@1.4.1 None 0 23.1 kB mathias
npm/randombytes@2.1.0 None 0 6.36 kB cwmma
npm/range-parser@1.2.1 None 0 8.46 kB dougwilson
npm/react-is@16.13.1 environment 0 24 kB acdlite
npm/require-directory@2.1.1 filesystem 0 12.1 kB troygoode
npm/require-from-string@2.0.2 unsafe 0 3.42 kB floatdrop
npm/retry@0.13.1 None 0 18.9 kB tim-kos
npm/run-async@2.4.1 None 0 6.6 kB sboudrias
npm/run-parallel@1.2.0 None 0 6.56 kB feross
npm/safe-buffer@5.1.2 None 0 31.7 kB feross
npm/set-blocking@2.0.0 None 0 4.22 kB bcoe
npm/statuses@1.5.0 None 0 11 kB dougwilson
npm/string_decoder@1.3.0 None 0 14.4 kB matteo.collina
npm/string-width@4.2.3 None +2 45.6 kB sindresorhus
npm/strip-json-comments@3.1.1 None 0 6.96 kB sindresorhus
npm/text-table@0.2.0 None 0 11 kB substack
npm/through@2.3.8 None 0 12.5 kB dominictarr
npm/type-detect@4.0.8 None 0 42.1 kB chaijs
npm/type-fest@0.20.2 None 0 111 kB sindresorhus
npm/type-is@1.6.18 None 0 18.5 kB dougwilson
npm/unpipe@1.0.0 None 0 4.31 kB dougwilson
npm/util-deprecate@1.0.2 None 0 5.48 kB tootallnate
npm/utils-merge@1.0.1 None 0 3.72 kB jaredhanson
npm/uuid@8.3.2 None 0 116 kB ctavan
npm/v8-compile-cache@2.3.0 environment, filesystem, unsafe 0 16.8 kB zertosh
npm/vary@1.1.2 None 0 8.75 kB dougwilson
npm/which@2.0.2 environment Transitive: filesystem +1 20.9 kB isaacs
npm/wide-align@1.1.5 None 0 4.47 kB iarna
npm/word-wrap@1.2.3 None 0 10.6 kB jonschlinkert
npm/xtend@4.0.2 None 0 6.46 kB raynos
npm/yaml@1.10.2 environment 0 448 kB eemeli

View full report↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant