Skip to content

fix(deps): update all major dependencies (major) #74

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@fastify/static 6.12.0 -> 8.2.0 age adoption passing confidence dependencies major
@mikro-orm/cli (source) 5.9.8 -> 6.4.16 age adoption passing confidence devDependencies major
@mikro-orm/core (source) 5.9.8 -> 6.4.16 age adoption passing confidence dependencies major
@mikro-orm/migrations (source) 5.9.8 -> 6.4.16 age adoption passing confidence dependencies major
@mikro-orm/nestjs 5.2.3 -> 6.1.1 age adoption passing confidence dependencies major
@mikro-orm/postgresql (source) 5.9.8 -> 6.4.16 age adoption passing confidence dependencies major
@nestjs/apollo 12.1.0 -> 13.1.0 age adoption passing confidence dependencies major
@nestjs/common (source) 10.3.3 -> 11.1.2 age adoption passing confidence dependencies major
@nestjs/core (source) 10.3.3 -> 11.1.2 age adoption passing confidence dependencies major
@nestjs/cqrs 10.2.7 -> 11.0.3 age adoption passing confidence dependencies major
@nestjs/graphql 12.1.1 -> 13.1.0 age adoption passing confidence dependencies major
@nestjs/microservices (source) 10.3.3 -> 11.1.2 age adoption passing confidence dependencies major
@nestjs/platform-fastify (source) 10.3.3 -> 11.1.2 age adoption passing confidence dependencies major
@nestjs/swagger 7.3.0 -> 11.2.0 age adoption passing confidence dependencies major
@types/node (source) 20.11.24 -> 22.15.29 age adoption passing confidence devDependencies major
@typescript-eslint/eslint-plugin (source) 6.21.0 -> 8.33.1 age adoption passing confidence devDependencies major
@typescript-eslint/parser (source) 6.21.0 -> 8.33.1 age adoption passing confidence devDependencies major
codecov/codecov-action v3 -> v5 age adoption passing confidence action major
docker/build-push-action v5 -> v6 age adoption passing confidence action major
eslint (source) 8.57.0 -> 9.28.0 age adoption passing confidence devDependencies major
eslint-import-resolver-typescript 3.6.1 -> 4.4.2 age adoption passing confidence devDependencies major
eslint-plugin-jest 27.9.0 -> 28.12.0 age adoption passing confidence devDependencies major
husky 8.0.3 -> 9.1.7 age adoption passing confidence devDependencies major
lint-staged 15.2.2 -> 16.1.0 age adoption passing confidence devDependencies major
pnpm/action-setup v2.4.0 -> v4.1.0 age adoption passing confidence action major
rimraf 5.0.5 -> 6.0.1 age adoption passing confidence devDependencies major
turbo (source) 1.12.4 -> 2.5.4 age adoption passing confidence devDependencies major

Release Notes

fastify/fastify-static (@​fastify/static)

v8.2.0

Compare Source

v8.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v8.1.0...v8.1.1

v8.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v8.0.4...v8.1.0

v8.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v8.0.3...v8.0.4

v8.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v8.0.2...v8.0.3

v8.0.2

Compare Source

What's Changed

Full Changelog: fastify/fastify-static@v8.0.1...v8.0.2

v8.0.1

Compare Source

What's Changed

Full Changelog: fastify/fastify-static@v8.0.0...v8.0.1

v8.0.0

Compare Source

What's Changed

Full Changelog: fastify/fastify-static@v7.0.4...v8.0.0

v7.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v7.0.3...v7.0.4

v7.0.3

Compare Source

What's Changed

Full Changelog: fastify/fastify-static@v7.0.2...v7.0.3

v7.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v7.0.1...v7.0.2

v7.0.1

Compare Source

What's Changed

Full Changelog: fastify/fastify-static@v7.0.0...v7.0.1

v7.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v6.12.0...v7.0.0

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

v6.4.16

Compare Source

Bug Fixes
  • core: fix extra updates after em.refresh is called on properties with custom types (6a6167e), closes #​6674
  • core: fix implicit serialization when multiple populate hints are present (dbf8f3c), closes #​6658
  • core: support custom types in type option of version properties (bd31fb6)
  • core: unlink old 1:1 relation on the owning side when changing inverse side (2f292cc), closes #​6655
  • core: use explicit dataloader for M:N properties (6372e4c), closes #​6665
