chore(deps-dev): bump lint-staged from 16.4.0 to 17.0.4#27
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump lint-staged from 16.4.0 to 17.0.4#27dependabot[bot] wants to merge 1 commit into
dependabot[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.4. - [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.4) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
There was a problem hiding this comment.
1 issue found across 1 file
Confidence score: 3/5
package.jsonwas changed without updatingbun.lock, so installs may continue using old resolved versions and the dependency upgrade may not actually take effect.- This is a moderate, concrete risk (severity 6/10 with high confidence 9/10): behavior can differ across environments due to manifest/lockfile drift, but the fix is straightforward.
- Pay close attention to
package.json,bun.lock- regenerate and commit the lockfile so dependency resolution is deterministic and matches the intended versions.
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="package.json">
<violation number="1" location="package.json:48">
P2: 의존성 버전만 변경되고 `bun.lock`이 갱신되지 않아 실제 설치 버전이 업그레이드되지 않을 수 있습니다. `bun.lock`도 함께 갱신해 커밋하세요.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.
| "happy-dom": "^20.8.7", | ||
| "husky": "^9.1.7", | ||
| "lint-staged": "^16.4.0", | ||
| "lint-staged": "^17.0.4", |
There was a problem hiding this comment.
P2: 의존성 버전만 변경되고 bun.lock이 갱신되지 않아 실제 설치 버전이 업그레이드되지 않을 수 있습니다. bun.lock도 함께 갱신해 커밋하세요.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 48:
<comment>의존성 버전만 변경되고 `bun.lock`이 갱신되지 않아 실제 설치 버전이 업그레이드되지 않을 수 있습니다. `bun.lock`도 함께 갱신해 커밋하세요.</comment>
<file context>
@@ -45,7 +45,7 @@
"happy-dom": "^20.8.7",
"husky": "^9.1.7",
- "lint-staged": "^16.4.0",
+ "lint-staged": "^17.0.4",
"tsdown": "^0.21.4",
"typescript": "^6.0.2",
</file context>
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 lint-staged from 16.4.0 to 17.0.4.
Release notes
Sourced from lint-staged's releases.
... (truncated)
Changelog
Sourced from lint-staged's changelog.
... (truncated)
Commits
2862964Merge pull request #1789 from lint-staged/changeset-release/mainc9ecd54chore(changeset): releasecc6b51aMerge pull request #1788 from lint-staged/fix-update-index-againf95c1f8fix: update both default index.lock and non-standard lock when latter existsf44ee68Merge pull request #1786 from lint-staged/update-repo-urla61cf18build(deps): update dependenciesea00037docs: disable Changesets "thanks"ab7c26cdocs: update repo URL to point inlint-staged/lint-stageda36ec1eMerge pull request #1783 from lint-staged/changeset-release/main03ce2a9chore(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)Summary by cubic
lint-staged를 16.4.0 → 17.0.4로 업데이트했습니다. 최신 pre-commit 동작과 버그 픽스를 적용합니다.yaml를 별도 설치하거나 설정 파일을.lintstagedrc.json으로 변경하세요.How to test
node -v,git --version이 요구사항을 만족하는지 확인합니다.npm i -D yaml설치 후npx lint-staged -v로 실행 확인.git add→git commit을 실행해 훅이 정상 동작하는지 확인합니다.git commit -am "test"또는git commit -m "test" .실행 시 태스크 결과가 커밋에 반영되는지 확인합니다.Written for commit 1f0831c. Summary will update on new commits. Review in cubic