Skip to content

Commit

Permalink
chore(release): v5.8.10 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Oct 18, 2023
1 parent 9f82e95 commit a764d2c
Show file tree
Hide file tree
Showing 33 changed files with 216 additions and 75 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.10](https://github.com/mikro-orm/mikro-orm/compare/v5.8.9...v5.8.10) (2023-10-18)


### Bug Fixes

* **knex:** fix populating M:N from inverse side with joined strategy ([9f82e95](https://github.com/mikro-orm/mikro-orm/commit/9f82e95b3353be2ef476dc3ce129674e863b44b8))
* **reflection:** ensure complete stripping of relative paths with multiple leading slashes ([#4844](https://github.com/mikro-orm/mikro-orm/issues/4844)) ([8a635c7](https://github.com/mikro-orm/mikro-orm/commit/8a635c79d8939251545f02f3e569a0589c64f33a))





## [5.8.9](https://github.com/mikro-orm/mikro-orm/compare/v5.8.8...v5.8.9) (2023-10-15)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "5.8.9",
"version": "5.8.10",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/better-sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.10](https://github.com/mikro-orm/mikro-orm/compare/v5.8.9...v5.8.10) (2023-10-18)

**Note:** Version bump only for package @mikro-orm/better-sqlite





## [5.8.9](https://github.com/mikro-orm/mikro-orm/compare/v5.8.8...v5.8.9) (2023-10-15)

**Note:** Version bump only for package @mikro-orm/better-sqlite
Expand Down
6 changes: 3 additions & 3 deletions packages/better-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mikro-orm/better-sqlite",
"version": "5.8.9",
"version": "5.8.10",
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -58,13 +58,13 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "5.8.9",
"@mikro-orm/knex": "^5.8.10",
"better-sqlite3": "8.7.0",
"fs-extra": "11.1.1",
"sqlstring-sqlite": "0.1.1"
},
"devDependencies": {
"@mikro-orm/core": "^5.8.9"
"@mikro-orm/core": "^5.8.10"
},
"peerDependencies": {
"@mikro-orm/core": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.10](https://github.com/mikro-orm/mikro-orm/compare/v5.8.9...v5.8.10) (2023-10-18)

**Note:** Version bump only for package @mikro-orm/cli





## [5.8.9](https://github.com/mikro-orm/mikro-orm/compare/v5.8.8...v5.8.9) (2023-10-15)

**Note:** Version bump only for package @mikro-orm/cli
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mikro-orm/cli",
"version": "5.8.9",
"version": "5.8.10",
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -63,16 +63,16 @@
},
"dependencies": {
"@jercle/yargonaut": "1.1.5",
"@mikro-orm/core": "5.8.9",
"@mikro-orm/knex": "5.8.9",
"@mikro-orm/core": "^5.8.10",
"@mikro-orm/knex": "^5.8.10",
"fs-extra": "11.1.1",
"tsconfig-paths": "4.2.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@mikro-orm/entity-generator": "^5.8.9",
"@mikro-orm/migrations": "^5.8.9",
"@mikro-orm/seeder": "^5.8.9"
"@mikro-orm/entity-generator": "^5.8.10",
"@mikro-orm/migrations": "^5.8.10",
"@mikro-orm/seeder": "^5.8.10"
},
"peerDependencies": {
"@mikro-orm/better-sqlite": "^5.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.10](https://github.com/mikro-orm/mikro-orm/compare/v5.8.9...v5.8.10) (2023-10-18)


### Bug Fixes

* **reflection:** ensure complete stripping of relative paths with multiple leading slashes ([#4844](https://github.com/mikro-orm/mikro-orm/issues/4844)) ([8a635c7](https://github.com/mikro-orm/mikro-orm/commit/8a635c79d8939251545f02f3e569a0589c64f33a))





## [5.8.9](https://github.com/mikro-orm/mikro-orm/compare/v5.8.8...v5.8.9) (2023-10-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mikro-orm/core",
"version": "5.8.9",
"version": "5.8.10",
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -64,7 +64,7 @@
"dotenv": "16.3.1",
"fs-extra": "11.1.1",
"globby": "11.1.0",
"mikro-orm": "5.8.9",
"mikro-orm": "^5.8.10",
"reflect-metadata": "0.1.13"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/entity-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.10](https://github.com/mikro-orm/mikro-orm/compare/v5.8.9...v5.8.10) (2023-10-18)

**Note:** Version bump only for package @mikro-orm/entity-generator





## [5.8.9](https://github.com/mikro-orm/mikro-orm/compare/v5.8.8...v5.8.9) (2023-10-15)

**Note:** Version bump only for package @mikro-orm/entity-generator
Expand Down
6 changes: 3 additions & 3 deletions packages/entity-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mikro-orm/entity-generator",
"version": "5.8.9",
"version": "5.8.10",
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -58,11 +58,11 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "5.8.9",
"@mikro-orm/knex": "^5.8.10",
"fs-extra": "11.1.1"
},
"devDependencies": {
"@mikro-orm/core": "^5.8.9"
"@mikro-orm/core": "^5.8.10"
},
"peerDependencies": {
"@mikro-orm/core": "^5.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/knex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.10](https://github.com/mikro-orm/mikro-orm/compare/v5.8.9...v5.8.10) (2023-10-18)


### Bug Fixes

* **knex:** fix populating M:N from inverse side with joined strategy ([9f82e95](https://github.com/mikro-orm/mikro-orm/commit/9f82e95b3353be2ef476dc3ce129674e863b44b8))





## [5.8.9](https://github.com/mikro-orm/mikro-orm/compare/v5.8.8...v5.8.9) (2023-10-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/knex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mikro-orm/knex",
"version": "5.8.9",
"version": "5.8.10",
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -63,7 +63,7 @@
"sqlstring": "2.3.3"
},
"devDependencies": {
"@mikro-orm/core": "^5.8.9"
"@mikro-orm/core": "^5.8.10"
},
"peerDependencies": {
"@mikro-orm/core": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/mariadb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.10](https://github.com/mikro-orm/mikro-orm/compare/v5.8.9...v5.8.10) (2023-10-18)

**Note:** Version bump only for package @mikro-orm/mariadb





## [5.8.9](https://github.com/mikro-orm/mikro-orm/compare/v5.8.8...v5.8.9) (2023-10-15)

**Note:** Version bump only for package @mikro-orm/mariadb
Expand Down
6 changes: 3 additions & 3 deletions packages/mariadb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mikro-orm/mariadb",
"version": "5.8.9",
"version": "5.8.10",
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -58,11 +58,11 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "5.8.9",
"@mikro-orm/knex": "^5.8.10",
"mariadb": "2.5.6"
},
"devDependencies": {
"@mikro-orm/core": "^5.8.9"
"@mikro-orm/core": "^5.8.10"
},
"peerDependencies": {
"@mikro-orm/core": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/migrations-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.10](https://github.com/mikro-orm/mikro-orm/compare/v5.8.9...v5.8.10) (2023-10-18)

**Note:** Version bump only for package @mikro-orm/migrations-mongodb





## [5.8.9](https://github.com/mikro-orm/mikro-orm/compare/v5.8.8...v5.8.9) (2023-10-15)

**Note:** Version bump only for package @mikro-orm/migrations-mongodb
Expand Down
6 changes: 3 additions & 3 deletions packages/migrations-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mikro-orm/migrations-mongodb",
"version": "5.8.9",
"version": "5.8.10",
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -58,13 +58,13 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/mongodb": "5.8.9",
"@mikro-orm/mongodb": "^5.8.10",
"fs-extra": "11.1.1",
"mongodb": "5.8.1",
"umzug": "3.3.1"
},
"devDependencies": {
"@mikro-orm/core": "^5.8.9"
"@mikro-orm/core": "^5.8.10"
},
"peerDependencies": {
"@mikro-orm/core": "^5.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/migrations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.10](https://github.com/mikro-orm/mikro-orm/compare/v5.8.9...v5.8.10) (2023-10-18)

**Note:** Version bump only for package @mikro-orm/migrations





## [5.8.9](https://github.com/mikro-orm/mikro-orm/compare/v5.8.8...v5.8.9) (2023-10-15)

**Note:** Version bump only for package @mikro-orm/migrations
Expand Down
6 changes: 3 additions & 3 deletions packages/migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mikro-orm/migrations",
"version": "5.8.9",
"version": "5.8.10",
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -58,13 +58,13 @@
"access": "public"
},
"dependencies": {
"@mikro-orm/knex": "5.8.9",
"@mikro-orm/knex": "^5.8.10",
"fs-extra": "11.1.1",
"knex": "2.5.1",
"umzug": "3.3.1"
},
"devDependencies": {
"@mikro-orm/core": "^5.8.9"
"@mikro-orm/core": "^5.8.10"
},
"peerDependencies": {
"@mikro-orm/core": "^5.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/mikro-orm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.10](https://github.com/mikro-orm/mikro-orm/compare/v5.8.9...v5.8.10) (2023-10-18)

**Note:** Version bump only for package mikro-orm





## [5.8.9](https://github.com/mikro-orm/mikro-orm/compare/v5.8.8...v5.8.9) (2023-10-15)

**Note:** Version bump only for package mikro-orm
Expand Down
2 changes: 1 addition & 1 deletion packages/mikro-orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mikro-orm",
"version": "5.8.9",
"version": "5.8.10",
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.10](https://github.com/mikro-orm/mikro-orm/compare/v5.8.9...v5.8.10) (2023-10-18)

**Note:** Version bump only for package @mikro-orm/mongodb





## [5.8.9](https://github.com/mikro-orm/mikro-orm/compare/v5.8.8...v5.8.9) (2023-10-15)

**Note:** Version bump only for package @mikro-orm/mongodb
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mikro-orm/mongodb",
"version": "5.8.9",
"version": "5.8.10",
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -62,7 +62,7 @@
"mongodb": "5.8.1"
},
"devDependencies": {
"@mikro-orm/core": "^5.8.9"
"@mikro-orm/core": "^5.8.10"
},
"peerDependencies": {
"@mikro-orm/core": "^5.0.0",
Expand Down
Loading

0 comments on commit a764d2c

Please sign in to comment.