Skip to content

Commit

Permalink
Update dependency @types/react to v18.3.5 (#2238)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Update dependency postcss to v8.4.45 (#2240)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Update dependency remove-markdown to v0.5.5 (#2241)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Update dependency tailwindcss to v3.4.11 (#2244)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Update dependency eslint-plugin-react to v7.36.1 (#2239)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Update dependency framer-motion to v11.5.4 (#2193)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Update dependency @playwright/test to v1.47.1 (#2248)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Add renovate schedule

Update dependency styled-components to v6.1.13 (#2243)

Update dependency eslint-plugin-jsx-a11y to v6.10.0 (#2251)

Update dependency vite to ^5.4.5 (#2245)

Update dependency eslint-plugin-import to v2.30.0 (#2250)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Update robots
  • Loading branch information
renovate[bot] authored and Herwal committed Sep 17, 2024
1 parent bded26e commit 3c4aa5c
Show file tree
Hide file tree
Showing 8 changed files with 660 additions and 636 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"labels": ["dependencies :handshake:"],
"commitMessageAction": "Update",
"rangeStrategy": "bump",
"schedule": ["every weekend"],
"packageRules": [
{
"matchPackagePatterns": ["^@echo-webkom/", "eslint-config-custom", "tsconfig"],
Expand Down
4 changes: 2 additions & 2 deletions apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"sanity-plugin-markdown": "4.1.2",
"sanity-plugin-media": "2.3.2",
"slugify": "1.6.6",
"styled-components": "6.1.12"
"styled-components": "6.1.13"
},
"devDependencies": {
"@echo-webkom/tsconfig": "workspace:*",
"@sanity/eslint-config-studio": "4.0.0",
"@types/react": "18.3.4",
"@types/react": "18.3.5",
"@types/styled-components": "5.1.34",
"dotenv": "16.4.5",
"eslint": "8.57.0",
Expand Down
12 changes: 6 additions & 6 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"clsx": "2.1.1",
"date-fns": "3.6.0",
"drizzle-orm": "0.33.0",
"framer-motion": "11.3.29",
"framer-motion": "11.5.4",
"groq": "3.56.0",
"ics": "^3.7.6",
"nanoid": "5.0.7",
Expand All @@ -60,7 +60,7 @@
"react-markdown": "9.0.1",
"react-use-websocket": "^4.8.1",
"remark-gfm": "4.0.0",
"remove-markdown": "0.5.2",
"remove-markdown": "0.5.5",
"sharp": "0.33.0",
"tailwind-merge": "2.5.2",
"zod": "3.23.8"
Expand All @@ -71,20 +71,20 @@
"@tailwindcss/typography": "0.5.15",
"@testing-library/react": "16.0.1",
"@types/node": "20.16.5",
"@types/react": "18.3.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.20",
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
"eslint-config-webkom": "workspace:*",
"jsdom": "25.0.0",
"postcss": "8.4.41",
"postcss": "8.4.45",
"server-only": "^0.0.1",
"tailwindcss": "3.4.10",
"tailwindcss": "3.4.11",
"tailwindcss-animate": "1.0.7",
"typescript": "5.5.4",
"vite": "^5.4.2",
"vite": "^5.4.5",
"vite-tsconfig-paths": "4.3.1",
"vitest": "2.0.5"
},
Expand Down
18 changes: 14 additions & 4 deletions apps/web/src/app/robots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@ import { type MetadataRoute } from "next";

export default function robots(): MetadataRoute.Robots {
return {
rules: {
userAgent: "*",
disallow: "/",
},
rules: [
{
userAgent: "*",
allow: "/",
},
{
userAgent: "*",
disallow: "/dashboard",
},
{
userAgent: "*",
disallow: "/admin",
},
],
};
}
6 changes: 3 additions & 3 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "2.0.14",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"typescript": "5.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@echo-webkom/tsconfig": "workspace:*",
"@types/node": "20.16.5",
"@types/react": "18.3.4",
"@types/react": "18.3.5",
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
"eslint-config-webkom": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@echo-webkom/tsconfig": "workspace:*",
"@playwright/test": "1.46.1",
"@playwright/test": "1.47.1",
"@types/node": "20.16.5",
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
Expand Down
Loading

0 comments on commit 3c4aa5c

Please sign in to comment.