Skip to content

Commit

Permalink
chore(deps): update dependency mysql2 to v3.6.5 (#363)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v3.6.5`](https://togithub.com/sidorares/node-mysql2/blob/HEAD/Changelog.md#365-2023-11-22)

[Compare
Source](https://togithub.com/sidorares/node-mysql2/compare/v3.6.4...v3.6.5)

##### Bug Fixes

- add decodeuricomponent to parse uri encoded special characters in
host, username, password and datbase keys
([#&#8203;2277](https://togithub.com/sidorares/node-mysql2/issues/2277))
([fe573ad](https://togithub.com/sidorares/node-mysql2/commit/fe573addffa64a842ae37994fcd8879cefa933f2))

###
[`v3.6.4`](https://togithub.com/sidorares/node-mysql2/blob/HEAD/Changelog.md#364-2023-11-21)

[Compare
Source](https://togithub.com/sidorares/node-mysql2/compare/v3.6.3...v3.6.4)

##### Bug Fixes

- malformed FieldPacket
([#&#8203;2280](https://togithub.com/sidorares/node-mysql2/issues/2280))
([8831e09](https://togithub.com/sidorares/node-mysql2/commit/8831e092024f8d26fe9272adec8e1a5f115735aa))
- move missing options to ` ConnectionOptions `
([#&#8203;2288](https://togithub.com/sidorares/node-mysql2/issues/2288))
([5cd7639](https://togithub.com/sidorares/node-mysql2/commit/5cd76396d962da070452800597a6f86829b35bd4))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/sebald/pattern-analyzer).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 21, 2023
1 parent 6b00e0e commit 3160056
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"clsx": "2.0.0",
"dayjs": "1.11.10",
"kysely": "0.26.3",
"mysql2": "3.6.3",
"mysql2": "3.6.5",
"next": "14.0.2",
"nextjs-google-analytics": "2.3.3",
"p-limit": "5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 3160056

@vercel
Copy link

@vercel vercel bot commented on 3160056 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.