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

Bump mingo from 3.1.0 to 6.4.15 #31

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2024

Bumps mingo from 3.1.0 to 6.4.15.

Changelog

Sourced from mingo's changelog.

6.4.15 / 2024-04-16

New

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

6.4.14 / 2024-04-12 (deprecated)

  • ESM import broken. See #437

6.4.13 / 2024-03-22

Update

  • Add support for Query condition to updater function.

6.4.12 / 2024-02-26

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)

6.4.11 / 2024-02-24 (deprecated)

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

  • Add fix for Vitest. #420

6.4.10 / 2023-12-20

Fixes

  • Support BigInt only when available on platform #407

6.4.9 / 2023-11-12

New

  • Add support for accumulator and expression operators; $percentile, $median.

6.4.8 / 2023-10-21

Fixes

  • Minor refactoring improvements to fix build issues in some web frameworks.

6.4.7 / 2023-10-06

New

  • Add support for bitwise aggregation operators. $bitAnd, $bitOr,$bitXor,$bitNot.
  • Add support for typed arrays in isEqual, cloneDeep, and stringify.

Fixes

  • Build object graph for relevant update operators $inc,$mul,$max,$min,$push,$bit.
  • Compare user-defined types with referential equality only with isEqual.
  • Process user-defined types correctly with stringify.
  • Properly handle cycles in stringify operation.

... (truncated)

Commits
  • 2a71da3 Release 6.4.15
  • b0ec0e6 chore(deps): lock file maintenance (#436)
  • cb3f5ee lockfile update
  • d010a81 fix: Resolve broken ESM import. Closes #437
  • 6fbd94c Release 6.4.14
  • b66907f build: Disable minification
  • f0d5162 chore: lockfile update
  • a5306a8 chore: Bump version and update change logs
  • 8a0f8c7 refactor(util): Simplify stringify and cloneDeep implementation
  • c231264 feat(isEqual): Support equality on custom types using toString. Closes #435
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 21, 2024
@cubehouse
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mingo-6.4.15 branch from 5254cfa to 45f9f2e Compare April 21, 2024 06:36
Bumps [mingo](/~https://github.com/kofrasa/mingo) from 3.1.0 to 6.4.15.
- [Changelog](/~https://github.com/kofrasa/mingo/blob/main/CHANGELOG.md)
- [Commits](kofrasa/mingo@3.1.0...6.4.15)

---
updated-dependencies:
- dependency-name: mingo
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mingo-6.4.15 branch from 45f9f2e to dc66f35 Compare April 21, 2024 06:37
@cubehouse cubehouse merged commit 3095d05 into main Apr 21, 2024
2 checks passed
@cubehouse cubehouse deleted the dependabot/npm_and_yarn/mingo-6.4.15 branch April 21, 2024 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant