Skip to content

Update dependencies: Bump the all-dependencies group with 5 updates#279

Merged
ilovepixelart merged 1 commit intomainfrom
dependabot-npm_and_yarn-all-dependencies-b484da3d92
Feb 24, 2025
Merged

Update dependencies: Bump the all-dependencies group with 5 updates#279
ilovepixelart merged 1 commit intomainfrom
dependabot-npm_and_yarn-all-dependencies-b484da3d92

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps the all-dependencies group with 5 updates:

Package From To
@types/node 22.13.4 22.13.5
@vitest/coverage-v8 3.0.5 3.0.6
bson 6.10.2 6.10.3
mongodb-memory-server 10.1.3 10.1.4
vitest 3.0.5 3.0.6

Updates @types/node from 22.13.4 to 22.13.5

Commits

Updates @vitest/coverage-v8 from 3.0.5 to 3.0.6

Release notes

Sourced from @​vitest/coverage-v8's releases.

v3.0.6

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates bson from 6.10.2 to 6.10.3

Release notes

Sourced from bson's releases.

v6.10.3

6.10.3 (2025-02-19)

The MongoDB Node.js team is pleased to announce version 6.10.3 of the bson package!

Release Notes

⚠️ Fixed potential data corruption bug when useBigInt64 is enabled

After refactoring to improve deserialization performance in #649, we inadvertently introduced a bug that manifested when deserializing Long values with the useBigInt64 flag enabled. The bug would lead to negative Long values being deserialized as unsigned integers. This issue has been resolved here.

Thanks to @​rkistner for reporting this bug!

Bug Fixes

  • NODE-6764: incorrect negative bigint handling (#752) (b3212b4)

Documentation

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

Changelog

Sourced from bson's changelog.

6.10.3 (2025-02-19)

Bug Fixes

  • NODE-6764: incorrect negative bigint handling (#752) (b3212b4)
Commits
  • d22dee9 chore(main): release 6.10.3 [skip-ci] (#754)
  • 689212f ci(NODE-6769): regenerate lockfile (#755)
  • b3212b4 fix(NODE-6764): incorrect negative bigint handling (#752)
  • 011e85e chore(deps): bump serialize-javascript and mocha in /etc/eslint/no-bigint-usa...
  • b5ad49a chore(deps-dev): bump the development-dependencies group across 1 directory w...
  • bd326a8 chore: Add CODEOWNERS file [skip-ci]
  • See full diff in compare view

Updates mongodb-memory-server from 10.1.3 to 10.1.4

Release notes

Sourced from mongodb-memory-server's releases.

v10.1.4

10.1.4 (2025-02-20)

Fixes

  • MongoInstance::_launchKiller: set "execArgv" to a empty array (af01d86), closes #912

v10.1.4-beta.1

10.1.4-beta.1 (2025-02-04)

Fixes

  • MongoInstance::_launchKiller: set "execArgv" to a empty array (af01d86), closes #912
Changelog

Sourced from mongodb-memory-server's changelog.

10.1.4 (2025-02-20)

Fixes

  • MongoInstance::_launchKiller: set "execArgv" to a empty array (af01d86), closes #912

10.1.4-beta.1 (2025-02-04)

Fixes

  • MongoInstance::_launchKiller: set "execArgv" to a empty array (af01d86), closes #912
Commits

Updates vitest from 3.0.5 to 3.0.6

Release notes

Sourced from vitest's releases.

v3.0.6

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9584be3 chore: release v3.0.6
  • 027ce9b fix(reporters): render tasks in tree when in TTY (#7503)
  • b62ac22 chore: use tinyglobby instead of fast-glob in Vitest (#7504)
  • 167a98d fix: exclude queueMicrotask from default fake timers to not break node fetc...
  • 6cc408d fix(deps): update all non-major dependencies (#7507)
  • 8f13825 docs: fix sequence.hooks: 'stack' as default (#7492)
  • f31a07b fix(coverage): preserve moduleExecutionInfo in non-isolated runs (#7486)
  • 5a45a7c fix(browser): cleanup timeout on resolve and give more information in the err...
  • accd2ed refactor: enable isolatedDeclarations (#7473)
  • 1f2e555 fix(coverage): vite-node to pass correct execution wrapper offset (#7417)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.4` | `22.13.5` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.0.5` | `3.0.6` |
| [bson](https://github.com/mongodb/js-bson) | `6.10.2` | `6.10.3` |
| [mongodb-memory-server](https://github.com/typegoose/mongodb-memory-server/tree/HEAD/packages/mongodb-memory-server) | `10.1.3` | `10.1.4` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.0.5` | `3.0.6` |


Updates `@types/node` from 22.13.4 to 22.13.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/coverage-v8` from 3.0.5 to 3.0.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.6/packages/coverage-v8)

Updates `bson` from 6.10.2 to 6.10.3
- [Release notes](https://github.com/mongodb/js-bson/releases)
- [Changelog](https://github.com/mongodb/js-bson/blob/main/HISTORY.md)
- [Commits](mongodb/js-bson@v6.10.2...v6.10.3)

Updates `mongodb-memory-server` from 10.1.3 to 10.1.4
- [Release notes](https://github.com/typegoose/mongodb-memory-server/releases)
- [Changelog](https://github.com/typegoose/mongodb-memory-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/typegoose/mongodb-memory-server/commits/v10.1.4/packages/mongodb-memory-server)

Updates `vitest` from 3.0.5 to 3.0.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.6/packages/vitest)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: bson
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: mongodb-memory-server
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2025
@sonarqubecloud
Copy link

@ilovepixelart ilovepixelart merged commit d698f0b into main Feb 24, 2025
10 checks passed
@ilovepixelart ilovepixelart deleted the dependabot-npm_and_yarn-all-dependencies-b484da3d92 branch February 24, 2025 08:57
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant