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

build(deps): bump the regular group with 10 updates #1153

Merged
merged 2 commits into from
Aug 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the regular group with 10 updates:

Package From To
@mikro-orm/core 6.3.6 6.3.7
@mikro-orm/mariadb 6.3.6 6.3.7
@mikro-orm/reflection 6.3.6 6.3.7
@mikro-orm/sqlite 6.3.6 6.3.7
poolifier 4.2.5 4.2.7
@commitlint/cli 19.4.0 19.4.1
@commitlint/config-conventional 19.2.2 19.4.1
@mikro-orm/cli 6.3.6 6.3.7
@types/node 22.5.0 22.5.1
eslint-plugin-perfectionist 3.2.0 3.3.0

Updates @mikro-orm/core from 6.3.6 to 6.3.7

Release notes

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

v6.3.7

6.3.7 (2024-08-28)

Bug Fixes

  • core: don't double encode JSON properties inside object/array embeddables (f3321f9), closes #5963
  • core: fix hydration of collections with forceEntityConstructor enabled (d4d8506), closes #5972
  • core: provide entity instance in object constructor params for m:1/1:1 properties (fe2d129)
  • core: respect context in EM transaction methods (8912185)
  • core: respect entity level forceConstructor option (c642a49)
  • query-builder: ensure the correct order of parameters when handing nested joins (10a858d), closes #5955
  • sql: correct cursor conditions application on virtual entities (#5973) (fc782d3)
Changelog

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

6.3.7 (2024-08-28)

Bug Fixes

  • core: don't double encode JSON properties inside object/array embeddables (f3321f9), closes #5963
  • core: fix hydration of collections with forceEntityConstructor enabled (d4d8506), closes #5972
  • core: provide entity instance in object constructor params for m:1/1:1 properties (fe2d129)
  • core: respect context in EM transaction methods (8912185)
  • core: respect entity level forceConstructor option (c642a49)
  • query-builder: ensure the correct order of parameters when handing nested joins (10a858d), closes #5955
  • sql: correct cursor conditions application on virtual entities (#5973) (fc782d3)
Commits
  • 88e0388 chore(release): v6.3.7 [skip ci]
  • 45aea8c chore(deps): bump webpack from 5.90.3 to 5.94.0 in /docs (#5977)
  • c5327d5 chore(deps): bump micromatch from 4.0.7 to 4.0.8 (#5978)
  • d9729f4 chore: update dependencies
  • b4da5ff chore: ignore docusaurus in renovate for now [skip ci]
  • f3321f9 fix(core): don't double encode JSON properties inside object/array embeddables
  • fc782d3 fix(sql): correct cursor conditions application on virtual entities (#5973)
  • 10a858d fix(query-builder): ensure the correct order of parameters when handing neste...
  • 8912185 fix(core): respect context in EM transaction methods
  • c642a49 fix(core): respect entity level forceConstructor option
  • Additional commits viewable in compare view

Updates @mikro-orm/mariadb from 6.3.6 to 6.3.7

Release notes

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

v6.3.7

6.3.7 (2024-08-28)

Bug Fixes

  • core: don't double encode JSON properties inside object/array embeddables (f3321f9), closes #5963
  • core: fix hydration of collections with forceEntityConstructor enabled (d4d8506), closes #5972
  • core: provide entity instance in object constructor params for m:1/1:1 properties (fe2d129)
  • core: respect context in EM transaction methods (8912185)
  • core: respect entity level forceConstructor option (c642a49)
  • query-builder: ensure the correct order of parameters when handing nested joins (10a858d), closes #5955
  • sql: correct cursor conditions application on virtual entities (#5973) (fc782d3)
Changelog

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

6.3.7 (2024-08-28)

Bug Fixes

  • core: don't double encode JSON properties inside object/array embeddables (f3321f9), closes #5963
  • core: fix hydration of collections with forceEntityConstructor enabled (d4d8506), closes #5972
  • core: provide entity instance in object constructor params for m:1/1:1 properties (fe2d129)
  • core: respect context in EM transaction methods (8912185)
  • core: respect entity level forceConstructor option (c642a49)
  • query-builder: ensure the correct order of parameters when handing nested joins (10a858d), closes #5955
  • sql: correct cursor conditions application on virtual entities (#5973) (fc782d3)
Commits
  • 88e0388 chore(release): v6.3.7 [skip ci]
  • 45aea8c chore(deps): bump webpack from 5.90.3 to 5.94.0 in /docs (#5977)
  • c5327d5 chore(deps): bump micromatch from 4.0.7 to 4.0.8 (#5978)
  • d9729f4 chore: update dependencies
  • b4da5ff chore: ignore docusaurus in renovate for now [skip ci]
  • f3321f9 fix(core): don't double encode JSON properties inside object/array embeddables
  • fc782d3 fix(sql): correct cursor conditions application on virtual entities (#5973)
  • 10a858d fix(query-builder): ensure the correct order of parameters when handing neste...
  • 8912185 fix(core): respect context in EM transaction methods
  • c642a49 fix(core): respect entity level forceConstructor option
  • Additional commits viewable in compare view

Updates @mikro-orm/reflection from 6.3.6 to 6.3.7

Release notes

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

v6.3.7

6.3.7 (2024-08-28)

Bug Fixes

  • core: don't double encode JSON properties inside object/array embeddables (f3321f9), closes #5963
  • core: fix hydration of collections with forceEntityConstructor enabled (d4d8506), closes #5972
  • core: provide entity instance in object constructor params for m:1/1:1 properties (fe2d129)
  • core: respect context in EM transaction methods (8912185)
  • core: respect entity level forceConstructor option (c642a49)
  • query-builder: ensure the correct order of parameters when handing nested joins (10a858d), closes #5955
  • sql: correct cursor conditions application on virtual entities (#5973) (fc782d3)
Changelog

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

6.3.7 (2024-08-28)

Bug Fixes

  • core: don't double encode JSON properties inside object/array embeddables (f3321f9), closes #5963
  • core: fix hydration of collections with forceEntityConstructor enabled (d4d8506), closes #5972
  • core: provide entity instance in object constructor params for m:1/1:1 properties (fe2d129)
  • core: respect context in EM transaction methods (8912185)
  • core: respect entity level forceConstructor option (c642a49)
  • query-builder: ensure the correct order of parameters when handing nested joins (10a858d), closes #5955
  • sql: correct cursor conditions application on virtual entities (#5973) (fc782d3)
Commits
  • 88e0388 chore(release): v6.3.7 [skip ci]
  • 45aea8c chore(deps): bump webpack from 5.90.3 to 5.94.0 in /docs (#5977)
  • c5327d5 chore(deps): bump micromatch from 4.0.7 to 4.0.8 (#5978)
  • d9729f4 chore: update dependencies
  • b4da5ff chore: ignore docusaurus in renovate for now [skip ci]
  • f3321f9 fix(core): don't double encode JSON properties inside object/array embeddables
  • fc782d3 fix(sql): correct cursor conditions application on virtual entities (#5973)
  • 10a858d fix(query-builder): ensure the correct order of parameters when handing neste...
  • 8912185 fix(core): respect context in EM transaction methods
  • c642a49 fix(core): respect entity level forceConstructor option
  • Additional commits viewable in compare view

Updates @mikro-orm/sqlite from 6.3.6 to 6.3.7

Release notes

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

v6.3.7

6.3.7 (2024-08-28)

Bug Fixes

  • core: don't double encode JSON properties inside object/array embeddables (f3321f9), closes #5963
  • core: fix hydration of collections with forceEntityConstructor enabled (d4d8506), closes #5972
  • core: provide entity instance in object constructor params for m:1/1:1 properties (fe2d129)
  • core: respect context in EM transaction methods (8912185)
  • core: respect entity level forceConstructor option (c642a49)
  • query-builder: ensure the correct order of parameters when handing nested joins (10a858d), closes #5955
  • sql: correct cursor conditions application on virtual entities (#5973) (fc782d3)
Changelog

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

6.3.7 (2024-08-28)

Bug Fixes

  • core: don't double encode JSON properties inside object/array embeddables (f3321f9), closes #5963
  • core: fix hydration of collections with forceEntityConstructor enabled (d4d8506), closes #5972
  • core: provide entity instance in object constructor params for m:1/1:1 properties (fe2d129)
  • core: respect context in EM transaction methods (8912185)
  • core: respect entity level forceConstructor option (c642a49)
  • query-builder: ensure the correct order of parameters when handing nested joins (10a858d), closes #5955
  • sql: correct cursor conditions application on virtual entities (#5973) (fc782d3)
Commits
  • 88e0388 chore(release): v6.3.7 [skip ci]
  • 45aea8c chore(deps): bump webpack from 5.90.3 to 5.94.0 in /docs (#5977)
  • c5327d5 chore(deps): bump micromatch from 4.0.7 to 4.0.8 (#5978)
  • d9729f4 chore: update dependencies
  • b4da5ff chore: ignore docusaurus in renovate for now [skip ci]
  • f3321f9 fix(core): don't double encode JSON properties inside object/array embeddables
  • fc782d3 fix(sql): correct cursor conditions application on virtual entities (#5973)
  • 10a858d fix(query-builder): ensure the correct order of parameters when handing neste...
  • 8912185 fix(core): respect context in EM transaction methods
  • c642a49 fix(core): respect entity level forceConstructor option
  • Additional commits viewable in compare view

Updates poolifier from 4.2.5 to 4.2.7

Release notes

Sourced from poolifier's releases.

v4.2.7

4.2.7 (2024-08-28)

⚡ Performance

  • reduce useless branching at pool info building (4a29667)
  • track dynamic pool full lifecycle via events (5f9e905)

✨ Polish

  • cleanup pool information ordering (ba443f4)
  • merge dynamic pool events emission code (e6cf2a9)

🧪 Tests

  • improve pool empty event test (4b91b77)

📚 Documentation

🤖 Automation

  • deps-dev: bump eslint-plugin-perfectionist from 3.2.0 to 3.3.0 in the regular group (#2549) (60b5fab)
  • deps: bump the regular group across 11 directories with 1 update (#2550) (7cfe89c)

v4.2.6

4.2.6 (2024-08-27)

🐞 Bug Fixes

  • fix pool back pressure semantic on dynamic pool (227e9e9)

⚡ Performance

  • track pool back pressure lifecycle via events (303c0db)
  • track pool busy lifecycle via events (f8a57da)

✨ Polish

  • cleanup worker node back pressure checks (697d8c6)

... (truncated)

Changelog

Sourced from poolifier's changelog.

4.2.7 (2024-08-28)

⚡ Performance

  • reduce useless branching at pool info building (4a29667)
  • track dynamic pool full lifecycle via events (5f9e905)

✨ Polish

  • cleanup pool information ordering (ba443f4)
  • merge dynamic pool events emission code (e6cf2a9)

🧪 Tests

  • improve pool empty event test (4b91b77)

📚 Documentation

🤖 Automation

  • deps-dev: bump eslint-plugin-perfectionist from 3.2.0 to 3.3.0 in the regular group (#2549) (60b5fab)
  • deps: bump the regular group across 11 directories with 1 update (#2550) (7cfe89c)

4.2.6 (2024-08-27)

🐞 Bug Fixes

  • fix pool back pressure semantic on dynamic pool (227e9e9)

⚡ Performance

  • track pool back pressure lifecycle via events (303c0db)
  • track pool busy lifecycle via events (f8a57da)

✨ Polish

  • cleanup worker node back pressure checks (697d8c6)

📚 Documentation

... (truncated)

Commits
  • f317851 chore(master): release 4.2.7 (#2548)
  • e6cf2a9 refactor: merge dynamic pool events emission code
  • 4b91b77 test: improve pool empty event test
  • 5f9e905 perf: track dynamic pool full lifecycle via events
  • 4a29667 perf: reduce useless branching at pool info building
  • 7cfe89c build(deps): bump the regular group across 11 directories with 1 update (#2550)
  • ba443f4 refactor: cleanup pool information ordering
  • 60b5fab build(deps-dev): bump eslint-plugin-perfectionist from 3.2.0 to 3.3.0 in the ...
  • f948bb3 docs: publish documentation
  • d2112ba chore(master): release 4.2.6 (#2544)
  • Additional commits viewable in compare view

Updates @commitlint/cli from 19.4.0 to 19.4.1

Release notes

Sourced from @​commitlint/cli's releases.

v19.4.1

19.4.1 (2024-08-28)

Bug Fixes

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.4.0...v19.4.1

Changelog

Sourced from @​commitlint/cli's changelog.

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/cli

Commits

Updates @commitlint/config-conventional from 19.2.2 to 19.4.1

Release notes

Sourced from @​commitlint/config-conventional's releases.

v19.4.1

19.4.1 (2024-08-28)

Bug Fixes

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.4.0...v19.4.1

v19.4.0

Features

Chore & Docs

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.3.1...v19.4.0

v19.3.1

19.3.1 (2024-05-13)

Bug Fixes

Chore

... (truncated)

Changelog

Sourced from @​commitlint/config-conventional's changelog.

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/config-conventional

Commits

Updates @mikro-orm/cli from 6.3.6 to 6.3.7

Release notes

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

v6.3.7

6.3.7 (2024-08-28)

Bug Fixes

  • core: don't double encode JSON properties inside object/array embeddables (f3321f9), closes #5963
  • core: fix hydration of collections with forceEntityConstructor enabled (d4d8506), closes #5972
  • core: provide entity instance in object constructor params for m:1/1:1 properties (fe2d129)
  • core: respect context in EM transaction methods (8912185)
  • core: respect entity level forceConstructor option (c642a49)
  • query-builder: ensure the correct order of parameters when handing nested joins (10a858d), closes #5955
  • sql: correct cursor conditions application on virtual entities (#5973) (fc782d3)
Changelog

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

6.3.7 (2024-08-28)

Bug Fixes

  • core: don't double encode JSON properties inside object/array embeddables (f3321f9), closes #5963
  • core: fix hydration of collections with forceEntityConstructor enabled (d4d8506), closes #5972
  • core: provide entity instance in object constructor params for m:1/1:1 properties (fe2d129)
  • core: respect context in EM transaction methods (8912185)
  • core: respect entity level forceConstructor option (c642a49)
  • query-builder: ensure the correct order of parameters when handing nested joins (10a858d), closes #5955
  • sql: correct cursor conditions application on virtual entities (#5973) (fc782d3)
Commits
  • 88e0388 chore(release): v6.3.7 [skip ci]
  • 45aea8c chore(deps): bump webpack from 5.90.3 to 5.94.0 in /docs (#5977)
  • c5327d5 chore(deps): bump micromatch from 4.0.7 to 4.0.8 (#5978)
  • d9729f4 chore: update dependencies
  • b4da5ff chore: ignore docusaurus in renovate for now [skip ci]
  • f3321f9 fix(core): don't double encode JSON properties inside object/array embeddables
  • fc782d3 fix(sql): correct cursor conditions application on virtual entities (#5973)
  • 10a858d fix(query-builder): ensure the correct order of parameters when handing neste...
  • 8912185 fix(core): respect context in EM transaction methods
  • c642a49 fix(core): respect entity level forceConstructor option
  • Additional commits viewable in compare view

Updates @types/node from 22.5.0 to 22.5.1

Commits

Updates eslint-plugin-perfectionist from 3.2.0 to 3.3.0

Release notes

Sourced from eslint-plugin-perfectionist's releases.

v3.3.0

   🚀 Features

  • Improve checking if a member is private in sort-classes rule  -  by @​hugop95 (4e19b)
  • Add static-block and accessor-property to default groups in sort-classes  -  by @​hugop95 (0c724)
  • Don't sort unknown elements if unknown is not referenced in groups  -  by @​hugop95 (00864)
  • Add optional modifier in sort-classes rule  -  by @​hugop95 (27fa7)

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from eslint-plugin-perfectionist's changelog.

v3.3.0

compare changes

🚀 Features

  • Improve checking if a member is private in sort-classes rule (4e19b94)
  • Add static-block and accessor-property to default groups in sort-classes (0c724e0)
  • Don't sort unknown elements if unknown is not referenced in groups (0086427)
  • Add optional modifier in sort-classes rule (27fa7e8)

🐞 Bug Fixes

  • Fix sorting class members with same names (f1f875e)
  • Fix use of case named default in sort-switch-case rule (5583eb0)
  • Take into account dependencies in sort-enums (eeb0534)

❤️ Contributors

Commits
  • 26058fb build: publish v3.3.0
  • 8e0deb2 chore: update dependencies
  • eeb0534 fix: take into account dependencies in sort-enums
  • 57ce99c docs: improve documentation of groups usage
  • 5583eb0 fix: fix use of case named default in sort-switch-case rule
  • 69c1d50 chore: update dependencies
  • b5d4c45 docs: update stats
  • 27fa7e8 feat: add optional modifier in sort-classes rule
  • 0086427 feat: don't sort unknown elements if unknown is not referenced in groups
  • 0c724e0 feat: add static-block and accessor-property to default groups in sort-classes
  • 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 regular group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) | `6.3.6` | `6.3.7` |
| [@mikro-orm/mariadb](https://github.com/mikro-orm/mikro-orm) | `6.3.6` | `6.3.7` |
| [@mikro-orm/reflection](https://github.com/mikro-orm/mikro-orm) | `6.3.6` | `6.3.7` |
| [@mikro-orm/sqlite](https://github.com/mikro-orm/mikro-orm) | `6.3.6` | `6.3.7` |
| [poolifier](https://github.com/poolifier/poolifier) | `4.2.5` | `4.2.7` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.4.0` | `19.4.1` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.2.2` | `19.4.1` |
| [@mikro-orm/cli](https://github.com/mikro-orm/mikro-orm) | `6.3.6` | `6.3.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.0` | `22.5.1` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `3.2.0` | `3.3.0` |


Updates `@mikro-orm/core` from 6.3.6 to 6.3.7
- [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.3.6...v6.3.7)

Updates `@mikro-orm/mariadb` from 6.3.6 to 6.3.7
- [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.3.6...v6.3.7)

Updates `@mikro-orm/reflection` from 6.3.6 to 6.3.7
- [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.3.6...v6.3.7)

Updates `@mikro-orm/sqlite` from 6.3.6 to 6.3.7
- [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.3.6...v6.3.7)

Updates `poolifier` from 4.2.5 to 4.2.7
- [Release notes](https://github.com/poolifier/poolifier/releases)
- [Changelog](https://github.com/poolifier/poolifier/blob/master/CHANGELOG.md)
- [Commits](poolifier/poolifier@v4.2.5...v4.2.7)

Updates `@commitlint/cli` from 19.4.0 to 19.4.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.4.1/@commitlint/cli)

Updates `@commitlint/config-conventional` from 19.2.2 to 19.4.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.4.1/@commitlint/config-conventional)

Updates `@mikro-orm/cli` from 6.3.6 to 6.3.7
- [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.3.6...v6.3.7)

Updates `@types/node` from 22.5.0 to 22.5.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-plugin-perfectionist` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: "@mikro-orm/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@mikro-orm/mariadb"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@mikro-orm/reflection"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@mikro-orm/sqlite"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: poolifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: regular
- dependency-name: "@mikro-orm/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: eslint-plugin-perfectionist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: regular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies dependencies label Aug 28, 2024
Copy link

sonarcloud bot commented Aug 28, 2024

Quality Gate Passed Quality Gate passed for 'e-mobility-charging-stations-simulator-webui'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@jerome-benoit jerome-benoit merged commit 48bd33f into main Aug 28, 2024
19 of 25 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/regular-851c8fc6be branch August 28, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant