@jsse/eslint-config 0.2.32 → 0.2.33

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/dist/index.js CHANGED
@@ -28,9 +28,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  mod
29
29
  ));
30
30
 
31
- // node_modules/.pnpm/globals@15.14.0/node_modules/globals/globals.json
31
+ // node_modules/.pnpm/globals@15.15.0/node_modules/globals/globals.json
32
32
  var require_globals = __commonJS({
33
- "node_modules/.pnpm/globals@15.14.0/node_modules/globals/globals.json"(exports, module) {
33
+ "node_modules/.pnpm/globals@15.15.0/node_modules/globals/globals.json"(exports, module) {
34
34
  module.exports = {
35
35
  amd: {
36
36
  define: false,
@@ -2696,6 +2696,7 @@ var require_globals = __commonJS({
2696
2696
  assertType: false,
2697
2697
  beforeAll: false,
2698
2698
  beforeEach: false,
2699
+ chai: false,
2699
2700
  describe: false,
2700
2701
  expect: false,
2701
2702
  expectTypeOf: false,
@@ -3032,9 +3033,9 @@ var require_globals = __commonJS({
3032
3033
  }
3033
3034
  });
3034
3035
 
3035
- // node_modules/.pnpm/globals@15.14.0/node_modules/globals/index.js
3036
+ // node_modules/.pnpm/globals@15.15.0/node_modules/globals/index.js
3036
3037
  var require_globals2 = __commonJS({
3037
- "node_modules/.pnpm/globals@15.14.0/node_modules/globals/index.js"(exports, module) {
3038
+ "node_modules/.pnpm/globals@15.15.0/node_modules/globals/index.js"(exports, module) {
3038
3039
  "use strict";
3039
3040
  module.exports = require_globals();
3040
3041
  }
@@ -13452,7 +13453,7 @@ async function defineConfig(options = {}, ...userConfigs) {
13452
13453
  }
13453
13454
 
13454
13455
  // src/generated/version.ts
13455
- var VERSION = "0.2.32";
13456
+ var VERSION = "0.2.33";
13456
13457
 
13457
13458
  // src/presets.ts
13458
13459
  var jsseReact = (options, ...configs) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jsse/eslint-config",
3
3
  "type": "module",
4
- "version": "0.2.32",
4
+ "version": "0.2.33",
5
5
  "description": "@jsse/eslint-config ~ WYSIWYG",
6
6
  "author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
7
7
  "license": "MIT",
@@ -68,26 +68,26 @@
68
68
  "dependencies": {
69
69
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
70
70
  "@eslint/compat": "^1.2.6",
71
- "@eslint/js": "~9.19.0",
71
+ "@eslint/js": "~9.20.0",
72
72
  "@eslint/markdown": "^6.2.2",
73
- "@stylistic/eslint-plugin": "3.0.1",
74
- "@typescript-eslint/eslint-plugin": "^8.23.0",
75
- "@typescript-eslint/parser": "^8.23.0",
76
- "@vitest/eslint-plugin": "^1.1.25",
73
+ "@stylistic/eslint-plugin": "3.1.0",
74
+ "@typescript-eslint/eslint-plugin": "^8.24.1",
75
+ "@typescript-eslint/parser": "^8.24.1",
76
+ "@vitest/eslint-plugin": "^1.1.31",
77
77
  "eslint-config-flat-gitignore": "^2.0.0",
78
78
  "eslint-define-config": "^2.1.0",
79
- "eslint-merge-processors": "^1.0.0",
80
- "eslint-plugin-antfu": "^3.0.0",
81
- "eslint-plugin-command": "^3.0.0",
79
+ "eslint-merge-processors": "^2.0.0",
80
+ "eslint-plugin-antfu": "^3.1.0",
81
+ "eslint-plugin-command": "^3.1.0",
82
82
  "eslint-plugin-import-x": "^4.6.1",
83
83
  "eslint-plugin-jsdoc": "^50.6.3",
84
84
  "eslint-plugin-jsonc": "^2.19.1",
85
85
  "eslint-plugin-n": "^17.15.1",
86
86
  "eslint-plugin-no-only-tests": "^3.3.0",
87
- "eslint-plugin-perfectionist": "^4.8.0",
87
+ "eslint-plugin-perfectionist": "^4.9.0",
88
88
  "eslint-plugin-react": "~7.37.4",
89
89
  "eslint-plugin-react-hooks": "~5.1.0",
90
- "eslint-plugin-react-refresh": "~0.4.18",
90
+ "eslint-plugin-react-refresh": "~0.4.19",
91
91
  "eslint-plugin-toml": "^0.12.0",
92
92
  "eslint-plugin-tsdoc": "^0.4.0",
93
93
  "eslint-plugin-unicorn": "^56.0.1",
@@ -95,32 +95,32 @@
95
95
  "eslint-plugin-yml": "^1.15.0",
96
96
  "jsonc-eslint-parser": "^2.4.0",
97
97
  "toml-eslint-parser": "^0.10.0",
98
- "typescript-eslint": "^8.23.0",
98
+ "typescript-eslint": "^8.24.1",
99
99
  "yaml-eslint-parser": "^1.2.3"
100
100
  },
101
101
  "devDependencies": {
102
102
  "@biomejs/biome": "1.9.4",
103
- "@changesets/cli": "^2.27.12",
103
+ "@changesets/cli": "^2.28.0",
104
104
  "@jsse/prettier-config": "^0.1.0",
105
105
  "@jsse/tsconfig": "^0.2.3",
106
- "@stylistic/eslint-plugin-jsx": "^3.0.1",
106
+ "@stylistic/eslint-plugin-jsx": "^3.1.0",
107
107
  "@types/eslint": "^9.6.1",
108
108
  "@types/eslint__js": "~8.42.3",
109
109
  "@types/fs-extra": "^11.0.4",
110
- "@types/node": "^22.13.1",
110
+ "@types/node": "^22.13.4",
111
111
  "cac": "^6.7.14",
112
- "eslint": "^9.19.0",
112
+ "eslint": "^9.20.1",
113
113
  "eslint-flat-config-utils": "^2.0.1",
114
114
  "eslint-plugin-tailwindcss": "^3.18.0",
115
115
  "eslint-typegen": "^1.0.0",
116
116
  "execa": "~9.5.1",
117
117
  "fast-glob": "^3.3.3",
118
118
  "fs-extra": "^11.3.0",
119
- "globals": "^15.14.0",
119
+ "globals": "^15.15.0",
120
120
  "local-pkg": "^1.0.0",
121
121
  "neverthrow": "^8.1.1",
122
122
  "picocolors": "^1.1.1",
123
- "prettier": "^3.3.3",
123
+ "prettier": "^3.5.1",
124
124
  "react": "~19.0.0",
125
125
  "rimraf": "^6.0.1",
126
126
  "tailwindcss": "^3.4.17",