Skip to content

Bump lint-staged from 17.0.3 to 17.0.4#103

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/lint-staged-17.0.4
Open

Bump lint-staged from 17.0.3 to 17.0.4#103
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/lint-staged-17.0.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps lint-staged from 17.0.3 to 17.0.4.

Release notes

Sourced from lint-staged's releases.

v17.0.4

Patch Changes

  • #1788 f95c1f8 - Another fix for making sure lint-staged adds task modifications correctly to the commit in the following cases:

    • after editing <file> it is staged with git add <file>, and then committed with git commit
    • after editing <file> it is committed with git commit --all without explicit git add
    • after editing <file> it is committed with git commit <pathspec> without explicit git add

    There's new test cases which actually setup the Git pre_commit hook to run lint-staged and verify them. These issues started in v17.0.0 when trying to improve support for committig without having explicitly staged files.

Changelog

Sourced from lint-staged's changelog.

17.0.4

Patch Changes

  • #1788 f95c1f8 - Another fix for making sure lint-staged adds task modifications correctly to the commit in the following cases:

    • after editing <file> it is staged with git add <file>, and then committed with git commit
    • after editing <file> it is committed with git commit --all without explicit git add
    • after editing <file> it is committed with git commit <pathspec> without explicit git add

    There's new test cases which actually setup the Git pre_commit hook to run lint-staged and verify them. These issues started in v17.0.0 when trying to improve support for committig without having explicitly staged files.

Commits
  • 2862964 Merge pull request #1789 from lint-staged/changeset-release/main
  • c9ecd54 chore(changeset): release
  • cc6b51a Merge pull request #1788 from lint-staged/fix-update-index-again
  • f95c1f8 fix: update both default index.lock and non-standard lock when latter exists
  • f44ee68 Merge pull request #1786 from lint-staged/update-repo-url
  • a61cf18 build(deps): update dependencies
  • ea00037 docs: disable Changesets "thanks"
  • ab7c26c docs: update repo URL to point in lint-staged/lint-staged
  • See full diff in compare view

Dependabot compatibility score

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 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)

Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 17.0.3 to 17.0.4.
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v17.0.3...v17.0.4)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-version: 17.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency updates label May 11, 2026
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
algorithm-visualizer Ready Ready Preview, Comment May 11, 2026 0:40am

@github-actions
Copy link
Copy Markdown

📊 Package size report   No changes

