Skip to content

Commit

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

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

Updates `eslint-config-turbo` from 2.3.0 to 2.3.2
- [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.2/packages/eslint-config-turbo)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 and joonatank committed Nov 26, 2024
1 parent 14db541 commit 085e1e4
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 41 deletions.
2 changes: 1 addition & 1 deletion apps/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"lint-staged": "^15.2.10",
"postcss-scss": "^4.0.9",
"postcss-styled-syntax": "^0.6.4",
"prettier": "^3.3.3",
"prettier": "^3.4.0",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-styled-components": "^0.1.1",
Expand Down
3 changes: 0 additions & 3 deletions apps/admin-ui/src/spa/ReservationUnit/edit/ImageEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ const FileInputContainer = styled.div`
& button {
--background-color-hover: var(--color-black-5);
--color-hover: var(--color-black);
--background-color-focus: transparent;
--color-focus: var(--color-black) --focus-outline-color:
var(--color-focus-outline);
--color: var(--color-black);
--border-color: var(--color-black);
}
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.3.3",
"prettier": "^3.4.0",
"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.3.3",
"prettier": "^3.4.0",
"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/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@vercel/style-guide": "^6.0.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.3.0",
"eslint-config-turbo": "^2.3.2",
"eslint-define-config": "^2.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier-eslint": "^16.3.0"
Expand Down
68 changes: 34 additions & 34 deletions pnpm-lock.yaml

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

0 comments on commit 085e1e4

Please sign in to comment.