Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

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.0.12

Release notes

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

v7.0.12

7.0.12 (2026-04-23)

Bug Fixes

  • core: avoid crash on STI subclass @​ManyToOne override targeting same hierarchy (#7599) (eeebf6f), closes #7598
  • core: expand polymorphic entity refs in where filters (#7579) (32a0f08), closes #7578
  • core: expand polymorphic entity refs inside scalar operators (#7581) (1027e90), closes #7579 #7578
  • core: recognize TypeScript's __esDecorate helper in decorator path lookup (#7584) (ad9c86a), closes #7583
  • core: skip getter-only properties in assignDefaultValues (#7575) (0251777), closes #7574
  • mysql: resolve password callback per-connection for short-lived tokens (#7577) (9b9fe2d), closes #7576
  • postgres: schema-qualify generated drop index statements (#7603) (c32bbd6)
  • sql: forward ignoreBranch options for M2M pivot alias resolution (#7591) (0cb4895), closes #7590

v7.0.11

7.0.11 (2026-04-16)

Bug Fixes

  • core: allow unknown values for Opt<unknown> properties (#7555) (7368fa1)
  • core: hydrate version property when merging data via SELECT_IN populate (#7547) (23ed086), closes #7543
  • core: prevent infinite loop with populate: ['*'] and refresh: true (#7548) (2f0518f), closes #7544
  • core: support TPT inheritance targets in polymorphic relations (#7564) (0e818fa), closes #7563
  • core: unwrap IType serialized type for scalar-based properties in EntityDTO (#7549) (42e4675)
  • core: validate TPT leaf entity indexes against own properties (#7573) (1f5e518), closes #7570
  • decorators: allow ES decorators on abstract classes (#7556) (a4eb8f2), closes #7553
  • migrations: skip database connection in create() and getPending() when snapshot exists (#7568) (4bf6ed5), closes #7493
  • postgres: normalize != to <> in check constraint diffing (#7541) (b8ad2b0), closes #7540
  • schema: convert default values of custom-typed properties to DB form (#7567) (0c1d2c9), closes #7565
  • schema: detect native enum value changes on array columns (#7561) (ec20701), closes #7560

Features

  • core: add logging option to em.upsert(), nativeUpdate() etc (#7562) (8808779), closes #7557

v7.0.10

7.0.10 (2026-04-10)

Bug Fixes

  • core: avoid forwarding cwd: undefined to tinyglobby (#7510) (6a134f4), closes #7509
  • core: brand raw query fragments via prototype property (#7519) (f596bdd), closes #7518
  • core: emit enum check constraints for embedded enum properties (#7526) (6f52ad1)

... (truncated)

Changelog

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

7.0.12 (2026-04-23)

Bug Fixes

  • core: avoid crash on STI subclass @​ManyToOne override targeting same hierarchy (#7599) (eeebf6f), closes #7598
  • core: expand polymorphic entity refs in where filters (#7579) (32a0f08), closes #7578
  • core: expand polymorphic entity refs inside scalar operators (#7581) (1027e90), closes #7579 #7578
  • core: recognize TypeScript's __esDecorate helper in decorator path lookup (#7584) (ad9c86a), closes #7583
  • core: skip getter-only properties in assignDefaultValues (#7575) (0251777), closes #7574
  • mysql: resolve password callback per-connection for short-lived tokens (#7577) (9b9fe2d), closes #7576
  • postgres: schema-qualify generated drop index statements (#7603) (c32bbd6)
  • sql: forward ignoreBranch options for M2M pivot alias resolution (#7591) (0cb4895), closes #7590

7.0.11 (2026-04-16)

Bug Fixes

Features

  • core: add logging option to em.upsert(), nativeUpdate() etc (#7562) (8808779), closes #7557

7.0.10 (2026-04-10)

Bug Fixes

  • core: avoid forwarding cwd: undefined to tinyglobby (#7510) (6a134f4), closes #7509

... (truncated)

Commits
  • 9f391fa chore(release): v7.0.12 [skip ci]
  • c32bbd6 fix(postgres): schema-qualify generated drop index statements (#7603)
  • eeebf6f fix(core): avoid crash on STI subclass @​ManyToOne override targeting same hie...
  • fa43fef chore(deps): update patch/minor dependencies
  • 70d0707 chore(deps): update patch/minor dependencies
  • 99487fc chore(deps): update dependency uuid to v14 (#7596)
  • 31538fd chore(deps): update dependency @​swc/core to v1.15.30
  • 2541db8 chore(ci): snapshot docs version on minor/major releases (#7594)
  • 0cb4895 fix(sql): forward ignoreBranch options for M2M pivot alias resolution (#7591)
  • 3c2ff74 chore(deps): update patch/minor dependencies (#7586)
  • 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.0.12
- [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.0.12)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@mikro-orm/sqlite"
  dependency-version: 7.0.12
  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 Apr 24, 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