build(deps-dev): bump lint-staged from 16.4.0 to 17.0.8#22
build(deps-dev): bump lint-staged from 16.4.0 to 17.0.8#22dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.4.0 to 17.0.8. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.4.0...v17.0.8) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.0.8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file)
Reviewed by minimax-m3 · Input: 49.1K · Output: 2.2K · Cached: 132.1K |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 59d3c9b902
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "drizzle-kit": "^0.31.9", | ||
| "husky": "^9.1.7", | ||
| "lint-staged": "^16.3.0", | ||
| "lint-staged": "^17.0.8", |
There was a problem hiding this comment.
Update bun.lock with the dependency bump
This change updates the manifest to lint-staged@^17.0.8 but leaves the committed bun.lock resolving the root devDependency as ^16.3.0 / lint-staged@16.4.0. The Docker build copies package.json bun.lock and runs bun install --frozen-lockfile (docker/Dockerfile lines 8-11), and the installer does the same (install.sh line 1250); bun install --help describes --frozen-lockfile as disallowing lockfile changes, so these install paths need the lockfile updated in the same commit rather than trying to resolve a new package version during a frozen install.
Useful? React with 👍 / 👎.
Bumps lint-staged from 16.4.0 to 17.0.8.
Release notes
Sourced from lint-staged's releases.
... (truncated)
Changelog
Sourced from lint-staged's changelog.
... (truncated)
Commits
5f3b8f2Merge pull request #1812 from lint-staged/changeset-release/main43a9b8dchore(changeset): release630e2f6Merge pull request #1809 from lint-staged/restore-merge-status179b437fix: restore Git merge status after creating backup stash6bae2e2Merge pull request #1811 from lint-staged/exec-git-ignore-stderrb82a830ci: run npm audit omitting dev, including prod dependencies0b19b80build(deps): update dependencies3d0b2c0fix: ignore stderr when doing Git operationscd11fecMerge pull request #1807 from lint-staged/changeset-release/main15a8ee0chore(changeset): releaseDependabot 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)