Skip to content

Commit

Permalink
chore(deps-dev): bump the linter group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the linter group with 3 updates in the / directory: [prettier](https://github.com/prettier/prettier), [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) and [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo).


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

Updates `eslint-config-prettier` from 9.1.0 to 10.0.1
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.1.0...v10.0.1)

Updates `eslint-config-turbo` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](https://github.com/vercel/turborepo/commits/v2.3.3/packages/eslint-config-turbo)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: linter
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: linter
- dependency-name: eslint-config-turbo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: linter
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 4a29d38 commit 02ce921
Show file tree
Hide file tree
Showing 5 changed files with 311 additions and 94 deletions.
2 changes: 1 addition & 1 deletion apps/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"lint-staged": "^15.2.10",
"postcss-scss": "^4.0.9",
"postcss-styled-syntax": "^0.6.4",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-styled-components": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"jest-axe": "^8.0.0",
"jest-environment-jsdom": "^29.7.0",
"postcss-styled-syntax": "^0.6.4",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-styled-components": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mkdirp": "^3.0.1",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-styled-components": "^0.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@vercel/style-guide": "^6.0.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.3.2",
"eslint-config-prettier": "^10.0.1",
"eslint-config-turbo": "^2.3.3",
"eslint-define-config": "^2.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier-eslint": "^16.3.0"
Expand Down
Loading

0 comments on commit 02ce921

Please sign in to comment.