abhinav / doc2go

Your Go project's documentation, to-go.
https://abhinav.github.io/doc2go
Apache License 2.0
83 stars 5 forks source link

chore(deps): update all non-major dependencies #238

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
autoprefixer 10.4.13 -> 10.4.19 age adoption passing confidence
go.abhg.dev/doc2go v0.5.0 -> v0.8.1 age adoption passing confidence
pagefind 1.0.4 -> 1.1.0 age adoption passing confidence
postcss (source) 8.4.31 -> 8.4.38 age adoption passing confidence

Release Notes

postcss/autoprefixer (autoprefixer) ### [`v10.4.19`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10419) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.18...10.4.19) - Removed `end value has mixed support, consider using flex-end` warning since `end`/`start` now have good support. ### [`v10.4.18`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10418) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.17...10.4.18) - Fixed removing `-webkit-box-orient` on `-webkit-line-clamp` ([@​Goodwine](https://togithub.com/Goodwine)). ### [`v10.4.17`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10417) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.16...10.4.17) - Fixed `user-select: contain` prefixes. ### [`v10.4.16`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10416) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.15...10.4.16) - Improved performance (by Romain Menke). - Fixed docs (by Christian Oliff). ### [`v10.4.15`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10415) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.14...10.4.15) - Fixed `::backdrop` prefixes (by 一丝). - Fixed docs (by Christian Oliff). ### [`v10.4.14`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10414) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.13...10.4.14) - Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).
abhinav/doc2go (go.abhg.dev/doc2go) ### [`v0.8.1`](https://togithub.com/abhinav/doc2go/blob/HEAD/CHANGELOG.md#v081---2024-02-12) [Compare Source](https://togithub.com/abhinav/doc2go/compare/v0.8.0...v0.8.1) ##### Fixed - \-rel-link-style: Don't generate trailling '/' for static assets. ### [`v0.8.0`](https://togithub.com/abhinav/doc2go/blob/HEAD/CHANGELOG.md#v080---2024-02-11) [Compare Source](https://togithub.com/abhinav/doc2go/compare/v0.7.0...v0.8.0) ##### Added - Standalone website: Include a favicon on all generated pages. - Standalone: Add a "Root" link to the navbar, going to the top-level page. With `-subdir`, this will be the sub-directory listing. - Add -pkg-version flag to include a version number on pages in the standalone website. - Add -pagefind flag to enable or disable client-side search. By default, it's enabled if [pagefind](https://pagefind.app) is found on `$PATH`. ##### Changed - Standalone website: Include a link to the package index on top. ##### Fixed - Standalone: Don't show "Index" link in navbar on pages without an Index. ### [`v0.7.0`](https://togithub.com/abhinav/doc2go/blob/HEAD/CHANGELOG.md#v070---2024-01-19) [Compare Source](https://togithub.com/abhinav/doc2go/compare/v0.6.0...v0.7.0) ##### Added - Initial support for versioned documentation with -subdir. Thanks to [@​3052](https://togithub.com/3052). ##### Fixed - Fix some internal packages still being listed without -internal. Thanks to [@​3052](https://togithub.com/3052). - Don't include vendor directories. ### [`v0.6.0`](https://togithub.com/abhinav/doc2go/blob/HEAD/CHANGELOG.md#v060---2023-11-14) [Compare Source](https://togithub.com/abhinav/doc2go/compare/v0.5.2...v0.6.0) ##### Added - Include example tests in generated documentation. - Frontmatter templates may now use `.Name` to handle the various title selection cases. ##### Changed - Standalone website shows deprecated elements as collapsed by default. ### [`v0.5.2`](https://togithub.com/abhinav/doc2go/blob/HEAD/CHANGELOG.md#v052---2023-11-10) [Compare Source](https://togithub.com/abhinav/doc2go/compare/v0.5.1...v0.5.2) ##### Fixed - Re-release to fix partially broken release process. ### [`v0.5.1`](https://togithub.com/abhinav/doc2go/blob/HEAD/CHANGELOG.md#v051---2023-11-10) [Compare Source](https://togithub.com/abhinav/doc2go/compare/v0.5.0...v0.5.1) ##### Fixed - Fix -rel-link-style being ignored for links inside source code blocks.
CloudCannon/pagefind (pagefind) ### [`v1.1.0`](https://togithub.com/CloudCannon/pagefind/blob/HEAD/CHANGELOG.md#v110-April-2-2024) [Compare Source](https://togithub.com/CloudCannon/pagefind/compare/v1.0.4...v1.1.0) ##### Core Features & Improvements - Improved Pagefind's core result ranking algorithm to align with [BM25](https://en.wikipedia.org/wiki/Okapi_BM25). For existing sites, this will change the ordering of search results, and should provide better relevance for search results by default. - Added the abitity to configure Pagefind's ranking algorithm. - Certain categories of site (i.e. reference documentation) can benefit from tweaks to the way pages are ranked. To support this, a set of ranking parameters are now configurable. Enormous thanks to [@​dscho](https://togithub.com/dscho) for kicking off this work in [#​534](https://togithub.com/CloudCannon/pagefind/issues/534) ❤️ - See [📘 Customize ranking](https://pagefind.app/docs/ranking/) to read up on the new ranking parameters. ##### Default UI Features & Improvements - Added an `autofocus` setting to the Default UI. The default remains off. See [📘 UI > Autofocus](https://pagefind.app/docs/ui/#autofocus). Thanks to [@​vanbroup](https://togithub.com/vanbroup) for [#​514](https://togithub.com/CloudCannon/pagefind/issues/514) ❤️ - Added an `openFilters` setting to the Default UI. See [📘 UI > Open filters](https://pagefind.app/docs/ui/#open-filters). Thanks to [@​vanbroup](https://togithub.com/vanbroup) for [#​579](https://togithub.com/CloudCannon/pagefind/issues/579) ❤️ - Added a `sort` setting to the Default UI. See [📘 UI > Sort](https://pagefind.app/docs/ui/#sort). - Added a `triggerFilters` function to the Default UI. - The existing `triggerSearch` function has also been documented. See [📘 UI > Programmatically controlling the Pagefind UI](https://pagefind.app/docs/ui-usage/#programmatically-controlling-the-pagefind-ui). ##### Fixes & Tweaks - Fixed a bug where the `forceLanguage` setting would not take priority when using the NodeJS Indexing API. - Fixed a bug where zero-width spaces in the source content could cause errors in search excerpts. ##### UI Translations - Added Ukranian translations (PR [#​523](https://togithub.com/CloudCannon/pagefind/issues/523) — thanks [@​vladdnepr](https://togithub.com/vladdnepr) !). - Added Romanian translations (PR [#​541](https://togithub.com/CloudCannon/pagefind/issues/541) — thanks [@​mateesville93](https://togithub.com/mateesville93) !). - Added Czech translations (PR [#​543](https://togithub.com/CloudCannon/pagefind/issues/543) — thanks [@​dallyh](https://togithub.com/dallyh) !). - Added Korean translations (PR [#​583](https://togithub.com/CloudCannon/pagefind/issues/583) — thanks [@​seokho-son](https://togithub.com/seokho-son) !). - Improved Japanese translations (PR [#​560](https://togithub.com/CloudCannon/pagefind/issues/560) — thanks [@​hamano](https://togithub.com/hamano) !).
postcss/postcss (postcss) ### [`v8.4.38`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8438) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.37...8.4.38) - Fixed `endIndex: 0` in errors and warnings (by [@​romainmenke](https://togithub.com/romainmenke)). ### [`v8.4.37`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8437) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.36...8.4.37) - Fixed `original.column are not numbers` error in another case. ### [`v8.4.36`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8436) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.35...8.4.36) - Fixed `original.column are not numbers` error on broken previous source map. ### [`v8.4.35`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8435) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.34...8.4.35) - Avoid `!` in `node.parent.nodes` type. - Allow to pass `undefined` to node adding method to simplify types. ### [`v8.4.34`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8434) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.33...8.4.34) - Fixed `AtRule#nodes` type (by Tim Weißenfels). - Cleaned up code (by Dmitry Kirillov). ### [`v8.4.33`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8433) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.32...8.4.33) - Fixed `NoWorkResult` behavior difference with normal mode (by Romain Menke). - Fixed `NoWorkResult` usage conditions (by [@​ahmdammarr](https://togithub.com/ahmdammarr)). ### [`v8.4.32`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8432) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.31...8.4.32) - Fixed `postcss().process()` types (by Andrew Ferreira).

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.