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

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

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mikro-orm/cli (source) 5.6.16 -> 5.9.8 age adoption passing confidence
@mikro-orm/core (source) 5.6.16 -> 5.9.8 age adoption passing confidence
@mikro-orm/migrations (source) 5.6.16 -> 5.9.8 age adoption passing confidence
@mikro-orm/nestjs 5.1.8 -> 5.2.3 age adoption passing confidence
@mikro-orm/postgresql (source) 5.6.16 -> 5.9.8 age adoption passing confidence
@nestjs/cli 9.3.0 -> 9.5.0 age adoption passing confidence
@nestjs/common (source) 9.4.0 -> 9.4.3 age adoption passing confidence
@nestjs/config 2.3.1 -> 2.3.4 age adoption passing confidence
@nestjs/core (source) 9.4.0 -> 9.4.3 age adoption passing confidence
@nestjs/platform-express (source) 9.4.0 -> 9.4.3 age adoption passing confidence
@nestjs/schematics 9.1.0 -> 9.2.0 age adoption passing confidence
@nestjs/testing (source) 9.4.0 -> 9.4.3 age adoption passing confidence
@types/express (source) 4.17.17 -> 4.17.21 age adoption passing confidence
@types/jest (source) 29.5.0 -> 29.5.12 age adoption passing confidence
@types/node (source) 18.15.11 -> 18.19.33 age adoption passing confidence
@types/supertest (source) 2.0.12 -> 2.0.16 age adoption passing confidence
@types/uuid (source) 9.0.1 -> 9.0.8 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 5.58.0 -> 5.62.0 age adoption passing confidence
@typescript-eslint/parser (source) 5.58.0 -> 5.62.0 age adoption passing confidence
eslint (source) 8.38.0 -> 8.57.0 age adoption passing confidence
eslint-config-prettier 8.8.0 -> 8.10.0 age adoption passing confidence
jest (source) 29.5.0 -> 29.7.0 age adoption passing confidence
mqtt 4.3.7 -> 4.3.8 age adoption passing confidence
prettier (source) 2.8.7 -> 2.8.8 age adoption passing confidence
reflect-metadata (source) 0.1.13 -> 0.2.2 age adoption passing confidence
rimraf 5.0.0 -> 5.0.7 age adoption passing confidence
rxjs (source) 7.8.0 -> 7.8.1 age adoption passing confidence
supertest 6.3.3 -> 6.3.4 age adoption passing confidence
ts-jest (source) 29.1.0 -> 29.1.2 age adoption passing confidence
ts-loader 9.4.2 -> 9.5.1 age adoption passing confidence
ts-node (source) 10.9.1 -> 10.9.2 age adoption passing confidence
typescript (source) 5.0.4 -> 5.4.5 age adoption passing confidence
uuid 9.0.0 -> 9.0.1 age adoption passing confidence
webpack 5.78.0 -> 5.91.0 age adoption passing confidence
yarn (source) 3.5.0 -> 3.8.2 age adoption passing confidence

Release Notes

mikro-orm/mikro-orm (@​mikro-orm/cli)

v5.9.8

Compare Source

