@jsse/eslint-config 0.6.1 → 0.6.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @jsse/eslint-config
2
2
 
3
+ ## 0.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fix `no-restricted-syntax` settings
8
+
3
9
  ## 0.6.0
4
10
 
5
11
  ### Minor Changes
package/dist/cli.js CHANGED
@@ -1,4 +1,4 @@
1
- import { n as DEBUG$1, t as VERSION } from "./version-C8gdC_Ss.js";
1
+ import { n as DEBUG$1, t as VERSION } from "./version-B1I0SM9v.js";
2
2
  import process$1 from "node:process";
3
3
  import fs from "node:fs";
4
4
  //#region node_modules/.pnpm/cac@7.0.0/node_modules/cac/dist/index.js
package/dist/index.d.ts CHANGED
@@ -14698,7 +14698,7 @@ declare function defineConfig(options?: OptionsConfig & Config, ...userConfigs:
14698
14698
  type DefineConfig = typeof defineConfig;
14699
14699
  //#endregion
14700
14700
  //#region src/generated/version.d.ts
14701
- declare const VERSION = "0.6.1";
14701
+ declare const VERSION = "0.6.2";
14702
14702
  declare namespace globs_d_exports {
14703
14703
  export { GLOB_ALL_SRC, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_JS_SRC_EXT, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSCONFIG, GLOB_TSX, GLOB_TS_SRC_EXT, GLOB_YAML };
14704
14704
  }
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { n as __exportAll, r as __toESM, t as __commonJSMin } from "./chunk-CSNpwdVU.js";
2
- import { n as DEBUG, r as SLOW_RULES, t as VERSION } from "./version-C8gdC_Ss.js";
2
+ import { n as DEBUG, r as SLOW_RULES, t as VERSION } from "./version-B1I0SM9v.js";
3
3
  import { builtinModules, createRequire } from "node:module";
4
4
  import process$1 from "node:process";
5
5
  import fs, { realpathSync, statSync } from "node:fs";
@@ -11368,8 +11368,11 @@ function typescriptRulesTypeOblivious() {
11368
11368
  "@typescript-eslint/prefer-literal-enum-member": ["error", { allowBitwiseExpressions: true }],
11369
11369
  "no-restricted-syntax": [
11370
11370
  "error",
11371
- "ForInStatement",
11372
- "LabeledStatement"
11371
+ "DebuggerStatement",
11372
+ "LabeledStatement",
11373
+ "WithStatement",
11374
+ "TSEnumDeclaration[const=true]",
11375
+ "TSExportAssignment"
11373
11376
  ]
11374
11377
  };
11375
11378
  }
@@ -34,6 +34,6 @@ const SLOW_RULES = [
34
34
  ];
35
35
  //#endregion
36
36
  //#region src/generated/version.ts
37
- const VERSION = "0.6.1";
37
+ const VERSION = "0.6.2";
38
38
  //#endregion
39
39
  export { DEBUG as n, SLOW_RULES as r, VERSION as t };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jsse/eslint-config",
3
3
  "type": "module",
4
- "version": "0.6.1",
4
+ "version": "0.6.2",
5
5
  "description": "@jsse/eslint-config ~ WYSIWYG",
6
6
  "author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
7
7
  "license": "MIT",
@@ -112,13 +112,13 @@
112
112
  "fs-extra": "^11.3.4",
113
113
  "globals": "^17.4.0",
114
114
  "local-pkg": "^1.1.2",
115
- "oxfmt": "^0.36.0",
116
- "oxlint": "^1.51.0",
115
+ "oxfmt": "^0.38.0",
116
+ "oxlint": "^1.53.0",
117
117
  "picocolors": "^1.1.1",
118
118
  "prettier": "^3.8.1",
119
119
  "react": "~19.2.4",
120
120
  "rimraf": "^6.1.3",
121
- "tsdown": "^0.21.1",
121
+ "tsdown": "^0.21.2",
122
122
  "tsx": "^4.21.0",
123
123
  "typescript": "~5.9.3",
124
124
  "vitest": "^4.0.18"