bloom
bloom copied to clipboard
chore(deps-dev): bump lint-staged from 15.2.9 to 15.4.3
Bumps lint-staged from 15.2.9 to 15.4.3.
Release notes
Sourced from lint-staged's releases.
v15.4.3
Patch Changes
- #1512
cbfed1dThanks@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
8827ebfThanks@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
1c7a45eThanks@iiroj! - Default TypeScript config filenames match JS equivalents.#1504
9cc18c9Thanks@iiroj! - Add missing conditional exports syntax for TypeScript types.v15.4.0
Minor Changes
#1500
a8ec1ddThanks@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
.tsfile extension for the configuration if your Node.js version supports it. The--experimental-strip-typesflag 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
e69da9eThanks@iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.#1493
fa0fe98Thanks@iiroj! - Added more help messages around the automaticgit stashthat 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
cbfed1dThanks@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
8827ebfThanks@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
1c7a45eThanks@iiroj! - Default TypeScript config filenames match JS equivalents.#1504
9cc18c9Thanks@iiroj! - Add missing conditional exports syntax for TypeScript types.15.4.0
Minor Changes
#1500
a8ec1ddThanks@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
.tsfile extension for the configuration if your Node.js version supports it. The--experimental-strip-typesflag 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
e53f950chore(changeset): release089da56test: fail Jest when coverage is under 100%19aa461ci: remove code coverage action since it's not working in PRs from forkscbfed1dfix: update types.d.ts (#1512)aef9e5cchore(changeset): release (#1510)8827ebfbuild(dependencies): update dependencies and switch to caret ranges (#1509)7f69b3fdocs: generalize description from 'linting' to 'tasks' (#1507)1c93c9echore(changeset): release (#1505)c020664Merge pull request #1504 from lint-staged/fix-typescript1c7a45efix: default TypeScript config filenames match JS equivalents- Additional commits viewable in compare view
You 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)