build(deps-dev): bump lint-staged from 15.2.10 to 15.4.3
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(7 months ago)
(4 months ago)
(7 months ago)
released dependencies javascript
Bumps lint-staged from 15.2.10 to 15.4.3.
Release notes
Sourced from lint-staged's releases.
v15.4.3
Patch Changes
- #1512
cbfed1d
Thanks@tarik02
! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.v15.4.2
Patch Changes
- #1509
8827ebf
Thanks@iiroj
! - Change lint-staged's dependencies to use caret (^
) ranges instead of tilde (~
). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.v15.4.1
Patch Changes
#1504
1c7a45e
Thanks@iiroj
! - Default TypeScript config filenames match JS equivalents.#1504
9cc18c9
Thanks@iiroj
! - Add missing conditional exports syntax for TypeScript types.v15.4.0
Minor Changes
#1500
a8ec1dd
Thanks@iiroj
! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:/** * @filename: lint-staged.config.js * @type {import('lint-staged').Configuration} */ export default { '*': 'prettier --write', }
It's also possible to use the
.ts
file extension for the configuration if your Node.js version supports it. The--experimental-strip-types
flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.export NODE_OPTIONS="--experimental-strip-types"
npx lint-staged --config lint-staged.config.ts
Patch Changes
v15.3.0
Minor Changes
#1495
e69da9e
Thanks@iiroj
! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.#1493
fa0fe98
Thanks@iiroj
! - Added more help messages around the automaticgit stash
that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.
... (truncated)
Changelog
Sourced from lint-staged's changelog.
15.4.3
Patch Changes
- #1512
cbfed1d
Thanks@tarik02
! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.15.4.2
Patch Changes
- #1509
8827ebf
Thanks@iiroj
! - Change lint-staged's dependencies to use caret (^
) ranges instead of tilde (~
). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.15.4.1
Patch Changes
#1504
1c7a45e
Thanks@iiroj
! - Default TypeScript config filenames match JS equivalents.#1504
9cc18c9
Thanks@iiroj
! - Add missing conditional exports syntax for TypeScript types.15.4.0
Minor Changes
#1500
a8ec1dd
Thanks@iiroj
! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:/** * @filename: lint-staged.config.js * @type {import('lint-staged').Configuration} */ export default { '*': 'prettier --write', }
It's also possible to use the
.ts
file extension for the configuration if your Node.js version supports it. The--experimental-strip-types
flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.export NODE_OPTIONS="--experimental-strip-types"
npx lint-staged --config lint-staged.config.ts
Patch Changes
15.3.0
... (truncated)
Commits
e53f950
chore(changeset): release089da56
test: fail Jest when coverage is under 100%19aa461
ci: remove code coverage action since it's not working in PRs from forkscbfed1d
fix: update types.d.ts (#1512)aef9e5c
chore(changeset): release (#1510)8827ebf
build(dependencies): update dependencies and switch to caret ranges (#1509)7f69b3f
docs: generalize description from 'linting' to 'tasks' (#1507)1c93c9e
chore(changeset): release (#1505)c020664
Merge pull request #1504 from lint-staged/fix-typescript1c7a45e
fix: default TypeScript config filenames match JS equivalents- Additional commits viewable in compare view
Dependabot 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 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)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
ID: | 231900 |
UUID: | 2824793743 |
Node ID: | PR_kwDODEL08c6Jtbys |
Host: | GitHub |
Repository: | testing-library/eslint-plugin-testing-library |