Skip to content

chore(deps): update all linters - #3105

Merged
ghostdevv merged 4 commits into
mainfrom
renovate/all-linters
Jul 31, 2026
Merged

chore(deps): update all linters#3105
ghostdevv merged 4 commits into
mainfrom
renovate/all-linters

Conversation

@renovate

@renovate renovate Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@e18e/eslint-plugin 0.5.10.6.0 age confidence
knip (source) 6.24.06.31.0 age confidence

Release Notes

e18e/eslint-plugin (@​e18e/eslint-plugin)

v0.6.0

Compare Source

What's Changed

  • chore(deps-dev): bump the development-dependencies group with 7 updates by @​dependabot[bot] in #​126
  • chore(deps): bump semver from 7.8.2 to 7.8.4 in the production-dependencies group by @​dependabot[bot] in #​125
  • chore(deps-dev): bump the development-dependencies group with 7 updates by @​dependabot[bot] in #​130
  • chore(deps): bump semver from 7.8.4 to 7.8.5 in the production-dependencies group by @​dependabot[bot] in #​129
  • chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group by @​dependabot[bot] in #​128
  • fix(prefer-array-to-sorted): skip non-array iterable spreads by @​webpro in #​134
  • feat(prefer-charcode-at-in-loop): add rule by @​webpro in #​138
  • feat(prefer-slice-over-split-index): add rule by @​webpro in #​137
  • chore(deps-dev): bump the development-dependencies group with 7 updates by @​dependabot[bot] in #​140
  • feat(prefer-throw-if-no-entry): add rule by @​webpro in #​139
  • fix(prefer-flatmap-over-map-flat): drop blank fixer line by @​webpro in #​136
  • fix(prefer-spread-syntax): skip non-array concat receivers by @​webpro in #​135
  • chore(deps-dev): bump the development-dependencies group with 8 updates by @​dependabot[bot] in #​142
  • chore(deps): bump module-replacements from 3.0.0-beta.8 to 3.0.0 in the production-dependencies group by @​dependabot[bot] in #​141
  • chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 in the github-actions group by @​dependabot[bot] in #​143

Full Changelog: e18e/eslint-plugin@0.5.1...0.6.0

webpro-nl/knip (knip)

v6.31.0: Release 6.31.0

Compare Source

v6.30.0: Release 6.30.0

Compare Source

v6.29.0: Release 6.29.0

Compare Source

v6.28.0: Release 6.28.0

