Skip to content

Commit b99a82c

Browse files
committed
release: 2.0.0-next.21
2 parents 3597642 + 8614af2 commit b99a82c

File tree

28 files changed

+1078
-1532
lines changed

28 files changed

+1078
-1532
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint:ts": "tsc --noEmit"
2020
},
2121
"dependencies": {
22-
"@eslint/js": "^9.26.0",
22+
"@eslint/js": "^9.27.0",
2323
"@stylistic/eslint-plugin": "^4.2.0",
2424
"eslint-plugin-de-morgan": "^1.2.1",
2525
"eslint-plugin-function": "^0.0.21",

.pkgs/eslint-plugin-local/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@eslint-react/kit": "workspace:*",
2727
"@eslint-react/shared": "workspace:*",
2828
"@eslint-react/var": "workspace:*",
29-
"@eslint/js": "^9.26.0",
29+
"@eslint/js": "^9.27.0",
3030
"@stylistic/eslint-plugin": "^4.2.0",
3131
"@typescript-eslint/scope-manager": "^8.32.1",
3232
"@typescript-eslint/type-utils": "^8.32.1",
@@ -38,13 +38,13 @@
3838
"eslint-plugin-regexp": "^2.7.0",
3939
"eslint-plugin-unicorn": "^59.0.1",
4040
"string-ts": "^2.2.1",
41-
"ts-pattern": "^5.7.0"
41+
"ts-pattern": "^5.7.1"
4242
},
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",
45-
"@types/react": "^19.1.4",
45+
"@types/react": "^19.1.5",
4646
"@types/react-dom": "^19.1.5",
47-
"tsup": "^8.4.0"
47+
"tsup": "^8.5.0"
4848
},
4949
"peerDependencies": {
5050
"eslint": "^9.26.0",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-next.20
1+
2.0.0-next.21

apps/website/next.config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ const config = {
2424
],
2525
async redirects() {
2626
return [
27+
{
28+
source: "/:path*.md",
29+
destination: "/:path*",
30+
permanent: false,
31+
},
32+
{
33+
source: "/:path*.mdx",
34+
destination: "/:path*",
35+
permanent: false,
36+
},
2737
{
2838
source: "/docs",
2939
destination: "/docs/getting-started",

apps/website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,25 @@
3333
"@eslint-react/eslint-plugin": "workspace:*",
3434
"@eslint-react/kit": "workspace:*",
3535
"@eslint-react/shared": "workspace:*",
36-
"@eslint/js": "^9.26.0",
36+
"@eslint/js": "^9.27.0",
3737
"@eslint/markdown": "^6.4.0",
3838
"@local/configs": "workspace:*",
3939
"@mdx-js/mdx": "^3.1.0",
4040
"@tailwindcss/postcss": "^4.1.7",
4141
"@theguild/remark-mermaid": "^0.3.0",
4242
"@tsconfig/next": "^2.0.3",
43-
"@tsconfig/node22": "^22.0.1",
43+
"@tsconfig/node22": "^22.0.2",
4444
"@tsconfig/strictest": "^2.0.5",
4545
"@types/hast": "^3.0.4",
4646
"@types/mdx": "^2.0.13",
47-
"@types/node": "^22.15.18",
48-
"@types/react": "^19.1.4",
47+
"@types/node": "^22.15.21",
48+
"@types/react": "^19.1.5",
4949
"@types/react-dom": "^19.1.5",
5050
"autoprefixer": "^10.4.21",
5151
"dedent": "^1.6.0",
52-
"eslint": "^9.26.0",
52+
"eslint": "^9.27.0",
5353
"eslint-plugin-de-morgan": "^1.2.1",
54-
"eslint-plugin-import-x": "^4.11.1",
54+
"eslint-plugin-import-x": "^4.12.2",
5555
"eslint-plugin-perfectionist": "^4.13.0",
5656
"eslint-plugin-react-hooks": "^5.2.0",
5757
"eslint-plugin-react-refresh": "^0.4.20",

examples/next-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.0.2",
20-
"@eslint/js": "^9.26.0",
20+
"@eslint/js": "^9.27.0",
2121
"@next/eslint-plugin-next": "^15.3.2",
2222
"@tsconfig/next": "^2.0.3",
23-
"@tsconfig/node22": "^22.0.1",
23+
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",
25-
"@types/node": "^22.15.18",
26-
"@types/react": "^19.1.4",
25+
"@types/node": "^22.15.21",
26+
"@types/react": "^19.1.5",
2727
"@types/react-dom": "^19.1.5",
28-
"eslint": "^9.26.0",
28+
"eslint": "^9.27.0",
2929
"eslint-config-flat-gitignore": "^2.1.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",

examples/vite-react-dom-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.0.2",
20-
"@eslint/js": "^9.26.0",
21-
"@tsconfig/node22": "^22.0.1",
20+
"@eslint/js": "^9.27.0",
21+
"@tsconfig/node22": "^22.0.2",
2222
"@tsconfig/strictest": "^2.0.5",
2323
"@tsconfig/vite-react": "^3.4.0",
24-
"@types/react": "^19.1.4",
24+
"@types/react": "^19.1.5",
2525
"@types/react-dom": "^19.1.5",
2626
"@vitejs/plugin-react": "^4.4.1",
27-
"eslint": "^9.26.0",
27+
"eslint": "^9.27.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.8.3",

examples/vite-react-dom-js-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.0.2",
20-
"@eslint/js": "^9.26.0",
21-
"@types/react": "^19.1.4",
20+
"@eslint/js": "^9.27.0",
21+
"@types/react": "^19.1.5",
2222
"@types/react-dom": "^19.1.5",
2323
"@vitejs/plugin-react": "^4.4.1",
24-
"eslint": "^9.26.0",
24+
"eslint": "^9.27.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",
2727
"globals": "^16.1.0",

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"@babel/preset-env": "^7.27.2",
2121
"@babel/preset-react": "^7.27.1",
2222
"@eslint/config-inspector": "^1.0.2",
23-
"@eslint/js": "^9.26.0",
23+
"@eslint/js": "^9.27.0",
2424
"@types/babel__core": "~7.20.5",
2525
"@types/babel__preset-env": "~7.10.0",
26-
"@types/react": "^19.1.4",
26+
"@types/react": "^19.1.5",
2727
"@types/react-dom": "^19.1.5",
2828
"@vitejs/plugin-react": "^4.4.1",
29-
"eslint": "^9.26.0",
29+
"eslint": "^9.27.0",
3030
"eslint-plugin-react-debug": "workspace:*",
3131
"eslint-plugin-react-dom": "workspace:*",
3232
"eslint-plugin-react-hooks": "^5.2.0",

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"@eslint-react/kit": "workspace:*",
2020
"@eslint-react/shared": "workspace:*",
2121
"@eslint/config-inspector": "^1.0.2",
22-
"@eslint/js": "^9.26.0",
23-
"@tsconfig/node22": "^22.0.1",
22+
"@eslint/js": "^9.27.0",
23+
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",
2525
"@tsconfig/vite-react": "^3.4.0",
26-
"@types/react": "^19.1.4",
26+
"@types/react": "^19.1.5",
2727
"@types/react-dom": "^19.1.5",
2828
"@vitejs/plugin-react": "^4.4.1",
29-
"eslint": "^9.26.0",
29+
"eslint": "^9.27.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",
3232
"globals": "^16.1.0",

0 commit comments

Comments
 (0)