From 31ffa0126b72480702fca0b7f327fe244398f14d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:46:05 +0000 Subject: [PATCH] chore(deps): bump the non-monorepo group Bumps the non-monorepo group in /examples/non-monorepo with 3 updates: [next](https://github.com/vercel/next.js), [eslint](https://github.com/eslint/eslint) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). Updates `next` from 15.4.6 to 15.5.4 - [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/compare/v15.4.6...v15.5.4) Updates `eslint` from 9.33.0 to 9.36.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.33.0...v9.36.0) Updates `eslint-config-next` from 15.4.2 to 15.5.4 - [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/v15.5.4/packages/eslint-config-next) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-monorepo - dependency-name: eslint dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-monorepo - dependency-name: eslint-config-next dependency-version: 15.5.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-monorepo ... Signed-off-by: dependabot[bot] --- examples/non-monorepo/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/non-monorepo/package.json b/examples/non-monorepo/package.json index a88bc4c15c5e0..b49d71419ba6f 100644 --- a/examples/non-monorepo/package.json +++ b/examples/non-monorepo/package.json @@ -11,7 +11,7 @@ "lint": "next lint" }, "dependencies": { - "next": "15.4.6", + "next": "15.5.4", "react": "^19.1.0", "react-dom": "^19.1.0", "turbo": "^2.5.4" @@ -21,8 +21,8 @@ "@types/node": "^22.15.30", "@types/react": "^19.1.6", "@types/react-dom": "^19.1.6", - "eslint": "^9.33.0", - "eslint-config-next": "15.4.2", + "eslint": "^9.36.0", + "eslint-config-next": "15.5.4", "typescript": "^5.9.2" } }