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 major dependencies (major) #36

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fastify/cors ^9.0.1 -> ^10.0.0 age adoption passing confidence
@fastify/jwt ^8.0.1 -> ^9.0.0 age adoption passing confidence
@fastify/oauth2 ^7.9.0 -> ^8.0.0 age adoption passing confidence
@fastify/sensible ^5.6.0 -> ^6.0.0 age adoption passing confidence
@fastify/swagger ^8.14.0 -> ^9.0.0 age adoption passing confidence
@fastify/swagger-ui ^4.0.0 -> ^5.0.0 age adoption passing confidence
bullmq (source) ^4.17.0 -> ^5.0.0 age adoption passing confidence
close-with-grace ^1.3.0 -> ^2.0.0 age adoption passing confidence
fastify (source) ^4.28.0 -> ^5.0.0 age adoption passing confidence
fastify-plugin ^4.5.1 -> ^5.0.0 age adoption passing confidence
fastify-type-provider-zod ^1.1.9 -> ^2.0.0 age adoption passing confidence
mongoose-lean-virtuals ^0.9.1 -> ^1.0.0 age adoption passing confidence
rimraf ^5.0.5 -> ^6.0.0 age adoption passing confidence

Release Notes

fastify/fastify-cors (@​fastify/cors)

v10.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v9.0.1...v10.0.0

fastify/fastify-jwt (@​fastify/jwt)

v9.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-jwt@8.0.1...v9.0.0

fastify/fastify-oauth2 (@​fastify/oauth2)

v8.0.0

Compare Source

What's Changed

Full Changelog: fastify/fastify-oauth2@v7.9.0...v8.0.0

fastify/fastify-sensible (@​fastify/sensible)

v6.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-sensible@v5.6.0...v6.0.0

fastify/fastify-swagger (@​fastify/swagger)

v9.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger@v8.14.0...v9.0.0

fastify/fastify-swagger-ui (@​fastify/swagger-ui)

v5.0.1

Compare Source

What's Changed

Full Changelog: fastify/fastify-swagger-ui@v5.0.0...v5.0.1

v5.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger-ui@v4.0.0...v5.0.0

v4.1.1

Compare Source

What's Changed

Full Changelog: fastify/fastify-swagger-ui@v4.1.0...v4.1.1

v4.1.0

Compare Source

Full Changelog: fastify/fastify-swagger-ui@v4.0.1...v4.1.0

taskforcesh/bullmq (bullmq)

v5.13.1

Compare Source

v5.13.0

Compare Source

Features

v5.12.15

Compare Source

