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 patch versions #2006

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

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@hapi/hapi (source) 21.3.3 -> 21.3.9 age adoption passing confidence devDependencies patch
@koa/router 12.0.0 -> 12.0.1 age adoption passing confidence devDependencies patch
@rollup/plugin-commonjs (source) 25.0.7 -> 25.0.8 age adoption passing confidence devDependencies patch
@types/aws-lambda (source) 8.10.122 -> 8.10.138 age adoption passing confidence dependencies patch
@types/chai (source) 4.3.12 -> 4.3.16 age adoption passing confidence devDependencies patch
@types/express (source) 4.17.18 -> 4.17.21 age adoption passing confidence devDependencies patch
@types/jquery (source) 3.5.20 -> 3.5.30 age adoption passing confidence devDependencies patch
@types/koa__router (source) 12.0.3 -> 12.0.4 age adoption passing confidence dependencies patch
@​types/lru-cache 7.10.9 -> 7.10.10 age adoption passing confidence devDependencies patch
@types/mysql (source) 2.15.22 -> 2.15.26 age adoption passing confidence dependencies patch
@types/pg-pool (source) 2.0.4 -> 2.0.6 age adoption passing confidence dependencies patch
@types/react (source) 17.0.67 -> 17.0.80 age adoption passing confidence devDependencies patch
@types/restify (source) 4.3.10 -> 4.3.12 age adoption passing confidence devDependencies patch
@types/semver (source) 7.5.3 -> 7.5.8 age adoption passing confidence devDependencies patch
@types/semver (source) 7.5.5 -> 7.5.8 age adoption passing confidence devDependencies patch
@types/shimmer (source) 1.0.3 -> 1.0.5 age adoption passing confidence devDependencies patch
@types/sinon (source) 10.0.18 -> 10.0.20 age adoption passing confidence devDependencies patch
@web/dev-server-rollup (source) 0.6.1 -> 0.6.3 age adoption passing confidence devDependencies patch
@web/test-runner (source) 0.18.1 -> 0.18.2 age adoption passing confidence devDependencies patch
glob 10.3.10 -> 10.3.16 age adoption passing confidence devDependencies patch
memcached 1.6.21-alpine -> 1.6.27-alpine age adoption passing confidence service patch
minimatch 9.0.3 -> 9.0.4 age adoption passing confidence devDependencies patch
mongodb 6.5.0 -> 4.17.2 age adoption passing confidence devDependencies patch
mongoose (source) 6.12.3 -> 6.12.8 age adoption passing confidence devDependencies patch
rimraf 5.0.5 -> 5.0.7 age adoption passing confidence devDependencies patch
semver 7.5.4 -> 7.6.2 age adoption passing confidence devDependencies patch
semver 7.6.0 -> 7.6.2 age adoption passing confidence devDependencies patch
semver 7.6.0 -> 7.6.2 age adoption passing confidence dependencies patch
socket.io 4.7.4 -> 4.7.5 age adoption passing confidence devDependencies patch
socket.io-client 4.7.4 -> 4.7.5 age adoption passing confidence devDependencies patch
sqlite3 5.1.6 -> 5.1.7 age adoption passing confidence devDependencies patch
systeminformation (source) 5.22.0 -> 5.22.9 age adoption passing confidence dependencies patch

Release Notes

hapijs/hapi (@​hapi/hapi)

v21.3.9

Compare Source

v21.3.8

Compare Source

v21.3.7

Compare Source

v21.3.6

Compare Source

v21.3.5

Compare Source

v21.3.4

Compare Source

koajs/router (@​koa/router)

v12.0.1

Compare Source

rollup/plugins (@​rollup/plugin-commonjs)

v25.0.8

2024-05-22

Bugfixes
  • fix: preserve the class body property keys even if they are special keywords (#​1688)
modernweb-dev/web (@​web/dev-server-rollup)

v0.6.3

Compare Source

Patch Changes

v0.6.2

Compare Source

Patch Changes
  • 8552a4a: dedupe imports from outside root
modernweb-dev/web (@​web/test-runner)

v0.18.2

Compare Source

Patch Changes
  • 6a97a69: Unify visual-written representation of skipped tests.
isaacs/node-glob (glob)

v10.3.16

Compare Source

v10.3.15

Compare Source

v10.3.14

Compare Source

v10.3.13

Compare Source

v10.3.12

Compare Source

v10.3.11

Compare Source

isaacs/minimatch (minimatch)

v9.0.4

Compare Source

mongodb/node-mongodb-native (mongodb)

v4.17.2

Compare Source

The MongoDB Node.js team is pleased to announce version 4.17.2 of the mongodb package!

Release Notes

Fix connection leak when serverApi is enabled

When enabling serverApi the driver's RTT mesurment logic (used to determine the closest node) still sent the legacy hello command "isMaster" causing the server to return an error. Unfortunately, the error handling logic did not correctly destroy the socket which would cause a leak.

Both sending the correct hello command and the error handling connection clean up logic are fixed in this change.

Bug Fixes

Documentation

We invite you to try the mongodb library immediately, and report any issues to the NODE project.

Automattic/mongoose (mongoose)

v6.12.8

Compare Source

===================

  • fix(document): handle virtuals that are stored as objects but getter returns string with toJSON #​14468 #​14446
  • fix(schematype): consistently set wasPopulated to object with value property rather than boolean #​14418
  • docs(model): add extra note about lean option for insertMany() skipping casting #​14415 #​14376

v6.12.7

Compare Source

v6.12.6

Compare Source

v6.12.5

Compare Source

v6.12.4

Compare Source

isaacs/rimraf (rimraf)

v5.0.7

Compare Source

v5.0.6

Compare Source

npm/node-semver (semver)

v7.6.2

Compare Source

Bug Fixes

v7.6.1

Compare Source

Bug Fixes
Dependencies
Chores
socketio/socket.io (socket.io)

v4.7.5

Compare Source

Bug Fixes
  • close the adapters when the server is closed (bf64870)
  • remove duplicate pipeline when serving bundle (e426f3e)
Dependencies
socketio/socket.io-client (socket.io-client)

v4.7.5

Compare Source

Bug Fixes
  • discard acknowledgements upon disconnection (34cbfbb)
Dependencies
TryGhost/node-sqlite3 (sqlite3)

v5.1.7

Compare Source

What's Changed

New Contributors

Full Changelog: TryGhost/node-sqlite3@v5.1.6...v5.1.7

sebhildebrandt/systeminformation (systeminformation)

v5.22.9

Compare Source

v5.22.8

Compare Source

v5.22.7

Compare Source

v5.22.6

Compare Source

v5.22.5

Compare Source

v5.22.4

Compare Source

v5.22.3

Compare Source

v5.22.2

Compare Source

v5.22.1

Compare Source


Configuration

📅 Schedule: Branch creation - "before 3am 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 has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot force-pushed the renovate/all-patch branch 4 times, most recently from 38187e5 to 99e8e05 Compare May 9, 2024 16:31
Copy link

forking-renovate bot commented May 9, 2024

⚠️ 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! No workspaces found:
npm ERR!   --workspace=plugins/node/instrumentation-socketio

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file pkg:auto-instrumentations-node pkg:auto-instrumentations-web pkg:host-metrics pkg:id-generator-aws-xray pkg:instrumentation-amqplib pkg:instrumentation-aws-lambda pkg:instrumentation-aws-sdk pkg:instrumentation-bunyan pkg:instrumentation-cassandra-driver pkg:instrumentation-connect pkg:instrumentation-cucumber pkg:instrumentation-dataloader pkg:instrumentation-dns pkg:instrumentation-document-load pkg:instrumentation-express pkg:instrumentation-fastify pkg:instrumentation-fs pkg:instrumentation-generic-pool pkg:instrumentation-graphql pkg:instrumentation-hapi pkg:instrumentation-ioredis pkg:instrumentation-knex pkg:instrumentation-koa pkg:instrumentation-long-task pkg:instrumentation-lru-memoizer pkg:instrumentation-memcached pkg:instrumentation-mongodb pkg:instrumentation-mongoose pkg:instrumentation-mysql pkg:instrumentation-mysql2 pkg:instrumentation-nestjs-core pkg:instrumentation-net pkg:instrumentation-pg pkg:instrumentation-pino pkg:instrumentation-redis pkg:instrumentation-redis-4 pkg:instrumentation-restify pkg:instrumentation-router pkg:instrumentation-runtime-node pkg:instrumentation-socket.io pkg:instrumentation-tedious pkg:instrumentation-undici pkg:instrumentation-user-interaction pkg:instrumentation-winston pkg:plugin-react-load pkg:propagator-grpc-census-binary pkg:resource-detector-alibaba-cloud pkg:resource-detector-aws pkg:resource-detector-azure pkg:resource-detector-container pkg:resource-detector-gcp pkg:resource-detector-github pkg:resource-detector-instana
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants