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 the orm group with 7 updates #327

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2024

Bumps the orm group with 7 updates:

Package From To
@mikro-orm/core 6.4.1 6.4.2
@mikro-orm/migrations 6.4.1 6.4.2
@mikro-orm/postgresql 6.4.1 6.4.2
@mikro-orm/better-sqlite 6.4.1 6.4.2
@mikro-orm/mariadb 6.4.1 6.4.2
@mikro-orm/mssql 6.4.1 6.4.2
@mikro-orm/mysql 6.4.1 6.4.2

Updates @mikro-orm/core from 6.4.1 to 6.4.2

Release notes

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

v6.4.2

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308
Changelog

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

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308
Commits
  • 582826c chore(release): v6.4.2 [skip ci]
  • 58f9518 chore(deps): update patch/minor dependencies (#6288)
  • b1291fb chore: update mongodb
  • d175c9d feat(core): validate missing properties in cursor
  • de1ae67 fix(core): fix cursor pagination with POJO cursor and relations
  • d9716a6 fix(reflection): fix source file detection after update to ts-morph v24
  • 4e5b18b fix(query-builder): improve detection of to-many joins in qb.getCount()
  • 8f45243 fix(core): prevent reinsertion of an entity referenced by a formula when it i...
  • 7d1a0dc fix(query-builder): combine serialization hint from managed entities and Quer...
  • 61fb8f5 fix(core): correctly handle populate of mapToPk relations (#6309)
  • Additional commits viewable in compare view

Updates @mikro-orm/migrations from 6.4.1 to 6.4.2

Release notes

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

v6.4.2

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308
Changelog

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

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308
Commits
  • 582826c chore(release): v6.4.2 [skip ci]
  • 58f9518 chore(deps): update patch/minor dependencies (#6288)
  • b1291fb chore: update mongodb
  • d175c9d feat(core): validate missing properties in cursor
  • de1ae67 fix(core): fix cursor pagination with POJO cursor and relations
  • d9716a6 fix(reflection): fix source file detection after update to ts-morph v24
  • 4e5b18b fix(query-builder): improve detection of to-many joins in qb.getCount()
  • 8f45243 fix(core): prevent reinsertion of an entity referenced by a formula when it i...
  • 7d1a0dc fix(query-builder): combine serialization hint from managed entities and Quer...
  • 61fb8f5 fix(core): correctly handle populate of mapToPk relations (#6309)
  • Additional commits viewable in compare view

Updates @mikro-orm/postgresql from 6.4.1 to 6.4.2

Release notes

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

v6.4.2

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308
Changelog

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

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308
Commits
  • 582826c chore(release): v6.4.2 [skip ci]
  • 58f9518 chore(deps): update patch/minor dependencies (#6288)
  • b1291fb chore: update mongodb
  • d175c9d feat(core): validate missing properties in cursor
  • de1ae67 fix(core): fix cursor pagination with POJO cursor and relations
  • d9716a6 fix(reflection): fix source file detection after update to ts-morph v24
  • 4e5b18b fix(query-builder): improve detection of to-many joins in qb.getCount()
  • 8f45243 fix(core): prevent reinsertion of an entity referenced by a formula when it i...
  • 7d1a0dc fix(query-builder): combine serialization hint from managed entities and Quer...
  • 61fb8f5 fix(core): correctly handle populate of mapToPk relations (#6309)
  • Additional commits viewable in compare view

Updates @mikro-orm/better-sqlite from 6.4.1 to 6.4.2

Release notes

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

v6.4.2

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308
Changelog

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

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308
Commits
  • 582826c chore(release): v6.4.2 [skip ci]
  • 58f9518 chore(deps): update patch/minor dependencies (#6288)
  • b1291fb chore: update mongodb
  • d175c9d feat(core): validate missing properties in cursor
  • de1ae67 fix(core): fix cursor pagination with POJO cursor and relations
  • d9716a6 fix(reflection): fix source file detection after update to ts-morph v24
  • 4e5b18b fix(query-builder): improve detection of to-many joins in qb.getCount()
  • 8f45243 fix(core): prevent reinsertion of an entity referenced by a formula when it i...
  • 7d1a0dc fix(query-builder): combine serialization hint from managed entities and Quer...
  • 61fb8f5 fix(core): correctly handle populate of mapToPk relations (#6309)
  • Additional commits viewable in compare view

Updates @mikro-orm/mariadb from 6.4.1 to 6.4.2

Release notes

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

v6.4.2

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308
Changelog

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

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308
Commits
  • 582826c chore(release): v6.4.2 [skip ci]
  • 58f9518 chore(deps): update patch/minor dependencies (#6288)
  • b1291fb chore: update mongodb
  • d175c9d feat(core): validate missing properties in cursor
  • de1ae67 fix(core): fix cursor pagination with POJO cursor and relations
  • d9716a6 fix(reflection): fix source file detection after update to ts-morph v24
  • 4e5b18b fix(query-builder): improve detection of to-many joins in qb.getCount()
  • 8f45243 fix(core): prevent reinsertion of an entity referenced by a formula when it i...
  • 7d1a0dc fix(query-builder): combine serialization hint from managed entities and Quer...
  • 61fb8f5 fix(core): correctly handle populate of mapToPk relations (#6309)
  • Additional commits viewable in compare view

Updates @mikro-orm/mssql from 6.4.1 to 6.4.2

Release notes

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

v6.4.2

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308
Changelog

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

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308
Commits
  • 582826c chore(release): v6.4.2 [skip ci]
  • 58f9518 chore(deps): update patch/minor dependencies (#6288)
  • b1291fb chore: update mongodb
  • d175c9d feat(core): validate missing properties in cursor
  • de1ae67 fix(core): fix cursor pagination with POJO cursor and relations
  • d9716a6 fix(reflection): fix source file detection after update to ts-morph v24
  • 4e5b18b fix(query-builder): improve detection of to-many joins in qb.getCount()
  • 8f45243 fix(core): prevent reinsertion of an entity referenced by a formula when it i...
  • 7d1a0dc fix(query-builder): combine serialization hint from managed entities and Quer...
  • 61fb8f5 fix(core): correctly handle populate of mapToPk relations (#6309)
  • Additional commits viewable in compare view

Updates @mikro-orm/mysql from 6.4.1 to 6.4.2

Release notes

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

v6.4.2

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308
Changelog

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

6.4.2 (2024-12-22)

Bug Fixes

  • core: correctly handle populate of mapToPk relations (#6309) (61fb8f5), closes #6265
  • core: fix cursor pagination with POJO cursor and relations (de1ae67), closes #6308
  • core: prevent reinsertion of an entity referenced by a formula when it is removed from a collection (#6265) (8f45243)
  • entity-generator: support multi-line comments (#6290) (4fdb169), closes #6286
  • query-builder: combine serialization hint from managed entities and QueryBuilder result (#6307) (7d1a0dc)
  • query-builder: improve detection of to-many joins in qb.getCount() (4e5b18b), closes #6291
  • reflection: fix source file detection after update to ts-morph v24 (d9716a6), closes #6297

Features

  • core: validate missing properties in cursor (d175c9d), closes #6308
Commits
  • 582826c chore(release): v6.4.2 [skip ci]
  • 58f9518 chore(deps): update patch/minor dependencies (#6288)
  • b1291fb chore: update mongodb
  • d175c9d feat(core): validate missing properties in cursor
  • de1ae67 fix(core): fix cursor pagination with POJO cursor and relations
  • d9716a6 fix(reflection): fix source file detection after update to ts-morph v24
  • 4e5b18b fix(query-builder): improve detection of to-many joins in qb.getCount()
  • 8f45243 fix(core): prevent reinsertion of an entity referenced by a formula when it i...
  • 7d1a0dc fix(query-builder): combine serialization hint from managed entities and Quer...
  • 61fb8f5 fix(core): correctly handle populate of mapToPk relations (#6309)
  • 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the orm group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) | `6.4.1` | `6.4.2` |
| [@mikro-orm/migrations](https://github.com/mikro-orm/mikro-orm) | `6.4.1` | `6.4.2` |
| [@mikro-orm/postgresql](https://github.com/mikro-orm/mikro-orm) | `6.4.1` | `6.4.2` |
| [@mikro-orm/better-sqlite](https://github.com/mikro-orm/mikro-orm) | `6.4.1` | `6.4.2` |
| [@mikro-orm/mariadb](https://github.com/mikro-orm/mikro-orm) | `6.4.1` | `6.4.2` |
| [@mikro-orm/mssql](https://github.com/mikro-orm/mikro-orm) | `6.4.1` | `6.4.2` |
| [@mikro-orm/mysql](https://github.com/mikro-orm/mikro-orm) | `6.4.1` | `6.4.2` |


Updates `@mikro-orm/core` from 6.4.1 to 6.4.2
- [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.4.1...v6.4.2)

Updates `@mikro-orm/migrations` from 6.4.1 to 6.4.2
- [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.4.1...v6.4.2)

Updates `@mikro-orm/postgresql` from 6.4.1 to 6.4.2
- [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.4.1...v6.4.2)

Updates `@mikro-orm/better-sqlite` from 6.4.1 to 6.4.2
- [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.4.1...v6.4.2)

Updates `@mikro-orm/mariadb` from 6.4.1 to 6.4.2
- [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.4.1...v6.4.2)

Updates `@mikro-orm/mssql` from 6.4.1 to 6.4.2
- [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.4.1...v6.4.2)

Updates `@mikro-orm/mysql` from 6.4.1 to 6.4.2
- [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.4.1...v6.4.2)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: orm
- dependency-name: "@mikro-orm/migrations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: orm
- dependency-name: "@mikro-orm/postgresql"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: orm
- dependency-name: "@mikro-orm/better-sqlite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: orm
- dependency-name: "@mikro-orm/mariadb"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: orm
- dependency-name: "@mikro-orm/mssql"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: orm
- dependency-name: "@mikro-orm/mysql"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: orm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 28, 2024
@acelaya acelaya merged commit 736a5eb into main Dec 28, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/orm-9021250a69 branch December 28, 2024 09:16
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