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

chore(deps): update dependency mongoose to v5.2.15 #143

Merged
merged 1 commit into from
Sep 18, 2018

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 13, 2018

This Pull Request updates dependency mongoose (homepage, source) from v5.2.6 to v5.2.15

This PR also includes an upgrade to the corresponding @​types/mongoose package.

Note: This PR was created on a configured schedule ("before 3am on Monday") and will not receive updates outside those times.


Release Notes

v5.2.15

Compare Source

===================

  • fix(populate): handle virtual justOne correctly if it isn't set #​6988
  • fix(populate): consistently use lowercase model instead of Model so double-populating works with existing docs #​6978
  • fix(model): allow calling Model.init() again after calling dropDatabase() #​6967
  • fix(populate): find correct justOne when double-populating underneath an array #​6798
  • docs(webpack): make webpack docs use es2015 preset for correct libs and use acorn to test output is valid ES5 #​6740
  • fix(populate): add selectPopulatedPaths option to opt out of auto-adding populate()-ed fields to select() #​6546
  • fix(model): set timestamps on bulkWrite insertOne and replaceOne #​5708

v5.2.14

Compare Source

===================

  • docs: fix wording on promise docs to not imply queries only return promises #​6983 #​6982 lineus
  • fix(map): throw TypeError if keys are not string #​6956
  • fix(document): ensure you can validate() a child doc #​6931
  • fix(populate): avoid cast error if refPath points to localFields with 2 different types #​6870
  • fix(populate): handle populating already-populated paths #​6839
  • fix(schematype): make ObjectIds handle refPaths when checking required #​6714
  • fix(model): set timestamps on bulkWrite() updates #​5708

v5.2.13

Compare Source

===================

  • fix(map): throw TypeError if keys are not string #​6968 Fonger
  • fix(update): make array op casting work with strict:false and {} #​6962 #​6952 lineus
  • fix(document): add doc.deleteOne(), doc.updateOne(), doc.replaceOne() re: deprecation warnings #​6959 #​6940 lineus
  • docs(faq+schematypes): add note about map keys needing to be strings #​6957 #​6956 lineus
  • fix(schematype): remove unused if statement #​6950 #​6949 cacothi
  • docs: add /docs/deprecations.html for dealing with MongoDB driver deprecation warnings #​6922
  • fix(populate): handle refPath where first element in array has no refPath #​6913
  • fix(mongoose): allow setting useCreateIndex option after creating a model but before initial connection succeeds #​6890
  • fix(updateValidators): ensure $pull validators always get an array #​6889

v5.2.12

Compare Source

===================

  • fix(document): disallow setting constructor and prototype if strict mode false

v5.2.11

Compare Source

===================

  • fix(document): disallow setting proto if strict mode false
  • fix(document): run document middleware on docs embedded in maps #​6945 #​6938 Fonger
  • fix(query): make castForQuery return a CastError #​6943 #​6927 lineus
  • fix(query): use correct this scope when casting query with legacy 2dsphere pairs defined in schema #​6939 #​6937 Fonger
  • fix(document): avoid crash when calling get() on deeply nested subdocs #​6929 #​6925 jakemccloskey
  • fix(plugins): make saveSubdocs execute child post save hooks after the actual save #​6926
  • docs: add dbName to api docs for .connect() #​6923 p722
  • fix(populate): convert to array when schema specifies array, even if doc doesn't have an array #​6908
  • fix(populate): handle justOne virtual populate underneath array #​6867
  • fix(model): dont set versionKey on upsert if it is already $set #​5973

v5.2.10

Compare Source

