Skip to content

Commit

Permalink
chore(deps): update dependency jazzy to v0.14.4 (#17)
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 |
|---|---|---|---|---|---|
| [jazzy](https://togithub.com/realm/jazzy) | `0.14.3` -> `0.14.4` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/jazzy/0.14.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/jazzy/0.14.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/jazzy/0.14.3/0.14.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/jazzy/0.14.3/0.14.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>realm/jazzy (jazzy)</summary>

### [`v0.14.4`](https://togithub.com/realm/jazzy/blob/HEAD/CHANGELOG.md#0144)

[Compare Source](https://togithub.com/realm/jazzy/compare/v0.14.3...v0.14.4)

##### Breaking

-   None.

##### Enhancements

-   Update Javascript: jQuery 3.7.1, KaTeX 0.16.8\
    [John Fairhurst](https://togithub.com/johnfairh)

-   Support Swift `package` access control level.\
    [John Fairhurst](https://togithub.com/johnfairh)

-   Initial support for Swift macro declarations.  Requires
    `--swift-build-tool symbolgraph`.\
    [John Fairhurst](https://togithub.com/johnfairh)

-   Support Swift `@_documentation(visibility:)` attribute.  Requires
    `--swift-build-tool spm|xcodebuild`.\
    [John Fairhurst](https://togithub.com/johnfairh)

##### Bug Fixes

-   Issue a warning instead of crashing on declarations without names.\
    [#&#8203;1325](https://togithub.com/realm/jazzy/issues/1325)
    [John Fairhurst](https://togithub.com/johnfairh)

-   Fix extension ordering in symbolgraph mode.\
    [John Fairhurst](https://togithub.com/johnfairh)

-   Fix symbolgraph mode crash involving tuple generic constraints.\
    [John Fairhurst](https://togithub.com/johnfairh)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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/philprime/Rainbow).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
renovate[bot] committed Dec 11, 2023
1 parent a5a9fef commit b25b87c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Expand Up @@ -3,12 +3,12 @@ GEM
specs:
CFPropertyList (3.0.6)
rexml
activesupport (7.0.4.3)
activesupport (7.0.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.4)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
Expand Down Expand Up @@ -64,20 +64,20 @@ GEM
httpclient (2.8.3)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
jazzy (0.14.3)
jazzy (0.14.4)
cocoapods (~> 1.5)
mustache (~> 1.1)
open4 (~> 1.3)
redcarpet (~> 3.4)
rexml (~> 3.2)
rouge (>= 2.0.6, < 4.0)
rouge (>= 2.0.6, < 5.0)
sassc (~> 2.1)
sqlite3 (~> 1.3)
xcinvoke (~> 0.3.0)
json (2.6.3)
liferaft (0.0.6)
mini_portile2 (2.8.2)
minitest (5.18.0)
mini_portile2 (2.8.5)
minitest (5.18.1)
molinillo (0.8.0)
mustache (1.1.1)
nanaimo (0.3.0)
Expand All @@ -86,14 +86,14 @@ GEM
open4 (1.3.4)
public_suffix (4.0.7)
redcarpet (3.6.0)
rexml (3.2.5)
rexml (3.2.6)
rouge (3.30.0)
ruby-macho (2.5.1)
sassc (2.4.0)
ffi (~> 1.9)
sqlite3 (1.6.3)
sqlite3 (1.6.9)
mini_portile2 (~> 2.8.0)
typhoeus (1.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down

0 comments on commit b25b87c

Please sign in to comment.