Skip to content

Commit

Permalink
build(deps): bump the regular group with 7 updates (#1182)
Browse files Browse the repository at this point in the history
Bumps the regular group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) | `6.3.11` | `6.3.12` |
| [@mikro-orm/mariadb](https://github.com/mikro-orm/mikro-orm) | `6.3.11` | `6.3.12` |
| [@mikro-orm/reflection](https://github.com/mikro-orm/mikro-orm) | `6.3.11` | `6.3.12` |
| [@mikro-orm/sqlite](https://github.com/mikro-orm/mikro-orm) | `6.3.11` | `6.3.12` |
| [@mikro-orm/cli](https://github.com/mikro-orm/mikro-orm) | `6.3.11` | `6.3.12` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.3.0` | `50.3.1` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `3.7.0` | `3.8.0` |


Updates `@mikro-orm/core` from 6.3.11 to 6.3.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.3.11...v6.3.12)

Updates `@mikro-orm/mariadb` from 6.3.11 to 6.3.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.3.11...v6.3.12)

Updates `@mikro-orm/reflection` from 6.3.11 to 6.3.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.3.11...v6.3.12)

Updates `@mikro-orm/sqlite` from 6.3.11 to 6.3.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.3.11...v6.3.12)

Updates `@mikro-orm/cli` from 6.3.11 to 6.3.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.3.11...v6.3.12)

Updates `eslint-plugin-jsdoc` from 50.3.0 to 50.3.1
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v50.3.0...v50.3.1)

Updates `eslint-plugin-perfectionist` from 3.7.0 to 3.8.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.7.0...v3.8.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: "@mikro-orm/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular
- dependency-name: eslint-plugin-jsdoc
  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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 21082bf commit 462fe86
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@
}
},
"dependencies": {
"@mikro-orm/core": "^6.3.11",
"@mikro-orm/mariadb": "^6.3.11",
"@mikro-orm/reflection": "^6.3.11",
"@mikro-orm/sqlite": "^6.3.11",
"@mikro-orm/core": "^6.3.12",
"@mikro-orm/mariadb": "^6.3.12",
"@mikro-orm/reflection": "^6.3.12",
"@mikro-orm/sqlite": "^6.3.12",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"basic-ftp": "^5.0.5",
Expand All @@ -114,7 +114,7 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.11.1",
"@mikro-orm/cli": "^6.3.11",
"@mikro-orm/cli": "^6.3.12",
"@types/node": "^22.7.4",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.12",
Expand All @@ -126,8 +126,8 @@
"esbuild-plugin-copy": "^2.1.1",
"eslint": "^9.11.1",
"eslint-define-config": "^2.1.0",
"eslint-plugin-jsdoc": "^50.3.0",
"eslint-plugin-perfectionist": "^3.7.0",
"eslint-plugin-jsdoc": "^50.3.1",
"eslint-plugin-perfectionist": "^3.8.0",
"eslint-plugin-vue": "^9.28.0",
"expect": "^29.7.0",
"glob": "^11.0.0",
Expand Down
100 changes: 50 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 462fe86

Please sign in to comment.