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 root (major) #9

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bullmq (source) ^3.9.0 -> ^4.12.2 age adoption passing confidence
pino-pretty ^9.4.0 -> ^10.2.3 age adoption passing confidence
tsup (source) ^6.6.3 -> ^7.2.0 age adoption passing confidence
typescript (source) ^4.9.5 -> ^5.2.2 age adoption passing confidence

Release Notes

taskforcesh/bullmq (bullmq)

v4.12.2

Compare Source

Bug Fixes

v4.12.1

Compare Source

Bug Fixes
  • delayed: trim events when moving jobs to delayed (python) (#​2211) (eca8c2d)

v4.12.0

Compare Source

Bug Fixes
Features

v4.11.4

Compare Source

Bug Fixes

v4.11.3

Compare Source

Bug Fixes

v4.11.2

Compare Source

Bug Fixes

v4.11.1

Compare Source

Bug Fixes

v4.11.0

Compare Source

Features
  • sandbox: convert wrapJob method as protected for extension (#​2182) (1494b55)

v4.10.0

Compare Source

Bug Fixes
  • move-to-finished: consider addition of prioritized jobs when processing last active job (#​2176) (python) (4b01f35)
  • remove: change error message when job is locked (python) (#​2175) (2f5628f)
Features

v4.9.0

Compare Source

Features

v4.8.0

Compare Source

Features

v4.7.4

Compare Source

Bug Fixes

v4.7.3

Compare Source

Bug Fixes
  • worker: abort rate-limit delay when closing worker (264a81c)

v4.7.2

Compare Source

Bug Fixes

v4.7.1

Compare Source

Features
Performance Improvements

v4.7.0

Compare Source

Features

v4.6.3

Compare Source

Performance Improvements

v4.6.2

Compare Source

Performance Improvements
  • retry: compare prev state instead of regex expression (#​2099) (c141283)

v4.6.0

Compare Source

Features
  • queue: add promoteJobs to promote all delayed jobs (6074592)

v4.5.0

Compare Source

Bug Fixes
Features
  • job: add option for removing children in remove method (python) (#​2064) (841dc87)

v4.4.0

Compare Source

Features

v4.3.0

Compare Source

Features

v4.2.1

Compare Source

Bug Fixes
Features

v4.2.0

Compare Source

Bug Fixes
  • python: add recommended pyproject.toml configuration (#​2029) (d03ffc9)
  • python: nuild egg-info at the root location (3c2d06e)
Features

v4.1.0

Compare Source

Features
  • queue: add getPrioritized and getPrioritizedCount methods (#​2005) (7363abe)

v4.0.0

Compare Source

Bug Fixes
Performance Improvements
BREAKING CHANGES
  • priority: priority is separeted in its own zset, no duplication needed

  • feat(queue): add removeDeprecatedPriorityKey method

  • refactor: change job method name update to updateData

ref faster priority jobs

v3.15.8

Compare Source

Bug Fixes

v3.15.7

Compare Source

Bug Fixes

v3.15.6

Compare Source

Bug Fixes
  • worker: use timeout as integer for redis lower than v6.0.0 (python) (#​1981) (0df6afa)

v3.15.5

Compare Source

Bug Fixes
  • python: include lua scripts when releasing (bb4f3b2)
  • retry-job: consider priority when moving job to wait (python) (#​1969) (e753855)
Features

v3.15.4

Compare Source

Bug Fixes

v3.15.3

Compare Source

Bug Fixes

v3.15.2

Compare Source

Bug Fixes
  • worker: better worker client naming (c5f63af)

v3.15.1

Compare Source

Bug Fixes
Features

v3.15.0

Compare Source

Features

v3.14.2

Compare Source

Bug Fixes

v3.14.1

Compare Source

Features
Performance Improvements

v3.14.0

Compare Source

Features
  • worker: make extendLocks overridable (7b1386b)

v3.13.4

Compare Source

v3.13.3

Compare Source

v3.13.2

Compare Source

v3.13.1

Compare Source

v3.13.0

Compare Source

v3.12.1

Compare Source

v3.12.0

Compare Source

Features
  • upgrade ioredis to 5.3.2 (375b1be)

v3.11.0

Compare Source

Bug Fixes
  • python: correct condition so that the worker keeps processing jobs indefinitely (#​1800) (ef0c5d6)
Features

v3.10.4

Compare Source

Bug Fixes

v3.10.3

Compare Source

Bug Fixes
  • flow: consider removing dependency on removeOnFail true (#​1753) (de5a299)
  • python: pass maxMetricsSize as empty string when it is not provided fixes #​1754 (6bda2b2)

v3.10.2

Compare Source

Bug Fixes

v3.10.1

Compare Source

Bug Fixes

v3.10.0

Compare Source

Bug Fixes
  • worker: close lock extended timer (7995f18)
  • worker: correct lock extender logic (6aa3569)
  • worker: start stalled check timer (4763be0)
Features
  • worker: replace Promise.race with efficient an async fifo (0d94e35)
  • worker: simplify lock extension to one call independent of concurrency (ebf1aeb)
Performance Improvements
  • scripts: reuse keys array to avoid allocations (feac7b4)
  • worker: improve worker memory consumption (4846cf1)
pinojs/pino-pretty (pino-pretty)

v10.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v10.2.2...v10.2.3

v10.2.2

Compare Source

What's Changed

Full Changelog: pinojs/pino-pretty@v10.2.0...v10.2.2

v10.2.1

Compare Source

v10.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v10.1.0...v10.2.0

v10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v10.0.1...v10.1.0

v10.0.1

Compare Source

Full Changelog: pinojs/pino-pretty@v9.4.1...v10.0.1

v10.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v9.4.0...v10.0.0

v9.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v10.0.0...v9.4.1

egoist/tsup (tsup)

v7.2.0

Compare Source

Bug Fixes
  • allow to kill onSuccess process using SIGKILL signal, closes #​936 (612cabf)
Features

v7.1.0

Compare Source

Features
  • Ensure matching declaration file exists for each output bundle format (#​934) (fb4c2b6)

v7.0.0

Compare Source

Bug Fixes
Features
  • require nodejs 16 or above (45832d9)
  • support svelte-preprocess (#​906) (3606e45)
  • Update esbuild version to latest for keeping unknown directives during bundle (#​925) (e2e70e8)
BREAKING CHANGES
  • require nodejs 16 or above
  • update esbuild to 0.18

v6.7.0

Compare Source

Features
Microsoft/TypeScript (typescript)

v5.2.2: TypeScript 5.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.6: TypeScript 5.1.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

v5.1.5: TypeScript 5.1.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.3: TypeScript 5.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.4: TypeScript 5.0.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.3: TypeScript 5.0.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.2: TypeScript 5.0

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "before 6am on the first day of the month" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label May 1, 2023
@renovate renovate bot force-pushed the renovate/major-shared-root branch from 24c3663 to 9727c0c Compare June 2, 2023 17:27
@renovate renovate bot force-pushed the renovate/major-shared-root branch from 9727c0c to 0d4a7d7 Compare June 16, 2023 14:01
@renovate renovate bot changed the title chore(deps): update root (major) fix(deps): update root (major) Jun 21, 2023
@renovate renovate bot force-pushed the renovate/major-shared-root branch 4 times, most recently from 33019d9 to 6adce80 Compare June 27, 2023 22:59
@renovate renovate bot force-pushed the renovate/major-shared-root branch 3 times, most recently from 090eee3 to f13d977 Compare July 4, 2023 16:53
@renovate renovate bot force-pushed the renovate/major-shared-root branch 3 times, most recently from 433ffa2 to 8c7c056 Compare July 17, 2023 07:59
@renovate renovate bot force-pushed the renovate/major-shared-root branch 4 times, most recently from 68205a5 to 0703ad1 Compare July 25, 2023 14:38
@renovate renovate bot force-pushed the renovate/major-shared-root branch 3 times, most recently from 68bc00a to 3bfee0b Compare August 2, 2023 19:40
@renovate renovate bot force-pushed the renovate/major-shared-root branch from 3bfee0b to 998f42d Compare August 3, 2023 02:03
@renovate renovate bot force-pushed the renovate/major-shared-root branch 2 times, most recently from 647c607 to ff0e60f Compare August 12, 2023 04:55
@renovate renovate bot force-pushed the renovate/major-shared-root branch 3 times, most recently from 3288d08 to bcb9b5e Compare August 21, 2023 01:13
@renovate renovate bot force-pushed the renovate/major-shared-root branch from bcb9b5e to b123001 Compare August 24, 2023 18:03
@renovate renovate bot force-pushed the renovate/major-shared-root branch 2 times, most recently from c3113fe to 0000e1c Compare September 12, 2023 08:00
@renovate renovate bot force-pushed the renovate/major-shared-root branch 5 times, most recently from ac29ae9 to 2690f59 Compare September 22, 2023 12:41
@renovate renovate bot force-pushed the renovate/major-shared-root branch 4 times, most recently from fe85a38 to 543de21 Compare October 4, 2023 19:25
@renovate renovate bot force-pushed the renovate/major-shared-root branch from 543de21 to bbc6255 Compare October 5, 2023 15:19
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.

0 participants