===================

  • fix: bump mongodb driver -> 3.1.4 #​6920 #​6903 #​6884 #​6799 #​6741 Fonger
  • fix(model): track session option for save() as the document's $session() #​6909
  • fix(query): add Query.getOptions() helper #​6907 Fonger
  • fix(document): ensure array atomics get cleared after save() #​6900
  • fix(aggregate): add missing redact and readConcern helpers #​6895 Fonger
  • fix: add global option mongoose.set('useCreateIndex', true) to avoid ensureIndex deprecation warning #​6890
  • fix(query): use projection option to avoid deprecation warnings #​6888 #​6880 Fonger
  • fix(query): use findOneAndReplace() internally if using overwrite: true with findOneAndUpdate() #​6888 Fonger
  • fix(document): ensure required cache gets cleared correctly between subsequent saves #​6892
  • fix(aggregate): support session chaining correctly #​6886 #​6885 Fonger
  • fix(query): use projection instead of fields internally for find() and findOne() to avoid deprecation warning #​6880
  • fix(populate): add getters option to opt in to calling getters on populate #​6844

v5.2.9

Compare Source

==================


v5.2.8

Compare Source

==================

  • docs: update execPopulate() code example #​6851 WJakub
  • fix(document): allow passing callback to execPopulate() #​6851
  • fix(populate): populate with undefined fields without error #​6848 #​6845 Fonger
  • docs(migrating_to_5): Add objectIdGetter option docs #​6842 jwalton
  • chore: run lint in parallel and only on Node.js v10 #​6836 Fonger
  • fix(populate): throw helpful error if refPath excluded in query #​6834
  • docs(migrating_to_5): add note about removing runSettersOnQuery #​6832
  • fix: use safe-buffer to avoid buffer deprecation errors in Node.js 10 #​6829 Fonger
  • docs(query): fix broken links #​6828 yaynick
  • docs(defaults): clarify that defaults only run on undefined #​6827
  • chore: fix flakey tests #​6824 Fonger
  • docs: fix custom inspect function deprecation warning in Node.js 10 #​6821 yelworc
  • fix(document): ensure subdocs get set to init state after save() so validators can run again #​6818
  • fix(query): make sure embedded query casting always throws a CastError #​6803
  • fix(document): ensure required function only gets called once when validating #​6801
  • docs(connections): note that you must specify port if using useNewUrlParser: true #​6789
  • fix(populate): support options.match in virtual populate schema definition #​6787
  • fix(update): strip out virtuals from updates if strict: 'throw' rather than returning an error #​6731

v5.2.7

Compare Source

==================

  • fix(model): check expireAfterSeconds option when diffing indexes in syncIndexes() #​6820 #​6819 christopherhex
  • chore: fix some common test flakes in travis #​6816 Fonger
  • chore: bump eslint and webpack to avoid bad versions of eslint-scope #​6814
  • test(model): add delay to session tests to improve pass rate #​6811 Fonger
  • fix(model): support options in deleteMany #​6810 Fonger
  • fix(query): don't use $each when pushing an array into an array #​6809 lineus
  • chore: bump mquery so eslint isn't a prod dependency #​6800
  • fix(populate): correctly get schema type when calling populate() on already populated path #​6798
  • fix(populate): propagate readConcern options in populate from parent query #​6792 #​6785 Fonger
  • docs(connection): add description of useNewUrlParser option #​6789
  • fix(query): make select('+path') a no-op if no select prop in schema #​6785
  • docs(schematype+validation): document using function syntax for custom validator message #​6772
  • fix(update): throw CastError if updating with $inc: null #​6770
  • fix(connection): throw helpful error when calling createConnection(undefined) #​6763


This PR has been generated by Renovate Bot.

@renovate renovate bot changed the title chore(deps): update dependency mongoose to v5.2.7 chore(deps): update dependency mongoose to v5.2.8 Aug 14, 2018
@codecov
Copy link

codecov bot commented Aug 14, 2018

Codecov Report

Merging #143 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #143   +/-   ##
=======================================
  Coverage   88.58%   88.58%           
=======================================
  Files         173      173           
  Lines        7281     7281           
  Branches     1323     1323           
=======================================
  Hits         6450     6450           
  Misses        463      463           
  Partials      368      368

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e5e82e9...8392921. Read the comment docs.

