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 npm package updates to v3 (major) #49

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 28, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​types/amqp-connection-manager ^2.0.12 -> ^3.0.0 age adoption passing confidence
amqp-connection-manager ^1.4.2 -> ^3.0.0 age adoption passing confidence
amqp-connection-manager ^1.3.5 -> ^3.0.0 age adoption passing confidence
apollo-server-express (source) ^2.14.2 -> ^3.0.0 age adoption passing confidence
bl ^1.2.1 -> ^3.0.0 age adoption passing confidence
mariadb ^2.5.2 -> ^3.0.0 age adoption passing confidence
node-fetch ^2.6.0 -> ^3.0.0 age adoption passing confidence
snakecase-keys ^1.2.0 -> ^3.0.0 age adoption passing confidence

Release Notes

jwalton/node-amqp-connection-manager (amqp-connection-manager)

v3.9.0

Compare Source

Features
  • proxying every exchange function of amqplib (bca347c)

3.8.1 (2021-12-29)

Bug Fixes

v3.8.1

Compare Source

Bug Fixes

v3.8.0

Compare Source

Features

v3.7.0

Compare Source

Bug Fixes
  • AmqpConnectionManager: IAmqpConnectionManager interface definition (dedec7e)
Features
  • add default publish timeout (6826be2)
  • expose AmqpConnectionManagerClass (835a81f)
  • timeout option for publish (dee380d)

v3.6.0

Compare Source

Features
  • reconnect and cancelAll consumers (fb0c00b)

3.5.2 (2021-08-26)

Bug Fixes
  • Fix handling of resending messages during a disconnect. (e1457a5), closes #​152
Performance Improvements
  • Send messages to underlying channel in synchronous batches. (b866ef2)

3.5.1 (2021-08-26)

Bug Fixes
  • types: Make private things private. (8b1338b)

v3.5.2

Compare Source

Bug Fixes
  • Fix handling of resending messages during a disconnect. (e1457a5), closes #​152
Performance Improvements
  • Send messages to underlying channel in synchronous batches. (b866ef2)

v3.5.1

Compare Source

Bug Fixes
  • types: Make private things private. (8b1338b)

v3.5.0

Compare Source

Features

3.4.5 (2021-08-26)

Performance Improvements
  • resolve sent messages immediately (2349da2)

3.4.4 (2021-08-26)

Bug Fixes
  • types: Allow passing object to connect() in addition to strings. (516fd9f)

3.4.3 (2021-08-25)

Bug Fixes
  • types: 'options' should be optional in connect(). (4619149)
  • Fix bluebird warning. (cb2f124), closes #​171

3.4.3 (2021-08-25)

Bug Fixes

3.4.2 (2021-08-25)

Bug Fixes
  • types: Minor type fixes. (6865613)

3.4.1 (2021-08-25)

Bug Fixes
  • Only send disconnect event on first error. (efde3b9), closes #​145

v3.4.5

Compare Source

Performance Improvements
  • resolve sent messages immediately (2349da2)

v3.4.4

Compare Source

Bug Fixes
  • types: Allow passing object to connect() in addition to strings. (516fd9f)

v3.4.3

Compare Source

Bug Fixes
  • types: 'options' should be optional in connect(). (4619149)
  • Fix bluebird warning. (cb2f124), closes #​171

v3.4.2

Compare Source

Bug Fixes
  • types: Minor type fixes. (6865613)

v3.4.1

Compare Source

Bug Fixes
  • Only send disconnect event on first error. (efde3b9), closes #​145

v3.4.0

Compare Source

Features
  • Convert to typescript, add module exports. (5f442b1)

v3.3.0

Compare Source

Bug Fixes
  • emit setup errors not caused by closed channel (7c5fe10), closes #​95
  • setup on channel/connection closing/closed (b21bd01)
Features
  • immediately reconnect on amqplib connect timeout (ad06108)

3.2.4 (2021-08-23)

Bug Fixes
  • connection close not awaited (8955fe7)

3.2.3 (2021-08-21)

Bug Fixes
  • fixed issue with publish ignoring 'drain' event (e195d9b), closes #​129

3.2.2 (2021-02-09)

Bug Fixes
  • When messages are acked/nacked, make sure we remove the correct message from the sent messages queue. (c662026), closes #​142

3.2.1 (2020-09-12)

Bug Fixes
  • Push never resolves if error occured (courtesy @​SSANSH). (48a78f8)
  • package: resolve hanging retry connection timeout by introducing cancelable timeout (e37dd1a)

v3.2.4

Compare Source

Bug Fixes
  • connection close not awaited (8955fe7)

v3.2.3

Compare Source

Bug Fixes
  • fixed issue with publish ignoring 'drain' event (e195d9b), closes #​129

v3.2.2

Compare Source

Bug Fixes
  • When messages are acked/nacked, make sure we remove the correct message from the sent messages queue. (c662026), closes #​142

v3.2.1

Compare Source

Bug Fixes
  • Push never resolves if error occured (courtesy @​SSANSH). (48a78f8)
  • package: resolve hanging retry connection timeout by introducing cancelable timeout (e37dd1a)

v3.2.0

Compare Source

Features
  • add bindQueue and assertExchange on ChannelWrapper (879e522)

3.1.1 (2020-01-06)

Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features
  • Allow using URL object to connect, same format as amqplib accepts. (f046680)

v3.0.0

Compare Source

