chore: remove deprecation warnings for typst v0.12.0 #74

Merged
servostar merged 5 commits from chore/remove-deprecation-warnings into build/update-nix-channel 2024-11-20 09:10:13 +00:00
Owner

fix(outline): remove here() location paramter at src/pages/outline.typ:16:16 due to "calling query with a location is deprecated"
fix(glossar): remove here() location paramter at src/glossarium.typ:40:4 due to "calling query with a location is deprecated"
fix(glossar): remove here() location parameter at src/glossarium.typ:52:29 due to "calling state.final with a location is deprecated"
fix(glossar): remove here() location paramter at src/glossarium.typ:32:4 due to "calling state.final with a location is deprecated"
fix(style): add context around counter.display src/style.typ:187:23 due to "counter.display without context is deprecated"

refers to #64

fix(outline): remove `here()` location paramter at src/pages/outline.typ:16:16 due to "calling `query` with a location is deprecated" fix(glossar): remove `here()` location paramter at src/glossarium.typ:40:4 due to "calling `query` with a location is deprecated" fix(glossar): remove `here()` location parameter at src/glossarium.typ:52:29 due to "calling `state.final` with a location is deprecated" fix(glossar): remove `here()` location paramter at src/glossarium.typ:32:4 due to "calling `state.final` with a location is deprecated" fix(style): add context around `counter.display` src/style.typ:187:23 due to "`counter.display` without context is deprecated" refers to #64
servostar added 5 commits 2024-11-20 09:09:18 +00:00
servostar merged commit 6f25d3e918 into build/update-nix-channel 2024-11-20 09:10:13 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
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: DHBW/dhbw-abb-typst-template#74
No description provided.