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

Open
renovate-bot wants to merge 1 commit from renovate/11ty-eleventy-navigation-1.x into develop
Collaborator

This PR contains the following updates:

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

Release Notes

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

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.3`](https://renovatebot.com/diffs/npm/@11ty%2feleventy-navigation/0.3.5/1.0.3) | --- ### Release Notes <details> <summary>11ty/eleventy-navigation (@&#8203;11ty/eleventy-navigation)</summary> ### [`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-->
renovate-bot added 1 commit 2025-03-19 22:01:45 +00:00
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
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 1m31s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
This pull request can be merged automatically.
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 checkout 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 checkout develop
git merge --no-ff renovate/11ty-eleventy-navigation-1.x
git checkout renovate/11ty-eleventy-navigation-1.x
git rebase develop
git checkout develop
git merge --ff-only renovate/11ty-eleventy-navigation-1.x
git checkout renovate/11ty-eleventy-navigation-1.x
git rebase develop
git checkout develop
git merge --no-ff renovate/11ty-eleventy-navigation-1.x
git checkout develop
git merge --squash renovate/11ty-eleventy-navigation-1.x
git checkout develop
git merge --ff-only renovate/11ty-eleventy-navigation-1.x
git checkout develop
git merge renovate/11ty-eleventy-navigation-1.x
git push origin develop
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.