@jsse/eslint-config 0.4.6 → 0.4.7

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.4.7
4
+
5
+ ### Patch Changes
6
+
7
+ - bump dependencies"
8
+
3
9
  ## 0.4.6
4
10
 
5
11
  ### Patch Changes
package/dist/cli.js CHANGED
@@ -1,4 +1,4 @@
1
- import { VERSION } from "./version-B7_cTDO2.js";
1
+ import { VERSION } from "./version-BhJxNYo2.js";
2
2
  import fs from "node:fs";
3
3
  import process$1 from "node:process";
4
4
  import { EventEmitter } from "events";
@@ -1 +1 @@
1
- export declare const VERSION = "0.4.6";
1
+ export declare const VERSION = "0.4.7";
@@ -1 +1 @@
1
- export const VERSION = "0.4.6";
1
+ export const VERSION = "0.4.7";
package/dist/index.d.ts CHANGED
@@ -13740,7 +13740,7 @@ declare function defineConfig(options?: OptionsConfig & Config, ...userConfigs:
13740
13740
  type DefineConfig = typeof defineConfig;
13741
13741
  //#endregion
13742
13742
  //#region src/generated/version.d.ts
13743
- declare const VERSION = "0.4.6";
13743
+ declare const VERSION = "0.4.7";
13744
13744
  declare namespace globs_d_exports {
13745
13745
  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_YAML };
13746
13746
  }
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { __commonJS, __export, __toESM } from "./chunk-CkHaCily.js";
2
- import { VERSION } from "./version-B7_cTDO2.js";
2
+ import { VERSION } from "./version-BhJxNYo2.js";
3
3
  import { builtinModules, createRequire } from "node:module";
4
4
  import fs, { promises, realpathSync, statSync } from "node:fs";
5
5
  import process$1 from "node:process";
@@ -1,5 +1,5 @@
1
1
  //#region src/generated/version.ts
2
- const VERSION = "0.4.6";
2
+ const VERSION = "0.4.7";
3
3
 
4
4
  //#endregion
5
5
  export { VERSION };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jsse/eslint-config",
3
3
  "type": "module",
4
- "version": "0.4.6",
4
+ "version": "0.4.7",
5
5
  "description": "@jsse/eslint-config ~ WYSIWYG",
6
6
  "author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
7
7
  "license": "MIT",
@@ -98,10 +98,10 @@
98
98
  "@jsse/tsconfig": "^0.3.0",
99
99
  "@types/debug": "^4.1.12",
100
100
  "@types/fs-extra": "^11.0.4",
101
- "@types/node": "^22.16.5",
101
+ "@types/node": "^22.17.0",
102
102
  "cac": "^6.7.14",
103
103
  "eslint": "^9.32.0",
104
- "eslint-flat-config-utils": "^2.1.0",
104
+ "eslint-flat-config-utils": "^2.1.1",
105
105
  "eslint-typegen": "^2.3.0",
106
106
  "execa": "~9.6.0",
107
107
  "fast-glob": "^3.3.3",