chore(deps-dev): bump eslint-plugin-unicorn from 66.0.0 to 69.0.0 - #1075
Conversation
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 66.0.0 to 69.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v66.0.0...v69.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-version: 69.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
🤖 pr-fix routine — stuck: bun.lock out of sync Root cause: All three failing checks ( Dependabot bumped Why the routine can't fix it: How to fix (takes ~30 seconds): git fetch origin dependabot/npm_and_yarn/dev/eslint-plugin-unicorn-69.0.0
git checkout dependabot/npm_and_yarn/dev/eslint-plugin-unicorn-69.0.0
bun install
git add bun.lock
git commit -m "chore: update bun.lock for eslint-plugin-unicorn 69.0.0"
git pushSystemic note: This same lockfile-sync issue is blocking every open Dependabot PR in this repo. The previous fire documented the same problem on #1073 and also noted #1080, #1079, #1078, #1077, #1076, #1074, #1072 are affected. Running A durable fix would be a GitHub Actions workflow that auto-commits the lockfile on Dependabot PRs (or switches CI from The routine will not pick this PR up again until someone removes the Generated by the pr-fix routine Generated by Claude Code |
… new finding Dependabot does not update bun lockfiles, so CI fails at `bun install --frozen-lockfile`; regenerated with bun 1.2.23 (also merged current dev). unicorn 69 vs 66 produces exactly one new warning across the repo (verified by rule-histogram diff against a dev-merged unicorn-66 baseline): prefer-number-properties on lib/safety/types.ts:305. Switched the global parseFloat to Number.parseFloat (identical semantics), keeping the repo's warning count at the 350 baseline. lint 0 errors, tsc clean, test:ci exit 0. Claude-Session: https://claude.ai/code/session_01ThqAujR2cXPzrF1XUNjByA
Bumps eslint-plugin-unicorn from 66.0.0 to 69.0.0.
Release notes
Sourced from eslint-plugin-unicorn's releases.
... (truncated)
Commits
1e217a169.0.005c7c25no-unsafe-string-replacement: Ignore non-string receivers (#3442)5a59e19Addprefer-abort-signal-timeoutrule (#3441)75c2bb3Addprefer-set-methodsrule (#3439)898d9c5Addno-late-event-controlrule (#3440)d50d876Addprefer-error-is-errorrule (#3438)e11cb92Addprefer-aggregate-errorrule (#3436)704d141Addprefer-promise-tryrule (#3435)a81ab49Addno-invalid-well-known-symbol-methodsrule (#3433)9e12972no-unused-array-method-return: Restrictvalues()reporting to arrays (#3434)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)