@devkitlab/create-nextjs 0.2.11 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devkitlab/create-nextjs",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "description": "Create a DevkitLab Next.js starter app with TypeScript and Tailwind CSS.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -46,7 +46,7 @@ Open [http://localhost:3000](http://localhost:3000) into your browser to see the
46
46
  ## Project Structure
47
47
 
48
48
  ```plaintext
49
- NextJS-Starter/
49
+ root/
50
50
  ├── public/ # Static assets
51
51
  │ app/ # Next.js pages
52
52
  │ ├── _layout/ # Layout components
@@ -44,7 +44,7 @@
44
44
  "prettier": "3.2.5",
45
45
  "tailwindcss": "^3.4.1",
46
46
  "typescript": "^5",
47
- "typescript-eslint": "^7.8.0"
47
+ "typescript-eslint": "^8.0.0"
48
48
  },
49
49
  "packageManager": "yarn@1.22.22",
50
50
  "resolutions": {
@@ -184,13 +184,6 @@
184
184
  dependencies:
185
185
  tslib "^2.4.0"
186
186
 
187
- "@eslint-community/eslint-utils@^4.4.0":
188
- version "4.4.0"
189
- resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz"
190
- integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
191
- dependencies:
192
- eslint-visitor-keys "^3.3.0"
193
-
194
187
  "@eslint-community/eslint-utils@^4.8.0", "@eslint-community/eslint-utils@^4.9.1":
195
188
  version "4.9.1"
196
189
  resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
@@ -198,11 +191,6 @@
198
191
  dependencies:
199
192
  eslint-visitor-keys "^3.4.3"
200
193
 
201
- "@eslint-community/regexpp@^4.10.0":
202
- version "4.10.0"
203
- resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz"
204
- integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
205
-
206
194
  "@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2":
207
195
  version "4.12.2"
208
196
  resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
@@ -782,28 +770,6 @@
782
770
  dependencies:
783
771
  csstype "^3.2.2"
784
772
 
785
- "@types/semver@^7.5.8":
786
- version "7.5.8"
787
- resolved "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz"
788
- integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
789
-
790
- "@typescript-eslint/eslint-plugin@7.8.0":
791
- version "7.8.0"
792
- resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.8.0.tgz"
793
- integrity sha512-gFTT+ezJmkwutUPmB0skOj3GZJtlEGnlssems4AjkVweUPGj7jRwwqg0Hhg7++kPGJqKtTYx+R05Ftww372aIg==
794
- dependencies:
795
- "@eslint-community/regexpp" "^4.10.0"
796
- "@typescript-eslint/scope-manager" "7.8.0"
797
- "@typescript-eslint/type-utils" "7.8.0"
798
- "@typescript-eslint/utils" "7.8.0"
799
- "@typescript-eslint/visitor-keys" "7.8.0"
800
- debug "^4.3.4"
801
- graphemer "^1.4.0"
802
- ignore "^5.3.1"
803
- natural-compare "^1.4.0"
804
- semver "^7.6.0"
805
- ts-api-utils "^1.3.0"
806
-
807
773
  "@typescript-eslint/eslint-plugin@8.58.0":
808
774
  version "8.58.0"
809
775
  resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.0.tgz#ad40e492f1931f46da1bd888e52b9e56df9063aa"
@@ -818,17 +784,6 @@
818
784
  natural-compare "^1.4.0"
819
785
  ts-api-utils "^2.5.0"
820
786
 
821
- "@typescript-eslint/parser@7.8.0":
822
- version "7.8.0"
823
- resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.8.0.tgz"
824
- integrity sha512-KgKQly1pv0l4ltcftP59uQZCi4HUYswCLbTqVZEJu7uLX8CTLyswqMLqLN+2QFz4jCptqWVV4SB7vdxcH2+0kQ==
825
- dependencies:
826
- "@typescript-eslint/scope-manager" "7.8.0"
827
- "@typescript-eslint/types" "7.8.0"
828
- "@typescript-eslint/typescript-estree" "7.8.0"
829
- "@typescript-eslint/visitor-keys" "7.8.0"
830
- debug "^4.3.4"
831
-
832
787
  "@typescript-eslint/parser@8.58.0":
833
788
  version "8.58.0"
834
789
  resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.0.tgz#da04ece1967b6c2fe8f10c3473dabf3825795ef7"
@@ -849,14 +804,6 @@
849
804
  "@typescript-eslint/types" "^8.58.0"
850
805
  debug "^4.4.3"
851
806
 
852
- "@typescript-eslint/scope-manager@7.8.0":
853
- version "7.8.0"
854
- resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.8.0.tgz"
855
- integrity sha512-viEmZ1LmwsGcnr85gIq+FCYI7nO90DVbE37/ll51hjv9aG+YZMb4WDE2fyWpUR4O/UrhGRpYXK/XajcGTk2B8g==
856
- dependencies:
857
- "@typescript-eslint/types" "7.8.0"
858
- "@typescript-eslint/visitor-keys" "7.8.0"
859
-
860
807
  "@typescript-eslint/scope-manager@8.58.0":
861
808
  version "8.58.0"
862
809
  resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz#e304142775e49a1b7ac3c8bf2536714447c72cab"
@@ -870,16 +817,6 @@
870
817
  resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz#c5a8edb21f31e0fdee565724e1b984171c559482"
871
818
  integrity sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==
872
819
 
873
- "@typescript-eslint/type-utils@7.8.0":
874
- version "7.8.0"
875
- resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.8.0.tgz"
876
- integrity sha512-H70R3AefQDQpz9mGv13Uhi121FNMh+WEaRqcXTX09YEDky21km4dV1ZXJIp8QjXc4ZaVkXVdohvWDzbnbHDS+A==
877
- dependencies:
878
- "@typescript-eslint/typescript-estree" "7.8.0"
879
- "@typescript-eslint/utils" "7.8.0"
880
- debug "^4.3.4"
881
- ts-api-utils "^1.3.0"
882
-
883
820
  "@typescript-eslint/type-utils@8.58.0":
884
821
  version "8.58.0"
885
822
  resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz#ce0e72cd967ffbbe8de322db6089bd4374be352f"
@@ -891,30 +828,11 @@
891
828
  debug "^4.4.3"
892
829
  ts-api-utils "^2.5.0"
893
830
 
894
- "@typescript-eslint/types@7.8.0":
895
- version "7.8.0"
896
- resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.8.0.tgz"
897
- integrity sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==
898
-
899
831
  "@typescript-eslint/types@8.58.0", "@typescript-eslint/types@^8.58.0":
900
832
  version "8.58.0"
901
833
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.0.tgz#e94ae7abdc1c6530e71183c1007b61fa93112a5a"
902
834
  integrity sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==
903
835
 
904
- "@typescript-eslint/typescript-estree@7.8.0":
905
- version "7.8.0"
906
- resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.8.0.tgz"
907
- integrity sha512-5pfUCOwK5yjPaJQNy44prjCwtr981dO8Qo9J9PwYXZ0MosgAbfEMB008dJ5sNo3+/BN6ytBPuSvXUg9SAqB0dg==
908
- dependencies:
909
- "@typescript-eslint/types" "7.8.0"
910
- "@typescript-eslint/visitor-keys" "7.8.0"
911
- debug "^4.3.4"
912
- globby "^11.1.0"
913
- is-glob "^4.0.3"
914
- minimatch "^9.0.4"
915
- semver "^7.6.0"
916
- ts-api-utils "^1.3.0"
917
-
918
836
  "@typescript-eslint/typescript-estree@8.58.0":
919
837
  version "8.58.0"
920
838
  resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz#ed233faa8e2f2a2e1357c3e7d553d6465a0ee59a"
@@ -930,19 +848,6 @@
930
848
  tinyglobby "^0.2.15"
931
849
  ts-api-utils "^2.5.0"
932
850
 
933
- "@typescript-eslint/utils@7.8.0":
934
- version "7.8.0"
935
- resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.8.0.tgz"
936
- integrity sha512-L0yFqOCflVqXxiZyXrDr80lnahQfSOfc9ELAAZ75sqicqp2i36kEZZGuUymHNFoYOqxRT05up760b4iGsl02nQ==
937
- dependencies:
938
- "@eslint-community/eslint-utils" "^4.4.0"
939
- "@types/json-schema" "^7.0.15"
940
- "@types/semver" "^7.5.8"
941
- "@typescript-eslint/scope-manager" "7.8.0"
942
- "@typescript-eslint/types" "7.8.0"
943
- "@typescript-eslint/typescript-estree" "7.8.0"
944
- semver "^7.6.0"
945
-
946
851
  "@typescript-eslint/utils@8.58.0":
947
852
  version "8.58.0"
948
853
  resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.0.tgz#21a74a7963b0d288b719a4121c7dd555adaab3c3"
@@ -953,14 +858,6 @@
953
858
  "@typescript-eslint/types" "8.58.0"
954
859
  "@typescript-eslint/typescript-estree" "8.58.0"
955
860
 
956
- "@typescript-eslint/visitor-keys@7.8.0":
957
- version "7.8.0"
958
- resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.8.0.tgz"
959
- integrity sha512-q4/gibTNBQNA0lGyYQCmWRS5D15n8rXh4QjK3KV+MBPlTYHpfBUT3D3PaPR/HeNiI9W6R7FvlkcGhNyAoP+caA==
960
- dependencies:
961
- "@typescript-eslint/types" "7.8.0"
962
- eslint-visitor-keys "^3.4.3"
963
-
964
861
  "@typescript-eslint/visitor-keys@8.58.0":
965
862
  version "8.58.0"
966
863
  resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz#2abd55a4be70fd55967aceaba4330b9ba9f45189"
@@ -1101,11 +998,6 @@ array-includes@^3.1.9:
1101
998
  is-string "^1.1.1"
1102
999
  math-intrinsics "^1.1.0"
1103
1000
 
1104
- array-union@^2.1.0:
1105
- version "2.1.0"
1106
- resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz"
1107
- integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
1108
-
1109
1001
  array.prototype.findlast@^1.2.5:
1110
1002
  version "1.2.5"
1111
1003
  resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904"
@@ -1633,13 +1525,6 @@ diff@^4.0.1:
1633
1525
  resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
1634
1526
  integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
1635
1527
 
1636
- dir-glob@^3.0.1:
1637
- version "3.0.1"
1638
- resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz"
1639
- integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
1640
- dependencies:
1641
- path-type "^4.0.0"
1642
-
1643
1528
  dlv@^1.1.3:
1644
1529
  version "1.1.3"
1645
1530
  resolved "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz"
@@ -2122,7 +2007,7 @@ eslint-scope@^8.4.0:
2122
2007
  esrecurse "^4.3.0"
2123
2008
  estraverse "^5.2.0"
2124
2009
 
2125
- eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
2010
+ eslint-visitor-keys@^3.4.3:
2126
2011
  version "3.4.3"
2127
2012
  resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz"
2128
2013
  integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -2246,7 +2131,7 @@ fast-glob@3.3.1:
2246
2131
  merge2 "^1.3.0"
2247
2132
  micromatch "^4.0.4"
2248
2133
 
2249
- fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.1:
2134
+ fast-glob@^3.3.0, fast-glob@^3.3.1:
2250
2135
  version "3.3.2"
2251
2136
  resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz"
2252
2137
  integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -2498,18 +2383,6 @@ globalthis@^1.0.4:
2498
2383
  define-properties "^1.2.1"
2499
2384
  gopd "^1.0.1"
2500
2385
 
2501
- globby@^11.1.0:
2502
- version "11.1.0"
2503
- resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz"
2504
- integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
2505
- dependencies:
2506
- array-union "^2.1.0"
2507
- dir-glob "^3.0.1"
2508
- fast-glob "^3.2.9"
2509
- ignore "^5.2.0"
2510
- merge2 "^1.4.1"
2511
- slash "^3.0.0"
2512
-
2513
2386
  gopd@^1.0.1:
2514
2387
  version "1.0.1"
2515
2388
  resolved "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz"
@@ -2527,11 +2400,6 @@ graceful-fs@^4.2.4:
2527
2400
  resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz"
2528
2401
  integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
2529
2402
 
2530
- graphemer@^1.4.0:
2531
- version "1.4.0"
2532
- resolved "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz"
2533
- integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
2534
-
2535
2403
  has-bigints@^1.0.1, has-bigints@^1.0.2:
2536
2404
  version "1.0.2"
2537
2405
  resolved "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz"
@@ -2607,7 +2475,7 @@ husky@^9.0.11:
2607
2475
  resolved "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz"
2608
2476
  integrity sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==
2609
2477
 
2610
- ignore@^5.2.0, ignore@^5.3.1:
2478
+ ignore@^5.2.0:
2611
2479
  version "5.3.1"
2612
2480
  resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz"
2613
2481
  integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
@@ -3160,13 +3028,6 @@ lru-cache@^5.1.1:
3160
3028
  dependencies:
3161
3029
  yallist "^3.0.2"
3162
3030
 
3163
- lru-cache@^6.0.0:
3164
- version "6.0.0"
3165
- resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz"
3166
- integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
3167
- dependencies:
3168
- yallist "^4.0.0"
3169
-
3170
3031
  make-error@^1.1.1:
3171
3032
  version "1.3.6"
3172
3033
  resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
@@ -3182,7 +3043,7 @@ merge-stream@^2.0.0:
3182
3043
  resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz"
3183
3044
  integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
3184
3045
 
3185
- merge2@^1.3.0, merge2@^1.4.1:
3046
+ merge2@^1.3.0:
3186
3047
  version "1.4.1"
3187
3048
  resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz"
3188
3049
  integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -3226,7 +3087,7 @@ minimatch@^3.1.5:
3226
3087
  dependencies:
3227
3088
  brace-expansion "^1.1.7"
3228
3089
 
3229
- minimatch@^9.0.1, minimatch@^9.0.4:
3090
+ minimatch@^9.0.1:
3230
3091
  version "9.0.4"
3231
3092
  resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz"
3232
3093
  integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
@@ -3501,11 +3362,6 @@ path-scurry@^1.10.1:
3501
3362
  lru-cache "^10.2.0"
3502
3363
  minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
3503
3364
 
3504
- path-type@^4.0.0:
3505
- version "4.0.0"
3506
- resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
3507
- integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
3508
-
3509
3365
  picocolors@^1.0.0:
3510
3366
  version "1.0.0"
3511
3367
  resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz"
@@ -3869,13 +3725,6 @@ semver@^6.3.1:
3869
3725
  resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
3870
3726
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
3871
3727
 
3872
- semver@^7.6.0:
3873
- version "7.6.0"
3874
- resolved "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz"
3875
- integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
3876
- dependencies:
3877
- lru-cache "^6.0.0"
3878
-
3879
3728
  semver@^7.6.3:
3880
3729
  version "7.7.1"
3881
3730
  resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
@@ -4059,11 +3908,6 @@ simple-swizzle@^0.2.2:
4059
3908
  dependencies:
4060
3909
  is-arrayish "^0.3.1"
4061
3910
 
4062
- slash@^3.0.0:
4063
- version "3.0.0"
4064
- resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz"
4065
- integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
4066
-
4067
3911
  slice-ansi@^5.0.0:
4068
3912
  version "5.0.0"
4069
3913
  resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz"
@@ -4358,11 +4202,6 @@ to-regex-range@^5.0.1:
4358
4202
  dependencies:
4359
4203
  is-number "^7.0.0"
4360
4204
 
4361
- ts-api-utils@^1.3.0:
4362
- version "1.3.0"
4363
- resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz"
4364
- integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
4365
-
4366
4205
  ts-api-utils@^2.5.0:
4367
4206
  version "2.5.0"
4368
4207
  resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
@@ -4523,16 +4362,7 @@ typed-array-length@^1.0.7:
4523
4362
  possible-typed-array-names "^1.0.0"
4524
4363
  reflect.getprototypeof "^1.0.6"
4525
4364
 
4526
- typescript-eslint@^7.8.0:
4527
- version "7.8.0"
4528
- resolved "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-7.8.0.tgz"
4529
- integrity sha512-sheFG+/D8N/L7gC3WT0Q8sB97Nm573Yfr+vZFzl/4nBdYcmviBPtwGSX9TJ7wpVg28ocerKVOt+k2eGmHzcgVA==
4530
- dependencies:
4531
- "@typescript-eslint/eslint-plugin" "7.8.0"
4532
- "@typescript-eslint/parser" "7.8.0"
4533
- "@typescript-eslint/utils" "7.8.0"
4534
-
4535
- typescript-eslint@^8.46.0:
4365
+ typescript-eslint@^8.0.0, typescript-eslint@^8.46.0:
4536
4366
  version "8.58.0"
4537
4367
  resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.58.0.tgz#5758b1b68ae7ec05d756b98c63a1f6953a01172b"
4538
4368
  integrity sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA==
@@ -4735,11 +4565,6 @@ yallist@^3.0.2:
4735
4565
  resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
4736
4566
  integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
4737
4567
 
4738
- yallist@^4.0.0:
4739
- version "4.0.0"
4740
- resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz"
4741
- integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
4742
-
4743
4568
  yaml@2.3.4, yaml@^2.3.4:
4744
4569
  version "2.3.4"
4745
4570
  resolved "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz"
@@ -1,10 +0,0 @@
1
- {
2
- "plugins": ["@typescript-eslint"],
3
- "extends": ["next/core-web-vitals", "prettier"],
4
- "rules": {
5
- "no-unused-vars": "error",
6
- "no-console": "warn",
7
- "react/jsx-uses-react": "warn",
8
- "@typescript-eslint/no-explicit-any": "error"
9
- }
10
- }