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

chore(deps): update all #95

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

chore(deps): update all #95

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/express (source) 4.17.15 -> 4.17.21 age adoption passing confidence devDependencies patch
@types/pg (source) 8.6.6 -> 8.11.10 age adoption passing confidence devDependencies minor
@types/supertest (source) 2.0.12 -> 2.0.16 age adoption passing confidence devDependencies patch
@types/uuid (source) 9.0.0 -> 9.0.8 age adoption passing confidence devDependencies patch
bullmq (source) 3.0.0 -> 3.15.8 age adoption passing confidence dependencies minor
dotenv 16.0.1 -> 16.4.5 age adoption passing confidence dependencies minor
express (source) 4.18.1 -> 4.21.0 age adoption passing confidence dependencies minor
ioredis 5.0.6 -> 5.4.1 age adoption passing confidence dependencies minor
knex (source) 2.0.0 -> 2.5.1 age adoption passing confidence dependencies minor
node 19.4.0 -> 19.9.0 age adoption passing confidence final minor
pg (source) 8.7.3 -> 8.13.0 age adoption passing confidence dependencies minor
reflect-metadata (source) ^0.1.13 -> ^0.2.0 age adoption passing confidence dependencies minor
supertest 6.2.3 -> 6.3.4 age adoption passing confidence dependencies minor
ts-jest (source) 29.0.4 -> 29.2.5 age adoption passing confidence devDependencies minor
tsconfig-paths 4.1.2 -> 4.2.0 age adoption passing confidence devDependencies minor
tsup (source) 6.5.0 -> 6.7.0 age adoption passing confidence devDependencies minor
tsyringe 4.7.0 -> 4.8.0 age adoption passing confidence dependencies minor
typescript (source) 4.9.4 -> 4.9.5 age adoption passing confidence devDependencies patch
uuid 9.0.0 -> 9.0.1 age adoption passing confidence dependencies patch

Release Notes

taskforcesh/bullmq (bullmq)

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)

v3.9.0

Compare Source

Features

v3.8.0

Compare Source

Bug Fixes
  • worker: run stalled check directly first time (f71ec03)
Features
  • worker: add a public method to run the stalled checker (3159266)
  • worker: add support to disable stalled checks (49e860c)

v3.7.2

Compare Source

Bug Fixes

v3.7.1

Compare Source

Bug Fixes
Features

v3.7.0

Compare Source

Features

v3.6.6

Compare Source

Bug Fixes

v3.6.5

Compare Source

Bug Fixes
  • infinite worker process spawned for invalid JS file (a445ba8)

v3.6.4

Compare Source

Bug Fixes
  • add a maximum block time (1a2618b)

v3.6.3

Compare Source

Bug Fixes
  • master: copy type declaration (23ade6e)

v3.6.2

Compare Source

v3.6.1

Compare Source

Bug Fixes
  • connection: apply console.warn in noeviction message (95f171c)

v3.6.0

Compare Source

Features

v3.5.11

Compare Source

Bug Fixes

v3.5.10

Compare Source

Bug Fixes

v3.5.9

Compare Source

Bug Fixes

v3.5.8

Compare Source

Bug Fixes
  • move-to-active: delete marker when it is moved to active (#​1634) (ad1fcea)

v3.5.7

Compare Source

Bug Fixes
  • move-to-active: validate next marker and return delayUntil (#​1630) (3cd3305)

v3.5.6

Compare Source

Bug Fixes

v3.5.5

Compare Source

Bug Fixes

v3.5.4

Compare Source

Bug Fixes

v3.5.3

Compare Source

Bug Fixes

v3.5.2

Compare Source

Performance Improvements
  • get-dependencies: replace slow object destructuring with single object (#​1612) (621748e)

v3.5.1

Compare Source

Bug Fixes
  • connection: throw exception if using keyPrefix in ioredis (eb6a130)
  • connection: use includes to check for upstash more reliably (12efb5c)

v3.5.0

Compare Source

Bug Fixes
Features

v3.4.2

Compare Source

Performance Improvements
  • counts: delete delayed marker when needed (#​1583) (cc26f1c)
  • get-children-values: replace slow object destructuring with single object (#​1586) (857d403)

v3.4.1

Compare Source

Bug Fixes

v3.4.0

Compare Source

Features

v3.3.5

Compare Source

Bug Fixes

v3.3.4

Compare Source

Bug Fixes

v3.3.3

Compare Source

Bug Fixes
  • do not allow move from active to wait if not owner of the job (dc1a307)

v3.3.2

Compare Source

Bug Fixes
  • floor pexpire to integer (1d5de42)

v3.3.1

Compare Source

Bug Fixes
  • get-workers: set name when ready event in connection (#​1564) (de93c17)
  • job: console warn custom job ids when they represent integers (#​1569) (6e677d2)

v3.3.0

Compare Source

Features

v3.2.5

Compare Source

Bug Fixes
  • add-job: throw error when jobId represents an integer (#​1556) (db617d7)

v3.2.4

Compare Source

Bug Fixes

v3.2.3

Compare Source

Bug Fixes

v3.2.2

Compare Source

Bug Fixes
  • rate-limit: check job is active before moving to wait (9502167)

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features
  • flow: move parent to delayed when delay option is provided (#​1501) (2f3e5d5)

v3.1.3

Compare Source

Bug Fixes
  • delayed: better handling of marker id (816376e)
  • delayed: notify workers a delayed job is closer in time fixes #​1505 (6ced4d0)
  • job: better error message in moveToFailed (4e9f5bb)
  • moveToFinish: always promote delayed jobs (7610cc3)
  • moveToFinished: revert move promoteDelayedJobs (7d780db)

v3.1.2

Compare Source

Bug Fixes
  • repeat: allow easy migration from bullmq <3 to >=3 (e17b886)

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features
  • workers: better error message for missing lock (bf1d086)

v3.0.1

Compare Source

Bug Fixes
motdotla/dotenv (dotenv)

v16.4.5

Compare Source

Changed
  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #​814

v16.4.4

Compare Source

Changed
  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #​812

v16.4.3

Compare Source

Changed
  • Fixed processing of multiple files in options.path #​805

v16.4.2

Compare Source

Changed

v16.4.1

Compare Source

  • Patch support for array as path option #​797

v16.4.0

Compare Source

  • Add error.code to error messages around .env.vault decryption handling #​795
  • Add ability to find .env.vault file when filename(s) passed as an array #​784

v16.3.2

Compare Source

Added
  • Add debug message when no encoding set #​735
Changed
  • Fix output typing for populate #​792
  • Use subarray instead of slice #​793

v16.3.1

Compare Source

Added
  • Add missing type definitions for processEnv and DOTENV_KEY options. #​756

v16.3.0

Compare Source

Added
  • Optionally pass DOTENV_KEY to options rather than relying on process.env.DOTENV_KEY. Defaults to process.env.DOTENV_KEY #​754

v16.2.0

Compare Source

Added
  • Optionally write to your own target object rather than process.env. Defaults to process.env. #​753
  • Add import type URL to types file #​751

v16.1.4

Compare Source

Added
  • Added .github/ to .npmignore #​747

v16.1.3

Compare Source

Removed
  • Removed browser keys for path, os, and crypto in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills for path, os, and crypto. node-polyfill-webpack-plugin provides these.

v16.1.2

Compare Source

Changed
  • Exposed private function _configDotenv as configDotenv. #​744

v16.1.1

Compare Source

Added
  • Added type definition for decrypt function
Changed
  • Fixed {crypto: false} in packageJson.browser

v16.1.0

Compare Source

Added
  • Add populate convenience method #​733
  • Accept URL as path option #​720
  • Add dotenv to npm fund command
  • Spanish language README #​698
  • Add .env.vault support. 🎉 (#​730)

ℹ️ .env.vault extends the .env file format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without risky third-party integrations. read more

Changed
  • Fixed "cannot resolve 'fs'" error on tools like Replit #​693

v16.0.3

Compare Source

Changed
  • Added library version to debug logs (#​682)

v16.0.2

Compare Source

Added
  • Export env-options.js and cli-options.js in package.json for use with downstream dotenv-expand module
expressjs/express (express)

v4.21.0

Compare Source

What's Changed


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 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 changed the title chore(deps): update dependency ts-jest to v29.0.5 chore(deps): update all Jan 24, 2023
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 07db664 to 18419c7 Compare January 31, 2023 03:00
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ad5c3a7 to 928df2e Compare February 7, 2023 20:29
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from d68b554 to 57575a8 Compare February 17, 2023 19:36
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 929042a to 820be90 Compare February 22, 2023 21:43
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 9755693 to 70d4635 Compare March 20, 2023 10:51
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 2b605d8 to 4f61e6d Compare April 3, 2023 16:26
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9ba3aeb to 98e24b5 Compare April 17, 2023 23:23
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ff2013e to a3b5608 Compare June 1, 2023 03:54
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 4d0d1cc to 564c54f Compare June 6, 2023 09:22
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 765e37b to 00372cf Compare April 21, 2024 08:45
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b3979c9 to b4084bf Compare May 21, 2024 11:32
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 590f2b4 to 186239f Compare June 4, 2024 19:44
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2c76afe to ed4cafe Compare July 8, 2024 15:08
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 904748a to b9bf741 Compare July 14, 2024 09:35
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8e6df62 to 354f841 Compare July 21, 2024 15:05
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 3649d36 to de82c33 Compare August 6, 2024 07:10
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 80376b2 to 514d37f Compare August 28, 2024 20:19
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from ff1271b to cebe464 Compare September 16, 2024 11:21
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