load-oxfmt-config 0.11.0 → 0.12.0

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 (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "load-oxfmt-config",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "Load and resolve oxfmt configuration files, including explicit JS/TS config paths, and merge supported `.editorconfig` settings for Oxfmt.",
5
5
  "keywords": [
6
6
  "editorconfig",
@@ -51,20 +51,20 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@ntnyq/tsconfig": "^3.1.0",
54
- "@types/node": "^25.9.2",
54
+ "@types/node": "^26.0.0",
55
55
  "@types/picomatch": "^4.0.3",
56
- "@typescript/native-preview": "^7.0.0-dev.20260609.1",
56
+ "@typescript/native-preview": "^7.0.0-dev.20260622.1",
57
57
  "bumpp": "^11.1.0",
58
58
  "husky": "^9.1.7",
59
59
  "nano-staged": "^1.0.2",
60
- "npm-run-all2": "^9.0.1",
61
- "oxfmt": "^0.54.0",
62
- "oxlint": "^1.69.0",
63
- "tsdown": "^0.22.2",
64
- "vitest": "^4.1.8"
60
+ "npm-run-all2": "^9.0.2",
61
+ "oxfmt": "^0.56.0",
62
+ "oxlint": "^1.71.0",
63
+ "tsdown": "^0.22.3",
64
+ "vitest": "^4.1.9"
65
65
  },
66
66
  "peerDependencies": {
67
- "oxfmt": ">=0.54.0"
67
+ "oxfmt": ">=0.56.0"
68
68
  },
69
69
  "nano-staged": {
70
70
  "*.{js,ts,mjs,tsx}": "oxlint --fix",