chore(deps): update typescript-eslint monorepo to v8.48.0 #106

Open
ticktock_depbot wants to merge 1 commit from renovate/typescript-eslint-monorepo into main
Collaborator

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.46.2 -> 8.48.0
@typescript-eslint/parser (source) devDependencies minor 8.46.2 -> 8.48.0
typescript-eslint (source) devDependencies minor 8.46.2 -> 8.48.0

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.48.0

Compare Source

🚀 Features
  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#​10744)
🩹 Fixes
  • typescript-estree: disallow binding patterns in parameter properties (#​11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#​10477)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.47.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unused-private-class-members] new extension rule (#​10913)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.4

Compare Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.3

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.48.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.47.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.4

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.3

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (typescript-eslint)

v8.48.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.47.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.4

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.3

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


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 these updates 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 | |---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.46.2` -> `8.48.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.46.2/8.48.0) | | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.46.2` -> `8.48.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.46.2/8.48.0) | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | devDependencies | minor | [`8.46.2` -> `8.48.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.46.2/8.48.0) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v8.48.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8480-2025-11-24) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.47.0...v8.48.0) ##### 🚀 Features - **eslint-plugin:** \[no-redundant-type-constituents] use assignability checking for redundancy checks ([#&#8203;10744](https://github.com/typescript-eslint/typescript-eslint/pull/10744)) ##### 🩹 Fixes - **typescript-estree:** disallow binding patterns in parameter properties ([#&#8203;11760](https://github.com/typescript-eslint/typescript-eslint/pull/11760)) - **eslint-plugin:** \[consistent-generic-constructors] ignore when constructor is typed array ([#&#8203;10477](https://github.com/typescript-eslint/typescript-eslint/pull/10477)) ##### ❤️ Thank You - Dima Barabash [@&#8203;dbarabashh](https://github.com/dbarabashh) - JamesHenry [@&#8203;JamesHenry](https://github.com/JamesHenry) - Josh Goldberg - mdm317 [@&#8203;gen-ip-1](https://github.com/gen-ip-1) You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.47.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8470-2025-11-17) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.46.4...v8.47.0) ##### 🚀 Features - **eslint-plugin:** \[no-unused-private-class-members] new extension rule ([#&#8203;10913](https://github.com/typescript-eslint/typescript-eslint/pull/10913)) ##### ❤️ Thank You - Brad Zacher [@&#8203;bradzacher](https://github.com/bradzacher) You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.46.4`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8464-2025-11-10) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.46.3...v8.46.4) ##### 🩹 Fixes - **parser:** error when both `projectService` and `project` are set ([#&#8203;11333](https://github.com/typescript-eslint/typescript-eslint/pull/11333)) - **eslint-plugin:** handle override modifier in promise-function-async fixer ([#&#8203;11730](https://github.com/typescript-eslint/typescript-eslint/pull/11730)) - **eslint-plugin:** \[no-deprecated] fix double-report on computed literal identifiers ([#&#8203;11006](https://github.com/typescript-eslint/typescript-eslint/pull/11006), [#&#8203;10958](https://github.com/typescript-eslint/typescript-eslint/issues/10958)) ##### ❤️ Thank You - Evgeny Stepanovych [@&#8203;undsoft](https://github.com/undsoft) - Kentaro Suzuki [@&#8203;sushichan044](https://github.com/sushichan044) - Maria Solano [@&#8203;MariaSolOs](https://github.com/MariaSolOs) You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.46.3`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8463-2025-11-03) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.46.2...v8.46.3) ##### 🩹 Fixes - **eslint-plugin:** \[no-duplicate-enum-values] support signed numbers ([#&#8203;11722](https://github.com/typescript-eslint/typescript-eslint/pull/11722), [#&#8203;11723](https://github.com/typescript-eslint/typescript-eslint/pull/11723)) - **eslint-plugin:** \[no-misused-promises] expand union type to retrieve target property ([#&#8203;11706](https://github.com/typescript-eslint/typescript-eslint/pull/11706)) ##### ❤️ Thank You - Evgeny Stepanovych [@&#8203;undsoft](https://github.com/undsoft) - tao You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary> ### [`v8.48.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8480-2025-11-24) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.47.0...v8.48.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.47.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8470-2025-11-17) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.46.4...v8.47.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.46.4`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8464-2025-11-10) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.46.3...v8.46.4) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.46.3`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8463-2025-11-03) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.46.2...v8.46.3) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.48.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8480-2025-11-24) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.47.0...v8.48.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.47.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8470-2025-11-17) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.46.4...v8.47.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.46.4`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8464-2025-11-10) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.46.3...v8.46.4) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.46.3`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8463-2025-11-03) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.46.2...v8.46.3) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update typescript-eslint monorepo to v8.46.3
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 3m57s
/ check-changes (pull_request) Successful in 25s
ce8fa95b46
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: yarn.lock ``` Unknown Syntax Error: Unsupported option name ("--ignore-platform"). $ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0] ```
ticktock_depbot force-pushed renovate/typescript-eslint-monorepo from ce8fa95b46
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 3m57s
/ check-changes (pull_request) Successful in 25s
to 4c972292f3
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 6s
/ build (pull_request) Successful in 3m26s
2025-11-04 17:54:58 +00:00
Compare
ticktock_depbot force-pushed renovate/typescript-eslint-monorepo from 4c972292f3
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 6s
/ build (pull_request) Successful in 3m26s
to 49caadd2cd
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 8s
/ build (pull_request) Successful in 3m23s
2025-11-05 16:32:26 +00:00
Compare
ticktock_depbot force-pushed renovate/typescript-eslint-monorepo from 49caadd2cd
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 8s
/ build (pull_request) Successful in 3m23s
to 9a4853ad64
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 25s
/ build (pull_request) Successful in 3m43s
2025-11-05 17:40:48 +00:00
Compare
ticktock_depbot force-pushed renovate/typescript-eslint-monorepo from 9a4853ad64
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 25s
/ build (pull_request) Successful in 3m43s
to 4e993ea89e
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 25s
/ build (pull_request) Failing after 4m0s
2025-11-05 17:56:12 +00:00
Compare
ticktock_depbot force-pushed renovate/typescript-eslint-monorepo from 4e993ea89e
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 25s
/ build (pull_request) Failing after 4m0s
to 5a49458e06
Some checks failed
/ check-changes (pull_request) Successful in 6s
/ build (pull_request) Successful in 3m20s
renovate/artifacts Artifact file update failure
2025-11-05 18:51:46 +00:00
Compare
ticktock_depbot force-pushed renovate/typescript-eslint-monorepo from 5a49458e06
Some checks failed
/ check-changes (pull_request) Successful in 6s
/ build (pull_request) Successful in 3m20s
renovate/artifacts Artifact file update failure
to 09a396edf8
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 25s
/ build (pull_request) Successful in 3m12s
2025-11-05 19:19:34 +00:00
Compare
ticktock_depbot force-pushed renovate/typescript-eslint-monorepo from 09a396edf8
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 25s
/ build (pull_request) Successful in 3m12s
to 5bfe9742f4
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 6s
/ build (pull_request) Successful in 4m54s
2025-11-07 23:30:05 +00:00
Compare
ticktock_depbot force-pushed renovate/typescript-eslint-monorepo from 5bfe9742f4
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 6s
/ build (pull_request) Successful in 4m54s
to 1119bbf633
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 3m24s
/ check-changes (pull_request) Successful in 29s
2025-11-09 09:00:29 +00:00
Compare
ticktock_depbot changed title from chore(deps): update typescript-eslint monorepo to v8.46.3 to chore(deps): update typescript-eslint monorepo 2025-11-10 17:09:59 +00:00
ticktock_depbot force-pushed renovate/typescript-eslint-monorepo from 1119bbf633
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 3m24s
/ check-changes (pull_request) Successful in 29s
to a001f12cc6
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 7s
/ build (pull_request) Successful in 3m58s
2025-11-10 17:15:00 +00:00
Compare
ticktock_depbot changed title from chore(deps): update typescript-eslint monorepo to chore(deps): update typescript-eslint monorepo to v8.46.4 2025-11-10 17:15:02 +00:00
ticktock_depbot force-pushed renovate/typescript-eslint-monorepo from a001f12cc6
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 7s
/ build (pull_request) Successful in 3m58s
to 0c2c6146ee
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 27s
/ build (pull_request) Successful in 4m7s
2025-11-10 22:09:59 +00:00
Compare
ticktock_depbot force-pushed renovate/typescript-eslint-monorepo from 0c2c6146ee
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 27s
/ build (pull_request) Successful in 4m7s
to c96ce6af01
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 54s
/ build (pull_request) Failing after 26m26s
2025-11-17 17:26:17 +00:00
Compare
ticktock_depbot changed title from chore(deps): update typescript-eslint monorepo to v8.46.4 to chore(deps): update typescript-eslint monorepo to v8.47.0 2025-11-17 17:27:12 +00:00
ticktock_depbot force-pushed renovate/typescript-eslint-monorepo from c96ce6af01
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 54s
/ build (pull_request) Failing after 26m26s
to c473a02b11
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 58s
/ build (pull_request) Failing after 12m20s
2025-11-18 15:02:42 +00:00
Compare
ticktock_depbot force-pushed renovate/typescript-eslint-monorepo from c473a02b11
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 58s
/ build (pull_request) Failing after 12m20s
to d5608b8433
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m0s
/ check-changes (pull_request) Successful in 7s
2025-11-18 15:42:31 +00:00
Compare
ticktock_depbot force-pushed renovate/typescript-eslint-monorepo from d5608b8433
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m0s
/ check-changes (pull_request) Successful in 7s
to aef316641d
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m40s
/ check-changes (pull_request) Successful in 8s
2025-11-24 17:20:10 +00:00
Compare
ticktock_depbot changed title from chore(deps): update typescript-eslint monorepo to v8.47.0 to chore(deps): update typescript-eslint monorepo 2025-11-24 17:20:12 +00:00
ticktock_depbot changed title from chore(deps): update typescript-eslint monorepo to chore(deps): update typescript-eslint monorepo to v8.48.0 2025-11-24 17:25:17 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m40s
/ check-changes (pull_request) Successful in 8s
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/typescript-eslint-monorepo:renovate/typescript-eslint-monorepo
git switch renovate/typescript-eslint-monorepo

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/typescript-eslint-monorepo
git switch renovate/typescript-eslint-monorepo
git rebase main
git switch main
git merge --ff-only renovate/typescript-eslint-monorepo
git switch renovate/typescript-eslint-monorepo
git rebase main
git switch main
git merge --no-ff renovate/typescript-eslint-monorepo
git switch main
git merge --squash renovate/typescript-eslint-monorepo
git switch main
git merge --ff-only renovate/typescript-eslint-monorepo
git switch main
git merge renovate/typescript-eslint-monorepo
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
btclock/webui!106
No description provided.