@danielwaltz/eslint-config 0.0.9 → 0.0.11

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,30 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## v0.0.11
5
+
6
+ [compare changes](https://github.com/danielwaltz/eslint-config/compare/v0.0.10...v0.0.11)
7
+
8
+ ### 🏡 Chore
9
+
10
+ - Update deps ([7af6630](https://github.com/danielwaltz/eslint-config/commit/7af6630))
11
+
12
+ ### ❤️ Contributors
13
+
14
+ - Daniel Waltz ([@danielwaltz](http://github.com/danielwaltz))
15
+
16
+ ## v0.0.10
17
+
18
+ [compare changes](https://github.com/danielwaltz/eslint-config/compare/v0.0.9...v0.0.10)
19
+
20
+ ### 🏡 Chore
21
+
22
+ - Update deps ([db98334](https://github.com/danielwaltz/eslint-config/commit/db98334))
23
+
24
+ ### ❤️ Contributors
25
+
26
+ - Daniel Waltz ([@danielwaltz](http://github.com/danielwaltz))
27
+
4
28
  ## v0.0.9
5
29
 
6
30
  [compare changes](https://github.com/danielwaltz/eslint-config/compare/v0.0.8...v0.0.9)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@danielwaltz/eslint-config",
3
- "version": "0.0.9",
4
- "packageManager": "pnpm@9.15.0",
3
+ "version": "0.0.11",
4
+ "packageManager": "pnpm@9.15.3",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "eslint-config"
@@ -27,7 +27,7 @@
27
27
  "scripts": {
28
28
  "build": "unbuild",
29
29
  "stub": "unbuild --stub",
30
- "lint": "eslint . --flag unstable_ts_config",
30
+ "lint": "eslint",
31
31
  "type-check": "tsc --noEmit",
32
32
  "prepack": "pnpm build",
33
33
  "test": "pnpm prepack && pnpm lint && pnpm type-check && pnpx publint@latest && pnpx @arethetypeswrong/cli@latest --pack --profile esm-only",
@@ -38,14 +38,14 @@
38
38
  "prettier": ">=3"
39
39
  },
40
40
  "dependencies": {
41
- "@sxzz/eslint-config": "^4.5.1",
42
- "eslint-flat-config-utils": "^0.4.0"
41
+ "@sxzz/eslint-config": "^4.6.0",
42
+ "eslint-flat-config-utils": "^1.0.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@tsconfig/node22": "^22.0.0",
46
- "@types/node": "~22.10.2",
46
+ "@types/node": "~22.10.5",
47
47
  "changelogen": "^0.5.7",
48
- "typescript": "~5.7.2",
49
- "unbuild": "^3.0.1"
48
+ "typescript": "~5.7.3",
49
+ "unbuild": "^3.2.0"
50
50
  }
51
51
  }