mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-20 04:20:10 +00:00
## Changes - Fix unsafe optional chaining warnings in 2 test files - Promote `no-unsafe-optional-chaining` to error in oxlintrc - Remove stale knip ignores (useGLSLRenderer, website deps, astro entry) - Remove `vue/no-dupe-keys` from oxlintrc (removed from oxlint vue plugin; `eslint/no-dupe-keys` covers it) - Un-export unused `UniformSource`/`UniformSources` interfaces - Dedupe pnpm lockfile ## Dependency Upgrades | Package | Before | After | |---------|--------|-------| | knip | 6.0.1 | 6.3.1 | | oxlint | 1.55.0 | 1.59.0 | | oxfmt | 0.40.0 | 0.44.0 | | eslint-plugin-oxlint | 1.55.0 | 1.59.0 | | oxlint-tsgolint | 0.17.0 | 0.20.0 | ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-10973-fix-resolve-lint-knip-warnings-and-upgrade-oxlint-oxfmt-knip-33c6d73d36508135a773f0a174471cf9) by [Unito](https://www.unito.io) --------- Co-authored-by: Amp <amp@ampcode.com>