@renovate renovate bot force-pushed the renovate/mongoose-5.x branch 2 times, most recently from 9202f05 to eebffb7 Compare August 17, 2018 13:56
@renovate renovate bot changed the title chore(deps): update dependency mongoose to v5.2.8 chore(deps): update dependency mongoose to v5.2.9 Aug 17, 2018
@renovate renovate bot force-pushed the renovate/mongoose-5.x branch 2 times, most recently from ebef1dc to f23e3d7 Compare August 27, 2018 13:55
@renovate renovate bot changed the title chore(deps): update dependency mongoose to v5.2.9 chore(deps): update dependency mongoose to v5.2.10 Aug 27, 2018
@renovate renovate bot force-pushed the renovate/mongoose-5.x branch 2 times, most recently from 80f979d to 615f4d9 Compare August 30, 2018 16:18
@renovate renovate bot changed the title chore(deps): update dependency mongoose to v5.2.10 chore(deps): update dependency mongoose to v5.2.11 Aug 30, 2018
@renovate renovate bot changed the title chore(deps): update dependency mongoose to v5.2.11 chore(deps): update dependency mongoose to v5.2.12 Aug 30, 2018
@renovate renovate bot changed the title chore(deps): update dependency mongoose to v5.2.12 chore(deps): update dependency mongoose to v5.2.13 Sep 4, 2018
@renovate renovate bot force-pushed the renovate/mongoose-5.x branch 2 times, most recently from fee6d69 to 1abe565 Compare September 7, 2018 00:37
@renovate renovate bot changed the title chore(deps): update dependency mongoose to v5.2.13 chore(deps): update dependency mongoose to v5.2.14 Sep 10, 2018
@renovate renovate bot force-pushed the renovate/mongoose-5.x branch 3 times, most recently from 8392921 to 97d3645 Compare September 14, 2018 17:47
@renovate renovate bot changed the title chore(deps): update dependency mongoose to v5.2.14 chore(deps): update dependency mongoose to v5.2.15 Sep 15, 2018
@renovate renovate bot force-pushed the renovate/mongoose-5.x branch 5 times, most recently from b4b8458 to b3c7233 Compare September 17, 2018 08:49
@codecov
Copy link

codecov bot commented Sep 18, 2018

Codecov Report

Merging #143 into master will increase coverage by 0.13%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #143      +/-   ##
==========================================
+ Coverage   88.61%   88.74%   +0.13%     
==========================================
  Files         173      173              
  Lines        7297     7297              
  Branches     1327     1327              
==========================================
+ Hits         6466     6476      +10     
+ Misses        463      452      -11     
- Partials      368      369       +1
Impacted Files Coverage Δ
src/app/files/processor/processor.queue.ts 89.92% <0%> (+7.19%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ea92163...3ec1e0a. Read the comment docs.

2 similar comments
@codecov
Copy link

codecov bot commented Sep 18, 2018

Codecov Report

Merging #143 into master will increase coverage by 0.13%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #143      +/-   ##
==========================================
+ Coverage   88.61%   88.74%   +0.13%     
==========================================
  Files         173      173              
  Lines        7297     7297              
  Branches     1327     1327              
==========================================
+ Hits         6466     6476      +10     
+ Misses        463      452      -11     
- Partials      368      369       +1
Impacted Files Coverage Δ
src/app/files/processor/processor.queue.ts 89.92% <0%> (+7.19%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ea92163...3ec1e0a. Read the comment docs.

@codecov
Copy link

codecov bot commented Sep 18, 2018

Codecov Report

Merging #143 into master will increase coverage by 0.13%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #143      +/-   ##
==========================================
+ Coverage   88.61%   88.74%   +0.13%     
==========================================
  Files         173      173              
  Lines        7297     7297              
  Branches     1327     1327              
==========================================
+ Hits         6466     6476      +10     
+ Misses        463      452      -11     
- Partials      368      369       +1
Impacted Files Coverage Δ
src/app/files/processor/processor.queue.ts 89.92% <0%> (+7.19%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ea92163...3ec1e0a. Read the comment docs.

@freezy freezy merged commit dc13b7a into master Sep 18, 2018
@renovate renovate bot deleted the renovate/mongoose-5.x branch September 18, 2018 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants