Skip to content

Commit

Permalink
chore(deps): update dependency eslint to ^9.16.0 (#19656)
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 30, 2024
1 parent 1ac72f9 commit 9b59adb
Show file tree
Hide file tree
Showing 8 changed files with 158 additions and 164 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.2",
"detox": "^20.28.0",
"eas-cli": "^13.4.2",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
Expand Down
142 changes: 71 additions & 71 deletions boundaries/link/mobile/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.15.0",
"eslint": "^9.16.0",
"eslint-config-shortlink": "workspace:^",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-mui-unused-classes": "^2.0.2"
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.15.0",
"eslint": "^9.16.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.10.1",
"cypress": "^13.16.0",
"eslint": "^9.15.0",
"eslint": "^9.16.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.16.0",
"eslint": "^9.15.0",
"eslint": "^9.16.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.2",
"chromatic": "^11.19.0",
"css-loader": "^7.1.2",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-shortlink": "workspace:^",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
168 changes: 81 additions & 87 deletions boundaries/ui-monorepo/pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 9b59adb

Please sign in to comment.