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

fix(deps): update dependency mingo to v6.5.1 #6649

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mingo 6.4.15 -> 6.5.1 age adoption passing confidence

Release Notes

kofrasa/mingo (mingo)

v6.5.1

Compare Source

Improvements

  • Export default update function and factory in module index.
  • Improve performance of $bucketAuto by removing excessive hashing.
  • Simplify API for adding operators in Context class.
  • Renamed updateObject(..) to update(..).
  • Remove optimistic string representation on custom type without explicit toString() method.
  • Expression operator $type returns "regexp" instead of "regex" when useStrictMode=false.

Fixes

  • Use MongoDB comparator for $cmp.

v6.5.0

Compare Source

New

  • Added $densify pipeline stage operator.
  • Added $graphLookup pipeline stage operator.
  • Added $dateTrunc expression operator.
  • Support $lookup by array and sub-queries with nested pipeline.
  • Support granularity option in $bucketAuto.
  • Add Olson timezone support for date operators.
  • Expression operator $type uses JS type names when useStrictMode=false or MongoDB type names otherwise.
    • Types in non-strict mode: "undefined","boolean", and "number".
    • Types in strict mode: "missing", "bool", "int", "long", and "double".
  • Renamed AnyVal -> Any and RawObject -> AnyObject.

Fixes

  • Implement $dateDiff to be consistent with MongoDB.
  • Handle null inputs to $objectToArray,$setUnion,$map,$zip, and $filter.
  • Pass parent variables down to nested expressions.
  • Include idKey for $project when no other fields are selected.
  • Removed caching of current timestamp for $$NOW variable in options.
  • Handle date inputs for $subtract operator.
  • Improve input validations for $first, $last, and $ifNull.
  • Update implementation of $min and $max to be consistent with new behaviour in latest MongoDB.

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/mingo-6.x branch 26 times, most recently from 0e1d6f0 to f665fb5 Compare December 5, 2024 20:54
@renovate renovate bot force-pushed the renovate/mingo-6.x branch from f665fb5 to 3642f5c Compare December 7, 2024 17:12
@renovate renovate bot changed the title fix(deps): update dependency mingo to v6.5.0 fix(deps): update dependency mingo to v6.5.1 Dec 7, 2024
@renovate renovate bot force-pushed the renovate/mingo-6.x branch 2 times, most recently from 8e2b7a6 to 0edf811 Compare December 8, 2024 04:53
@renovate renovate bot force-pushed the renovate/mingo-6.x branch 26 times, most recently from 12ce70e to 4e682ce Compare December 16, 2024 09:12
@renovate renovate bot force-pushed the renovate/mingo-6.x branch 2 times, most recently from a583462 to ea7f933 Compare December 16, 2024 15:38
@renovate renovate bot force-pushed the renovate/mingo-6.x branch from ea7f933 to 7be0fd8 Compare December 16, 2024 18:39
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.

0 participants