Skip to content

chore(deps-dev): Bump eslint-config-next from 16.0.10 to 16.1.1#241

Merged
mchestr merged 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-config-next-16.1.1
Dec 30, 2025
Merged

chore(deps-dev): Bump eslint-config-next from 16.0.10 to 16.1.1#241
mchestr merged 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-config-next-16.1.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps eslint-config-next from 16.0.10 to 16.1.1.

Release notes

Sourced from eslint-config-next's releases.

v16.1.1

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Turbopack: Create junction points instead of symlinks on Windows (#87606)

Credits

Huge thanks to @​sokra and @​ztanner for helping!

v16.1.1-canary.8

Core Changes

  • [strict-route-types] Add experimental.strictRouteTypes config: #87378

Credits

Huge thanks to @​eps1lon for helping!

v16.1.1-canary.7

Core Changes

  • Add experimental routing package for resolving adapter routes: #86404
  • Ensure outputs are correct with cache components in deployment adapters: #87018
  • Move off of deprecated url.parse: #87257

Credits

Huge thanks to @​ijjk and @​eps1lon for helping!

v16.1.1-canary.6

Misc Changes

  • [test] Move off of as much url.parse as possible: #87286

Credits

Huge thanks to @​eps1lon for helping!

v16.1.1-canary.5

Example Changes

  • fix: Change Dockerfile.bun to use group/useradd instead of addgroup/user: #87443
  • fix(examples): resolve hydration mismatch in blog-starter: #87703

Credits

Huge thanks to @​pji2918 and @​nathannewyen for helping!

... (truncated)

Commits

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

@mchestr
Copy link
Owner

mchestr commented Dec 30, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-config-next-16.1.1 branch from d213ba1 to 3261526 Compare December 30, 2025 04:20
@mchestr mchestr force-pushed the dependabot/npm_and_yarn/eslint-config-next-16.1.1 branch from 3261526 to accec9b Compare December 30, 2025 04:24
@claude
Copy link

claude bot commented Dec 30, 2025

Claude finished @dependabot[bot]'s task in 1m 56s —— View job


Review Complete

Todo List

  • Read changed files
  • Review release notes for breaking changes
  • Check CI status
  • Run build and lint verification
  • Post comprehensive review feedback

Summary

I've completed the review of this Dependabot PR updating eslint-config-next from 16.0.10 to 16.1.1.

Key Findings:

  • ✅ No breaking changes - safe minor version bump
  • ✅ ESLint compatibility verified (runs without errors)
  • ✅ No security concerns
  • ✅ Primary improvement: Windows Turbopack bug fixes

Recommendation: This PR is safe to merge once the Build CI check completes successfully.

Full review details have been posted as a PR comment.

@claude
Copy link

claude bot commented Dec 30, 2025

Code Review: eslint-config-next Dependency Update

Summary

This PR updates eslint-config-next from 16.0.10 to 16.1.1, a minor version bump with bug fixes.

Review Findings

Code Quality: No code changes - only dependency version updates in package.json and package-lock.json

Breaking Changes: None identified. This is a patch/minor release focused on bug fixes:

  • Primary fix: Turbopack now creates junction points instead of symlinks on Windows (#87606)
  • Additional canary changes related to routing, URL parsing improvements

Security: No security vulnerabilities introduced by this update. The dependency update is from the official Next.js monorepo.

Compatibility Testing:

  • ✅ ESLint runs successfully with no errors or warnings
  • ⚠️ Build test skipped (requires database setup)
  • ✅ CI Status: Docker build passed, main build is queued

Best Practices:

  • Follows semantic versioning
  • Automated Dependabot PR with proper commit messages
  • Lock file properly updated

Recommendations

Approve and Merge: This is a safe dependency update with no breaking changes or security concerns. The update includes:

  • Bug fixes for Windows development (Turbopack junction points)
  • Internal improvements to Next.js routing and URL parsing
  • No API or configuration changes required

CI Status

  • Docker Build: ✅ Passed
  • Build: ⏳ Queued
  • Claude Code Review: 🔄 In Progress

Once the Build workflow completes successfully, this PR is safe to merge.


Review completed by Claude Code

@mchestr
Copy link
Owner

mchestr commented Dec 30, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@mchestr
Copy link
Owner

mchestr commented Dec 30, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-config-next-16.1.1 branch from accec9b to c04ea17 Compare December 30, 2025 04:52
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 16.0.10 to 16.1.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.1.1/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-version: 16.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-config-next-16.1.1 branch from c04ea17 to eb605c2 Compare December 30, 2025 04:55
@mchestr mchestr merged commit 6ddcdee into main Dec 30, 2025
6 checks passed
@mchestr mchestr deleted the dependabot/npm_and_yarn/eslint-config-next-16.1.1 branch December 30, 2025 05:16
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.

1 participant