Bump async and mongoose #9

Open
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/async-and-mongoose--removed into master
dependabot[bot] commented 2023-05-06 16:21:01 +02:00 (Migrated from github.com)

Removes async. It's no longer used after updating ancestor dependency mongoose. These dependencies need to be updated together.

Removes async

Updates mongoose from 5.5.9 to 5.13.17

Changelog

Sourced from mongoose's changelog.

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

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

6.10.4 / 2023-03-21

  • fix(document): apply setters on resulting value when calling Document.prototype.$inc() #13178 #13158
  • fix(model): add results property to unordered insertMany() to make it easy to identify exactly which documents were inserted #13163 #12791
  • docs(guide+schematypes): add UUID to schematypes guide #13184

7.0.2 / 2023-03-15

6.10.3 / 2023-03-13

  • fix(connection): add stub implementation of doClose to base connection class #13157
  • fix(types): add cursor.eachAsync index parameter #13162 #13153 hasezoey
  • docs: fix 6.x docs sidebar links #13147 #13144 hasezoey
  • docs(validation): clarify that validation runs as first pre(save) middleware #13062

6.10.2 / 2023-03-07

  • fix(document): avoid setting array default if document array projected out by sibling projection #13135 #13043 #13003
  • fix(documentarray): set correct document array path if making map of document arrays #13133
  • fix: undo accidental change to engines in package.json #13124 lorand-horvath
  • docs: quick improvement to Model.init() docs #13054

7.0.1 / 2023-03-06

... (truncated)

