Conversation
Bumps [glob](https://github.com/isaacs/node-glob) to 10.5.0 and updates ancestor dependency [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). These dependencies need to be updated together. Updates `glob` from 10.3.10 to 10.5.0 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.3.10...v10.5.0) Updates `eslint-config-next` from 14.2.7 to 16.0.10 - [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.0.10/packages/eslint-config-next) --- updated-dependencies: - dependency-name: glob dependency-version: 10.5.0 dependency-type: indirect - dependency-name: eslint-config-next dependency-version: 16.0.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Deployement fails. Logs: 09:12:16.478 Running build in Washington, D.C., USA (East) – iad1 |
There was a problem hiding this comment.
Pull request overview
This PR updates two key dependencies: glob from 10.3.10 to 10.5.0 and eslint-config-next from 14.2.7 to 16.0.10. The latter is a major version upgrade that skips v15 entirely, representing potentially significant changes to linting configuration and rules.
Key Changes
- glob upgraded to 10.5.0 with security fixes (referenced in the changelog regarding shell command safety)
- eslint-config-next major version bump to 16.0.10, aligning with Next.js 16.x
- Introduction of
typescript-eslintv8.49.0 as a consolidated dependency, replacing separate parser/plugin packages - Multiple peer dependencies now explicitly marked, including react, next, typescript, and tailwindcss
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates eslint-config-next from 14.2.7 to 16.0.10 |
| package-lock.json | Extensive dependency tree updates including glob 10.5.0, new typescript-eslint packages, updated peer dependencies, and removal of @rushstack/eslint-patch |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot open a new pull request to apply changes based on the comments in this thread |
|
@copilot open a new pull request to apply changes based on the comments in this thread |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Bumps glob to 10.5.0 and updates ancestor dependency eslint-config-next. These dependencies need to be updated together.
Updates
globfrom 10.3.10 to 10.5.0Changelog
Sourced from glob's changelog.
... (truncated)
Commits
56774ef10.5.01e4e297bin: Do not expose filenames to shell expansion1f0c1ca10.4.5eaf31dcwhatever, just allow any engines782751610.4.4d06c8f8restore support for node 14.latest and 16.latestc14b78710.4.38a69defnode 14 no longer supportedeef7ea310.4.2c76a7d2use package-json-from-dist to look up package.jsonUpdates
eslint-config-nextfrom 14.2.7 to 16.0.10Release notes
Sourced from eslint-config-next's releases.
... (truncated)
Commits
581dee6v16.0.103f6a39fv16.0.9817ee56v16.0.87492122v16.0.7aab1edcv16.0.689ccb9fv16.0.5d440c75v16.0.42eda33cv16.0.3b76f1dbfix: eslint-config-next types was exporting to dist/src (#85768)01014d4v16.0.2Dependabot 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)You can disable automated security fix PRs for this repo from the Security Alerts page.