Bug Fixes
  • core: do not mutate data provided to em.upsert/Many (5acb4eb), closes #​5136
  • core: ensure em.insertMany returns array of PKs for a single item too (#​5180) (b9a55e5), closes #​5179
  • core: process upsert data to allow using entity instances in place of relations (42e3c5e), closes #​5165
  • mongo: ensure assign on object properties won't ignore changes (bd22d7c), closes #​5158
  • postgres: parse timestamp dates less than year 1000 (#​5071) (63eb5c5)

v5.9.7

Compare Source

Bug Fixes
  • core: check for root entity properties in em.canPopulate() when using STI (b8fcf45), closes #​5043
  • core: fix eager loading detection with multiple populate hints for one property (da1daf5), closes #​5057
  • core: support pivot entities with autoincrement PK (e250634), closes #​4988
  • postgres: respect column length in down migrations (222e2b8), closes #​5048

v5.9.6

Compare Source

Bug Fixes
  • core: fix assign on collections of unloaded entities (b60e4ee)
  • core: fix extra updates with select-in strategy and composite FKs (c848f8c)

v5.9.5

Compare Source

Bug Fixes
  • core: ensure eager loading on deeper levels work with joined strategy (cc5f476)
  • core: fix extra updates for composite FKs that share a column (78772fb)
  • core: fix infinite loop with populate: true and refresh: true (#​5001) (9f63378)
  • core: fix returning statement hydration after em.upsert (a7e9a82), closes #​4945
  • core: respect context in virtual entity expression callback (84d42a7)
  • postgres: allow using array operators (e.g. @>) with object arrays (6a5a1ef), closes #​4973
  • schema: improve json default diffing for down migrations (5bc19ba)
  • sql: deduplicate keys in batch update queries (7de7a48)

v5.9.4

Compare Source

Bug Fixes
  • cli: support mikro-orm-esm on windows (c491af9)
  • core: fix auto-refresh detection in em.find for inlined embedded properties (759b7b8), closes #​4904
  • core: support composite PKs in em.upsertMany() (85c38d4), closes #​4923
  • mysql: improve diffing of defaults for JSON columns (d92a440), closes #​4926
  • schema: do not inherit schema for FKs if not a wildcard entity (cc7fed9), closes #​4918
  • schema: respect explicit schema in FKs to STI entities (cc19ebb), closes #​4933
  • schema: respect up migration when detecting column renaming in down migration (d5af5bd), closes #​4919

v5.9.3

Compare Source

Bug Fixes
  • core: only check the same entity type when detecting early update/delete (fef7a1b), closes #​4895
  • core: return DriverException from em.upsertMany() (1ebfbdd), closes #​4897
  • core: fix populating relations with cycles via select-in strategy (d0b35da), closes #​4899

v5.9.2

Compare Source

Bug Fixes
  • core: fix partial loading of embedded properties with joined strategy (f887e77)
  • core: ignore limit, offset and order in em.count on virtual entity (03a7b86)
  • mongo: fix support for ignoreUndefinedInQuery (cef26c5), closes #​4891

v5.9.1

Compare Source

Bug Fixes
  • core: propagate to owning side of 1:1 relation even if not initialized (9b2c9fe), closes #​4879
  • postgres: fix hydrating of serial properties via returning statement (620309c)

v5.9.0

Compare Source

Bug Fixes
  • core: apply convertToJSValueSQL on composite FKs too (41425cb), closes #​4843
  • core: clean up removed entities from relations in identity map (1e3bb0e), closes #​4863
  • core: infer property type from columnType for non-inferrable types (e.g. unions with null) (6bc116a), closes #​4833
  • core: remove some computed properties from metadata cache (eb138ad)
  • core: use write connection for fetching changes after upsert/upsertMany (#​4872) (6b444ed), closes #​4868
  • query-builder: do not alias formula expressions used in qb.groupBy() (e27e4b9), closes #​2929
  • query-builder: respect preferReadReplicas in QueryBuilder (22e140e), closes #​4847
  • serialization: run custom serializer on getters (#​4860) (e76836e), closes #​4859
Features

5.8.10 (2023-10-18)

Bug Fixes
  • knex: fix populating M:N from inverse side with joined strategy (9f82e95)
  • reflection: ensure complete stripping of relative paths with multiple leading slashes (#​4844) (8a635c7)

5.8.9 (2023-10-15)

Bug Fixes

5.8.8 (2023-10-11)

Bug Fixes
  • core: do not rehydrate values provided to constructor (8ff3f65), closes #​4790
  • core: hydrate relations with mapToPk as scalars to support custom types (4118076), closes #​4803
  • postgres: escape array literal values containing backslash (#​4797) (20179ec), closes #​4796
Performance Improvements
  • core: fix duplicate processing of collection items when flushing (a8a1021), closes #​4807

5.8.7 (2023-10-05)

Bug Fixes
  • core: ensure virtual relation properties have no effect on commit order (606d633), closes #​4781
  • core: fix conditions in em.upsertMany with composite keys (2f58556), closes #​4786
  • core: fix extra updates when nullable embedded properties contain FK (77ffa4f), closes #​4788
  • core: improve handling of nullable embedded properties (eae7e38), closes #​4787
  • schema: respect length of default value of datetime columns (cbc0c50), closes #​4782

5.8.6 (2023-10-02)

Bug Fixes

5.8.5 (2023-09-30)

Bug Fixes
  • core: allow joining a formula property (1200e5b), closes #​4759
  • core: map virtual properties that shadow a regular property from joined results (d0b3698), closes #​4764
  • core: pin all internal dependencies (f4868ed), closes #​4764
  • core: support overlapping composite FKs with different nullability (208fbaa), closes #​4478
  • mongo: fix querying object embedded JSON properties (b38a327), closes #​4755
  • reflection: detect JSON properties defined with Record or Dictionary types (62740d1), closes #​4755

5.8.4 (2023-09-27)

Bug Fixes
  • core: fix recomputing of changesets when entity has unique properties (d03afad), closes #​4749
  • query-builder: fix mapping of complex joined results with cycles (a9846dd), closes #​4741
Features

5.8.3 (2023-09-24)

Bug Fixes
  • core: do not skip cjs/mjs/cts/mts extensions during folder-based discovery (ce574a4), closes #​4727
  • core: ensure no duplicates exist in checks/indexes/hooks (fb523c8), closes #​4733
  • core: fix updating complex composite key entities via UoW (#​4739) (898dcda), closes #​4720
  • knex: allow using knex query builder as virtual entity expression (#​4740) (427cc88), closes #​4628
  • knex: hydrate nullable relations with joined strategy (8ddaa93), closes #​4675
  • mongo-migrations: fix logging of executed migrations (8ae7eeb), closes #​4698

5.8.2 (2023-09-20)

Bug Fixes
  • core: fix query processing when PK is falsy (#​4713) (3624cb7)
  • mongo-migrations: fix logging of executed migrations (2d9fc86), closes #​4698
  • query-builder: fix aliasing of joined embedded properties (24c4ece), closes #​4711
Features
  • core: allow to use .ts files as configuration without ts-node (#​4702) (bda7eca), closes #​4701
  • entity-generator: generate PrimaryKeyProp and PrimaryKeyType symbols (605446a)

5.8.1 (2023-09-12)

Bug Fixes
  • core: ensure entity is not in persist stack after em.insert/Many() is called (94eed5e), closes #​4692
  • core: ensure merging of data to already loaded entities won't fail in some cases (f6e8204), closes #​4688
  • core: fix merging of collections loaded via joined strategy (b4a0260), closes #​4694
  • core: try to fix merging of large collections loaded via joined strategy (faae84e), closes #​4694

v5.8.10

Compare Source

Bug Fixes
  • knex: fix populating M:N from inverse side with joined strategy (9f82e95)
  • reflection: ensure complete stripping of relative paths with multiple leading slashes (#​4844) (8a635c7)

v5.8.9

Compare Source

Bug Fixes

v5.8.8

Compare Source

Bug Fixes
  • core: do not rehydrate values provided to constructor (8ff3f65), closes #​4790
  • core: hydrate relations with mapToPk as scalars to support custom types (4118076), closes #​4803
  • postgres: escape array literal values containing backslash (#​4797) (20179ec), closes #​4796
Performance Improvements
  • core: fix duplicate processing of collection items when flushing (a8a1021), closes #​4807

v5.8.7

Compare Source

Bug Fixes
  • core: ensure virtual relation properties have no effect on commit order (606d633), closes #​4781
  • core: fix conditions in em.upsertMany with composite keys (2f58556), closes #​4786
  • core: fix extra updates when nullable embedded properties contain FK (77ffa4f), closes #​4788
  • core: improve handling of nullable embedded properties (eae7e38), closes #​4787
  • schema: respect length of default value of datetime columns (cbc0c50), closes #​4782

v5.8.6

Compare Source

Bug Fixes

v5.8.5

Compare Source

Bug Fixes
  • core: allow joining a formula property ([1200

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1e4968e to 96805f7 Compare April 16, 2023 10:16
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.79.0 chore(deps): update all non-major dependencies Apr 16, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from fcae027 to 0c379b0 Compare April 27, 2023 13:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 351db76 to 3fbcdb9 Compare May 4, 2023 19:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4e0cf68 to a6c65e4 Compare May 11, 2023 21:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7ab24b6 to 35cbcb2 Compare May 13, 2023 16:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b934aef to 9f11072 Compare February 22, 2024 13:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c2a4f39 to 6c6bf61 Compare March 3, 2024 12:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e3f399e to 463ed7c Compare March 9, 2024 19:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 58ea596 to 2d22485 Compare March 21, 2024 20:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 53a4778 to e248021 Compare March 29, 2024 03:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c51119a to c70965b Compare April 7, 2024 18:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 81dce13 to 0a6fe73 Compare April 13, 2024 15:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3f5a6a5 to 57ceaec Compare May 11, 2024 14:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 57ceaec to 11c601b Compare May 13, 2024 17:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 11c601b to 82e2274 Compare May 15, 2024 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants