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

Bump the server-dependencies group with 3 updates #262

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps the server-dependencies group with 3 updates: @types/node, mysql2 and mocha.

Updates @types/node from 20.14.10 to 20.14.11

Commits

Updates mysql2 from 3.10.2 to 3.10.3

Release notes

Sourced from mysql2's releases.

v3.10.3

3.10.3 (2024-07-15)

Bug Fixes

Changelog

Sourced from mysql2's changelog.

3.10.3 (2024-07-15)

Bug Fixes

Commits
  • 013922f chore(master): release 3.10.3 (#2862)
  • de071bb fix: handshake SSL error with AWS RDS (#2857)
  • cd0b059 build(deps-dev): bump eslint-plugin-react in /website (#2859)
  • abce8fc build(deps-dev): bump prettier from 3.3.2 to 3.3.3 in /website (#2858)
  • f6c081f build(deps-dev): bump prettier from 3.3.2 to 3.3.3 (#2861)
  • 2e61c94 build(deps): bump sass from 1.77.7 to 1.77.8 in /website (#2853)
  • 2a69f96 build(deps): bump lucide-react from 0.407.0 to 0.408.0 in /website (#2852)
  • 01c715e chore(deps): upgrade poku (#2855)
  • e1cd3e0 build(deps-dev): bump eslint-plugin-markdown from 5.0.0 to 5.1.0 (#2854)
  • fd0366b build(deps): bump lucide-react from 0.405.0 to 0.407.0 in /website (#2848)
  • Additional commits viewable in compare view

Updates mocha from 10.6.0 to 10.7.0

Release notes

Sourced from mocha's releases.

v10.7.0

What's Changed

New Contributors

Full Changelog: mochajs/mocha@v10.6.1...v10.7.0

v10.6.1

What's Changed

Full Changelog: mochajs/mocha@v10.6.0...v10.6.1

Changelog

Sourced from mocha's changelog.

10.7.0 / 2024-07-20

🎉 Enhancements

10.6.1 / 2024-07-20

🐛 Fixes

Commits
  • 9692b3a Release v10.7.0
  • 8711e72 docs: add 10.7.0 to CHANGELOG.md and docs/index.md
  • deb8679 feat: add option to not fail on failing test suite (#4771)
  • 9a1c458 Release v10.6.1
  • 3855e66 docs: add 10.6.1 to CHANGELOG.md
  • 579e047 fix: support canonical module (#5040)
  • 6d24689 fix: do not exit when only unref'd timer is present in test code (#3825)
  • 24560c1 chore: remove failing hyperlink linkcheck task (#5176)
  • 95772ef ci: harden label based browser runner
  • 8d0ca3e docs: remove outdated license scan badge (#5167)
  • 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 server-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [mysql2](https://github.com/sidorares/node-mysql2) and [mocha](https://github.com/mochajs/mocha).


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

Updates `mysql2` from 3.10.2 to 3.10.3
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.10.2...v3.10.3)

Updates `mocha` from 10.6.0 to 10.7.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.6.0...v10.7.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
- dependency-name: mysql2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 22, 2024
@pk910 pk910 merged commit 6e86ed7 into master Jul 23, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/server-dependencies-61619eeb1b branch July 23, 2024 12:08
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