File Before After
Total (Includes all files) 395.2 kB 395.2 kB
Tarball size 102.9 kB -0%↓102.9 kB
Unchanged files
File Size
__tests__/context/AlgorithmContext.test.ts 4.5 kB
__tests__/lib/algorithms/datastructure/bst.test.ts 2.3 kB
__tests__/lib/algorithms/datastructure/heap.test.ts 2.1 kB
__tests__/lib/algorithms/dp/dp.test.ts 2.7 kB
__tests__/lib/algorithms/graph/bellmanFord.test.ts 1.9 kB
__tests__/lib/algorithms/graph/graph.test.ts 3.9 kB
__tests__/lib/algorithms/graph/mst.test.ts 3.0 kB
__tests__/lib/algorithms/graph/sampleGraphs.test.ts 3.2 kB
__tests__/lib/algorithms/index.test.ts 3.4 kB
__tests__/lib/algorithms/pathfinding/pathfinding.test.ts 4.4 kB
__tests__/lib/algorithms/searching/searching.test.ts 2.3 kB
__tests__/lib/algorithms/sorting/bubbleSort.test.ts 1.6 kB
__tests__/lib/algorithms/sorting/sorting.test.ts 2.1 kB
__tests__/lib/urlState.test.ts 3.9 kB
__tests__/lib/utils.test.ts 788 B
__tests__/README.md 2.7 kB
__tests__/utils/test-utils.tsx 879 B
.github/dependabot.yaml 1.1 kB
.github/workflows/codeql-analysis.yaml 785 B
.github/workflows/package-size-report.yaml 519 B
.github/workflows/pr-validation.yaml 1.2 kB
.husky/pre-commit 16 B
.prettierignore 38 B
.prettierrc.json 152 B
app/about/page.tsx 10.2 kB
app/datastructure/[algorithm]/page.tsx 2.7 kB
app/datastructure/page.tsx 801 B
app/difficulty/[difficulty]/page.tsx 1.8 kB
app/difficulty/page.tsx 3.8 kB
app/dp/[algorithm]/page.tsx 3.6 kB
app/dp/page.tsx 806 B
app/favicon.ico 5.2 kB
app/globals.css 1.9 kB
app/glossary/[term]/not-found.tsx 3.1 kB
app/glossary/[term]/page.tsx 5.8 kB
app/glossary/page.tsx 6.9 kB
app/graph/[algorithm]/layout.tsx 1.3 kB
app/graph/[algorithm]/page.tsx 3.7 kB
app/graph/page.tsx 782 B
app/layout.tsx 435 B
app/not-found.tsx 901 B
app/opengraph-image.tsx 3.8 kB
app/page.tsx 2.0 kB
app/pathfinding/[algorithm]/page.tsx 6.4 kB
app/pathfinding/page.tsx 831 B
app/robots.ts 325 B
app/searching/[algorithm]/layout.tsx 1.3 kB
app/searching/[algorithm]/page.tsx 3.2 kB
app/searching/page.tsx 911 B
app/sitemap.ts 2.3 kB
app/sorting/[algorithm]/layout.tsx 1.3 kB
app/sorting/[algorithm]/opengraph-image.tsx 3.7 kB
app/sorting/[algorithm]/page.tsx 2.9 kB
app/sorting/page.tsx 863 B
CLAUDE.md 6.3 kB
components/AlgorithmCard.tsx 1.6 kB
components/Controls.tsx 3.0 kB
components/glossary/GlossaryItem.tsx 2.5 kB
components/layout/Footer.tsx 1.1 kB
components/layout/Navbar.tsx 6.8 kB
components/layout/PageLayout.tsx 1.9 kB
components/primitives/ArrayBars.tsx 1.1 kB
components/primitives/ArrayCells.tsx 3.1 kB
components/primitives/CodeView.tsx 1.2 kB
components/primitives/Graph2D.tsx 4.8 kB
components/primitives/graphEdge.tsx 3.2 kB
components/primitives/Grid2D.tsx 3.5 kB
components/primitives/index.ts 1.7 kB
components/primitives/TreeShape.tsx 4.8 kB
components/seo/JsonLd.tsx 2.6 kB
components/visualizer/AlgorithmInfo.tsx 2.7 kB
components/visualizer/AlgorithmVisualizer.tsx 7.0 kB
components/visualizer/ArrayInputPanel.tsx 5.8 kB
components/visualizer/ColorLegend.tsx 2.9 kB
components/visualizer/GridInputPanel.tsx 6.8 kB
components/visualizer/StringPairInputPanel.tsx 2.9 kB
components/visualizer/VisualizerControls.tsx 5.9 kB
constants/URL.ts 63 B
context/AlgorithmContext.tsx 3.9 kB
eslint.config.mjs 1.5 kB
GROWTH.md 15.8 kB
idea.md 3.5 kB
lib/algorithms/datastructure/bst.ts 4.7 kB
lib/algorithms/datastructure/heap.ts 3.1 kB
lib/algorithms/dp/editDistance.ts 4.7 kB
lib/algorithms/dp/lcs.ts 3.6 kB
lib/algorithms/graph/bellmanFord.ts 2.5 kB
lib/algorithms/graph/bfs.ts 1.9 kB
lib/algorithms/graph/dfs.ts 2.0 kB
lib/algorithms/graph/dijkstra.ts 3.3 kB
lib/algorithms/graph/kruskal.ts 3.3 kB
lib/algorithms/graph/prim.ts 2.3 kB
lib/algorithms/graph/sampleGraphs.ts 2.5 kB
lib/algorithms/graph/topologicalSort.ts 2.8 kB
lib/algorithms/index.ts 5.2 kB
lib/algorithms/metadata.ts 16.0 kB
lib/algorithms/pathfinding/aStar.ts 5.6 kB
lib/algorithms/pathfinding/dijkstraGrid.ts 5.4 kB
lib/algorithms/pathfinding/grid.ts 1.7 kB
lib/algorithms/pathfinding/mazeRecursiveBacktracker.ts 5.8 kB
lib/algorithms/searching/binarySearch.ts 2.5 kB
lib/algorithms/searching/linearSearch.ts 1.8 kB
lib/algorithms/sorting/bubbleSort.ts 2.1 kB
lib/algorithms/sorting/heapSort.ts 4.7 kB
lib/algorithms/sorting/insertionSort.ts 2.1 kB
lib/algorithms/sorting/mergeSort.ts 4.4 kB
lib/algorithms/sorting/quickSort.ts 4.2 kB
lib/algorithms/sorting/selectionSort.ts 2.5 kB
lib/algorithms/utils.ts 1.1 kB
lib/glossary/glossary.ts 31.3 kB
lib/seo/metadata.ts 2.0 kB
lib/types.ts 3.7 kB
lib/urlState.ts 2.7 kB
lib/utils.ts 989 B
LICENSE 1.1 kB
next.config.ts 133 B
package.json 1.4 kB
postcss.config.mjs 81 B
public/file.svg 391 B
public/globe.svg 1.0 kB
public/next.svg 1.4 kB
public/vercel.svg 128 B
public/window.svg 385 B
README.md 3.2 kB
tsconfig.json 755 B
vitest.config.ts 547 B
vitest.setup.ts 1.1 kB

🤖 This report was automatically generated by pkg-size-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants