-
Notifications
You must be signed in to change notification settings - Fork 0
Update lint-staged 15.4.1 → 15.5.1 (minor) #160
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
base: main
Are you sure you want to change the base?
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.1. It also updates the commander dependency to version 13.1.0 and the yaml dependency to version 2.7.0. The changes are reflected in Sequence diagram for preventing empty commitsequenceDiagram
actor Developer
participant Git
participant lint-staged
participant Prettier
Developer->>Git: Stage file.js (double quotes changed to single quotes)
Developer->>Git: Run git commit -am "I don't like double quotes"
Git->>lint-staged: Runs lint-staged
lint-staged->>Prettier: prettier --write file.js (converts single quotes back to double quotes)
Prettier-->>lint-staged: File modified
lint-staged->>Git: Check for changes
Git-->>lint-staged: No changes
lint-staged->>Git: Fails and cancels the commit
Git-->>Developer: 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!
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.1) · Repo · Changelog
Release Notes
15.5.1
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 21 commits:
chore(changeset): releaseMerge pull request #1533 from lint-staged/fix-submodules-filterci: bump Cygwin action v5fix: handle uninitialized submodules when listing staged filesdocs(package): fix repository url and bin; add homepage and bugs urls (#1532)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
Update lint-staged from version 15.4.1 to 15.5.1, incorporating minor improvements and bug fixes
New Features:
Bug Fixes:
Enhancements: