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

Merged
samuel-p merged 1 commit from renovate/11ty-eleventy-navigation-1.x into develop 2025-08-18 16:15:30 +00:00
Collaborator

This PR contains the following updates:

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

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 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.


  • 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)) | devDependencies | major | [`^0.3.5` -> `^1.0.4`](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 https://github.com/11ty/eleventy-navigation/pull/58 - Include page data in navigation items by [@&#8203;noelleleigh](https://github.com/noelleleigh) in 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 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
Update dependency @11ty/eleventy-navigation to v1
All checks were successful
Build and Deploy Website / Build Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Build Dev Website (push) Successful in 1m37s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
7fc703c7a3
samuel-p was assigned by renovate-bot 2025-03-19 22:01:46 +00:00
renovate-bot force-pushed renovate/11ty-eleventy-navigation-1.x from 7fc703c7a3 to 56e7bc572f 2025-03-27 22:01:43 +00:00 Compare
renovate-bot force-pushed renovate/11ty-eleventy-navigation-1.x from 56e7bc572f to ea01783492 2025-03-29 15:01:46 +00:00 Compare
renovate-bot force-pushed renovate/11ty-eleventy-navigation-1.x from ea01783492 to 37b0371b1b 2025-03-31 15:01:37 +00:00 Compare
renovate-bot force-pushed renovate/11ty-eleventy-navigation-1.x from 37b0371b1b to 31539f0459 2025-04-01 22:01:37 +00:00 Compare
renovate-bot force-pushed renovate/11ty-eleventy-navigation-1.x from 31539f0459 to 32da0eeef0 2025-04-11 21:02:09 +00:00 Compare
renovate-bot force-pushed renovate/11ty-eleventy-navigation-1.x from 32da0eeef0 to 07d633b717 2025-04-11 22:02:01 +00:00 Compare
renovate-bot force-pushed renovate/11ty-eleventy-navigation-1.x from 07d633b717 to 395d53f0be 2025-04-11 22:26:06 +00:00 Compare
renovate-bot force-pushed renovate/11ty-eleventy-navigation-1.x from 395d53f0be to c0b4056763 2025-04-11 23:01:51 +00:00 Compare
renovate-bot force-pushed renovate/11ty-eleventy-navigation-1.x from c0b4056763 to 776471421e 2025-06-07 21:02:04 +00:00 Compare
renovate-bot force-pushed renovate/11ty-eleventy-navigation-1.x from 776471421e to c961c2fc34 2025-06-09 00:01:55 +00:00 Compare
samuel-p merged commit 63f2f2f897 into develop 2025-08-18 16:15:30 +00:00
Sign in to join this conversation.
No reviewers
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: samuel-p/sp-codes.de#274
No description provided.