@batijs/cli 0.0.238 → 0.0.239

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.
@@ -50,7 +50,7 @@ var require_package = __commonJS({
50
50
  "eslint-plugin-solid": "^0.14.1",
51
51
  "eslint-plugin-vue": "^9.27.0",
52
52
  globals: "^15.8.0",
53
- "typescript-eslint": "^7.18.0",
53
+ "typescript-eslint": "^8.0.0",
54
54
  "vue-eslint-parser": "^9.4.3"
55
55
  },
56
56
  dependencies: {
package/dist/index.js CHANGED
@@ -1591,7 +1591,7 @@ var createDefaultQueryTester = function(query, options) {
1591
1591
  // package.json
1592
1592
  var package_default = {
1593
1593
  name: "@batijs/cli",
1594
- version: "0.0.238",
1594
+ version: "0.0.239",
1595
1595
  type: "module",
1596
1596
  scripts: {
1597
1597
  "check-types": "tsc --noEmit",
@@ -1805,7 +1805,7 @@ async function checkArguments(args) {
1805
1805
  }
1806
1806
  try {
1807
1807
  await access(args.project, constants.W_OK);
1808
- } catch (_) {
1808
+ } catch {
1809
1809
  console.error(
1810
1810
  `${yellow("\u26A0")} Target folder ${cyan(args.project)} already exists but is not writable. ${yellow(
1811
1811
  "Aborting"
@@ -1903,7 +1903,7 @@ function gitInit(cwd) {
1903
1903
  ].join(" "),
1904
1904
  { cwd, stdio: "ignore" }
1905
1905
  );
1906
- } catch (e) {
1906
+ } catch {
1907
1907
  try {
1908
1908
  rmSync(join(cwd, ".git"), { recursive: true, force: true });
1909
1909
  } catch {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/cli",
3
- "version": "0.0.238",
3
+ "version": "0.0.239",
4
4
  "type": "module",
5
5
  "keywords": [],
6
6
  "description": "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want",
@@ -20,12 +20,12 @@
20
20
  "typescript": "^5.5.4",
21
21
  "unplugin-purge-polyfills": "^0.0.4",
22
22
  "vite": "^5.3.5",
23
- "@batijs/build": "0.0.238",
24
- "@batijs/compile": "0.0.238"
23
+ "@batijs/build": "0.0.239",
24
+ "@batijs/compile": "0.0.239"
25
25
  },
26
26
  "dependencies": {
27
- "@batijs/core": "0.0.238",
28
- "@batijs/features": "0.0.238"
27
+ "@batijs/core": "0.0.239",
28
+ "@batijs/features": "0.0.239"
29
29
  },
30
30
  "bin": "./dist/index.js",
31
31
  "exports": {