Nx
Enterprise
Nx
Overview
Sign in / Sign up
Open main menu
Nx
GitHub
Select a tab
Overview
Runs
Analytics
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Filter range
Filter
Filter exact branch match
Exact
Select status
Succeeded
30258
24c7c634 fix(nextjs): update default `eslint-config-next` to match Next.js 15 The `create-nx-workspace` command with the Next.js preset currently installs `next@15` but incorrectly adds `eslint-config-next@14`, leading to potential ESLint compatibility issues. This fix ensures that `eslint-config-next@15` is installed when using Next.js 15.
10 days ago
by tuffz
Succeeded
30259
89d30b25 fix(nextjs): dynamically install the correct eslint-config-next version for Next.js 14 and 15 Enhanced the logic to determine the installed Next.js version and ensure the appropriate `eslint-config-next` devDependency is added accordingly: - Next.js 15 - `eslint-config-next@15` - Next.js 14 - `eslint-config-next@14` This further refines the previous fix by dynamically selecting the correct ESLint configuration, preventing potential compatibility issues.
10 days ago
by tuffz
Failed
30259
7560de35 fix(nextjs): dynamically select eslint-config-next version based on installed Next.js version Enhanced the logic to determine the installed Next.js version and ensure the appropriate `eslint-config-next` devDependency is added accordingly: - Next.js 15 - `eslint-config-next@15` - Next.js 14 - `eslint-config-next@14` This further refines the previous fix by dynamically selecting the correct ESLint configuration, preventing potential compatibility issues.
10 days ago
by tuffz
Succeeded
30258
e91cda24 fix(nextjs): ensure eslint-config-next matches Next.js version The `create-nx-workspace` command with the Next.js preset currently installs `next@15` but incorrectly adds `eslint-config-next@14`, leading to potential ESLint compatibility issues. This fix ensures that `eslint-config-next@15` is installed when using Next.js 15.
10 days ago
by tuffz