gdx 0.4.1 → 0.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gdx",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Git, but with better DX. The raw power of Git, aligned with human workflows.",
5
5
  "homepage": "https://github.com/Type-Delta/gdx#readme",
6
6
  "bugs": {
@@ -40,40 +40,43 @@
40
40
  "lint": "bun run ts-check && eslint src --ext .ts -c eslint.config.ts --fix",
41
41
  "build": "bun run transpile-esm && bun build ./src/index.ts --outfile=./bin/gdx --compile --bytecode --production --keep-names",
42
42
  "ts-check": "bunx tsc --noEmit",
43
- "package:node": "bun run transpile-esm && bun build ./src/index.ts --outdir=./dist --target=node --external=keytar --external=cspell-lib --external=@shikijs/cli --format=esm --production --keep-names",
43
+ "package:node": "bun run transpile-esm && bun build ./src/index.ts --outdir=./dist --target=node --external=keytar --external=cspell-lib --external=@shikijs/cli --external=yaml --format=esm --production --keep-names",
44
44
  "prepack": "bun run package:node",
45
45
  "postinstall": "node scripts/postinstall.cjs",
46
46
  "prettier": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"./*.md\"",
47
- "dummy-editor": "bun ./scripts/dummyEditor.mjs"
47
+ "dummy-editor": "bun ./scripts/dummyEditor.mjs",
48
+ "bench:litedent": "bun run ./test/benchmarks/litedent.bench.ts"
48
49
  },
49
50
  "devDependencies": {
50
- "@babel/cli": "^7.28.0",
51
- "@babel/core": "^7.28.0",
52
- "@babel/preset-env": "^7.27.2",
53
- "@babel/preset-typescript": "^7.27.1",
54
- "@eslint/js": "^9.22.0",
51
+ "@babel/cli": "^7.28.6",
52
+ "@babel/core": "^7.29.0",
53
+ "@babel/preset-env": "^7.29.2",
54
+ "@babel/preset-typescript": "^7.28.5",
55
+ "@eslint/js": "^9.39.4",
55
56
  "@types/chai": "^5.2.3",
56
- "@typescript-eslint/eslint-plugin": "^8.13.0",
57
- "@typescript-eslint/parser": "^8.13.0",
57
+ "@typescript-eslint/eslint-plugin": "^8.57.1",
58
+ "@typescript-eslint/parser": "^8.57.1",
58
59
  "banditypes": "^0.3.0",
59
60
  "bun-types": "latest",
60
- "chai": "^6.2.1",
61
- "dedent": "^1.7.0",
62
- "eslint": "^9.22.0",
61
+ "chai": "^6.2.2",
62
+ "dedent": "^1.7.2",
63
+ "eslint": "^10.0.3",
63
64
  "execa": "^9.6.1",
64
65
  "jiti": "^2.6.1",
65
- "openai": "^6.14.0",
66
- "prettier": "^3.6.2",
67
- "smol-toml": "^1.5.2",
66
+ "openai": "^6.32.0",
67
+ "prettier": "^3.8.1",
68
+ "smol-toml": "^1.6.0",
68
69
  "tinybench": "^6.0.0",
69
70
  "tsx": "^4.21.0",
70
- "typescript": "^5.8.3",
71
- "typescript-eslint": "^8.50.0",
71
+ "typescript": "^5.9.3",
72
+ "typescript-eslint": "^8.57.1",
72
73
  "unicode-animations": "^1.0.3"
73
74
  },
74
75
  "dependencies": {
75
- "@shikijs/cli": "^3.22.0",
76
+ "@shikijs/cli": "^4.0.2",
76
77
  "cspell-lib": "9.4.0",
77
- "keytar": "^7.9.0"
78
+ "diff": "^8.0.4",
79
+ "keytar": "^7.9.0",
80
+ "yaml": "^2.8.2"
78
81
  }
79
82
  }