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

Update dependency mingo to v6.5.1 - autoclosed #452

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mingo 6.4.9 -> 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.

v6.4.15

Compare Source

New

  • Support custom type comparison using toString when defined on the type.

v6.4.14

Compare Source

v6.4.13

Compare Source

Update

  • Add support for Query condition to updater function.

v6.4.12

Compare Source

New

  • Autoload basic query operators and expression operators for boolean and comparison for use with Updater. #​413
  • Add explicit MingoError type to represent errors caught by the library.

Fixes

  • Revert "add import field to built package.json file to ensure proper vitest resolution (#​420)

v6.4.11

Compare Source

New

  • Autoload basic query operators and expression operators for boolean and comparison for use with Updater. #​413
  • Add explicit MingoError type to represent errors caught by the library.

Fixes

v6.4.10

Compare Source

Fixes

  • Support BigInt only when available on platform #​407

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 from 47b16ee to 9208939 Compare January 10, 2024 20:07
@renovate renovate bot force-pushed the renovate/mingo-6.x branch from 9208939 to 5b56edf Compare February 25, 2024 00:32
@renovate renovate bot changed the title Update dependency mingo to v6.4.10 Update dependency mingo to v6.4.11 Feb 25, 2024
@renovate renovate bot force-pushed the renovate/mingo-6.x branch from 5b56edf to a867d3c Compare February 27, 2024 04:19
@renovate renovate bot changed the title Update dependency mingo to v6.4.11 Update dependency mingo to v6.4.12 Feb 27, 2024
@renovate renovate bot force-pushed the renovate/mingo-6.x branch from a867d3c to b4c3bbe Compare March 22, 2024 22:03
@renovate renovate bot changed the title Update dependency mingo to v6.4.12 Update dependency mingo to v6.4.13 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/mingo-6.x branch from b4c3bbe to b4b9de6 Compare April 12, 2024 15:05
@renovate renovate bot changed the title Update dependency mingo to v6.4.13 Update dependency mingo to v6.4.14 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/mingo-6.x branch from b4b9de6 to f77cabc Compare April 17, 2024 01:17
@renovate renovate bot changed the title Update dependency mingo to v6.4.14 Update dependency mingo to v6.4.15 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/mingo-6.x branch from f77cabc to 3a1fb92 Compare November 28, 2024 04:09
@renovate renovate bot changed the title Update dependency mingo to v6.4.15 Update dependency mingo to v6.5.0 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/mingo-6.x branch from 3a1fb92 to e681cd6 Compare December 7, 2024 16:24
@renovate renovate bot changed the title Update dependency mingo to v6.5.0 Update dependency mingo to v6.5.1 Dec 7, 2024
@renovate renovate bot changed the title Update dependency mingo to v6.5.1 Update dependency mingo to v6.5.1 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/mingo-6.x branch December 8, 2024 18:24
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