Update dependency @11ty/eleventy-navigation to v1 #7

Open
MarkerBot wants to merge 1 commit from renovate/11ty-eleventy-navigation-1.x into main
Member

This PR contains the following updates:

Package Type Update Change
@11ty/eleventy-navigation (source) dependencies major ^0.3.5 -> ^1.0.0

Release Notes

11ty/eleventy-navigation (@​11ty/eleventy-navigation)

v1.0.4: Eleventy Navigation v1.0.4

Compare Source

  • Adds anchorElementWithoutHref option to fix #​62 Links are not crawlable Lighthouse error with url: false items

Milestone: https://github.com/11ty/eleventy-navigation/milestone/6?closed=1
Full Changelog: https://github.com/11ty/eleventy-navigation/compare/v1.0.3...v1.0.4

v1.0.3: Eleventy Navigation v1.0.3

Compare Source

  • Fixes bug with useTopLevelDetails that put a[href] links inside of <summary> elements (no other interactive things in summary!). Now the links are previous sibling elements before details.

Full Changelog: https://github.com/11ty/eleventy-navigation/compare/v1.0.2...v1.0.3

v1.0.2: Eleventy Navigation v1.0.2

Compare Source

  • Adds useTopLevelDetails option (false default) to the eleventyNavigationToHtml filter options to wrap top level navigation in <details><summary>

Full Changelog: https://github.com/11ty/eleventy-navigation/compare/v1.0.1...v1.0.2

v1.0.1: Eleventy Navigation v1.0.1

Compare Source

  • Apologies, the fix for #​32 #​1 (order: 0 versus order: undefined) was incorrect. This has been remedied.

Full Changelog: https://github.com/11ty/eleventy-navigation/compare/v1.0.0...v1.0.1

v1.0.0: Eleventy Navigation v1.0.0

Compare Source

