Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
developmentfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#55
renovate[bot] wants to merge 1 commit into
developmentfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 15, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mikro-orm/cli (source) 5.6.165.9.8 age adoption passing confidence
@mikro-orm/migrations (source) 5.6.165.9.8 age adoption passing confidence
@mikro-orm/nestjs 5.1.85.2.3 age adoption passing confidence
@mikro-orm/postgresql (source) 5.6.165.9.8 age adoption passing confidence
@nestjs/cli 9.3.09.5.0 age adoption passing confidence
@nestjs/common (source) 9.4.09.4.3 age adoption passing confidence
@nestjs/config 2.3.12.3.4 age adoption passing confidence
@nestjs/platform-express (source) 9.4.09.4.3 age adoption passing confidence
@nestjs/schematics 9.1.09.2.0 age adoption passing confidence
@nestjs/testing (source) 9.4.09.4.3 age adoption passing confidence
@types/express (source) 4.17.174.17.25 age adoption passing confidence
@types/jest (source) 29.5.029.5.14 age adoption passing confidence
@types/node (source) 18.15.1118.19.130 age adoption passing confidence
@types/supertest (source) 2.0.122.0.16 age adoption passing confidence
@​types/uuid 9.0.19.0.8 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 5.58.05.62.0 age adoption passing confidence
@typescript-eslint/parser (source) 5.58.05.62.0 age adoption passing confidence
eslint (source) 8.38.08.57.1 age adoption passing confidence
eslint-config-prettier 8.8.08.10.2 age adoption passing confidence
eslint-plugin-prettier 4.2.14.2.5 age adoption passing confidence
jest (source) 29.5.029.7.0 age adoption passing confidence
mqtt 4.3.74.3.8 age adoption passing confidence
prettier (source) 2.8.72.8.8 age adoption passing confidence
reflect-metadata (source) 0.1.130.2.2 age adoption passing confidence
rimraf 5.0.05.0.10 age adoption passing confidence
rxjs (source) 7.8.07.8.2 age adoption passing confidence
supertest 6.3.36.3.4 age adoption passing confidence
ts-jest (source) 29.1.029.4.11 age adoption passing confidence
ts-loader 9.4.29.5.7 age adoption passing confidence
ts-node (source) 10.9.110.9.2 age adoption passing confidence
typescript (source) 5.0.45.9.3 age adoption passing confidence
yarn (source) 3.5.03.8.7 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

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 (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

v5.8.4

Compare Source

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

v5.8.3

Compare Source

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

v5.8.2

Compare Source

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)

v5.8.1

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.0

Compare Source

Bug Fixes
  • core: default baseUrl value to '.' when registering ts-node (#​4680) (cc0fc5f), closes #​4679
  • core: ensure partial loading respects advanced mapped type methods (72554fd), closes #​4622
  • core: fix assigning collection items with updateNestedEntities: false (e1bfd20)
  • core: fix metadata cache for @Check() with callback signature (44d973e), closes #​4505
  • core: fix removing entity that has an inverse relation with M:1 owner property (fbed4a6), closes #​4578
  • core: ignore null values of unknown properties in assign() (a600f55), closes #​4566
  • core: map property names to column names in qb.onConflict() (e38d126), closes #​4483
  • core: remove old items from 1:m collections via set() even if not initialized (b03e165)
  • core: respect explicit schema name of pivot tables (af74491), closes #​4516
  • core: respect filters with joined loading strategy (#​4683) (847c35a), closes #​704 #​2440
  • core: support calling em.findAndCount() on virtual entities with orderBy (7f328ac), closes #​4628
  • core: support calling em.insertMany() with empty array (2f65bc8), closes #​4640
  • core: use join on conditions for populateWhere (#​4682) (99177cc), closes #​3871
  • entity-generator: respect precision and scale in numeric column type (3a52c39)
  • mysql: fix extra updates on entities with non-primary autoincrement property (5d6ebe3), closes #​4577
  • query-builder: apply join condition to the target entity in M:N relations (c78d812), closes #​4644
  • query-builder: make QBFilterQuery type more strict (755ef67)
  • schema: respect columnType on enum properties (#​4601) (0eae590)
Features
  • cli: add --drop-db flag to migration:fresh and schema:fresh (cf1db80), closes #​4569
  • core: add clear option to em.transactional() (01d1ad7)
  • core: add Collection.isEmpty() method (#​4599) (2d8d506)
  • core: add Collection.slice() method (#​4608) (7c99c37)
  • core: add Collection helpers map/filter/reduce/exists/findFirst/indexBy (3ba33ac), closes #​4592
  • core: allow disabling duplicate entities discovery validation (#​4618) (3ff0dda)
  • core: allow enabling result cache globally (5876c99), closes #​4656
  • core: allow fine-grained control over em.upsert() (#​4669) (ab0ddee), closes #​4325 #​4602
  • core: allow global config option for disableIdentityMap (ef32b14), closes #​4653
  • core: respect batchSize in em.upsertMany() (4a21c33), closes #​4421
  • entity-generator: allow skipping some tables or columns (e603108), closes #​4584
  • migrations: add Migration.getEntityManager() helper (79af75c), closes #​4605
  • mongo: support indexes on embedded properties (040896e), closes #​2129
  • sql: add readOnly option to em.begin() and em.transactional() (86bb7d4)
  • sql: allow specifying query comments (06d4d20)

v5.7.14

Compare Source

Bug Fixes
  • core: ensure JSON arrays are correctly handled (5327bcc), closes #​4555
  • core: inferring JSON type based on columnType when mapping to array (96d87ba), closes #​4548
  • entity-generator: use ref instead of wrappedReference (#​4559) (be02aa4)
  • mongo: do not create collections for embeddable entities (0759df0), closes #​4495
  • seeder: allow run method to return without promise (#​4541) (8012507)

v5.7.13

Compare Source

Bug Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@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 10 times, most recently from f879f08 to ec3bf68 Compare May 27, 2023 18:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from af0dce7 to 07d1a58 Compare June 4, 2023 18:20
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 92203af to a3d48a2 Compare June 11, 2023 22:05
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 074678b to 332ba61 Compare June 17, 2023 13:47
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.

0 participants