Commits
  • 1bc07ec chore: release 5.13.17
  • 3f827b3 Merge branch '5.x' of github.com:Automattic/mongoose into 5.x
  • eeabe5f chore: run CI tests on ubuntu 20.04 because 18.04 no longer supported
  • 14464d1 Merge pull request #13195 from raj-goguardian/gh-13192
  • 7e888e4 fix(update): handle $and & $or in array filters.
  • 5dd0a4e Merge pull request #13138 from rdeavila94/gh-13136
  • c8191da Update model.indexes.test.js
  • 7364264 Update model.indexes.test.js
  • 77b9d99 Updated the isIndexEqual function to take into account non-text indexes when ...
  • 9dd82be Merge pull request #13132 from rdeavila94/gh-12654
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Removes [async](https://github.com/caolan/async). It's no longer used after updating ancestor dependency [mongoose](https://github.com/Automattic/mongoose). These dependencies need to be updated together. Removes `async` Updates `mongoose` from 5.5.9 to 5.13.17 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md">mongoose's changelog</a>.</em></p> <blockquote> <h1>5.13.17 / 2023-04-04</h1> <ul> <li>fix: backport fix for array filters handling $or and $and <a href="https://redirect.github.com/Automattic/mongoose/issues/13195">#13195</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13192">#13192</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/10696">#10696</a> <a href="https://github.com/raj-goguardian">raj-goguardian</a></li> <li>fix: update the isIndexEqual function to take into account non-text indexes when checking compound indexes that include both text and non-text indexes <a href="https://redirect.github.com/Automattic/mongoose/issues/13138">#13138</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13136">#13136</a> <a href="https://github.com/rdeavila94">rdeavila94</a></li> </ul> <h1>7.0.3 / 2023-03-23</h1> <ul> <li>fix(query): avoid executing transforms if query wasn't executed <a href="https://redirect.github.com/Automattic/mongoose/issues/13185">#13185</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13165">#13165</a></li> <li>fix(schema): make creating top-level virtual underneath subdocument equivalent to creating virtual on the subdocument <a href="https://redirect.github.com/Automattic/mongoose/issues/13197">#13197</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13189">#13189</a></li> <li>fix(timestamps): set timestamps on empty replaceOne() <a href="https://redirect.github.com/Automattic/mongoose/issues/13196">#13196</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13170">#13170</a></li> <li>fix(types): change return type of lean() to include null if nullable <a href="https://redirect.github.com/Automattic/mongoose/issues/13155">#13155</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13151">#13151</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>fix(types): fixed type of DocumentArray constructor parameter <a href="https://redirect.github.com/Automattic/mongoose/issues/13183">#13183</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13087">#13087</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>docs: refactor header naming to lessen conflicts <a href="https://redirect.github.com/Automattic/mongoose/issues/12901">#12901</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>docs: change header levels to be consistent across files <a href="https://redirect.github.com/Automattic/mongoose/issues/13173">#13173</a> <a href="https://github.com/hasezoey">hasezoey</a></li> </ul> <h1>6.10.4 / 2023-03-21</h1> <ul> <li>fix(document): apply setters on resulting value when calling Document.prototype.$inc() <a href="https://redirect.github.com/Automattic/mongoose/issues/13178">#13178</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13158">#13158</a></li> <li>fix(model): add results property to unordered insertMany() to make it easy to identify exactly which documents were inserted <a href="https://redirect.github.com/Automattic/mongoose/issues/13163">#13163</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12791">#12791</a></li> <li>docs(guide+schematypes): add UUID to schematypes guide <a href="https://redirect.github.com/Automattic/mongoose/issues/13184">#13184</a></li> </ul> <h1>7.0.2 / 2023-03-15</h1> <ul> <li>fix: validate array elements when passing array path to validateSync() in pathsToValidate <a href="https://redirect.github.com/Automattic/mongoose/issues/13167">#13167</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13159">#13159</a></li> <li>fix(schema): propagate typeKey down to implicitly created subdocuments <a href="https://redirect.github.com/Automattic/mongoose/issues/13164">#13164</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13154">#13154</a></li> <li>fix(types): add index param to eachAsync fn <a href="https://redirect.github.com/Automattic/mongoose/issues/13153">#13153</a> <a href="https://github.com/krosenk729">krosenk729</a></li> <li>fix(types/documentarray): type DocumentArray constructor parameter as object <a href="https://redirect.github.com/Automattic/mongoose/issues/13089">#13089</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13087">#13087</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>fix(types): type query <code>select()</code> as string, string[], or record; not <code>any</code> <a href="https://redirect.github.com/Automattic/mongoose/issues/13146">#13146</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13142">#13142</a> <a href="https://github.com/rbereziuk">rbereziuk</a></li> <li>fix(types/query): change QueryOptions lean type to Record<!-- raw HTML omitted --> <a href="https://redirect.github.com/Automattic/mongoose/issues/13150">#13150</a> <a href="https://github.com/lpizzinidev">lpizzinidev</a></li> <li>docs: add and run eslint-plugin-markdown <a href="https://redirect.github.com/Automattic/mongoose/issues/13156">#13156</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>docs(generateSearch): fix search generation for API <a href="https://redirect.github.com/Automattic/mongoose/issues/13161">#13161</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>docs(generateSearch): move config missing error to require <a href="https://redirect.github.com/Automattic/mongoose/issues/13160">#13160</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>chore: remove unused docs libraries <a href="https://redirect.github.com/Automattic/mongoose/issues/13172">#13172</a> <a href="https://github.com/hasezoey">hasezoey</a></li> </ul> <h1>6.10.3 / 2023-03-13</h1> <ul> <li>fix(connection): add stub implementation of doClose to base connection class <a href="https://redirect.github.com/Automattic/mongoose/issues/13157">#13157</a></li> <li>fix(types): add cursor.eachAsync index parameter <a href="https://redirect.github.com/Automattic/mongoose/issues/13162">#13162</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13153">#13153</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>docs: fix 6.x docs sidebar links <a href="https://redirect.github.com/Automattic/mongoose/issues/13147">#13147</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13144">#13144</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>docs(validation): clarify that validation runs as first pre(save) middleware <a href="https://redirect.github.com/Automattic/mongoose/issues/13062">#13062</a></li> </ul> <h1>6.10.2 / 2023-03-07</h1> <ul> <li>fix(document): avoid setting array default if document array projected out by sibling projection <a href="https://redirect.github.com/Automattic/mongoose/issues/13135">#13135</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13043">#13043</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/13003">#13003</a></li> <li>fix(documentarray): set correct document array path if making map of document arrays <a href="https://redirect.github.com/Automattic/mongoose/issues/13133">#13133</a></li> <li>fix: undo accidental change to <code>engines</code> in <code>package.json</code> <a href="https://redirect.github.com/Automattic/mongoose/issues/13124">#13124</a> <a href="https://github.com/lorand-horvath">lorand-horvath</a></li> <li>docs: quick improvement to Model.init() docs <a href="https://redirect.github.com/Automattic/mongoose/issues/13054">#13054</a></li> </ul> <h1>7.0.1 / 2023-03-06</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/1bc07ecc9e52702a2a23e3c71e48211d790e5dee"><code>1bc07ec</code></a> chore: release 5.13.17</li> <li><a href="https://github.com/Automattic/mongoose/commit/3f827b382b12a5dc79cb3924c63aedefd2ac53b8"><code>3f827b3</code></a> Merge branch '5.x' of github.com:Automattic/mongoose into 5.x</li> <li><a href="https://github.com/Automattic/mongoose/commit/eeabe5fb0dded0323217cd16b4a10ca689d09c95"><code>eeabe5f</code></a> chore: run CI tests on ubuntu 20.04 because 18.04 no longer supported</li> <li><a href="https://github.com/Automattic/mongoose/commit/14464d1b801564af985421c106976b3d93b6d5bb"><code>14464d1</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13195">#13195</a> from raj-goguardian/<a href="https://redirect.github.com/Automattic/mongoose/issues/13192">gh-13192</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/7e888e46dfc6dd4e468bfe2d300ccb60e28bdc6d"><code>7e888e4</code></a> fix(update): handle $and &amp; $or in array filters.</li> <li><a href="https://github.com/Automattic/mongoose/commit/5dd0a4e87376c062a0eb9de83b7c5f90d9c4d1d7"><code>5dd0a4e</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13138">#13138</a> from rdeavila94/<a href="https://redirect.github.com/Automattic/mongoose/issues/13136">gh-13136</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/c8191dac3df40b97e34dc75f70410641136eafcc"><code>c8191da</code></a> Update model.indexes.test.js</li> <li><a href="https://github.com/Automattic/mongoose/commit/7364264c483d78f92444d2f56975e2d5ab03b78f"><code>7364264</code></a> Update model.indexes.test.js</li> <li><a href="https://github.com/Automattic/mongoose/commit/77b9d99ec5f4d6562fbb61091e375d07100fef05"><code>77b9d99</code></a> Updated the isIndexEqual function to take into account non-text indexes when ...</li> <li><a href="https://github.com/Automattic/mongoose/commit/9dd82be1a0fdf76741195b3e45499dd79f6b985a"><code>9dd82be</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/13132">#13132</a> from rdeavila94/<a href="https://redirect.github.com/Automattic/mongoose/issues/12654">gh-12654</a></li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/5.5.9...5.13.17">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Programvareverkstedet/Biblio/network/alerts). </details>
This repo is archived. You cannot comment on pull requests.
No description provided.