-
Notifications
You must be signed in to change notification settings - Fork 19
Bump lint-staged from 13.2.3 to 15.2.0 #91
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
8eaf586
to
4f5162e
Compare
@dependabot rebase |
4f5162e
to
264a250
Compare
📝 lint-staged とは |
📝 動作している箇所 何が実行されるのか "lint-staged": {
"*.{js,ts,tsx}": [
"yarn run lint:eslint:fix"
],
"*": [
"yarn run lint:prettier:fix"
]
} 📝 husky とは コミットやプッシュ時に、任意のコマンドを自動で実行できる |
264a250
to
0c1db16
Compare
@dependabot recreate |
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.3 to 15.2.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v13.2.3...v15.2.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
0c1db16
to
0ecaa02
Compare
コミットの直前で動作するので、仮のコミットで動作確認をした % git st
On branch wip
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
modified: src/client/pages/items/index.tsx
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: src/client/pages/items/index.tsx
% git add .
% git ci -m 'wip'
yarn run v1.22.19
$ /Users/h-3109/Documents/workspace/pj-qiita/qiita-cli/node_modules/.bin/lint-staged
→ No staged files found.
✨ Done in 0.53s.
On branch wip
nothing to commit, working tree clean |
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.
LGTM
Bumps lint-staged from 13.2.3 to 15.2.0.
Release notes
Sourced from lint-staged's releases.
... (truncated)
Changelog
Sourced from lint-staged's changelog.
... (truncated)
Commits
adf50b0
chore(changeset): release85eb0dd
fix: when determining git directory, usefs.realpath()
only for symlinks82eded4
refactor: use commander implies() syntax for flagf3378be
feat:--no-stash
flag implies--no-hide-partially-staged
f4f61f3
docs: add workaround for verbose Windows output to README FAQ17bc480
chore(deps): update lilconfig@3.0.0eccda41
style: remove Babel from ESLint077e6bc
test: run Jest tests in native ESM mode8db4a15
refactor: move config file name constants to separate file78a0c23
test: add missing test coverageYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)