Continuous Integration
  • Stop running tests for node 6 and node 8. (164b882)
BREAKING CHANGES
  • Officially drop support for node 6 and node 8 (although they will probably still
    work).

2.3.3 (2019-06-25)

Bug Fixes
  • package: update promise-breaker to version 5.0.0 (ed91042)

2.3.2 (2019-05-21)

Bug Fixes

2.3.1 (2019-04-01)

Bug Fixes
  • prevent too many connection attempts on error (2760ce5), closes #​77

v2.3.3

Compare Source

Bug Fixes
  • package: update promise-breaker to version 5.0.0 (ed91042)

v2.3.2

Compare Source

Bug Fixes

v2.3.1

Compare Source

Bug Fixes
  • prevent too many connection attempts on error (2760ce5), closes #​77

v2.3.0

Compare Source

Features
  • Add ChannelWrapper.ackAll() and ChannelWrapper.nackAll(). (0246695), closes #​60

v2.2.0

Compare Source

Features
  • Set 'this' to be the channel wrapper in the setup function. (551200f)

2.1.2 (2018-09-13)

Bug Fixes
  • Export a default object from root module. (78893c9), closes #​51

2.1.1 (2018-09-05)

Bug Fixes
  • Remove reconnection listener when closing the connection manager. (eeb6e2b)

v2.1.2

Compare Source

Bug Fixes
  • Export a default object from root module. (78893c9), closes #​51

v2.1.1

Compare Source

Bug Fixes
  • Remove reconnection listener when closing the connection manager. (eeb6e2b)

v2.1.0

Compare Source

Features

v2.0.0

Compare Source

Code Refactoring
  • Rewrite all source in javascript. (377d01d)
BREAKING CHANGES
  • Officially dropping support for node v4.x.x.
apollographql/apollo-server (apollo-server-express)

v3.13.0

Compare Source

v3.12.1

Compare Source

v3.12.0

Compare Source

v3.11.1

Compare Source

v3.11.0

Compare Source

v3.10.4

Compare Source

v3.10.3

Compare Source

v3.10.2

Compare Source

v3.10.1

Compare Source

v3.10.0

Compare Source

v3.9.0

Compare Source

v3.8.2

Compare Source

v3.8.1

Compare Source

v3.8.0

Compare Source

v3.7.0

Compare Source

v3.6.8

Compare Source

v3.6.7

Compare Source

v3.6.6

Compare Source

v3.6.5

Compare Source

v3.6.4

Compare Source

v3.6.3

Compare Source

v3.6.2

Compare Source

v3.6.1

Compare Source

v3.6.0

Compare Source

v3.5.0

Compare Source

v3.4.1

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

rvagg/bl (bl)

v3.0.1

Compare Source

Fix unintialized memory access

v3.0.0

Compare Source

v2.2.1

Compare Source

Fix unintialized memory access

v2.2.0

Compare Source

  • Add indexOf docs #​60
  • fix empty shallowSlice return #​65

v2.1.2

Compare Source

v2.1.1

Compare Source

  • Use native indexOf whenever possible #​61

v2.1.0

Compare Source

v2.0.1

Compare Source

  • Use require('readable-stream').Duplex #​56

v2.0.0

Compare Source

  • Added support for readUIntLE and companions #​55
mariadb-corporation/mariadb-connector-nodejs (mariadb)

v3.3.0

Compare Source

Full Changelog

v3.2.3

Compare Source

Full Changelog

  • CONJS-207 Add support for connection redirection
  • CONJS-271 wrong binary decoding of 00:00:00 TIME values
  • CONJS-272 Error doesn't always have parameters according to option
  • CONJS-273 Bulk insert error when last bunch of parameters is reaching max_allowed_packet
  • CONJS-274 permit disabling BULK insert for one batch
  • CONJS-207 Add support for connection redirection

v3.2.2

Compare Source

Full Changelog

v3.2.1

Compare Source

Full Changelog

v3.2.0

Compare Source

Full Changelog

v3.1.2

Compare Source

Full Changelog

v3.1.1

Compare Source

Full Changelog

v3.1.0

Compare Source

Full Changelog

v3.0.2

Compare Source

Full Changelog

v3.0.1

Compare Source

Full Changelog

v3.0.0

Compare Source

Full Changelog

  • merged correction from 2.5.6
  • [CONJS-185] considering BIT(1) as boolean (option bitOneIsBoolean permit to disable that behavior for compatibility)
  • reliability: pool ensuring multi-request process order
  • performance: set parser function once per result-set
  • documentation improvement
node-fetch/node-fetch (node-fetch)

v3.3.2

Compare Source

Bug Fixes

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Features

v3.2.10

Compare Source

Bug Fixes

v3.2.9

Compare Source

Bug Fixes
  • Headers: don't forward secure headers on protocol change (#​1599) (e87b093)

v3.2.8

Compare Source

Bug Fixes

v3.2.7

Compare Source

Bug Fixes

v3.2.6

Compare Source

Bug Fixes

v3.2.5

Compare Source

Bug Fixes

v3.2.4

Compare Source

Bug Fixes

v3.2.3

Compare Source

Bug Fixes

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features

v3.1.1

Compare Source

Security patch release

Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th party host while a redirect occurred

What's Changed

New Contributors

Full Changelog: node-fetch/node-fetch@v3.1.0...v3.1.1

v3.1.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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

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.

None yet

0 participants