nest-bull icon indicating copy to clipboard operation
nest-bull copied to clipboard

chore(deps): update all dependencies

Open renovate[bot] opened this issue 1 year ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 18.4.3 -> 18.4.4 age adoption passing confidence
@commitlint/config-conventional (source) 18.4.3 -> 18.4.4 age adoption passing confidence
@lerna-lite/cli (source) 3.1.0 -> 3.2.0 age adoption passing confidence
@lerna-lite/publish (source) 3.1.0 -> 3.2.0 age adoption passing confidence
@nestjs/common (source) 10.2.10 -> 10.3.0 age adoption passing confidence
@nestjs/core (source) 10.2.10 -> 10.3.0 age adoption passing confidence
@nestjs/platform-express (source) 10.2.10 -> 10.3.0 age adoption passing confidence
@nestjs/testing (source) 10.2.10 -> 10.3.0 age adoption passing confidence
@types/node (source) 20.10.4 -> 20.11.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.14.0 -> 6.18.1 age adoption passing confidence
@typescript-eslint/parser (source) 6.14.0 -> 6.18.1 age adoption passing confidence
bull 4.11.5 -> 4.12.0 age adoption passing confidence
bullmq (source) 4.15.2 -> 4.17.0 age adoption passing confidence
eslint (source) 8.55.0 -> 8.56.0 age adoption passing confidence
eslint-plugin-prettier 5.0.1 -> 5.1.3 age adoption passing confidence
reflect-metadata (source) 0.1.14 -> 0.2.1 age adoption passing confidence
turbo (source) 1.11.1 -> 1.11.3 age adoption passing confidence

Release Notes

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

v18.4.4

Compare Source

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

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

v18.4.4

Compare Source

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

lerna-lite/lerna-lite (@​lerna-lite/cli)

v3.2.0

Compare Source

Features
  • version: add --generate-release-notes for GitHub release (#​798) (96d4a61)
lerna-lite/lerna-lite (@​lerna-lite/publish)

v3.2.0

Compare Source

Bug Fixes
nestjs/nest (@​nestjs/common)

v10.3.0

Compare Source

v10.3.0 (2023-12-18)
Enhancements
Dependencies
Committers: 6
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

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

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

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

v6.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#​8096) (3182959)
Features
  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#​8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#​8123) (9368bf3)

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

v6.15.0

Compare Source

Features

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

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

v6.18.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.18.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.17.0

Compare Source

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

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

v6.16.0

Compare Source

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

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

v6.15.0

Compare Source

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

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

OptimalBits/bull (bull)

v4.12.0

Compare Source

Features
  • add missing extendLock definition (14432ff)

4.11.5 (2023-11-11)

Bug Fixes
  • pass redis string as opts into queue (e94f568)

4.11.4 (2023-10-14)

Bug Fixes
  • catch pause errors when closing (ccb6cc7)

4.11.3 (2023-08-11)

Bug Fixes
  • types: make repeat option key optional (934ec98)

4.11.2 (2023-08-08)

Bug Fixes
  • worker: better client name support (5910f44)

4.11.1 (2023-08-08)

Bug Fixes
taskforcesh/bullmq (bullmq)

v4.17.0

Compare Source

Features
  • job: add isWaitingChildren method [python] (#​2345) (e9c1fa1)
  • sandbox: support URL (local files) as processor file (7eea670)

v4.16.0

Compare Source

Features

v4.15.4

Compare Source

Bug Fixes
  • flows: update constructor and methods to match queue base (#​2324) (d6c2064)
Features

v4.15.3

Compare Source

Bug Fixes
  • retry: pass right redis command name into retryJob script (#​2321) [python] (6bb21a0)
  • sandboxed: better compatibility with esbuild (8eaf955)
Features
eslint/eslint (eslint)

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.1.3

Compare Source

Patch Changes

v5.1.2

Compare Source

Patch Changes
  • #​623 8210e44 Thanks @​BPScott! - Add exports mapping to package.json, to allow import eslintPluginRecommended from 'eslint-plugin-prettier/recommended' to work as expected.

    Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.

  • [#​621](https://togithub.com/prettier/e


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[bot] avatar Dec 12 '23 19:12 renovate[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:exclamation: No coverage uploaded for pull request base (master@db6037f). Click here to learn what that means.

:exclamation: Current head 18749b0 differs from pull request most recent head 3a59ec5. Consider uploading reports for the commit 3a59ec5 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #2244   +/-   ##
=========================================
  Coverage          ?   96.14%           
=========================================
  Files             ?       26           
  Lines             ?      519           
  Branches          ?       42           
=========================================
  Hits              ?      499           
  Misses            ?       11           
  Partials          ?        9           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Dec 12 '23 19:12 codecov[bot]

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @anchan828/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/reflect-metadata
npm ERR!   dev reflect-metadata@"0.2.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer reflect-metadata@"^0.1.12" from @nestjs/[email protected]
npm ERR! node_modules/@nestjs/common
npm ERR!   dev @nestjs/common@"10.3.0" from the root project
npm ERR!   dev @nestjs/common@"10.3.0" from @anchan828/[email protected]
npm ERR!   packages/bull
npm ERR!     @anchan828/[email protected]
npm ERR!     node_modules/@anchan828/nest-bull
npm ERR!       workspace packages/bull from the root project
npm ERR!       1 more (@anchan828/nest-bull-terminus)
npm ERR!   3 more (@anchan828/nest-bull-terminus, ...)
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-01-12T04_04_56_967Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-01-12T04_04_56_967Z-debug-0.log

renovate[bot] avatar Dec 13 '23 21:12 renovate[bot]