-
Notifications
You must be signed in to change notification settings - Fork 0
Update lint-staged 15.4.1 → 15.5.0 (minor) #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Reviewer's Guide by SourceryThis pull request updates the lint-staged dependency from version 15.4.1 to 15.5.0. It also includes updates to the commander and yaml dependencies, and removes the apps/docs configuration. The lint-staged update includes a change that prevents lint-staged from resetting to the original state when preventing an empty git commit. Sequence diagram for lint-staged preventing empty commitsequenceDiagram
participant User
participant git
participant lint-staged
participant prettier
User->>git: Stage file.js (double quotes changed to single quotes)
User->>git: Run git commit -am "I don't like double quotes"
git->>lint-staged: pre-commit hook
lint-staged->>prettier: prettier --write file.js (single quotes changed back to double quotes)
prettier-->>lint-staged: No changes
lint-staged->>git: Fail and cancel commit
git->>User: Commit not done, no staged changes
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, depfu[bot]!). We assume it knows what it's doing!
24e173d to
7f169eb
Compare
CI Feedback 🧐(Feedback updated until commit 7f169eb)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
|
Closed in favor of #160. |
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ lint-staged (15.4.1 → 15.5.0) · Repo · Changelog
Release Notes
15.5.0
15.4.3
15.4.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
chore(changeset): releasebuild(deps): update dependenciesfeat: do not reset to original state when preventing empty commitchore: update default branch references from "master" to "main"docs: add workaround for tsc ignoring tsconfig.json issue to README FAQ (#1523)fix: "node_modules" typo in eslint.config.jstest: add integration test to ensure unmodified merged files are not linted (#1518)refactor: move TypeScript types to "index.d.ts" filedocs: adjust readme regarding monorepo setupchore(changeset): releasetest: fail Jest when coverage is under 100%ci: remove code coverage action since it's not working in PRs from forksfix: update types.d.ts (#1512)chore(changeset): release (#1510)build(dependencies): update dependencies and switch to caret ranges (#1509)docs: generalize description from 'linting' to 'tasks' (#1507)Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands
Summary by Sourcery
Updates lint-staged from version 15.4.1 to 15.5.0.
Enhancements: