linted 18.2.0 → 18.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/tsconfig.json +12 -12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.18.0",
3
3
  "name": "linted",
4
- "version": "18.2.0",
4
+ "version": "18.2.2",
5
5
  "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
6
6
  "keywords": [
7
7
  "eslint",
@@ -46,7 +46,7 @@
46
46
  "peerDependencies": {
47
47
  "eslint": "~9.13.0",
48
48
  "mocha": "^10.7.3",
49
- "svelte": "^5.1.0",
49
+ "svelte": "^5.1.2",
50
50
  "typescript": ">=5.6.3"
51
51
  },
52
52
  "peerDependenciesMeta": {
@@ -61,7 +61,7 @@
61
61
  }
62
62
  },
63
63
  "dependencies": {
64
- "@eslinted/core": "5.0.0",
64
+ "@eslinted/core": "5.0.1",
65
65
  "@html-eslint/eslint-plugin": "0.27.0",
66
66
  "@html-eslint/parser": "0.27.0",
67
67
  "@stylistic/eslint-plugin": "2.9.0",
@@ -72,7 +72,7 @@
72
72
  "eslint-plugin-svelte": "2.46.0",
73
73
  "eslint-plugin-yml": "1.14.0",
74
74
  "jsonc-eslint-parser": "2.4.0",
75
- "svelte": "^5.1.0",
75
+ "svelte": "^5.1.2",
76
76
  "svelte-eslint-parser": "0.43.0",
77
77
  "yaml-eslint-parser": "1.2.3"
78
78
  },
package/tsconfig.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "display": "@jimbojet/tsc",
3
- "_version": "5.6.4",
3
+ "_version": "5.6.5",
4
4
  "_help": "https://www.typescriptlang.org/tsconfig/#quick-nav-Top%20Level",
5
5
  "$schema": "https://json.schemastore.org/tsconfig",
6
6
  "include": [
@@ -31,7 +31,7 @@
31
31
  "strictNullChecks": true,
32
32
  "strictPropertyInitialization": true,
33
33
  "useUnknownInCatchVariables": true,
34
- // #endregion
34
+ // #endregion TYPE CHECKING
35
35
 
36
36
 
37
37
  // #region MODULES
@@ -54,7 +54,7 @@
54
54
  "types": [
55
55
  /* {CONFIGURE} */
56
56
  ],
57
- // #endregion
57
+ // #endregion MODULES
58
58
 
59
59
 
60
60
  // #region EMIT
@@ -79,20 +79,20 @@
79
79
  "sourceMap": true,
80
80
  // "sourceRoot": "",
81
81
  // "stripInternal": true,
82
- // #endregion
82
+ // #endregion EMIT
83
83
 
84
84
 
85
85
  // #region JAVASCRIPT SUPPORT
86
86
  // "allowJs": true,
87
87
  // "checkJs": true,
88
88
  // "maxNodeModuleJsDepth": 1,
89
- // #endregion
89
+ // #endregion JAVASCRIPT SUPPORT
90
90
 
91
91
 
92
92
  // #region EDITOR SUPPORT
93
93
  // "disableSizeLimit": false,
94
94
  // "plugins": [],
95
- // #endregion
95
+ // #endregion EDITOR SUPPORT
96
96
 
97
97
 
98
98
  // #region INTEROP CONSTRAINTS
@@ -103,7 +103,7 @@
103
103
  // "isolatedModules": true,
104
104
  // "preserveSymlinks": true,
105
105
  "verbatimModuleSyntax": true,
106
- // #endregion
106
+ // #endregion INTEROP CONSTRAINTS
107
107
 
108
108
 
109
109
  // #region LANGUAGE AND ENVIRONMENT
@@ -122,7 +122,7 @@
122
122
  // "reactNamespace": "",
123
123
  "target": "es2022",
124
124
  // "useDefineForClassFields": true /* @default: target > es2022 : true; else : false*/,
125
- // #endregion
125
+ // #endregion LANGUAGE AND ENVIRONMENT
126
126
 
127
127
 
128
128
  // #region COMPILER DIAGNOSTICS
@@ -134,7 +134,7 @@
134
134
  // "listFiles": true,
135
135
  // "noCheck": true,
136
136
  // "traceResolution": true,
137
- // #endregion
137
+ // #endregion COMPILER DIAGNOSTICS
138
138
 
139
139
 
140
140
  // #region PROJECTS
@@ -144,18 +144,18 @@
144
144
  // "disableSourceOfProjectReferenceRedirect": true,
145
145
  "incremental": true,
146
146
  "tsBuildInfoFile": "dist/.tsbuildinfo",
147
- // #endregion
147
+ // #endregion PROJECTS
148
148
 
149
149
 
150
150
  // #region OUTPUT FORMATTING
151
151
  // "noErrorTruncation": true,
152
152
  // "preserveWatchOutput": true,
153
153
  // "pretty": true,
154
- // #endregion
154
+ // #endregion OUTPUT FORMATTING
155
155
 
156
156
 
157
157
  // #region COMPLETENESS
158
158
  "skipLibCheck": true /* @OVERRIDE */,
159
- // #endregion
159
+ // #endregion COMPLETENESS
160
160
  },
161
161
  }