Bump lint-staged from 15.2.2 to 16.1.5 in /enatega-multivendor-app
Type: Pull Request
State: Closed
Association: None
Comments: 0
(3 months ago)
(2 months ago)
(2 months ago)
dependencies javascript
Bumps lint-staged from 15.2.2 to 16.1.5.
Release notes
Sourced from lint-staged's releases.
v16.1.5
Patch Changes
- #1608
4e3ce22Thanks@srsatt! - Detect the git repo's top-level directory correctly when in a worktree.v16.1.4
Patch Changes
- #1604
90b37b0Thanks@iiroj! - Add anothertypesfield topackage.jsonto make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.v16.1.3
Patch Changes
- #1602
7ea700bThanks@dword-design! - Add thetypesfield topackage.jsonto make sure NPM detects lint-staged includes built-in TypeScript type definitions.v16.1.2
Patch Changes
#1570
a7c0c88Thanks@ItsNickBarry! - When using--diff-filterwith theDoption to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error fromgit addlikefatal: pathspec 'deleted-file' did not match any files.
38f942eThanks@iiroj! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFilesto console output.v16.1.1
Patch Changes
#1565
3686977Thanks@iiroj! - Lint-staged now explicitly warns about potential data loss when using--no-stash.#1571
02299a9Thanks@iiroj! - Function tasks (introduced in v16.0.0) only receive the staged files matching the configured glob, instead of all staged files.#1563
bc61c74Thanks@iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the--no-stashoption. This happened because--no-stashimplied--no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.The previous (incorrect) behavior can still be achieved by using both options
--no-stash --no-hide-partially-stagedat the same time.v16.1.0
Minor Changes
#1536
e729daaThanks@iiroj! - A new flag--no-reverthas been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.#1550
b27fa3fThanks@iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.Patch Changes
- #1558
c37dc38Thanks@iiroj! - The minimum required Node.js version is lowered to20.17following nano-spawn@1.0.2.v16.0.0
Major Changes
#1546
158d15cThanks@iiroj! - Processes are spawned using nano-spawn instead of execa. If you are using Node.js scripts as tasks, you might need to explicitly run them withnode, especially when using Windows:
... (truncated)
Changelog
Sourced from lint-staged's changelog.
16.1.5
Patch Changes
- #1608
4e3ce22Thanks@srsatt! - Detect the git repo's top-level directory correctly when in a worktree.16.1.4
Patch Changes
- #1604
90b37b0Thanks@iiroj! - Add anothertypesfield topackage.jsonto make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.16.1.3
Patch Changes
- #1602
7ea700bThanks@dword-design! - Add thetypesfield topackage.jsonto make sure NPM detects lint-staged includes built-in TypeScript type definitions.16.1.2
Patch Changes
#1570
a7c0c88Thanks@ItsNickBarry! - When using--diff-filterwith theDoption to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error fromgit addlikefatal: pathspec 'deleted-file' did not match any files.
38f942eThanks@iiroj! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFilesto console output.16.1.1
Patch Changes
#1565
3686977Thanks@iiroj! - Lint-staged now explicitly warns about potential data loss when using--no-stash.#1571
02299a9Thanks@iiroj! - Function tasks (introduced in v16.0.0) only receive the staged files matching the configured glob, instead of all staged files.#1563
bc61c74Thanks@iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the--no-stashoption. This happened because--no-stashimplied--no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.The previous (incorrect) behavior can still be achieved by using both options
--no-stash --no-hide-partially-stagedat the same time.16.1.0
Minor Changes
#1536
e729daaThanks@iiroj! - A new flag--no-reverthas been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.#1550
b27fa3fThanks@iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.Patch Changes
- #1558
c37dc38Thanks@iiroj! - The minimum required Node.js version is lowered to20.17following nano-spawn@1.0.2.
... (truncated)
Commits
15369c2chore(changeset): release690d7c2build(deps): update dependencies4e3ce22fix: fix the incorrect relativeTopLevelDir detection when working with the wo...9151254chore(changeset): release90b37b0fix: add root-level "types" field to package.json795be13chore(changeset): release4463089build(deps): update dependencies7ea700bfix: allow npm to detect built-in TypeScript type definitions0a0a701test: make sure "git amend" works as expectedbfb71ebperf: combinegit ls-filescalls into single process (#1587)- 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 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)
Pull Request Statistics
1
2
+216
-239
Package Dependencies
lint-staged
npm
15.2.2 → 16.1.5
Major
/enatega-multivendor-app
Technical Details
| ID: | 5284269 |
| UUID: | 2752878018 |
| Node ID: | PR_kwDOMlucIM6kFZXC |
| Host: | GitHub |
| Repository: | raymondjames090/uber-eats-app-clone-using-react-native |
| Mergeable: | Yes |
| Merge State: | Clean |