Skip to content

Commit cef2a6c

Browse files
build(deps): bump the npm-development-dependencies group across 3 directories with 4 updates (#2113)
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), [autoprefixer](https://github.com/postcss/autoprefixer) and [eslint](https://github.com/eslint/eslint). 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 [typescript](https://github.com/microsoft/TypeScript). Bumps the npm-development-dependencies group with 1 update in the /src/payment directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 22.13.9 to 22.13.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `autoprefixer` from 10.4.20 to 10.4.21 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.20...10.4.21) Updates `eslint` from 9.21.0 to 9.22.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.21.0...v9.22.0) Updates `@types/node` from 22.13.9 to 22.13.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.21.0 to 9.22.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.21.0...v9.22.0) Updates `typescript` from 5.7.3 to 5.8.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.3...v5.8.2) Updates `@types/node` from 22.13.9 to 22.13.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development-dependencies - dependency-name: autoprefixer 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-minor 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-minor dependency-group: npm-development-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development-dependencies - dependency-name: "@types/node" dependency-type: indirect update-type: version-update:semver-patch 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>
1 parent ad57591 commit cef2a6c

File tree

5 files changed

+95
-70
lines changed

5 files changed

+95
-70
lines changed

src/flagd-ui/package-lock.json

+57-43
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
@@ -21,7 +21,7 @@
2121
"@types/node": "^22",
2222
"@types/react": "^19.0.10",
2323
"@types/react-dom": "^19.0.4",
24-
"autoprefixer": "^10.4.20",
24+
"autoprefixer": "^10.4.21",
2525
"eslint": "^9",
2626
"eslint-config-next": "15.2.1",
2727
"postcss": "^8.5.3",

src/frontend/package-lock.json

+31-20
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,20 +48,20 @@
4848
"uuid": "11.1.0"
4949
},
5050
"devDependencies": {
51-
"@types/node": "22.13.9",
51+
"@types/node": "22.13.10",
5252
"@types/react": "19.0.10",
5353
"@types/react-dom": "19.0.4",
5454
"@types/styled-components": "5.1.34",
5555
"@types/uuid": "10.0.0",
5656
"@typescript-eslint/eslint-plugin": "8.26.0",
5757
"@typescript-eslint/parser": "8.26.0",
5858
"cypress": "14.1.0",
59-
"eslint": "9.21.0",
59+
"eslint": "9.22.0",
6060
"eslint-config-next": "15.2.1",
6161
"eslint-plugin-react": "7.37.4",
6262
"eslint-plugin-react-hooks": "5.2.0",
6363
"openapi-typescript": "7.6.1",
6464
"ts-proto": "2.6.1",
65-
"typescript": "5.7.3"
65+
"typescript": "5.8.2"
6666
}
6767
}

0 commit comments

Comments
 (0)