Features
  • mssql: allow inserting when triggers are present in mssql tables (#​6662) (efafb9b)
  • query-builder: validate wrong group operator position on scalar properties (0f5ce3d), closes #​6684

v6.4.15

Compare Source

Bug Fixes
Features

v6.4.14

Compare Source

Bug Fixes
  • core: add support for zero count result cache (#​6600) (3a8fdff)
  • core: copy EntitySchema before processing the metadata (cbf4a7f), closes #​6540
  • core: disallow passing array items to scalar array properties in em.create and em.assign (1455027), closes #​6609
  • core: don't remove generated primary keys from entity snapshot (980e53e), closes #​6593
  • core: enforce correct runtime type when object gets inferred (6e46afa), closes #​6633
  • core: fix orderBy value type (06f1a72)
  • core: respect null as a valid cache result (#​6585) (e3bb8e4), closes #​6584
  • core: respect schema option when loading missing fields on upsert (3bd72ea), closes #​6622
  • mssql: handle mapping for order by expressions with nulls first/last (#​6618) (2cae74b)
  • query-builder: don't alias formula properties in join conditions (34d1df4), closes #​6620
Features

v6.4.13

Compare Source

Bug Fixes
  • core: allow passing null and undefined to ref() and respect it in return type (2708c7a)
  • core: fix entity path discovery for bun 1.2.7 (#​6564) (a749a4a)
  • core: fix type of a Record properties when mapping to EntityDTO (e4ef475)
  • core: ignore collection operators in auto-joined filter conditions (c72c8c5), closes #​6567
  • core: make populate parameter of em.populate() readonly (#​6580) (87d8c95), closes #​6579
  • core: respect owner schema when persisting M:N with wildcard entities (a53765f), closes #​6575
  • core: skip extra populate query for nullable 1:1 inverse sides (3a72ce5), closes #​6568
  • mssql: ensure formula properties are not selected twice when partial loading on a joined relation (763db15), closes #​6547
  • postgres: fix schema diffing for default and nullable of check constraint enums (#​6572) (db9b0bf), closes #​6571
  • query-builder: ignore nested relation filters when applying filters to auto-joined relations (b9ac04c), closes #​6566

v6.4.12

Compare Source

Bug Fixes
  • core: clean up 1:m collections when changing the m:1 value (a720927)
  • core: don't reset not selected values from existing entities (2ebc7a8), closes #​6558
  • core: fix populating m:n collection with custom types (444c130), closes #​6477
  • core: fix populating nested relations when parent entity is self referenced (285a632), closes #​6531
  • core: propagate composite FK values when inserting new entities (9506cae), closes #​6430
  • mssql: ensure date type is mapped to string instead of Date object (098d71b), closes #​6553
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (a76805e), closes #​6557
  • postgres: fix schema diffing on m:1 relations targeting a native enum PK (e059375), closes #​6557
Features

v6.4.11

Compare Source

Bug Fixes
  • core: fix metadata validation for polymorphic embedded properties (61bd2c3), closes #​6522
  • core: fix wildcard schema resolution on pivot tables (c43afa6), closes #​6516
  • core: respect EM schema when populating nested relations with wildcard schema (765eb69), closes #​6511
  • mongo: do not create migrations collection by default (#​6517) (154dafc)
  • mssql: fix upsert with an explicit merge array (4b57d3a), closes #​6534
  • postgres: cockroachdb may not require unmarshallArray (#​6501) (0661942)
  • sqlite: do not ensure directory exists when dbName is :memory: or URL (b0f97ed), closes #​6533

v6.4.10

Compare Source

Bug Fixes
Performance Improvements
  • core: fix consecutive metadata discovery taking too long because of STI (f79b64b), closes #​6509

v6.4.9

Compare Source

Bug Fixes

v6.4.8

Compare Source

Bug Fixes

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

@renovate renovate bot requested a review from adrianmjim as a code owner January 8, 2024 09:48
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 3 times, most recently from 92cc168 to 132f1f3 Compare January 15, 2024 08:27
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from 168e9fa to d84e471 Compare January 25, 2024 04:53
@renovate renovate bot changed the title chore(deps): update all major dependencies to v6 (major) chore(deps): update all major dependencies (major) Jan 25, 2024
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 8 times, most recently from 68316ef to ce0d625 Compare January 31, 2024 18:23
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from ce0d625 to 10dc814 Compare February 1, 2024 17:22
@renovate renovate bot changed the title chore(deps): update all major dependencies (major) fix(deps): update all major dependencies (major) Feb 1, 2024
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 5 times, most recently from 8acca9c to 1cdda7f Compare February 11, 2024 19:16
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 5 times, most recently from a01f85d to 68d568a Compare February 19, 2024 18:16
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 68d568a to 4642f27 Compare February 22, 2024 00:24
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 9 times, most recently from eb788c2 to 6fe6ae9 Compare April 10, 2025 10:48
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 6 times, most recently from 3cd7f80 to 1624928 Compare April 14, 2025 18:53
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from ea28801 to 68bb88a Compare April 20, 2025 02:02
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from 71c2f03 to f2edf0c Compare May 1, 2025 23:41
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from 06eb434 to 280111a Compare May 5, 2025 11:09
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 2 times, most recently from 4659881 to 00cedb4 Compare May 11, 2025 19:30
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 00cedb4 to 7753174 Compare May 17, 2025 16:11
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch 3 times, most recently from 1067cb7 to e17b0e2 Compare May 26, 2025 05:59
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from e17b0e2 to 9572ea1 Compare June 1, 2025 04:09
@renovate renovate bot force-pushed the renovate/major-all-major-dependencies branch from 9572ea1 to 295e2a3 Compare June 2, 2025 17:56
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