rubiin / ultimate-nest

Starter template with blog clone as project
MIT License
338 stars 45 forks source link

chore(deps): update all non-major dependencies #458

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^2.19.1 -> ^2.20.0 age adoption passing confidence
@aws-sdk/client-s3 (source) ^3.583.0 -> ^3.588.0 age adoption passing confidence
@aws-sdk/client-ses (source) ^3.583.0 -> ^3.588.0 age adoption passing confidence
@mikro-orm/cli (source) 6.2.8 -> 6.2.9 age adoption passing confidence
@mikro-orm/core (source) 6.2.8 -> 6.2.9 age adoption passing confidence
@mikro-orm/migrations (source) 6.2.8 -> 6.2.9 age adoption passing confidence
@mikro-orm/postgresql (source) 6.2.8 -> 6.2.9 age adoption passing confidence
@mikro-orm/reflection (source) 6.2.8 -> 6.2.9 age adoption passing confidence
@mikro-orm/seeder (source) 6.2.8 -> 6.2.9 age adoption passing confidence
@types/node (source) ^20.12.13 -> ^20.14.0 age adoption passing confidence
eslint (source) ^9.3.0 -> ^9.4.0 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config) ### [`v2.20.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.20.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.19.2...v2.20.0) #####    🚀 Features - Update astro plugin to v1.0  -  by [@​tinchoz49](https://togithub.com/tinchoz49) and [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/492](https://togithub.com/antfu/eslint-config/issues/492) [(49a9d)](https://togithub.com/antfu/eslint-config/commit/49a9d0c) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.19.2...v2.20.0) ### [`v2.19.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.19.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.19.1...v2.19.2) #####    🚀 Features - **typescript**: Add strict-boolean-expressions rule  -  by [@​ryoppippi](https://togithub.com/ryoppippi) in [https://github.com/antfu/eslint-config/issues/490](https://togithub.com/antfu/eslint-config/issues/490) [(c0426)](https://togithub.com/antfu/eslint-config/commit/c042620) #####    🐞 Bug Fixes - TsconfigPath undefined  -  by [@​tinchoz49](https://togithub.com/tinchoz49) in [https://github.com/antfu/eslint-config/issues/491](https://togithub.com/antfu/eslint-config/issues/491) [(8c473)](https://togithub.com/antfu/eslint-config/commit/8c4732f) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.19.1...v2.19.2)
aws/aws-sdk-js-v3 (@​aws-sdk/client-s3) ### [`v3.588.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#35880-2024-05-31) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.587.0...v3.588.0) **Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3) ### [`v3.587.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#35870-2024-05-30) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.583.0...v3.587.0) **Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
aws/aws-sdk-js-v3 (@​aws-sdk/client-ses) ### [`v3.588.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ses/CHANGELOG.md#35880-2024-05-31) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.587.0...v3.588.0) **Note:** Version bump only for package [@​aws-sdk/client-ses](https://togithub.com/aws-sdk/client-ses) ### [`v3.587.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ses/CHANGELOG.md#35870-2024-05-30) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.583.0...v3.587.0) **Note:** Version bump only for package [@​aws-sdk/client-ses](https://togithub.com/aws-sdk/client-ses)
mikro-orm/mikro-orm (@​mikro-orm/cli) ### [`v6.2.9`](https://togithub.com/mikro-orm/mikro-orm/blob/HEAD/CHANGELOG.md#629-2024-05-31) [Compare Source](https://togithub.com/mikro-orm/mikro-orm/compare/v6.2.8...v6.2.9) ##### Bug Fixes - **cli:** use `module: 'nodenext'` when registering ts-node ([#​5514](https://togithub.com/mikro-orm/mikro-orm/issues/5514)) ([8695524](https://togithub.com/mikro-orm/mikro-orm/commit/869552411c65e5a42362277555f71549a64fccc7)), closes [#​5427](https://togithub.com/mikro-orm/mikro-orm/issues/5427) - **core:** detect path from decorator for each class only once ([#​5545](https://togithub.com/mikro-orm/mikro-orm/issues/5545)) ([9af0e38](https://togithub.com/mikro-orm/mikro-orm/commit/9af0e3815c9e8200ace3e6a09e5ebd23c6f768f8)) - **core:** improve support for `clientUrl` with additional query parameters ([1472705](https://togithub.com/mikro-orm/mikro-orm/commit/1472705bc1e974b09aa00a495b79f07cb776f5b8)), closes [#​5608](https://togithub.com/mikro-orm/mikro-orm/issues/5608) - **core:** improve support for sharing columns in composite PK and FK ([#​5623](https://togithub.com/mikro-orm/mikro-orm/issues/5623)) ([7190879](https://togithub.com/mikro-orm/mikro-orm/commit/7190879bdf64e51d31b61b275b98df84de02004e)), closes [#​5622](https://togithub.com/mikro-orm/mikro-orm/issues/5622) - **core:** improve validation for missing `dbName` when `clientUrl` is provided ([c21359e](https://togithub.com/mikro-orm/mikro-orm/commit/c21359efe92c7abb22f706b00ac1aa1da38cffdf)) - **core:** respect `ignoreNestedTransactions` from upper context ([eab4df6](https://togithub.com/mikro-orm/mikro-orm/commit/eab4df67b22d636c0a76703c6f48dc0c76cc2433)), closes [#​5585](https://togithub.com/mikro-orm/mikro-orm/issues/5585) - **core:** use explicit `NoInfer` type helper to support TS<5.4 ([c38b366](https://togithub.com/mikro-orm/mikro-orm/commit/c38b36609a5264a2b2a49a87a89091003fcf6f42)), closes [#​5613](https://togithub.com/mikro-orm/mikro-orm/issues/5613) - **knex:** explicitly declare all the extended drivers as optional peer dependencies ([#​5647](https://togithub.com/mikro-orm/mikro-orm/issues/5647)) ([64045ad](https://togithub.com/mikro-orm/mikro-orm/commit/64045adadae9f6c98e205927210de62ebb095adb)) - **mssql:** account for quotes in table names ([#​5637](https://togithub.com/mikro-orm/mikro-orm/issues/5637)) ([0343609](https://togithub.com/mikro-orm/mikro-orm/commit/0343609c3e99d1fe5e4024a7afe0aaa2b2d6d980)) - **mssql:** fix creating migrations due to a missing helper method ([#​5644](https://togithub.com/mikro-orm/mikro-orm/issues/5644)) ([90e27c2](https://togithub.com/mikro-orm/mikro-orm/commit/90e27c275d7db46269ee721e049dcfe09b274abe)), closes [#​5633](https://togithub.com/mikro-orm/mikro-orm/issues/5633) - **mssql:** fix creating schema for migrations table ([fe1be6f](https://togithub.com/mikro-orm/mikro-orm/commit/fe1be6f099888ad9e289f091d53428a4498f4b0d)), closes [#​5644](https://togithub.com/mikro-orm/mikro-orm/issues/5644) - **mssql:** fix ensuring the database exists on older SQL Server versions ([f0a5790](https://togithub.com/mikro-orm/mikro-orm/commit/f0a5790de0b08978983a3af82122e0f5045531dc)), closes [#​5638](https://togithub.com/mikro-orm/mikro-orm/issues/5638) - **postgres:** respect `deferMode` option in 1:1 relations ([#​5641](https://togithub.com/mikro-orm/mikro-orm/issues/5641)) ([101c0a8](https://togithub.com/mikro-orm/mikro-orm/commit/101c0a85cacfd20e7d4857646d7c7242e4ec1cd1)) - **reflection:** detect complex runtime types and don't use them as column types ([0c8a587](https://togithub.com/mikro-orm/mikro-orm/commit/0c8a58726c0a69f91c1494570029e36c89d1a64a)), closes [#​5601](https://togithub.com/mikro-orm/mikro-orm/issues/5601) - **reflection:** support entities compiled by babel ([#​5628](https://togithub.com/mikro-orm/mikro-orm/issues/5628)) ([26f627e](https://togithub.com/mikro-orm/mikro-orm/commit/26f627e3df2b66782e446de2419c350cf17c74ac)), closes [#​5610](https://togithub.com/mikro-orm/mikro-orm/issues/5610) - **schema:** fix diffing renamed indexes and columns when the names are not lowercase ([4019dc3](https://togithub.com/mikro-orm/mikro-orm/commit/4019dc336f24bd79daeb8fd7997c06d055d23933)), closes [#​5617](https://togithub.com/mikro-orm/mikro-orm/issues/5617) - **sql:** implement batching of M:N collection update queries ([d97979b](https://togithub.com/mikro-orm/mikro-orm/commit/d97979b236b8a7e40f64848e88602c531b8ebb84)), closes [#​5627](https://togithub.com/mikro-orm/mikro-orm/issues/5627) ##### Features - **core:** allow overriding the `--config` argument name ([8b304ab](https://togithub.com/mikro-orm/mikro-orm/commit/8b304abecad740ac6b7f7820dafc6e7f8d6f5e6f)) ##### Performance Improvements - **sql:** optimize diffing M:N collection state ([f46e7c8](https://togithub.com/mikro-orm/mikro-orm/commit/f46e7c86e29727b57f3220901ac5b14a6f1719c1)), closes [#​5627](https://togithub.com/mikro-orm/mikro-orm/issues/5627)
eslint/eslint (eslint) ### [`v9.4.0`](https://togithub.com/eslint/eslint/compare/v9.3.0...a5f7e589eca05a8a30bd2532380c304759cc8225) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.3.0...v9.4.0)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.