build(deps-dev): bump oxlint from 1.60.0 to 1.74.0 - #18
Open
dependabot[bot] wants to merge 2 commits into
Open
Conversation
|
PR author is in the excluded authors list. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
dependabot
Bot
force-pushed
the
dependabot/bun/oxlint-1.73.0
branch
from
July 11, 2026 17:42
f8814c7 to
08d84d8
Compare
Contributor
Author
|
Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request. |
* refactor: gate src complexity before test support files Replace the logic/TUI two-tier split with src at MI 52 first and test/ support files at MI 40 second so the fast verify path scores all source before slower test fixtures. * refactor: restore logic/TUI complexity tiers and cohesive layout Score non-TUI logic at MI 52 and the TUI surface at 50, then fold artificial verifyx micro-splits back into cohesive modules so the gate matches the architecture instead of forcing file fragmentation. * feat: render intake gates with markdown two-column dialogs Replace host DialogSelect/Prompt/Confirm for the intake chain so assumptions, questions, and mode rationale are readable as markdown, with short actions beside the body (answer step stays full-width stacked). * fix: tolerate trailing commas in OpenCode plugin config Hand-edited opencode.json often keeps a trailing comma; strict JSON parse made plugin:install:prod fail with an opaque SyntaxError. * fix: make board keyboard selection reliable and add Tab cycling Keep selectedColumn synced with the highlighted card, auto-select on refresh, blur leftover host focus on open, and cycle root tasks with Tab/Shift+Tab. Co-authored-by: Cursor <cursoragent@cursor.com> * fix: clarify intake decision action labels Approve/Reject were ambiguous when a clarifying question was on screen; Accept assumption / Override with answer name the object of the choice. * feat: lead Review menu with approve * fix: scroll task details overflow * refactor: remove test-only DI seams and dead flexibility - delete CreateTaskDependencies bag and createUpdateController's optional check/confirm/runCommand/now; tests mock modules instead - dedupe patch.ts lock/read/merge/update skeleton into withKaganUpdate - delete shellGitRunner; server uses bunGitRunner (now a const, not a factory) - board passes store instead of drilling cap/sendBackStopThreshold/checkCommand - inline buildEditorContext/listEditorSignals/listEditorDialogControls into hook - drop dead code: setupCommand field, unused checkCommand hook prop, test:ci script, HOST_DIALOG_WIDTH size param, oxfmt pass in install-plugin - fold eligible predicate into spawnHelper; store parses options once - delete update-launch.test.ts (re-implemented wiring) and duplicate gateBadges mode tests; simplify git-shell fixture (preload already isolates) * fix: strip trailing commas with string-aware scanner Raw regex fallback also removed ", }" / ", ]" sequences inside quoted config values, silently rewriting them on the reparse-and-write path.
Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) from 1.60.0 to 1.74.0. - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.74.0/npm/oxlint) --- updated-dependencies: - dependency-name: oxlint dependency-version: 1.73.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/bun/oxlint-1.73.0
branch
from
July 21, 2026 14:56
08d84d8 to
0b33b19
Compare
Contributor
Author
|
Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request. |
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.
Bumps oxlint from 1.60.0 to 1.74.0.
Release notes
Sourced from oxlint's releases.
... (truncated)
Changelog
Sourced from oxlint's changelog.
... (truncated)
Commits
2d4e8d2release(apps): oxlint v1.74.0 && oxfmt v0.59.0 (#24454)7f80cacperf(linter/vue/prop-name-casing): precompileignorePropsregex pattern (#2...6272051perf(linter/typescript/no-require-imports): compile allow patterns once (#24417)33805b9perf(linter/jsdoc/require-param): compile checkTypesPattern regex once (#24420)0433a83feat(linter/eslint/no-inner-declarations): addnamespacesoption (#24044)8337835fix(linter): error onignorePatternsthat cannot match files aoutside the c...2ce5a33fix(linter): resolveignorePatternsrelative to the config dir (#24339)39677barelease(apps): oxlint v1.73.0 && oxfmt v0.58.0 (#24219)a2c97f3feat(linter/unicorn): implementexplicit-timer-delayrule (#23612)bdb51c7fix(linter/jest/prefer-ending-with-an-expect): validate config patterns (#24122)