Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Bump mpath and mongoose #72

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2024

Bumps mpath to 0.8.4 and updates ancestor dependency mongoose. These dependencies need to be updated together.

Updates mpath from 0.8.3 to 0.8.4

Changelog

Sourced from mpath's changelog.

0.8.4 / 2021-09-01

  • fix: throw error if parts contains an element that isn't a string or number #13
Commits
  • 634a0fa chore: release 0.8.4
  • 89402d2 fix: throw error if parts contains an element that isn't a string or number
  • 03c4efe chore: add basic SECURITY.md file
  • See full diff in compare view

Updates mongoose from 5.12.13 to 5.13.22

Changelog

Sourced from mongoose's changelog.

5.13.22 / 2024-01-02

  • perf(schema): remove unnecessary lookahead in numeric subpath check
  • fix(document): allow setting nested path to null #14205
  • types: add skipValidation, strict, timestamps as options for bulkWrite() #8778

5.13.21 / 2023-10-19

  • types: fix "near" aggregation operator input type #12954 Jokero

5.13.20 / 2023-07-12

  • fix: avoid prototype pollution on init

5.13.19 / 2023-06-22

  • fix: remove accidental tarball in publish output

5.13.18 / 2023-06-22

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

5.13.16 / 2023-02-20

  • fix: make access to process.versions lazy #12584 maciasello
  • fix(types): add missing type definitions for bulkSave() #12019
  • docs: backport documentation URL updates #12692 hasezoey

5.13.15 / 2022-08-22

5.13.14 / 2021-12-27

  • fix(timestamps): avoid setting createdAt on documents that already exist but dont have createdAt #11024
  • docs(models): fix up nModified example for 5.x #11055

5.13.13 / 2021-11-02

5.13.12 / 2021-10-19

... (truncated)

Commits
  • 2642bb5 chore: release 5.13.22
  • e894fe8 types: add skipValidation, strict, timestamps as options for bulkWrite()
  • c5fa9b4 fix: also allow setting nested field to undefined re: #14205
  • 66e5c1b fix: fix some merge issues with #14226 re: #14205
  • a96164e fix(document): allow setting nested path to null
  • 7ff7e33 perf(schema): remove unnecessary lookahead in numeric subpath check
  • 09c55b3 pin another version for node 4 build
  • a1c9fb1 chore: fix typo
  • 7bd07d9 try pinning @​types/babylon dep to fix build issues
  • 21639c8 chore: release 5.13.21
  • 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 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 [mpath](https://github.com/aheckmann/mpath) to 0.8.4 and updates ancestor dependency [mongoose](https://github.com/Automattic/mongoose). These dependencies need to be updated together.


Updates `mpath` from 0.8.3 to 0.8.4
- [Changelog](https://github.com/mongoosejs/mpath/blob/master/History.md)
- [Commits](mongoosejs/mpath@0.8.3...0.8.4)

Updates `mongoose` from 5.12.13 to 5.13.22
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/5.13.22/History.md)
- [Commits](Automattic/mongoose@5.12.13...5.13.22)

---
updated-dependencies:
- dependency-name: mpath
  dependency-type: indirect
- 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 Jan 26, 2024
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.

0 participants