Skip to content

Commit 8598bb1

Browse files
build(deps-dev): bump the npm-development-dependencies group across 2 directories with 2 updates (#2084)
Bumps the npm-development-dependencies group with 1 update in the /src/flagd-ui directory: [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). Bumps the npm-development-dependencies group with 2 updates in the /src/frontend directory: [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [cypress](https://github.com/cypress-io/cypress). Updates `eslint-config-next` from 15.1.7 to 15.2.0 - [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.2.0/packages/eslint-config-next) Updates `eslint-config-next` from 15.1.7 to 15.2.0 - [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.2.0/packages/eslint-config-next) Updates `cypress` from 14.0.3 to 14.1.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v14.0.3...v14.1.0) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development-dependencies - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development-dependencies - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Tessier <pierre@pierretessier.com>
1 parent 5030f2c commit 8598bb1

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

src/flagd-ui/package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/flagd-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/react-dom": "^19.0.4",
2424
"autoprefixer": "^10.4.20",
2525
"eslint": "^9",
26-
"eslint-config-next": "15.1.7",
26+
"eslint-config-next": "15.2.0",
2727
"postcss": "^8.5.3",
2828
"prettier": "^3.5.2",
2929
"prettier-plugin-tailwindcss": "^0.6.11",

src/frontend/package-lock.json

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"@types/uuid": "10.0.0",
5656
"@typescript-eslint/eslint-plugin": "8.25.0",
5757
"@typescript-eslint/parser": "8.25.0",
58-
"cypress": "14.0.3",
58+
"cypress": "14.1.0",
5959
"eslint": "9.21.0",
60-
"eslint-config-next": "15.1.7",
60+
"eslint-config-next": "15.2.0",
6161
"eslint-plugin-react": "7.37.4",
6262
"eslint-plugin-react-hooks": "5.1.0",
6363
"openapi-typescript": "7.6.1",

0 commit comments

Comments
 (0)