nestx-log4js icon indicating copy to clipboard operation
nestx-log4js copied to clipboard

fix(deps): update nest monorepo

Open renovate[bot] opened this issue 2 years ago • 0 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/cli 9.4.2 -> 9.5.0 age adoption passing confidence
@nestjs/core (source) 9.0.5 -> 9.4.3 age adoption passing confidence
@nestjs/schematics 9.0.4 -> 9.2.0 age adoption passing confidence

Release Notes

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

v9.5.0

Compare Source

  • Merge pull request #​2054 from nestjs/renovate/webpack-5.x (2f93962)
  • Merge pull request #​2062 from nestjs/renovate/cimg-node-20.x (007f878)
  • Merge pull request #​2063 from nestjs/renovate/major-angular-cli-monorepo (f459c81)
  • Merge pull request #​2083 from nestjs/dependabot/npm_and_yarn/vm2-3.9.19 (0295488)
  • Merge pull request #​2046 from micalevisk/file-system-reader-refactor (6597e8d)
  • Merge pull request #​2070 from m4tt72/feat/allow-disable-manual-restart-watchmode (1bedd79)
  • chore(deps): bump vm2 from 3.9.17 to 3.9.19 (ac623ea)
  • chore(deps): update dependency @​types/node to v18.16.12 (a707098)
  • chore(deps): update node.js to v20.2 (b161d7e)
  • feat: set default value for 'manualRestart' to false (6e3e397)
  • refactor: rename 'restartable' to 'manualRestart' (8148e82)
  • chore(deps): update dependency @​types/node to v18.16.10 (a47ed50)
  • chore(deps): update typescript-eslint monorepo to v5.59.6 (90df136)
  • Merge pull request #​2068 from cesarkohl/patch-1 (4aa5268)
  • chore(deps): update dependency @​types/node to v18.16.9 (2616605)
  • chore(deps): update dependency @​types/node to v18.16.8 (2bd3117)
  • fix(deps): update angular-cli monorepo to v16 (0a70759)
  • fix(deps): update dependency webpack to v5.82.1 (979aa37)
  • chore(deps): update dependency @​types/node to v18.16.7 (3be4d92)
  • chore(deps): update dependency @​types/node to v18.16.6 (9755a2f)
  • chore(deps): update typescript-eslint monorepo to v5.59.5 (41b172a)
  • feat: allow disabling manual restart for ts watchmode (9c231e3)
  • Remove duplicated type (15ae052)
  • chore(deps): update dependency eslint to v8.40.0 (e788467)
  • chore(deps): update dependency @​types/node to v18.16.5 (3f7f6ba)
  • chore(deps): update dependency @​types/node to v18.16.4 (8efcc13)
  • chore(deps): update commitlint monorepo to v17.6.3 (02c2e93)
  • chore(deps): update dependency release-it to v15.10.3 (b07fcf2)
  • chore(deps): update typescript-eslint monorepo to v5.59.2 (0a65d80)
  • chore(deps): update dependency release-it to v15.10.2 (e6f221a)
  • chore(deps): update dependency @​types/node to v18.16.3 (7f5b115)
  • chore(deps): update dependency @​types/node to v18.16.2 (a1728be)
  • chore(deps): update dependency lint-staged to v13.2.2 (19b5ab1)
  • chore(deps): update dependency @​types/node to v18.16.1 (45b207b)
  • chore(deps): update typescript-eslint monorepo to v5.59.1 (677f683)
  • style: format everything (c140159)
  • test(lib): add unit tests for PackageManagerFactory.prototype.find (f37bde8)
  • refactor(lib): use promise version of fs.readdir (ea9cdf5)
  • refactor(lib): use canonical join instead of literal slash symbol (dd5962e)
  • refactor(lib): use fs promises node api instead of promisify it (19606fd)
nestjs/nest (@​nestjs/core)

v9.4.3

Compare Source

v9.4.2

Compare Source

v9.4.1

Compare Source

v9.4.0

Compare Source

v9.4.0 (2023-04-05)
Features
Bug fixes
Enhancements
Dependencies
Committers: 8

v9.3.12

Compare Source

v9.3.12 (2023-03-22)
Enhancements
  • core
    • #​11129 fix(core): false-positive value provider not registered error when the value is undefined (@​micalevisk)
  • common
    • #​11281 perf(common): In case of an expensive log, allow to pass a function (@​hansl)
Dependencies
Committers: 2

v9.3.11

Compare Source

v9.3.10

Compare Source

v9.3.10 (2023-03-15)

Bug fixes
Enhancements
Dependencies
Committers: 11

v9.3.9

Compare Source

v9.3.8

Compare Source

v9.3.7

Compare Source

v9.3.6 (2023-02-08)

Bug fixes
Dependencies
Committers: 3

v9.3.4 (2023-02-07)

Bug fixes
Dependencies
Committers: 1

v9.3.6

Compare Source

v9.3.5

Compare Source

v9.3.4

Compare Source

v9.3.3

Compare Source

v9.3.3 (2023-02-06)
Bug fixes
Enhancements
Dependencies
Committers: 3

v9.3.2

Compare Source

v9.3.2 (2023-02-03)
Bug fixes
Enhancements
  • microservices
Dependencies
  • Other
    • #​11012 chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/31-graphql-federation-code-first/gateway (@​dependabot[bot])
    • #​11015 chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/32-graphql-federation-schema-first/gateway (@​dependabot[bot])
    • #​11005 chore(deps-dev): bump graphql-tools from 8.3.16 to 8.3.17 (@​dependabot[bot])
    • #​11013 chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/31-graphql-federation-code-first/posts-

Configuration

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

🚦 Automerge: Enabled.

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[bot] avatar Mar 08 '23 12:03 renovate[bot]