Skip to content

Commit

Permalink
build(deps-dev): bump the npm-development-dependencies group across 2…
Browse files Browse the repository at this point in the history
… directories with 3 updates

Bumps the npm-development-dependencies group with 3 updates in the /src/flagd-ui directory: [eslint](https://github.com/eslint/eslint), [prettier](https://github.com/prettier/prettier) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss).
Bumps the npm-development-dependencies group with 1 update in the /src/frontend directory: [eslint](https://github.com/eslint/eslint).


Updates `eslint` from 9.19.0 to 9.20.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.19.0...v9.20.0)

Updates `prettier` from 3.4.2 to 3.5.0
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.0)

Updates `tailwindcss` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.5/packages/tailwindcss)

Updates `eslint` from 9.19.0 to 9.20.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.19.0...v9.20.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
- dependency-name: tailwindcss
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 056b789 commit 71e784d
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 28 deletions.
59 changes: 43 additions & 16 deletions src/flagd-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/flagd-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.4",
"tailwindcss": "^4.0.5",
"typescript": "^5"
}
}
31 changes: 22 additions & 9 deletions src/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@typescript-eslint/eslint-plugin": "8.23.0",
"@typescript-eslint/parser": "8.23.0",
"cypress": "14.0.2",
"eslint": "9.19.0",
"eslint": "9.20.0",
"eslint-config-next": "15.1.6",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
Expand Down

0 comments on commit 71e784d

Please sign in to comment.