Skip to content

Bump mingo from 7.2.3 to 7.2.4 - #44

Merged
alecgibson merged 2 commits into
masterfrom
dependabot/npm_and_yarn/mingo-7.2.4
Aug 24, 2026
Merged

Bump mingo from 7.2.3 to 7.2.4#44
alecgibson merged 2 commits into
masterfrom
dependabot/npm_and_yarn/mingo-7.2.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps mingo from 7.2.3 to 7.2.4.

Changelog

Sourced from mingo's changelog.

7.2.4 / 2026-08-07

Fixes

  • fix incorrect types configuration from 7.2.3.
  • $graphLookup correctly handles 'restrictSearchWithMatch' option using query filter syntax. (#624)
  • make $elemMatch with empty field and $in/$nin with regex behave correctly (#613).
  • update with $rename fails due to not adding destination to updateParams (#616).
  • fix $min fails for empty field (#619).
  • fix edge cases for $bit and $inc to report changes correctly on update (#620).
  • improve update operators argument validations (#621).
  • $bit must apply strictly to integeral values.
Commits
  • 753fe35 Release 7.2.4
  • 32605df chore: update lockfile version
  • ae85e17 update changelog for 7.2.4 and deprecate 7.2.3
  • 91aa730 fix: use query filter to process 'restrictSearchWithMatch' condition. closes ...
  • d2520f4 remove 'rootDir' from tsconfig to locate build output for types at top-level....
  • 4670151 build(deps-dev): bump fast-uri from 3.1.4 to 3.1.5 (#623)
  • See full diff 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 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)

Bumps [mingo](https://github.com/kofrasa/mingo) from 7.2.3 to 7.2.4.
- [Changelog](https://github.com/kofrasa/mingo/blob/main/CHANGELOG.md)
- [Commits](kofrasa/mingo@7.2.3...7.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 11, 2026
At the moment, `mingo` is declared with an explicit upper bound as a
hyphen range. Every upstream patch release therefore needs a Dependabot
PR and a manifest edit just to be permitted — this commit's parent is
one such bump, and the bound it landed on (`7.2.5`) isn't even a
published version.

That bound isn't load-bearing any more. It was originally introduced as
`6.1.0 - 6.2.1` to keep out `mingo@6.2.2`, which broke the CommonJS
require of `mingo/init/system`. When Dependabot later widened the range
to span `mingo@7`, the cap went with it, so `6.2.2` has been permitted
ever since.

This change swaps the range for `^6.1.0 || ^7.0.0`. It admits exactly
the same versions at the bottom, still spans both majors, and still
requires a deliberate change for `mingo@8` — but new `7.x` patches no
longer need one. Tested across `6.1.0` to `7.2.4`: the only failures
are `6.2.2` and `7.1.1` (an upstream bug in mingo's own CJS build),
both of which the previous range already allowed.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@alecgibson
alecgibson merged commit 6c9b10a into master Aug 24, 2026
8 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/mingo-7.2.4 branch August 24, 2026 14:40
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant