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 #349

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@mikro-orm/cli (source) 6.0.0-rc.3 -> 6.0.4 age adoption passing confidence devDependencies patch
@mikro-orm/core (source) 6.0.0-rc.3 -> 6.0.4 age adoption passing confidence dependencies patch
@mikro-orm/migrations (source) 6.0.0-rc.3 -> 6.0.4 age adoption passing confidence dependencies patch
@mikro-orm/postgresql (source) 6.0.0-rc.3 -> 6.0.4 age adoption passing confidence dependencies patch
@mikro-orm/reflection (source) 6.0.0-rc.3 -> 6.0.4 age adoption passing confidence dependencies patch
@mikro-orm/seeder (source) 6.0.0-rc.3 -> 6.0.4 age adoption passing confidence devDependencies patch
@nestjs/cli 10.2.1 -> 10.3.0 age adoption passing confidence devDependencies minor
@nestjs/schematics 10.0.3 -> 10.1.0 age adoption passing confidence devDependencies minor
node 20.10.0 -> 20.11.0 age adoption passing confidence minor
node >=20.10.0 -> >=20.11.0 age adoption passing confidence engines minor
node 21.5.0-slim -> 21.6.0-slim age adoption passing confidence final minor
node (source) 20.10.0 -> 20.11.0 age adoption passing confidence minor
redis 7.2.3-alpine -> 7.2.4-alpine age adoption passing confidence patch
supertest 6.3.3 -> 6.3.4 age adoption passing confidence devDependencies patch
twilio 4.20.0 -> 4.20.1 age adoption passing confidence dependencies patch

Release Notes

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

v6.0.4

Compare Source

Bug Fixes
  • core: respect reloaded properties of partially loaded entity during serialization (f7b6497), closes #​5128
Features
  • core: allow reusing single raw fragment in multiple keys (fc967e2), closes #​5129

v6.0.3

Compare Source

Bug Fixes
  • core: allow raw fragments as keys with multiple conditions (d0d5de8), closes #​5112
  • core: fix leaking raw fragments cache (9638410)
  • core: respect raw fragments in orderBy and populateOrderBy (7bf986c), closes #​5110
  • core: support raw fragments in order by with pagination (67ee6f5), closes #​5110
Features
  • core: do not map array types as Loaded when partially loaded (75d035d), closes #​5123
  • core: export AutoPath and UnboxArray types (000c50c), closes #​5124
  • core: map double and decimal properties to number or string based on the runtime type (312f293), closes #​5120
  • core: provide mapped custom types into constructor with forceEntityConstructor (b293789), closes #​5118

v6.0.2

Compare Source

Bug Fixes
  • core: allow calling em.remove with not managed entity (88e055e), closes #​5103
  • core: respect logging options in em.count (3b94bf9), closes #​5085
  • core: respect logging options in em.count (481d02e), closes #​5085
  • core: support $some/$none/$every on nested relations (2b3bd4d), closes #​5099
  • reflection: fix processing of Opt and Hidden types when used in intersection (2bd612e)
Features
  • core: add wrap(entity).isManaged() (5931649), closes #​5082
  • entity-generator: allow customizing entity name based on schema name (1e5afb8), closes #​5084

v6.0.1

Compare Source

Note: Version bump only for package @​mikro-orm/root

v6.0.0

Compare Source

Bug Fixes
  • core: allow using classes with private constructor with EntitySchema (d4d5b5e)
  • core: collection.loadItems() should respect wildcard populate (7f3065f), closes #​4977
  • core: do not load all env vars from .env files automatically (09e60f7)
  • core: ensure correct serialization of not fully populated collections (a39a850)
  • core: ensure propagation and change-tracking works with useDefineForClassFields (#​4730) (83f24aa), closes #​4216
  • core: fix automatic calling of ensureDatabase on init (827b1f1)
  • core: fix hydration of complex FKs with joined strategy (a4f30ac)
  • core: fix hydration of object embeddables via joined strategy (b3e3e55), closes #​5020
  • core: ignore SQL converter on object embeddables with custom types (83b989e), closes #​5074
  • core: improve EntitySchema typing for repository option (37ee42e), closes #​5006
  • core: make em.create strictly typed for relations too (#​4752) (3535cc0), closes #​4748
  • core: make Loaded type more flexible (c95e3b6), closes #​3277
  • core: mark Reference.set() as private (#​5017) (5aebf0b), closes #​5003
  • core: refactor mapping of Date properties (#​4391) (3a80369), closes #​4362 #​4360 #​1476
  • core: respect @Index and @Unique decorators on embeddables (#​4736) (c3d7717)
  • core: respect global schema option in first level cache (1833455)
  • core: respect schema option for entity instances in em.insert/Many (7eae031), closes #​4424
  • core: return managed entity from em.refresh() (0bf5363)
  • core: return managed entity from em.refresh() (55815f4)
  • core: rework Collection initialization to use em.populate() (#​4571) (7495142), closes #​4464
  • core: rework pivot table joining (#​4438) (0506d36), closes #​4423
  • core: support embedded properties with conflicting property names (b43ef63), closes #​5065
  • core: use join on conditions for populateWhere (#​4025) (a03e57c), closes #​3871
  • entity-generator: use index expressions for complex indexes (e.g. conditional) (64a39f8), closes #​4911
  • knex: respect connection type in em.getKnex() (46957ba)
  • mongo: don't rename id to _id for embeddables and entities without serialized PK (0cee82d), closes #​4960
  • postgres: allow postgres array operators on embedded array properties (ecf1f0c), closes #​4930
  • postgres: parse timestamp dates less than year 100 (e774d40), closes #​5071
  • respect postgresql no timestamptz precision default (#​3832) (9fd7e26)
  • sql: do not alias conditions for update queries with collection operators (5820d66), closes #​4956
  • sql: do not branch to-many joins for $and with a single item (a737b20)
  • test: fixed seed-manager.test.js on windows (#​4924) (27a4504)
Code Refactoring
  • remove JavaScriptMetadataProvider (4e337cb)
  • remove Reference.load(prop: keyof T) signature (#​5015) (32b48f7)
Features
Performance Improvements
  • core: cache if entity has event listeners (cfa8d52)
  • core: optimize handling of FK value propagation (f3d0ec5)
  • core: speed up detection of constructor/toJSON parameters during discovery (a1288de)
BREAKING CHANGES

Please see the upgrading guide.

nestjs/nest-cli (@​nestjs/cli)

v10.3.0

Compare Source

nestjs/schematics (@​nestjs/schematics)

v10.1.0

Compare Source


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.


  • 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 added the dependencies Pull requests that update a dependency file label Jan 15, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 7b3d56e to 435aaad Compare January 16, 2024 22:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 435aaad to 3d1348d Compare January 17, 2024 06:54
@rubiin rubiin closed this Jan 17, 2024
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Jan 17, 2024
Repository owner locked as resolved and limited conversation to collaborators Feb 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant