Skip to content

Commit c424c81

Browse files
build(deps-dev): bump the npm-development-dependencies group across 2 directories with 4 updates (open-telemetry#2036)
* build(deps-dev): bump the npm-development-dependencies group across 2 directories with 4 updates Bumps the npm-development-dependencies group with 3 updates in the /src/flagd-ui directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint) and [prettier](https://github.com/prettier/prettier). Bumps the npm-development-dependencies group with 3 updates in the /src/frontend directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint) and [cypress](https://github.com/cypress-io/cypress). Updates `@types/node` from 22.13.1 to 22.13.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.20.0 to 9.20.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.20.0...v9.20.1) Updates `prettier` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.0...3.5.1) Updates `@types/node` from 22.13.1 to 22.13.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.20.0 to 9.20.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.20.0...v9.20.1) Updates `cypress` from 14.0.2 to 14.0.3 - [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.2...v14.0.3) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development-dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development-dependencies - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * ignore .next build files * use Node 22 LTS --------- 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 bf800d1 commit c424c81

File tree

6 files changed

+31
-30
lines changed

6 files changed

+31
-30
lines changed

src/flagd-ui/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
33

4-
FROM node:20 AS builder
4+
FROM node:22 AS builder
55

66
WORKDIR /app
77

@@ -15,7 +15,7 @@ RUN npm run build
1515

1616
# -----------------------------------------------------------------------------
1717

18-
FROM node:20-alpine
18+
FROM node:22-alpine
1919

2020
WORKDIR /app
2121

src/flagd-ui/package-lock.json

+10-10
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
@@ -25,7 +25,7 @@
2525
"eslint": "^9",
2626
"eslint-config-next": "15.1.7",
2727
"postcss": "^8.5.2",
28-
"prettier": "^3.5.0",
28+
"prettier": "^3.5.1",
2929
"prettier-plugin-tailwindcss": "^0.6.11",
3030
"tailwindcss": "^4.0.4",
3131
"typescript": "^5"

src/frontend/.dockerignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
.next

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
"uuid": "11.0.5"
4949
},
5050
"devDependencies": {
51-
"@types/node": "22.13.1",
51+
"@types/node": "22.13.4",
5252
"@types/react": "19.0.8",
5353
"@types/react-dom": "19.0.3",
5454
"@types/styled-components": "5.1.34",
5555
"@types/uuid": "10.0.0",
5656
"@typescript-eslint/eslint-plugin": "8.24.0",
5757
"@typescript-eslint/parser": "8.24.0",
58-
"cypress": "14.0.2",
59-
"eslint": "9.20.0",
58+
"cypress": "14.0.3",
59+
"eslint": "9.20.1",
6060
"eslint-config-next": "15.1.7",
6161
"eslint-plugin-react": "7.37.4",
6262
"eslint-plugin-react-hooks": "5.1.0",

0 commit comments

Comments
 (0)