Skip to content

Commit

Permalink
Update dependency mysql2 to v3.11.5 (#21763)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mysql2](https://sidorares.github.io/node-mysql2/docs)
([source](https://github.com/sidorares/node-mysql2)) |
[`3.11.4` ->
`3.11.5`](https://renovatebot.com/diffs/npm/mysql2/3.11.4/3.11.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/mysql2/3.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mysql2/3.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mysql2/3.11.4/3.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mysql2/3.11.4/3.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sidorares/node-mysql2 (mysql2)</summary>

###
[`v3.11.5`](https://github.com/sidorares/node-mysql2/blob/HEAD/Changelog.md#3115-2024-11-28)

[Compare
Source](https://github.com/sidorares/node-mysql2/compare/v3.11.4...v3.11.5)

##### Bug Fixes

- 1040 datetime fields returned without time part when time is 00:00:00
([#&#8203;3204](https://github.com/sidorares/node-mysql2/issues/3204))
([bded498](https://github.com/sidorares/node-mysql2/commit/bded4980065319e58a4f87d828cc355fb79f5bd3))
- circular dependencies
([#&#8203;3081](https://github.com/sidorares/node-mysql2/issues/3081))
([d5a76e6](https://github.com/sidorares/node-mysql2/commit/d5a76e6c49fbb1bfea405ad809e3076fe5bda39d))
- Deno `v2` requires `commonjs` type explicitly
([#&#8203;3209](https://github.com/sidorares/node-mysql2/issues/3209))
([cdc9415](https://github.com/sidorares/node-mysql2/commit/cdc9415c7cbe5806996b05415841b283ae0bd85d))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/TryGhost/Ghost).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 46ca877 commit a065ada
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ghost/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"moment": "2.24.0",
"moment-timezone": "0.5.45",
"multer": "1.4.4",
"mysql2": "3.11.4",
"mysql2": "3.11.5",
"nconf": "0.12.1",
"node-jose": "2.2.0",
"path-match": "1.2.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23736,10 +23736,10 @@ mv@~2:
ncp "~2.0.0"
rimraf "~2.4.0"

[email protected].4:
version "3.11.4"
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.11.4.tgz#08658b6285adbace7d43b2eaa18efddb85f99501"
integrity sha512-Z2o3tY4Z8EvSRDwknaC40MdZ3+m0sKbpnXrShQLdxPrAvcNli7jLrD2Zd2IzsRMw4eK9Yle500FDmlkIqp+krg==
[email protected].5:
version "3.11.5"
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.11.5.tgz#1a1cb9a61e78d636da10e122a3c4d6978ad08625"
integrity sha512-0XFu8rUmFN9vC0ME36iBvCUObftiMHItrYFhlCRvFWbLgpNqtC4Br/NmZX1HNCszxT0GGy5QtP+k3Q3eCJPaYA==
dependencies:
aws-ssl-profiles "^1.1.1"
denque "^2.1.0"
Expand Down

0 comments on commit a065ada

Please sign in to comment.