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 v7.3.0 #1685

Merged
merged 1 commit into from
Jun 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mongoose (source) 7.2.3 -> 7.3.0 age adoption passing confidence

Release Notes

Automattic/mongoose

v7.3.0

Compare Source

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

  • 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

v7.2.4

Compare Source

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@humanscape-james
Copy link

changing schema.factory.ts > line 16 (createForClass)

  • from return new mongoose.Schema<TClass>(

  • to return new mongoose.Schema<TClass, any, any, any, any, any>(

makes build and test(npm run test:e2e) success...

but I am not sure if this is enough for mongoose's breaking changes from v6 to v7 🤔

@kamilmysliwiec kamilmysliwiec mentioned this pull request Mar 6, 2023
1 task
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch 3 times, most recently from 9fc9214 to c50b965 Compare March 10, 2023 16:31
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch 2 times, most recently from c9f6317 to da4da72 Compare March 15, 2023 17:11
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch 14 times, most recently from 4a50777 to b840bfd Compare March 24, 2023 02:12
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch 5 times, most recently from 750b759 to 73a2590 Compare March 25, 2023 00:51
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch 4 times, most recently from aac47c9 to ac0b7b0 Compare May 24, 2023 21:20
@cwoebker
Copy link

@kamilmysliwiec Do you have a timeline in mind on when mongoose v7 support might land? Thanks for all of your work!

@renovate renovate bot force-pushed the renovate/mongoose-7.x branch 6 times, most recently from c73fdde to f48e316 Compare May 31, 2023 17:31
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch 6 times, most recently from 9fd9a4d to 50ae9ae Compare June 8, 2023 19:52
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch 6 times, most recently from 6ca7ba2 to 15c0235 Compare June 14, 2023 19:32
@renovate renovate bot changed the title chore(deps): update dependency mongoose to v7 chore(deps): update dependency mongoose to v7.3.0 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/mongoose-7.x branch 2 times, most recently from 5967a95 to 9cf48a6 Compare June 15, 2023 11:48
@kamilmysliwiec kamilmysliwiec merged commit 830cca9 into master Jun 15, 2023
@delete-merged-branch delete-merged-branch bot deleted the renovate/mongoose-7.x branch June 15, 2023 11:54
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.

4 participants