Skip to content

Commit

Permalink
Merge pull request #301 from AndreaPontrandolfo/AndreaPontrandolfo/is…
Browse files Browse the repository at this point in the history
…sue207

Update Docusaurus to 3.6.1
  • Loading branch information
AndreaPontrandolfo authored Nov 10, 2024
2 parents 68ff326 + 10b1e5f commit e11ce2f
Show file tree
Hide file tree
Showing 13 changed files with 3,179 additions and 1,973 deletions.
2 changes: 1 addition & 1 deletion apps/config-validation-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@storybook/react": "^7.6.20",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.15",
"eslint": "^9.14.0",
Expand Down
3 changes: 0 additions & 3 deletions apps/docs-website/babel.config.js

This file was deleted.

2 changes: 2 additions & 0 deletions apps/docs-website/blog/2023-08-16-sheriff-reboot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
}}
/>

{/* truncate */}

## Sheriff release v14

Sheriff, the ESLint sharable config, has exciting news to share!<br />
Expand Down
2 changes: 2 additions & 0 deletions apps/docs-website/blog/2023-11-01-astro-support-landed.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
}}
/>

{/* truncate */}

## Sheriff release v16

Sheriff continues his quest to conquer the JS ecosystem.
Expand Down
7 changes: 7 additions & 0 deletions apps/docs-website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const config: Config = {
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',

future: {
experimental_faster: true,
},

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'AndreaPontrandolfo', // Usually your GitHub org/user name.
Expand Down Expand Up @@ -49,6 +53,9 @@ const config: Config = {
},
blog: {
showReadingTime: true,
feedOptions: {
xslt: true,
},
remarkPlugins: [
[require('@docusaurus/remark-plugin-npm2yarn'), { sync: true }],
],
Expand Down
19 changes: 10 additions & 9 deletions apps/docs-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@
"clean": "pnpm clear && rm -rf .turbo dist node_modules/.cache"
},
"dependencies": {
"@docusaurus/core": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@docusaurus/remark-plugin-npm2yarn": "^3.5.2",
"@docusaurus/core": "3.6.1",
"@docusaurus/faster": "^3.6.1",
"@docusaurus/preset-classic": "3.6.1",
"@docusaurus/remark-plugin-npm2yarn": "^3.6.1",
"@mdx-js/react": "^3.0.1",
"@sherifforg/constants": "workspace:*",
"@tanstack/react-table": "^8.19.2",
"clsx": "^1.2.1",
"lodash-es": "^4.17.21",
"prism-react-renderer": "^2.3.1",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-content-loader": "^6.2.1",
"react-debounce-input": "^3.3.0",
Expand All @@ -34,14 +35,14 @@
"react-select": "^5.7.4"
},
"devDependencies": {
"@docusaurus/eslint-plugin": "^3.4.0",
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/tsconfig": "^3.4.0",
"@docusaurus/types": "^3.4.0",
"@docusaurus/eslint-plugin": "^3.6.1",
"@docusaurus/module-type-aliases": "3.6.1",
"@docusaurus/tsconfig": "^3.6.1",
"@docusaurus/types": "^3.6.1",
"@hookform/devtools": "^4.3.1",
"@sherifforg/types": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.15",
"eslint": "^9.14.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/sheriff-webservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@tsconfig/node-lts": "^22.0.0",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/lodash": "^4.17.6",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"eslint-define-config": "^2.1.0",
"tsx": "^4.16.2",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-sheriff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@types/confusing-browser-globals": "^1.0.3",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/lodash": "^4.17.6",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@typescript-eslint/utils": "^8.12.2",
"dts-bundle-generator": "^9.5.1",
"eslint": "^9.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@sherifforg/constants": "workspace:*",
"@sherifforg/types": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/yargs": "^17.0.32",
"eslint": "^9.14.0",
"eslint-config-sheriff": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-create-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@sherifforg/constants": "workspace:*",
"@sherifforg/types": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/yargs": "^17.0.32",
"eslint": "^9.14.0",
"eslint-config-sheriff": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"tsconfig": "workspace:*",
"typescript": "^5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@sherifforg/types": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"eslint": "^9.14.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
Expand Down
Loading

0 comments on commit e11ce2f

Please sign in to comment.