Bug Fixes
  • metrics: differentiate points in different minutes to be more accurate (#​2766) (python) (7cb670e)
  • pattern: do not save offset when immediately is provided (#​2756) (a8cb8a2)

v5.12.14

Compare Source

Performance Improvements

v5.12.13

Compare Source

Bug Fixes
  • repeat: replace delayed job when updating repeat key (88029bb)

v5.12.12

Compare Source

Bug Fixes

v5.12.11

Compare Source

Bug Fixes

v5.12.10

Compare Source

Bug Fixes
  • flow: remove debounce key when parent is moved to fail (#​2720) (d51aabe)

v5.12.9

Compare Source

Performance Improvements

v5.12.8

Compare Source

Bug Fixes

v5.12.7

Compare Source

Bug Fixes
  • job: throw error if removeDependencyOnFailure and ignoreDependencyOnFailure are used together (#​2711) (967632c)

v5.12.6

Compare Source

v5.12.5

Compare Source

Bug Fixes
  • connection: remove unnecessary process.env.CI reference (#​2705) (53de304)

v5.12.4

Compare Source

v5.12.3

Compare Source

Bug Fixes
  • flow: validate parentData before ignoreDependencyOnFailure when stalled check happens (#​2702) (python) (9416501)

v5.12.2

Compare Source

Performance Improvements

v5.12.1

Compare Source

Bug Fixes

v5.12.0

Compare Source

Features
  • queue-events: pass debounceId as a param of debounced event (#​2678) (97fb97a)

v5.11.0

Compare Source

Features

v5.10.4

Compare Source

Bug Fixes
  • repeatable: remove repeat hash when removing repeatable job (#​2676) (97a297d)

v5.10.3

Compare Source

Bug Fixes
  • repeatable: keep legacy repeatables if it exists instead of creating one with new structure (#​2665) (93fad41)

v5.10.2

Compare Source

Performance Improvements

v5.10.1

Compare Source

Bug Fixes

v5.10.0

Compare Source

Features

v5.9.0

Compare Source

Features

v5.8.7

Compare Source

Performance Improvements
  • delayed: keep moving delayed jobs to waiting when queue is paused (#​2640) (python) (b89e2e0)

v5.8.6

Compare Source

Bug Fixes
  • delayed: avoid using jobId in order to schedule delayed jobs (#​2587) (python) (228db2c)

v5.8.5

Compare Source

Bug Fixes
  • parent: consider re-adding child that is in completed state using same jobIds (#​2627) (python) fixes #​2554 (00cd017)

v5.8.4

Compare Source

Bug Fixes

v5.8.3

Compare Source

Bug Fixes

v5.8.2

Compare Source

Bug Fixes
  • priority: consider paused state when calling getCountsPerPriority (python) (#​2609) (6e99250)

v5.8.1

Compare Source

Bug Fixes
  • priority: use module instead of bit.band to keep order (python) (#​2597) (9ece15b)
Features

v5.8.0

Compare Source

Bug Fixes
Features

v5.7.15

Compare Source

Performance Improvements

v5.7.14

Compare Source

Bug Fixes
  • worker: properly cancel blocking command during disconnections (2cf12b3)

v5.7.13

Compare Source

Bug Fixes
  • extendlock,createbulk use pipeline no multi command (a053d9b)

v5.7.12

Compare Source

Bug Fixes
  • repeat: throw error when endDate is pointing to the past (#​2574) (5bd7990)

v5.7.11

Compare Source

Bug Fixes
  • retry-job: throw error when job is not in active state (#​2576) (ca207f5)

v5.7.10

Compare Source

Bug Fixes

v5.7.9

Compare Source

Bug Fixes

v5.7.8

Compare Source

Bug Fixes
  • worker: make sure clearTimeout is always called after bzpopmin (782382e)

v5.7.7

Compare Source

Bug Fixes

v5.7.6

Compare Source

Bug Fixes
  • redis-connection: increase redis retry strategy backoff (#​2546) [python] (6cf7712)
Performance Improvements

v5.7.5

Compare Source

Bug Fixes

v5.7.4

Compare Source

Performance Improvements
  • worker: reset delays after generating blockTimeout value (#​2529) (e92cea4)

v5.7.3

Compare Source

Bug Fixes
  • worker: return minimumBlockTimeout depending on redis version (python) (#​2532) (83dfb63)

v5.7.2

Compare Source

Bug Fixes
Features

v5.7.1

Compare Source

Bug Fixes

v5.7.0

Compare Source

Features
  • allow arbitrary large drainDelay (9693321)

v5.6.0

Compare Source

Features
  • python: support reusable redis connections (29ad8c8)

v5.5.4

Compare Source

Performance Improvements
  • stalled: remove jobId from stalled after removing lock when moved from active (#​2512) (python) (64feec9)

v5.5.3

Compare Source

Bug Fixes
  • deps: remove script loader from dist as it is used only when building package (#​2503) (6f9ca23)

v5.5.2

Compare Source

Bug Fixes
  • client: try catch list command as it's not supported in GCP (#​2506) (ca68a9e)

v5.5.1

Compare Source

Bug Fixes
  • connection: ignore error when setting custom end status (#​2473) (3e17e45)

v5.5.0

Compare Source

Features
  • getters: add getWorkersCount (743c7aa)

v5.4.6

Compare Source

Bug Fixes

v5.4.5

Compare Source

Bug Fixes
  • scripts: use command name in error message when moving to finished (#​2483) (3c335d4)

v5.4.4

Compare Source

Bug Fixes
  • queue: use QueueOptions type in opts attribute ([#​2

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 9 times, most recently from 70be933 to da8d7c9 Compare November 21, 2023 07:37
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 13 times, most recently from 3562ef9 to 4a3696e Compare November 29, 2023 03:58
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 4 times, most recently from 6fa4147 to 634487e Compare December 6, 2023 11:19
@renovate renovate bot changed the title chore(deps): update all major dependencies (major) fix(deps): update all major dependencies (major) Dec 6, 2023
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 3 times, most recently from 6dc1a02 to 6c9421c Compare December 23, 2023 19:50
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 6 times, most recently from f7b4ffa to 1b8d8fc Compare July 5, 2024 02:53
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 3 times, most recently from 4dc9043 to bbe69ba Compare July 15, 2024 03:35
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch from bbe69ba to 1fb264b Compare July 22, 2024 04:08
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 2 times, most recently from 08b3468 to 4008516 Compare August 5, 2024 03:20
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 3 times, most recently from e43040d to 6af29b9 Compare August 10, 2024 13:05
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 10 times, most recently from 1d8165f to e8eeab2 Compare August 19, 2024 16:22
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch from e8eeab2 to f4a8fc5 Compare August 20, 2024 11:00
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch from f4a8fc5 to dcda634 Compare September 3, 2024 16:17
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch from dcda634 to b1caf3a Compare September 14, 2024 07:15
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch from b1caf3a to e2b511c Compare September 17, 2024 14:55
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.

1 participant