Skip to content

Commit

Permalink
fix(deps): update eslint monorepo to ^9.15.0 (#19402)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 77da12f commit ac48dbf
Show file tree
Hide file tree
Showing 8 changed files with 219 additions and 211 deletions.
2 changes: 1 addition & 1 deletion boundaries/link/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"babel-preset-expo": "~12.0.1",
"detox": "^20.28.0",
"eas-cli": "^13.2.3",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
Expand Down
190 changes: 97 additions & 93 deletions boundaries/link/mobile/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions boundaries/ui-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-is": "^18.3.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-config-shortlink": "workspace:^",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-mui-unused-classes": "^2.0.2"
Expand All @@ -50,7 +50,7 @@
"@emotion/css": "^11.13.4",
"@emotion/react": "11.13.3",
"@emotion/server": "^11.11.0",
"@eslint/js": "^9.14.0",
"@eslint/js": "^9.15.0",
"@fontsource/caveat": "^5.1.0",
"@fontsource/inter": "^5.1.0",
"@fontsource/material-icons": "^5.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/shortlink-org/shortlink#readme",
"peerDependencies": {
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-plugin-shortlink": "*"
}
}
2 changes: 1 addition & 1 deletion boundaries/ui-monorepo/packages/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@mdx-js/loader": "3.1.0",
"@types/node": "^22.9.0",
"cypress": "^13.15.2",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.49",
Expand Down
2 changes: 1 addition & 1 deletion boundaries/ui-monorepo/packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/material-ui": "^0.21.17",
"@types/react-copy-to-clipboard": "^5.0.7",
"cypress": "^13.15.2",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"next-sitemap": "^4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion boundaries/ui-monorepo/packages/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@vitejs/plugin-react-swc": "^3.7.1",
"chromatic": "^11.18.1",
"css-loader": "^7.1.2",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-shortlink": "workspace:^",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
226 changes: 115 additions & 111 deletions boundaries/ui-monorepo/pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit ac48dbf

Please sign in to comment.