Milestone: https://github.com/11ty/eleventy-navigation/milestone/1?closed=1
Full Changelog: https://github.com/11ty/eleventy-navigation/compare/v0.3.5...v1.0.0


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@11ty/eleventy-navigation](https://www.11ty.dev/docs/plugins/navigation/) ([source](https://github.com/11ty/eleventy-navigation)) | dependencies | major | [`^0.3.5` -> `^1.0.0`](https://renovatebot.com/diffs/npm/@11ty%2feleventy-navigation/0.3.5/1.0.4) | --- ### Release Notes <details> <summary>11ty/eleventy-navigation (@&#8203;11ty/eleventy-navigation)</summary> ### [`v1.0.4`](https://github.com/11ty/eleventy-navigation/releases/tag/v1.0.4): Eleventy Navigation v1.0.4 [Compare Source](https://github.com/11ty/eleventy-navigation/compare/v1.0.3...v1.0.4) - Adds `anchorElementWithoutHref` option to fix [#&#8203;62](https://github.com/11ty/eleventy-navigation/issues/62) Links are not crawlable Lighthouse error with `url: false` items **Milestone**: <https://github.com/11ty/eleventy-navigation/milestone/6?closed=1> **Full Changelog**: <https://github.com/11ty/eleventy-navigation/compare/v1.0.3...v1.0.4> ### [`v1.0.3`](https://github.com/11ty/eleventy-navigation/releases/tag/v1.0.3): Eleventy Navigation v1.0.3 [Compare Source](https://github.com/11ty/eleventy-navigation/compare/v1.0.2...v1.0.3) - Fixes bug with `useTopLevelDetails` that put `a[href]` links inside of `<summary>` elements (no other interactive things in summary!). Now the links are previous sibling elements before `details`. **Full Changelog**: <https://github.com/11ty/eleventy-navigation/compare/v1.0.2...v1.0.3> ### [`v1.0.2`](https://github.com/11ty/eleventy-navigation/releases/tag/v1.0.2): Eleventy Navigation v1.0.2 [Compare Source](https://github.com/11ty/eleventy-navigation/compare/v1.0.1...v1.0.2) - Adds `useTopLevelDetails` option (`false` default) to the `eleventyNavigationToHtml` filter options to wrap top level navigation in `<details><summary>` **Full Changelog**: <https://github.com/11ty/eleventy-navigation/compare/v1.0.1...v1.0.2> ### [`v1.0.1`](https://github.com/11ty/eleventy-navigation/releases/tag/v1.0.1): Eleventy Navigation v1.0.1 [Compare Source](https://github.com/11ty/eleventy-navigation/compare/v1.0.0...v1.0.1) - Apologies, the fix for [#&#8203;32](https://github.com/11ty/eleventy-navigation/issues/32) [#&#8203;1](https://github.com/11ty/eleventy-navigation/issues/1) (`order: 0` versus `order: undefined`) was incorrect. This has been remedied. **Full Changelog**: <https://github.com/11ty/eleventy-navigation/compare/v1.0.0...v1.0.1> ### [`v1.0.0`](https://github.com/11ty/eleventy-navigation/releases/tag/v1.0.0): Eleventy Navigation v1.0.0 [Compare Source](https://github.com/11ty/eleventy-navigation/compare/v0.3.5...v1.0.0) - Add support for `eleventyNavigation.pinned` boolean to pin nodes to the top of their navigation group (while also respecting `order` among pinned nodes) [#&#8203;60](https://github.com/11ty/eleventy-navigation/issues/60) - Add support for multiple comma separated keys passed into `eleventyNavigation` filter: <https://www.11ty.dev/docs/plugins/navigation/#example-get-just-one-branch> [#&#8203;59](https://github.com/11ty/eleventy-navigation/issues/59) - Allow nodes to exclude a `url` property (and not render a `href` attribute in output) [#&#8203;51](https://github.com/11ty/eleventy-navigation/issues/51) - Missing LICENSE by [@&#8203;ZoeBijl](https://github.com/ZoeBijl) in [#&#8203;58](https://github.com/11ty/eleventy-navigation/pull/58) - Include page data in navigation items by [@&#8203;noelleleigh](https://github.com/noelleleigh) in [#&#8203;34](https://github.com/11ty/eleventy-navigation/pull/34) - Add aria-current `useAriaCurrentAttr` option by [@&#8203;johnhunter](https://github.com/johnhunter) in [#&#8203;14](https://github.com/11ty/eleventy-navigation/issues/14) [#&#8203;43](https://github.com/11ty/eleventy-navigation/issues/43) - Includes references to data cascade in navigation entries [#&#8203;27](https://github.com/11ty/eleventy-navigation/issues/27) [#&#8203;34](https://github.com/11ty/eleventy-navigation/issues/34) [#&#8203;17](https://github.com/11ty/eleventy-navigation/issues/17) - Nodes without `order` are sorted after any existing items with `order` [#&#8203;32](https://github.com/11ty/eleventy-navigation/issues/32) [#&#8203;1](https://github.com/11ty/eleventy-navigation/issues/1) - **Warning:** the above fix was flawed, [Navigation v1.0.1](https://github.com/11ty/eleventy-navigation/releases/tag/v1.0.1) has shipped to correct this! **Milestone**: <https://github.com/11ty/eleventy-navigation/milestone/1?closed=1> **Full Changelog**: <https://github.com/11ty/eleventy-navigation/compare/v0.3.5...v1.0.0> </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Update dependency @11ty/eleventy-navigation to v1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
6d642c8a37
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/11ty-eleventy-navigation-1.x:renovate/11ty-eleventy-navigation-1.x
git switch renovate/11ty-eleventy-navigation-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/11ty-eleventy-navigation-1.x
git switch renovate/11ty-eleventy-navigation-1.x
git rebase main
git switch main
git merge --ff-only renovate/11ty-eleventy-navigation-1.x
git switch renovate/11ty-eleventy-navigation-1.x
git rebase main
git switch main
git merge --no-ff renovate/11ty-eleventy-navigation-1.x
git switch main
git merge --squash renovate/11ty-eleventy-navigation-1.x
git switch main
git merge --ff-only renovate/11ty-eleventy-navigation-1.x
git switch main
git merge renovate/11ty-eleventy-navigation-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
MarkerMatic/site!7
No description provided.