Compare Source

  • Update oxc-resolver (resolve #​1889) (1444f6a)
  • Keep entry-exported members public (resolve #​1890) (94967c1)
  • Don't un-ignore sibling paths on unrelated gitignore negations (resolve #​1891) (5c026ba)
  • Memoize the gitignore shadowed-pattern check (a5fa3b0)
  • Ignore nested files under a gitignore dir/* pattern (404a53e)
  • Track types referenced by JSDoc imports (resolve #​1888) (6ae48aa)
  • Update oxc-parser (02ca17a)
  • feat: markdownlint-cli2 (#​1887) (323b96f) - thanks @​Zamiell!
  • Update rolldown snapshot (009e509)
  • Resolve $GITHUB_ACTION_PATH in GHA composite actions (ead489f)
  • Don't report node: specifiers as unlisted dependencies (1a7114f)
  • Discover tsdown CLI entries (0d47a45)
  • Discover Convex function modules (e01f21c)
  • Ignore common system binaries (cd00306)
  • Add OpenClaw plugin (73a2d7d)
  • Discover Tailwind CLI input stylesheet (resolve #​1551) (9ae5fee)
  • Discover Angular global stylesheets from angular.json (fb9e048)
  • Hint when project patterns exclude a compiled extension (74de516)
  • Ignore common global binaries (a99a206)
  • Run multiple preprocessors in sequence (8443583)
  • fix(nuxt): resolve nuxt module paths (#​1896) (3c8594f) - thanks @​danielroe!
  • Report unused re-exports when ignoreExportsUsedInFile is set (#​1895) (a113a5f) - thanks @​mlm20!
  • Pass -w to pnpm add in sentry ecosystem test (ea8c8ac)
  • Update sentry snapshot (b75768d)
  • Record all traversed dirs in glob cache (resolve #​1897) (81be1d4)
  • Invalidate glob cache when .gitignore changes (baff301)
  • Improve Nuxt and Nitro plugin resolution (86ffab7)
  • fix: don't treat [-]-c[heck] as config flag for prettier (#​1902) (b7266ee) - thanks @​davidkna-sap!
  • Use Entra ID to publish VS Code extension (4236253)
  • Remove obsolete trust policy exclusions (630d5f9)
  • Update dependencies (810147b)
  • Migrate from typescript/native-preview to typescript (140a25a)

v6.27.0: Release 6.27.0

Compare Source

  • Add Temporal plugin (98191a0)
  • Handle -d alias for react-email dir argument (53d1fec)
  • Expand pnpm script references with forwarded arguments (33e9799)
  • Treat path-shaped script tokens as file references, extend known global binaries (d9508c2)
  • Mark tsdown neverBundle dependencies as referenced (5fd863b)
  • Support TanStack Start in tanstack-router plugin (bd63cd8)
  • Mark vite ssr.external dependencies as referenced (91de938)
  • Expand bun, npm, and yarn script references with forwarded arguments (b5a3176)
  • Add Latitude as sponsor (4267675)
  • Regenerate plugin list in docs (1d2cdff)
  • Support Vue 2 template auto-imports (close #​1881) (2157f39)
  • Ignore block-commented stylesheet imports (resolve #​1880, close #​1882) (a627f53)
  • Support TypeScript 5.0 narrowing for ssr.external (989292f)
  • Resolve local binaries from bun run (5e9a7f0)
  • Support Vitest inline project config extensions (f682327)
  • Resolve package names from aliased node_modules paths (c273d5f)
  • Support Tailwind CSS URL imports (57a4770)
  • Resolve unbuilt workspace package exports (close #​1877) (1b0a2c0)
  • Skip unresolved imports of gitignored generated files (605c904)
  • Attribute imports of aliased packages to the declared dependency (d05e775)
  • Flag unresolvable imports of transitive peer deps as unlisted (resolve #​1883) (18f0bff)
  • Don't count ambient module declarations in script files as imports (e52aecf)
  • Update rolldown snapshot (a63e927)
  • Remove obsolete workarounds from ecosystem tests (a521cf7)
  • Handle snapshotSerializers in Vitest plugin (resolve #​1884) (b597de9)
  • Set the stage (c059c2b)

v6.26.0: Release 6.26.0

Compare Source

  • ci: add path filters (#​1871) (4249935) - thanks @​trueberryless!
  • Add CodeRabbit as gold sponsor (1da09fd)
  • Fix up docs a bit more (39125a7)
  • Don't report ambient declaration files as unused (aed361c)
  • Register oclif command files as entries (3b4d58c)
  • Add electron-vite plugin (d92107e)
  • Add esbuild plugin (ef3b601)
  • Ignore more globally available binaries (8292981)
  • Resolve #-imports to source when node condition is unbuilt (resolve #​1873) (f2713ed)
  • Ignore gh as a globally available binary (a6f0772)
  • Resolve Vitest benchmark files as entries (5742913)
  • Extract shared Vue auto-import machinery into plugins/_vue (7301075)
  • Scope compiler extensions per workspace (5e6f82b)
  • Resolve auto-imported components in the Vue SFC compiler (009aad8)
  • Add plugins for the Vue auto-import ecosystem (f638c83)
  • Enable Vue SFC compiler on unplugin-vue and @​vitejs/plugin-vue (9396ab1)
  • Recognize vite-plugin-vue-meta-layouts (same layouts convention) (3ceee89)
  • Add vite-plugin-pages and unplugin-icons plugins (9bc1754)
  • Add vite-plugin-pwa and @​intlify/unplugin-vue-i18n plugins (45dea0a)
  • Dog, food. (e1249ad)
  • Update query snapshot (a45941d)
  • Don't misread Nitro route types as Vue component auto-imports (43aecd5)
  • Read oxlint jsPlugins from vite-plus vite.config and .oxlintrc.json (589ffda)
  • Add vite-plus plugin for run.tasks and staged scripts (f041c19)
  • Support @​vite-pwa/nuxt PWA config in nuxt.config (8fa7b11)
  • Add @​vite-pwa/assets-generator plugin (4254f7d)
  • Add @​nuxtjs/i18n plugin (dfb9acb)
  • Read plugin entries from vite.config options and index.html (d533da8)
  • Fix false positives in VitePress, next-mdx and unplugin-vue-i18n plugins (b99702a)
  • Respect optional peers in pnpm and Yarn packageExtensions (aab080b)
  • Detect babel plugins in the Storybook config (5dea975)
  • Add shared AST helpers for imported calls and first property values (c84bb7a)
  • Inline trivial resolveFromAST wrappers and normalize orval and sst (620079d)
  • Extract inline resolveFromAST implementations to dedicated files (b5231c1)
  • Normalize resolveFromAST files to a uniform contract (fc1ba0f)
  • chore: migrate to Astro 7 and Sätteri (#​1875) (f256a5b) - thanks @​trueberryless!
  • Show contributor count on docs homepage (6b8454a)
  • Exclude gitignored package entry points (606e5d0)
  • Add Tauri plugin (199180d)
  • Add Laravel plugin (1974533)
  • Add Quasar plugin (a220729)

v6.25.0: Release 6.25.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
npmx.dev Ready Ready Preview Jul 31, 2026 7:51pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs.npmx.dev Ignored Ignored Preview Jul 31, 2026 7:51pm
npmx-lunaria Ignored Ignored Jul 31, 2026 7:51pm

Request Review

@socket-security

socket-security Bot commented Jul 31, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​e18e/​eslint-plugin@​0.6.07710010091100
Addedknip@​6.31.0991009596100

View full report

@github-actions

Copy link
Copy Markdown

e18e dependency analysis

No dependency warnings found.

@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@renovate
renovate Bot force-pushed the renovate/all-linters branch from 8566ecc to e8cb5a0 Compare July 31, 2026 19:42
@renovate

renovate Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ghostdevv
ghostdevv force-pushed the renovate/all-linters branch from cc6f24a to 6d7cbf3 Compare July 31, 2026 19:48

@gameroman gameroman left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should just disable eslint/no-underscore-dangle at some point?

@ghostdevv

Copy link
Copy Markdown
Member

Maybe we should just disable eslint/no-underscore-dangle at some point?

probably xD

Merged via the queue into main with commit e951b5f Jul 31, 2026
27 checks passed
@ghostdevv
ghostdevv deleted the renovate/all-linters branch July 31, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants