File tree Expand file tree Collapse file tree 8 files changed +223
-223
lines changed Expand file tree Collapse file tree 8 files changed +223
-223
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import js from "@eslint/js";
22import stylistic from "@stylistic/eslint-plugin" ;
33import pluginDeMorgan from "eslint-plugin-de-morgan" ;
44import pluginFunction from "eslint-plugin-function" ;
5- import pluginJsdoc from "eslint-plugin-jsdoc" ;
5+ import { jsdoc } from "eslint-plugin-jsdoc" ;
66import pluginPerfectionist from "eslint-plugin-perfectionist" ;
77import pluginRegexp from "eslint-plugin-regexp" ;
88import pluginUnicorn from "eslint-plugin-unicorn" ;
@@ -147,10 +147,10 @@ export const strictTypeChecked = defineConfig([
147147 } ,
148148 {
149149 extends : [
150+ jsdoc ( { config : "flat/recommended-typescript-error" } ) ,
150151 pluginDeMorgan . configs . recommended ,
151- pluginJsdoc . configs [ "flat/recommended-typescript-error" ] ,
152- pluginRegexp . configs [ "flat/recommended" ] ,
153152 pluginPerfectionist . configs [ "recommended-natural" ] ,
153+ pluginRegexp . configs [ "flat/recommended" ] ,
154154 ] ,
155155 files : GLOB_TS ,
156156 plugins : {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import js from "@eslint/js";
22import stylistic from "@stylistic/eslint-plugin" ;
33import pluginDeMorgan from "eslint-plugin-de-morgan" ;
44import pluginFunction from "eslint-plugin-function" ;
5- import pluginJsdoc from "eslint-plugin-jsdoc" ;
5+ import { jsdoc } from "eslint-plugin-jsdoc" ;
66import pluginPerfectionist from "eslint-plugin-perfectionist" ;
77import pluginRegexp from "eslint-plugin-regexp" ;
88import pluginUnicorn from "eslint-plugin-unicorn" ;
@@ -158,11 +158,11 @@ export const strictTypeChecked = defineConfig([
158158 } ,
159159 {
160160 extends : [
161+ jsdoc ( { config : "flat/recommended-typescript-error" } ) ,
161162 pluginDeMorgan . configs . recommended ,
162- pluginJsdoc . configs [ "flat/recommended-typescript-error" ] ,
163- pluginRegexp . configs [ "flat/recommended" ] ,
164163 pluginPerfectionist . configs [ "recommended-natural" ] ,
165- ] ,
164+ pluginRegexp . configs [ "flat/recommended" ] ,
165+ ] as never ,
166166 files : GLOB_TS ,
167167 plugins : {
168168 [ "@stylistic" ] : stylistic ,
Original file line number Diff line number Diff line change 2323 "@stylistic/eslint-plugin" : " ^5.3.1" ,
2424 "eslint-plugin-de-morgan" : " ^1.3.1" ,
2525 "eslint-plugin-function" : " ^0.0.25" ,
26- "eslint-plugin-jsdoc" : " ^55.2 .0" ,
26+ "eslint-plugin-jsdoc" : " ^55.4 .0" ,
2727 "eslint-plugin-perfectionist" : " ^4.15.0" ,
2828 "eslint-plugin-regexp" : " ^2.10.0" ,
2929 "eslint-plugin-unicorn" : " ^61.0.2" ,
Original file line number Diff line number Diff line change 3333 "@typescript-eslint/types" : " ^8.43.0" ,
3434 "@typescript-eslint/utils" : " ^8.43.0" ,
3535 "eslint-plugin-de-morgan" : " ^1.3.1" ,
36- "eslint-plugin-jsdoc" : " ^55.2 .0" ,
36+ "eslint-plugin-jsdoc" : " ^55.4 .0" ,
3737 "eslint-plugin-perfectionist" : " ^4.15.0" ,
3838 "eslint-plugin-regexp" : " ^2.10.0" ,
3939 "eslint-plugin-unicorn" : " ^61.0.2" ,
Original file line number Diff line number Diff line change 1414 "@eslint-react/eff" : " workspace:*" ,
1515 "bsky-react-post" : " ^0.1.7" ,
1616 "clsx" : " ^2.1.1" ,
17- "fumadocs-core" : " 15.7.10 " ,
17+ "fumadocs-core" : " 15.7.11 " ,
1818 "fumadocs-docgen" : " 3.0.0" ,
19- "fumadocs-mdx" : " 11.9.0 " ,
19+ "fumadocs-mdx" : " 11.9.1 " ,
2020 "fumadocs-twoslash" : " 3.1.7" ,
2121 "fumadocs-typescript" : " 4.0.8" ,
22- "fumadocs-ui" : " 15.7.10 " ,
22+ "fumadocs-ui" : " 15.7.11 " ,
2323 "lucide-react" : " ^0.543.0" ,
24- "next" : " ^15.5.2 " ,
24+ "next" : " ^15.5.3 " ,
2525 "next-view-transitions" : " ^0.3.4" ,
2626 "react" : " ^19.1.1" ,
2727 "react-dom" : " ^19.1.1" ,
Original file line number Diff line number Diff line change 99 "start" : " next start"
1010 },
1111 "dependencies" : {
12- "next" : " ^15.5.2 " ,
12+ "next" : " ^15.5.3 " ,
1313 "react" : " ^19.1.1" ,
1414 "react-dom" : " ^19.1.1"
1515 },
1616 "devDependencies" : {
1717 "@eslint-react/eslint-plugin" : " workspace:*" ,
1818 "@eslint/config-inspector" : " ^1.2.0" ,
1919 "@eslint/js" : " ^9.35.0" ,
20- "@next/eslint-plugin-next" : " ^15.5.2 " ,
20+ "@next/eslint-plugin-next" : " ^15.5.3 " ,
2121 "@tsconfig/next" : " ^2.0.3" ,
2222 "@tsconfig/node22" : " ^22.0.2" ,
2323 "@tsconfig/strictest" : " ^2.0.5" ,
Original file line number Diff line number Diff line change 5353 "update:website" : " tsx ./scripts/update-website.ts"
5454 },
5555 "devDependencies" : {
56- "@effect/language-service" : " ^0.38.4 " ,
57- "@effect/platform" : " ^0.90.8 " ,
56+ "@effect/language-service" : " ^0.39.0 " ,
57+ "@effect/platform" : " ^0.90.9 " ,
5858 "@effect/platform-node" : " ^0.96.1" ,
5959 "@eslint/config-inspector" : " ^1.2.0" ,
6060 "@eslint/markdown" : " ^7.2.0" ,
119119 "cross-spawn" : " ^7.0.6" ,
120120 "esbuild" : " ^0.25.9" ,
121121 "lucide-react" : " ^0.543.0" ,
122- "next" : " ^15.5.2 " ,
122+ "next" : " ^15.5.3 " ,
123123 "react" : " ^19.1.1" ,
124124 "react-dom" : " ^19.1.1" ,
125125 "ts-api-utils" : " ^2.1.0" ,
You can’t perform that action at this time.
0 commit comments