chore: update lint-staged 14.0.1 → 15.2.0 (major) #166
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.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ lint-staged (14.0.1 → 15.2.0) · Repo · Changelog
Release Notes
15.2.0
15.1.0
15.0.2
15.0.1
15.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 60 commits:
chore(changeset): release
fix: when determining git directory, use `fs.realpath()` only for symlinks
refactor: use commander implies() syntax for flag
feat: `--no-stash` flag implies `--no-hide-partially-staged`
docs: add workaround for verbose Windows output to README FAQ
chore(deps): update lilconfig@3.0.0
style: remove Babel from ESLint
test: run Jest tests in native ESM mode
refactor: move config file name constants to separate file
test: add missing test coverage
test: avoid file side-effects in unit test
perf: use lilconfig only when searching for config files outside git repo
test: use more strict matchers to avoid snapshotting EventEmitter properties
style: update nested ternary for Prettier 3.1.0
chore(deps): update dependencies
refactor: move normalizePath calls to top-level
style: update Jest snapshots
chore(changeset): release
docs: update README to mention v13.3.0
test: add unit test for uncovered error
docs: add changeset
refactor: declare some variables
feat: add support for `package.yaml`
test: add integration test for symbolic link git dir
chore(deps): update dependencies
fix: suppress warnings when using --quiet
chore(deps): update dependencies
ci: use actions/checkout@v4
ci: run tests with Node.js 21
chore(changeset): release (#1340)
fix(deps): update dependencies (#1339)
refactor: update desc when pass --diff option (#1230)
chore(changeset): release
fix: run task command on files deep copy (#1217)
fix: run task command on files deep copy
ci: remove dependabot config
ci: rename npm script, because it was triggered when running "npm publish"
ci: update Actions workflow for publishing Changeset releases to npm correctly
Merge pull request #1328 from lint-staged/changeset-release/master
chore(changeset): release
chore(deps): update dependencies (#1330)
docs: add information about ESLint --no-warn-ignored (#1332)
Merge pull request #1326 from okonet/ci-permissions-2
ci: fix Changeset action permissions
Merge pull request #1324 from okonet/ci-permissions
ci: allow Actions workflow to create pull requests
Merge pull request #1322 from okonet/node-16-eol
ci: drop Node.js 16 from CI
feat: require at least Node.js 18.12.0
Merge pull request #1314 from okonet/commitlint
chore(deps): update dependencies
docs: update GitHub Actions badges
docs(release): update current version and changelog
ci(release): adjust 🦋 changeset logic
ci(release): replace semantic-release with changesets release
ci: extract separate cached install job
ci: limit Security Analysis to target master branch
ci: use conventional-commits spec with semantic-release (instead of angular)
style: add commitlint for conventional-commits spec
test: print lint-staged version, node version and platform to debug logs
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