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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 1, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@byndyusoft/class-validator-extended 1.0.1 -> 1.2.0 age adoption passing confidence
@byndyusoft/dto-factory 1.0.1 -> 1.0.2 age adoption passing confidence
@byndyusoft/eslint-config 2.2.1 -> 2.6.0 age adoption passing confidence
@byndyusoft/nest-http-client 1.2.1 -> 1.2.2 age adoption passing confidence
@byndyusoft/nest-opentracing 2.3.2 -> 2.4.0 age adoption passing confidence
@byndyusoft/pino-logger-factory 3.0.1 -> 3.2.0 age adoption passing confidence
@casualbot/jest-sonar-reporter 2.2.7 -> 2.4.0 age adoption passing confidence
@commitlint/cli (source) 17.5.1 -> 17.8.1 age adoption passing confidence
@commitlint/config-conventional (source) 17.4.4 -> 17.8.1 age adoption passing confidence
@nestjs/axios 0.1.0 -> 0.1.1 age adoption passing confidence
@nestjs/cli 9.3.0 -> 9.5.0 age adoption passing confidence
@nestjs/common (source) 9.3.12 -> 9.4.3 age adoption passing confidence
@nestjs/core (source) 9.3.12 -> 9.4.3 age adoption passing confidence
@nestjs/platform-express (source) 9.3.12 -> 9.4.3 age adoption passing confidence
@nestjs/schematics 9.1.0 -> 9.2.0 age adoption passing confidence
@types/express (source) 4.17.17 -> 4.17.21 age adoption passing confidence
@types/jaeger-client (source) 3.18.4 -> 3.18.7 age adoption passing confidence
@types/jest (source) 29.5.0 -> 29.5.14 age adoption passing confidence
@types/lodash (source) 4.14.192 -> 4.17.13 age adoption passing confidence
@types/node (source) 16.18.23 -> 16.18.120 age adoption passing confidence
@types/pg (source) 8.6.6 -> 8.11.10 age adoption passing confidence
@types/proper-url-join (source) 2.1.1 -> 2.1.5 age adoption passing confidence
@types/qs (source) 6.9.7 -> 6.9.17 age adoption passing confidence
@types/source-map-support (source) 0.5.6 -> 0.5.10 age adoption passing confidence
axios (source) 0.27.2 -> 0.29.0 age adoption passing confidence
class-validator 0.14.0 -> 0.14.1 age adoption passing confidence
dotenv 16.0.3 -> 16.4.5 age adoption passing confidence
eslint (source) 8.37.0 -> 8.57.1 age adoption passing confidence
express (source) 4.18.2 -> 4.21.1 age adoption passing confidence
helmet (source) 6.0.1 -> 6.2.0 age adoption passing confidence
jest (source) 29.5.0 -> 29.7.0 age adoption passing confidence
jest-mock-extended 3.0.4 -> 3.0.7 age adoption passing confidence
lint-staged 13.2.0 -> 13.3.0 age adoption passing confidence
markdownlint-cli 0.33.0 -> 0.43.0 age adoption passing confidence
pg (source) 8.10.0 -> 8.13.1 age adoption passing confidence
pino (source) 8.11.0 -> 8.21.0 age adoption passing confidence
pino-http 8.3.3 -> 8.6.1 age adoption passing confidence
pino-pretty 10.0.0 -> 10.3.1 age adoption passing confidence
prettier (source) 2.8.7 -> 2.8.8 age adoption passing confidence
prettier-plugin-packagejson 2.4.3 -> 2.5.6 age adoption passing confidence
proper-url-join 2.1.1 -> 2.1.2 age adoption passing confidence
qs 6.11.1 -> 6.13.1 age adoption passing confidence
reflect-metadata (source) 0.1.13 -> 0.2.2 age adoption passing confidence
rxjs (source) 7.8.0 -> 7.8.1 age adoption passing confidence
ts-jest (source) 29.1.0 -> 29.2.5 age adoption passing confidence
tslib (source) 2.5.0 -> 2.8.1 age adoption passing confidence
typeorm (source) 0.3.12 -> 0.3.20 age adoption passing confidence
typescript (source) 5.0.3 -> 5.7.2 age adoption passing confidence
yarn (source) 4.0.0-rc.42 -> 4.5.3 age adoption passing confidence

Release Notes

Byndyusoft/class-validator-extended (@​byndyusoft/class-validator-extended)

v1.2.0

Compare Source

