Dependency updates and bug fixes#2832
Merged
jasontaylordev merged 17 commits intomasterfrom Feb 23, 2026
Merged
Conversation
eslint-plugin-promise@7.2.1 only declares peer support for ESLint up to ^9.0.0, blocking the upgrade to ESLint v10. eslint-plugin-promise is not actively maintained with no updates for over a year.
Dev toolchain packages (eslint, typescript-eslint) have stale advisory database entries that flag false positives. Production dependencies are still audited. --omit=dev scopes the check to what actually ships.
- Remove eslint-disable comments for promise/ rules (plugin removed) - Remove useless initial assignments in AuditingCapability.ts and HealthChecksStore.ts flagged by the new no-useless-assignment rule - Fix formatting in eslint.config.mjs
vite-plugin-checker@0.12.0 uses legacy ESLint options removed in v10, causing test and dev server failures. Removing the eslint option from the checker config and adding an explicit npm run lint step to build.ps1 to ensure ESLint continues to run in CI.
899b8f8 to
306ca94
Compare
PhilBastian
reviewed
Feb 20, 2026
warwickschroeder
approved these changes
Feb 23, 2026
johnsimons
reviewed
Feb 24, 2026
This was referenced Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Combines several Renovate PRs into one, verified locally with a clean build.
npm dependency updates
eslint@eslint/jsvue-codemirror6eslint-plugin-vuetypescript-eslint@types/nodejsdomvue-routerNuGet dependency updates
NUnitMicrosoft.Extensions.FileProviders.EmbeddedGitHub Actions updates
docker/build-push-actionRemoved
eslint-plugin-promisewas removed to unblock the ESLint v10 upgrade. It only declared peer support for ESLint up to^9.0.0and is not actively maintained.Additional changes required for ESLint v10
npm auditinbuild.ps1to--omit=dev(dev toolchain has transient false-positive advisories unrelated to production code)eslint-disablecomments forpromise/rules (from the now-removedeslint-plugin-promise)no-useless-assignmentviolations (new rule enforced in this upgrade):AuditingCapability.ts: changedlet messageTooltip = ""tolet messageTooltip: stringHealthChecksStore.ts: changedlet result: EmailNotifications | null = nulltolet result: EmailNotifications | nulleslintfromvite-plugin-checkerconfig invite.config.ts(vite-plugin-checker@0.12.0uses legacy ESLint options removed in v10, causing test and dev server failures)npm run lintstep tobuild.ps1to keep ESLint enforced in CIAdditional changes required for vue-router v5
router.beforeEachinmount.tsto return instead of calling deprecatednext()callbackTest fixes
networkErroroption toMockEndpointOptionsfor simulating fetch failureshasMonitoringUnavailableprecondition: The "monitoring instance not responding" scenario requires a network error (fetch throws), not an HTTP 500 response with valid JSONendpoint-details.spec.tshistory period test into 7 independent tests to avoid CI timeoutCloses #2810
Closes #2811
Closes #2828
Closes #2789
Closes #2792
Closes #2830
Closes #2829
Closes #2803
Closes #2827
Closes #2706
Closes #2801