Skip to content

Commit 5ee3cdc

Browse files
Copilotshanbady
andauthored
Resolve renovate dependency updates: dotenv v17 and stylelint-config-standard-scss v15 (#2383)
* Initial plan * Update dotenv to v17 and stylelint-config-standard-scss to v15 Co-authored-by: shanbady <[email protected]> * Fix stylelint compatibility by updating to v16.18.0 and fix CSS syntax error Co-authored-by: shanbady <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: shanbady <[email protected]>
1 parent 88808b7 commit 5ee3cdc

File tree

4 files changed

+216
-120
lines changed

4 files changed

+216
-120
lines changed

frontends/main/src/page-components/SearchDisplay/SearchDisplay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import { usePostHog } from "posthog-js/react"
5959
import getSearchParams from "./getSearchParams"
6060

6161
const StyledResourceTabs = styled(ResourceCategoryTabs.TabList)`
62-
margin-top: 0 px;
62+
margin-top: 0;
6363
`
6464

6565
const DesktopSortContainer = styled.div`

frontends/ol-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@testing-library/react": "^16.1.0",
6262
"@testing-library/user-event": "^14.5.2",
6363
"@types/react-slick": "^0",
64-
"dotenv": "^16.4.5",
64+
"dotenv": "^17.0.0",
6565
"lodash": "^4.17.21",
6666
"prop-types": "^15.8.1",
6767
"storybook": "^8.2.9",

frontends/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"postcss-styled-syntax": "^0.7.0",
6969
"prettier": "^3.3.3",
7070
"prettier-plugin-django-alpine": "^1.2.6",
71-
"stylelint": "^16.0.0",
72-
"stylelint-config-standard-scss": "^14.0.0",
71+
"stylelint": "^16.18.0",
72+
"stylelint-config-standard-scss": "^15.0.0",
7373
"ts-node": "^10.9.2",
7474
"type-fest": "^4.18.3",
7575
"typescript": "^5.4.3"

0 commit comments

Comments
 (0)