Features
  • add validator for string integer (b345a61)

v1.1.0

Compare Source

Features
Byndyusoft/node-dto-factory (@​byndyusoft/dto-factory)

v1.0.2

Compare Source

Bug Fixes
Byndyusoft/eslint-config (@​byndyusoft/eslint-config)

v2.6.0

Compare Source

v2.5.0

Compare Source

v2.4.1

Compare Source

v2.4.0

Compare Source

v2.3.0

Compare Source

Byndyusoft/nest-http-client (@​byndyusoft/nest-http-client)

v1.2.2

Compare Source

Bug Fixes
  • fix set baseURL in endpoint (7c10c0b)
Byndyusoft/nest-opentracing (@​byndyusoft/nest-opentracing)

v2.4.0

Compare Source

Changes:

  • feat: log headers in http requests #​31

v2.3.6

Compare Source

Changes:

  • fix: remove onModuleDestroy for AsyncContext #​30

v2.3.5

Compare Source

Changes:

  • fix: nomalize base url in span name #​29

v2.3.4

Compare Source

JaegerTracingModule:

  • Removed service name prefix from initial tags

v2.3.3

Compare Source

Changes:

  • Trace context builder implemented
Byndyusoft/node-pino-logger-factory (@​byndyusoft/pino-logger-factory)

v3.2.0

Compare Source

Features

v3.1.0

Compare Source

Features

v3.0.2

Compare Source

Bug Fixes
  • handle undefined in arguments (04db410)
CasualBot/jest-sonar-reporter (@​casualbot/jest-sonar-reporter)

v2.4.0

Compare Source

  • Fix package name in README (scanner -> reporter) #​23
  • Add files to solve NPM 10 lib/src strip problem #​22
  • Add projectRoot option for relativePaths #​20

v2.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: CasualBot/jest-sonar-reporter@v2.2.7...v2.3.1

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: CasualBot/jest-sonar-reporter@v2.2.7...v2.3.1

conventional-changelog/commitlint (@​commitlint/cli)

v17.8.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.7.2 (2023-09-28)

Note: Version bump only for package @​commitlint/cli

17.7.1 (2023-08-10)

Note: Version bump only for package @​commitlint/cli

v17.7.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.7.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.6.7 (2023-07-19)

Note: Version bump only for package @​commitlint/cli

17.6.6 (2023-06-24)

Note: Version bump only for package @​commitlint/cli

17.6.5 (2023-05-30)

Note: Version bump only for package @​commitlint/cli

17.6.3 (2023-05-04)

Note: Version bump only for package @​commitlint/cli

17.6.1 (2023-04-14)

Note: Version bump only for package @​commitlint/cli

v17.6.7

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.6.6

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.6.5

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.6.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.5.1 (2023-03-28)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.7.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

17.6.7 (2023-07-19)

Note: Version bump only for package @​commitlint/config-conventional

17.6.6 (2023-06-24)

Note: Version bump only for package @​commitlint/config-conventional

17.6.5 (2023-05-30)

Note: Version bump only for package @​commitlint/config-conventional

17.6.3 (2023-05-04)

Note: Version bump only for package @​commitlint/config-conventional

17.6.1 (2023-04-14)

Note: Version bump only for package @​commitlint/config-conventional

v17.6.7

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.6.6

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.6.5

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

[v17.6.3](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/config-conventional/


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 force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1d45445 to 952c6ae Compare September 2, 2022 11:28
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency typescript to v4.8.2 Sep 2, 2022
@renovate renovate bot changed the title chore(deps): update dependency typescript to v4.8.2 chore(deps): update all non-major dependencies Sep 5, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from be202fb to 03d929f Compare September 12, 2022 11:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from b622b41 to e0dea46 Compare September 19, 2022 17:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 4e53a33 to 80e5c13 Compare September 27, 2022 15:55
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Sep 27, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0128c81 to 455721f Compare September 28, 2022 17:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 5229081 to e4fb8f4 Compare September 17, 2024 02:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 233e2c2 to ceac7c2 Compare September 25, 2024 08:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5435951 to b720fc4 Compare September 28, 2024 02:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d186bbd to c6a018a Compare October 10, 2024 17:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 46129ec to 309a066 Compare October 20, 2024 02:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from cc8d35d to 0f30418 Compare October 30, 2024 05:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 93dc5bf to 13d7b54 Compare November 5, 2024 20:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5f0d4a9 to e9131db Compare November 23, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants