Skip to content

Commit

Permalink
chore(deps): update dependency title-case to v4
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 |
|---|---|---|---|---|---|
|
[title-case](https://togithub.com/blakeembrey/change-case/tree/master/packages/title-case#readme)
([source](https://togithub.com/blakeembrey/change-case)) | [`^3.0.2` ->
`^4.0.0`](https://renovatebot.com/diffs/npm/title-case/3.0.3/4.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/title-case/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/title-case/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/title-case/3.0.3/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/title-case/3.0.3/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>blakeembrey/change-case (title-case)</summary>

###
[`v4.0.0`](https://togithub.com/blakeembrey/change-case/releases/tag/title-case%404.0.0):
ESM support

[Compare
Source](https://togithub.com/blakeembrey/change-case/compare/title-case@3.0.3...title-case@4.0.0)

**Changed**

-   Removes CommonJS support and adds ESM import support for node 16+
- Adds an optional `locale` as the second argument (now defaults to host
environment using `toLocaleUpperCase`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

🔕 **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/octokit/rest.js).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent 1f8eb87 commit 14049a4
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 16 deletions.
152 changes: 137 additions & 15 deletions docs/package-lock.json

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

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-debounce-render": "^8.0.0",
"react-dom": "^17.0.2",
"react-typography": "^0.16.20",
"title-case": "^3.0.2",
"title-case": "^4.0.0",
"typography": "^0.16.21",
"typography-theme-github": "^0.16.19"
}
Expand Down

0 comments on commit 14049a4

Please sign in to comment.