-
-
Notifications
You must be signed in to change notification settings - Fork 610
Comparing changes
Open a pull request
base repository: mikro-orm/mikro-orm
base: v6.5.2
head repository: mikro-orm/mikro-orm
compare: v6.5.3
- 17 commits
- 56 files changed
- 4 contributors
Commits on Sep 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0b5abef - Browse repository at this point
Copy the full SHA 0b5abefView commit details -
Configuration menu - View commit details
-
Copy full SHA for d040abc - Browse repository at this point
Copy the full SHA d040abcView commit details
Commits on Sep 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 867a67d - Browse repository at this point
Copy the full SHA 867a67dView commit details -
fix(query-builder): skip branching on to-one joins (#6826)
- Set preferNoBranch to true if relationship is :1. This allows the child alias to be correctly matched. Closes #6824 --------- Co-authored-by: Martin Adámek <banan23@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 65812c4 - Browse repository at this point
Copy the full SHA 65812c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b720ca5 - Browse repository at this point
Copy the full SHA b720ca5View commit details
Commits on Sep 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 42afcd2 - Browse repository at this point
Copy the full SHA 42afcd2View commit details
Commits on Sep 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 961ee74 - Browse repository at this point
Copy the full SHA 961ee74View commit details -
chore(deps): update dependency eslint-plugin-unicorn to v61 (#6834)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [eslint-plugin-unicorn](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn) | [`60.0.0` -> `61.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/60.0.0/61.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)</summary> ### [`v61.0.0`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/compare/v60.0.0...57749259d39724ed48ed3803fa9fe99af0c5aec5) [Compare Source](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/compare/v60.0.0...v61.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/mikro-orm/mikro-orm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c618ec3 - Browse repository at this point
Copy the full SHA c618ec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d31b2 - Browse repository at this point
Copy the full SHA 32d31b2View commit details
Commits on Sep 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dab5ca1 - Browse repository at this point
Copy the full SHA dab5ca1View commit details -
chore(deps): update dependency ts-morph to v27 (#6839)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [ts-morph](https://redirect.github.com/dsherret/ts-morph) | [`26.0.0` -> `27.0.0`](https://renovatebot.com/diffs/npm/ts-morph/26.0.0/27.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dsherret/ts-morph (ts-morph)</summary> ### [`v27.0.0`](https://redirect.github.com/dsherret/ts-morph/releases/tag/27.0.0) [Compare Source](https://redirect.github.com/dsherret/ts-morph/compare/26.0.0...27.0.0) #### What's Changed - perf: switch to tinyglobby by [@​benmccann](https://redirect.github.com/benmccann) in [#​1635](https://redirect.github.com/dsherret/ts-morph/pull/1635) - fix: re-export StandardizedFilePath from [@​ts-morph/common](https://redirect.github.com/ts-morph/common) by [@​kronodeus](https://redirect.github.com/kronodeus) in [#​1637](https://redirect.github.com/dsherret/ts-morph/pull/1637) - chore: fix ci by [@​dsherret](https://redirect.github.com/dsherret) in [#​1645](https://redirect.github.com/dsherret/ts-morph/pull/1645) - feat: `TypeChecker` - add `getAwaitedType` by [@​JHawk0224](https://redirect.github.com/JHawk0224) in [#​1643](https://redirect.github.com/dsherret/ts-morph/pull/1643) - feat: TypeScript 5.9 by [@​dsherret](https://redirect.github.com/dsherret) in [#​1646](https://redirect.github.com/dsherret/ts-morph/pull/1646) - feat: wrap OptionalTypeNode by [@​dsherret](https://redirect.github.com/dsherret) in [#​1647](https://redirect.github.com/dsherret/ts-morph/pull/1647) - feat: wrap `JSDocImportTag` by [@​dsherret](https://redirect.github.com/dsherret) in [#​1648](https://redirect.github.com/dsherret/ts-morph/pull/1648) - fix: remove invalid sourceMappingURL from build output by [@​dsherret](https://redirect.github.com/dsherret) in [#​1649](https://redirect.github.com/dsherret/ts-morph/pull/1649) - feat: ability to add and remove the defer keyword in imports by [@​dsherret](https://redirect.github.com/dsherret) in [#​1651](https://redirect.github.com/dsherret/ts-morph/pull/1651) #### New Contributors - [@​JHawk0224](https://redirect.github.com/JHawk0224) made their first contribution in [#​1643](https://redirect.github.com/dsherret/ts-morph/pull/1643) **Full Changelog**: <dsherret/ts-morph@26.0.0...27.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/mikro-orm/mikro-orm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8d09963 - Browse repository at this point
Copy the full SHA 8d09963View commit details
Commits on Sep 9, 2025
-
chore(deps): update patch/minor dependencies (#6842)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [eslint-plugin-unicorn](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn) | [`61.0.1` -> `61.0.2`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/61.0.1/61.0.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [mysql2](https://sidorares.github.io/node-mysql2/docs) ([source](https://redirect.github.com/sidorares/node-mysql2)) | [`3.14.4` -> `3.14.5`](https://renovatebot.com/diffs/npm/mysql2/3.14.4/3.14.5) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.42.0` -> `8.43.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.42.0/8.43.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)</summary> ### [`v61.0.2`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/compare/v61.0.1...8d0851076e2ba47646a29524dc2f12d05e3d3fb2) [Compare Source](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/compare/v61.0.1...v61.0.2) </details> <details> <summary>sidorares/node-mysql2 (mysql2)</summary> ### [`v3.14.5`](https://redirect.github.com/sidorares/node-mysql2/blob/HEAD/Changelog.md#3145-2025-09-08) [Compare Source](https://redirect.github.com/sidorares/node-mysql2/compare/v3.14.4...v3.14.5) ##### Bug Fixes - **types:** restrict StreamOptions.objectMode to true ([#​3686](https://redirect.github.com/sidorares/node-mysql2/issues/3686)) ([#​3784](https://redirect.github.com/sidorares/node-mysql2/issues/3784)) ([c091f1b](https://redirect.github.com/sidorares/node-mysql2/commit/c091f1ba7399eb1be57a8df61f5fd9b01e659be6)) </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.43.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8430-2025-09-08) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.42.0...v8.43.0) ##### 🩹 Fixes - **eslint-plugin:** \[no-deprecated] should report deprecated exports and reexports ([#​11359](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11359)) ##### ❤️ Thank You - Victor Genaev [@​mainframev](https://redirect.github.com/mainframev) You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/mikro-orm/mikro-orm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6c07ee9 - Browse repository at this point
Copy the full SHA 6c07ee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47b126d - Browse repository at this point
Copy the full SHA 47b126dView commit details
Commits on Sep 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9a7bbc3 - Browse repository at this point
Copy the full SHA 9a7bbc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ead5074 - Browse repository at this point
Copy the full SHA ead5074View commit details
Commits on Sep 13, 2025
-
fix(core): fix propagation from
em.transactionalwith composite cus……tom type PK Closes #6825
Configuration menu - View commit details
-
Copy full SHA for 0b82f43 - Browse repository at this point
Copy the full SHA 0b82f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for c961ae0 - Browse repository at this point
Copy the full SHA c961ae0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.5.2...v6.5.3