Skip to content

chore: Bump tar and @mikro-orm/sqlite#23

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-fa72d54446
Open

chore: Bump tar and @mikro-orm/sqlite#23
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-fa72d54446

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown

Removes tar. It's no longer used after updating ancestor dependency @mikro-orm/sqlite. These dependencies need to be updated together.

Removes tar

Updates @mikro-orm/sqlite from 6.6.12 to 7.1.4

Release notes

Sourced from @​mikro-orm/sqlite's releases.

v7.1.4

7.1.4 (2026-06-06)

Bug Fixes

  • core: allow array return in onCreate/onUpdate on embedded/scalar arrays (#7848) (b7e5232), closes #7847
  • core: avoid spurious updates for object embeddables with undeclared keys (#7823) (6b017d9), closes #7821 #7821
  • core: avoid stack overflow in IdentityMap.keys()/values() for large maps (#7857) (8adf861)
  • core: keep STI primary key NOT NULL when a child re-declares it (#7828) (31a12bb), closes #7826
  • core: populate polymorphic embedded arrays loaded via a relation (#7846) (18f9b58), closes #7845
  • core: use owner targetKey for inverse collection loads (#7844) (8d46fe9), closes #7842 #7842
  • postgres: don't mis-detect JSON operator checks as enums (#7829) (dee3d3a), closes #7822
  • postgres: introspect native enums with no members (#7830) (aab9970), closes #7825
  • postgres: unwrap single-paren CHECK shell for bare boolean CASE bodies (#7827) (52ef9e9), closes #7824
  • sql: emit column name for kysely on-create/on-update hook injection (#7837) (f4135f7), closes #7836

Features

  • cli: added searchConfiguration() to analyze config file for context (#7834) (8a1066b)
  • pglite: support named databases inside a cluster (#7854) (2038f07), closes #7852

v7.1.3

7.1.3 (2026-05-31)

Bug Fixes

  • core: emit composite unique for OneToOne across 3+ STI variants (#7806) (ae89033), closes #7805
  • core: support mapToPk scalar typing with ES decorators (#7818) (9b8b4e4), closes #7817

Features

  • core: support onReserveConnection across SQL drivers (#7815) (166c966)
  • postgres: support adding and changing partitioning on existing tables (#7816) (db738bd)
  • schema: add ignoreRoutines option to leave routines unmanaged (#7810) (84e2ed3)
  • schema: add ignoreTriggers option and skip trigger drops in safe mode (#7809) (cc35d88)

v7.1.2

7.1.2 (2026-05-29)

Bug Fixes

  • cli: allow discovery:export to generate an empty list of entities (#7795) (604f109)

... (truncated)

Changelog

Sourced from @​mikro-orm/sqlite's changelog.

7.1.4 (2026-06-06)

Bug Fixes

  • core: allow array return in onCreate/onUpdate on embedded/scalar arrays (#7848) (b7e5232), closes #7847
  • core: avoid spurious updates for object embeddables with undeclared keys (#7823) (6b017d9), closes #7821 #7821
  • core: avoid stack overflow in IdentityMap.keys()/values() for large maps (#7857) (8adf861)
  • core: keep STI primary key NOT NULL when a child re-declares it (#7828) (31a12bb), closes #7826
  • core: populate polymorphic embedded arrays loaded via a relation (#7846) (18f9b58), closes #7845
  • core: use owner targetKey for inverse collection loads (#7844) (8d46fe9), closes #7842 #7842
  • postgres: don't mis-detect JSON operator checks as enums (#7829) (dee3d3a), closes #7822
  • postgres: introspect native enums with no members (#7830) (aab9970), closes #7825
  • postgres: unwrap single-paren CHECK shell for bare boolean CASE bodies (#7827) (52ef9e9), closes #7824
  • sql: emit column name for kysely on-create/on-update hook injection (#7837) (f4135f7), closes #7836

Features

  • cli: added searchConfiguration() to analyze config file for context (#7834) (8a1066b)
  • pglite: support named databases inside a cluster (#7854) (2038f07), closes #7852

7.1.3 (2026-05-31)

Bug Fixes

  • core: emit composite unique for OneToOne across 3+ STI variants (#7806) (ae89033), closes #7805
  • core: support mapToPk scalar typing with ES decorators (#7818) (9b8b4e4), closes #7817

Features

7.1.2 (2026-05-29)

Bug Fixes

... (truncated)

Commits
  • 61c4a19 chore(release): v7.1.4 [skip ci]
  • 8adf861 fix(core): avoid stack overflow in IdentityMap.keys()/values() for large maps...
  • 2038f07 feat(pglite): support named databases inside a cluster (#7854)
  • 383096b ci: make docker image pull resilient to transient mssql registry blocks (#7856)
  • 37ebeed test: fix flaky result cache test (GH7112) (#7855)
  • a9ab747 chore(deps): update patch/minor dependencies to v18.0.5 (#7853)
  • de30682 chore(deps): update patch/minor dependencies to v24.13.0
  • b7e5232 fix(core): allow array return in onCreate/onUpdate on embedded/scalar arrays ...
  • 78c5b1a chore(deps): update patch/minor dependencies
  • 18f9b58 fix(core): populate polymorphic embedded arrays loaded via a relation (#7846)
  • 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 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.

Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [@mikro-orm/sqlite](https://github.com/mikro-orm/mikro-orm). These dependencies need to be updated together.


Removes `tar`

Updates `@mikro-orm/sqlite` from 6.6.12 to 7.1.4
- [Release notes](https://github.com/mikro-orm/mikro-orm/releases)
- [Changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md)
- [Commits](mikro-orm/mikro-orm@v6.6.12...v7.1.4)

---
updated-dependencies:
- dependency-name: tar
  dependency-version:
  dependency-type: indirect
- dependency-name: "@mikro-orm/sqlite"
  dependency-version: 7.1.4
  dependency-type: direct:production
...

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 Jun 19, 2026
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.

0 participants