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

fix(deps): update all non-major dependencies #29

Merged
merged 2 commits into from
Nov 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@fastify/static 6.11.2 -> 6.12.0 age adoption passing confidence dependencies minor
@grpc/grpc-js (source) 1.9.7 -> 1.9.9 age adoption passing confidence dependencies patch
@mikro-orm/cli (source) 5.8.10 -> 5.9.2 age adoption passing confidence devDependencies minor
@mikro-orm/core (source) 5.8.10 -> 5.9.2 age adoption passing confidence dependencies minor
@mikro-orm/migrations (source) 5.8.10 -> 5.9.2 age adoption passing confidence dependencies minor
@mikro-orm/postgresql (source) 5.8.10 -> 5.9.2 age adoption passing confidence dependencies minor
@nestjs/common (source) 10.2.7 -> 10.2.8 age adoption passing confidence dependencies patch
@nestjs/core (source) 10.2.7 -> 10.2.8 age adoption passing confidence dependencies patch
@nestjs/microservices (source) 10.2.7 -> 10.2.8 age adoption passing confidence dependencies patch
@nestjs/platform-fastify (source) 10.2.7 -> 10.2.8 age adoption passing confidence dependencies patch
@types/node (source) 20.8.9 -> 20.8.10 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 6.9.0 -> 6.9.1 age adoption passing confidence devDependencies patch
@typescript-eslint/parser 6.9.0 -> 6.9.1 age adoption passing confidence devDependencies patch
eslint (source) 8.52.0 -> 8.53.0 age adoption passing confidence devDependencies minor
eslint-plugin-import 2.26.0 -> 2.29.0 age adoption passing confidence devDependencies minor
nestjs-grpc-reflection 0.1.1 -> 0.2.0 age adoption passing confidence dependencies minor
pnpm/action-setup v2.2.2 -> v2.4.0 age adoption passing confidence action minor

Release Notes

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

v6.12.0

Compare Source

What's Changed

Full Changelog: fastify/fastify-static@v6.11.2...v6.12.0

grpc/grpc-node (@​grpc/grpc-js)

v1.9.9

Compare Source

v1.9.8

Compare Source

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

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
nestjs/nest (@​nestjs/common)

v10.2.8

Compare Source

nestjs/nest (@​nestjs/core)

v10.2.8

Compare Source

nestjs/nest (@​nestjs/microservices)

v10.2.8

Compare Source

nestjs/nest (@​nestjs/platform-fastify)

v10.2.8

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.9.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

eslint/eslint (eslint)

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

import-js/eslint-plugin-import (eslint-plugin-import)

v2.29.0

Compare Source

Added

v2.28.1

Compare Source

Fixed
Changed

v2.28.0

Compare Source

Fixed
  • [no-duplicates]: remove duplicate identifiers in duplicate imports ([#​2577], thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases ([#​2754], thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases ([#​2756], thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies ([#​1820], thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import ([#​2832], thanks [@​laurens-dg])
  • [order]: partial fix for [#​2687] (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports ([#​2835], thanks [@​benkrejci])
  • [extensions]: handle . and .. properly ([#​2778], thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export ([#​2842], thanks [@​Chamion])
Changed
  • [Docs] [no-duplicates]: fix example schema ([#​2684], thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting ([#​2699], thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior ([#​2748], thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])

v2.27.5

Compare Source

Fixed

v2.27.4

Compare Source

Fixed
  • semver should be a prod dep ([#​2668])

v2.27.3

Compare Source

Fixed
  • [no-empty-named-blocks]: rewrite rule to only check import declarations ([#​2666])

v2.27.2

Compare Source

Fixed
  • [no-duplicates]: do not unconditionally require typescript ([#​2665])

v2.27.1

Compare Source

Fixed

v2.27.0

Compare Source

Added
Fixed
Changed
jtimmons/nestjs-grpc-reflection-module (nestjs-grpc-reflection)

v0.2.0

Compare Source

⚠ BREAKING CHANGES
  • rxjs must now be installed by the consumer if it is not already
Bug Fixes
  • move rxjs to peer dependencies to avoid version conflicts (9ef7c1d)
0.1.1 (2023-10-05)
Bug Fixes
  • load all protofiles at once to fix partial package import issues (f45f2c5)
pnpm/action-setup (pnpm/action-setup)

v2.4.0

Compare Source

Add ability to install standalone binary (https://github.com/pnpm/action-setup/pull/92).

v2.3.0

Compare Source

v2.2.4

Compare Source

No deprecation warnings are printed about set-state and set-output commands (https://github.com/pnpm/action-setup/issues/57)

v2.2.3

Compare Source

Bump Node.js version to 16 [http


Configuration

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

🚦 Automerge: Enabled.

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 requested a review from Adrianmjim as a code owner November 5, 2023 21:26
@renovate renovate bot added the dependencies label Nov 5, 2023
@renovate renovate bot enabled auto-merge (rebase) November 5, 2023 21:26
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 23c4e9c to 3e71823 Compare November 5, 2023 21:27
@codecov-commenter
Copy link

codecov-commenter commented Nov 5, 2023

Codecov Report

Merging #29 (b60c1eb) into main (ba97577) will not change coverage.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##             main      #29   +/-   ##
=======================================
  Coverage   99.19%   99.19%           
=======================================
  Files         118      118           
  Lines         993      993           
  Branches       46       46           
=======================================
  Hits          985      985           
  Misses          8        8           

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 3e71823 to b60c1eb Compare November 5, 2023 21:30
Copy link
Contributor Author

renovate bot commented Nov 6, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot merged commit e388680 into main Nov 6, 2023
@renovate renovate bot deleted the renovate/all-non-major-dependencies branch November 6, 2023 16:48
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.

2 participants