create-rstack 1.3.1 → 1.4.1

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": "create-rstack",
3
- "version": "1.3.1",
3
+ "version": "1.4.1",
4
4
  "description": "Create a new Rstack project",
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,19 +41,19 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@biomejs/biome": "^1.9.4",
44
- "@clack/prompts": "^0.10.0",
45
- "@microsoft/api-extractor": "^7.51.0",
46
- "@rslib/core": "0.5.2",
44
+ "@clack/prompts": "^0.10.1",
45
+ "@microsoft/api-extractor": "^7.52.6",
46
+ "@rslib/core": "0.6.8",
47
47
  "@types/minimist": "^1.2.5",
48
- "@types/node": "22.13.7",
48
+ "@types/node": "22.15.3",
49
49
  "deepmerge": "^4.3.1",
50
50
  "minimist": "^1.2.8",
51
51
  "picocolors": "^1.1.1",
52
52
  "rslog": "^1.2.3",
53
- "simple-git-hooks": "^2.11.1",
54
- "typescript": "^5.8.2"
53
+ "simple-git-hooks": "^2.13.0",
54
+ "typescript": "^5.8.3"
55
55
  },
56
- "packageManager": "pnpm@10.5.2",
56
+ "packageManager": "pnpm@10.10.0",
57
57
  "publishConfig": {
58
58
  "access": "public",
59
59
  "provenance": true,
@@ -6,10 +6,10 @@
6
6
  "lint": "eslint ."
7
7
  },
8
8
  "devDependencies": {
9
- "@eslint/compat": "^1.2.7",
10
- "@eslint/js": "^9.21.0",
11
- "eslint": "^9.21.0",
12
- "eslint-plugin-react": "^7.37.4",
9
+ "@eslint/compat": "^1.2.8",
10
+ "@eslint/js": "^9.25.1",
11
+ "eslint": "^9.25.1",
12
+ "eslint-plugin-react": "^7.37.5",
13
13
  "eslint-plugin-react-hooks": "^5.2.0",
14
14
  "globals": "^16.0.0"
15
15
  }
@@ -6,12 +6,12 @@
6
6
  "lint": "eslint ."
7
7
  },
8
8
  "devDependencies": {
9
- "@eslint/compat": "^1.2.7",
10
- "@eslint/js": "^9.21.0",
11
- "eslint": "^9.21.0",
12
- "eslint-plugin-react": "^7.37.4",
9
+ "@eslint/compat": "^1.2.8",
10
+ "@eslint/js": "^9.25.1",
11
+ "eslint": "^9.25.1",
12
+ "eslint-plugin-react": "^7.37.5",
13
13
  "eslint-plugin-react-hooks": "^5.2.0",
14
14
  "globals": "^16.0.0",
15
- "typescript-eslint": "^8.25.0"
15
+ "typescript-eslint": "^8.31.1"
16
16
  }
17
17
  }
@@ -6,9 +6,9 @@
6
6
  "lint": "eslint ."
7
7
  },
8
8
  "devDependencies": {
9
- "@eslint/js": "^9.21.0",
10
- "eslint": "^9.21.0",
11
- "eslint-plugin-svelte": "^3.0.2",
9
+ "@eslint/js": "^9.25.1",
10
+ "eslint": "^9.25.1",
11
+ "eslint-plugin-svelte": "^3.5.1",
12
12
  "globals": "^16.0.0"
13
13
  }
14
14
  }
@@ -6,11 +6,11 @@
6
6
  "lint": "eslint ."
7
7
  },
8
8
  "devDependencies": {
9
- "@eslint/js": "^9.21.0",
10
- "eslint": "^9.21.0",
11
- "eslint-plugin-svelte": "^3.0.2",
9
+ "@eslint/js": "^9.25.1",
10
+ "eslint": "^9.25.1",
11
+ "eslint-plugin-svelte": "^3.5.1",
12
12
  "globals": "^16.0.0",
13
- "typescript-eslint": "^8.25.0"
13
+ "typescript-eslint": "^8.31.1"
14
14
  },
15
15
  "type": "module"
16
16
  }
@@ -6,8 +6,8 @@
6
6
  "lint": "eslint ."
7
7
  },
8
8
  "devDependencies": {
9
- "@eslint/js": "^9.21.0",
10
- "eslint": "^9.21.0",
9
+ "@eslint/js": "^9.25.1",
10
+ "eslint": "^9.25.1",
11
11
  "globals": "^16.0.0"
12
12
  }
13
13
  }
@@ -6,9 +6,9 @@
6
6
  "lint": "eslint ."
7
7
  },
8
8
  "devDependencies": {
9
- "@eslint/js": "^9.21.0",
10
- "eslint": "^9.21.0",
9
+ "@eslint/js": "^9.25.1",
10
+ "eslint": "^9.25.1",
11
11
  "globals": "^16.0.0",
12
- "typescript-eslint": "^8.25.0"
12
+ "typescript-eslint": "^8.31.1"
13
13
  }
14
14
  }
@@ -1,10 +1,15 @@
1
1
  import js from '@eslint/js';
2
- import vue from 'eslint-plugin-vue';
2
+ import pluginVue from 'eslint-plugin-vue';
3
+ import { defineConfig, globalIgnores } from 'eslint/config';
3
4
  import globals from 'globals';
4
5
 
5
- export default [
6
+ export default defineConfig([
7
+ {
8
+ name: 'app/files-to-lint',
9
+ files: ['**/*.{js,mjs,jsx,vue}'],
10
+ },
11
+ globalIgnores(['**/dist/**', '**/dist-ssr/**', '**/coverage/**']),
6
12
  { languageOptions: { globals: globals.browser } },
7
13
  js.configs.recommended,
8
- ...vue.configs['flat/essential'],
9
- { ignores: ['dist/'] },
10
- ];
14
+ ...pluginVue.configs['flat/essential'],
15
+ ]);
@@ -6,9 +6,9 @@
6
6
  "lint": "eslint ."
7
7
  },
8
8
  "devDependencies": {
9
- "@eslint/js": "^9.21.0",
10
- "eslint": "^9.21.0",
11
- "eslint-plugin-vue": "^9.32.0",
9
+ "@eslint/js": "^9.25.1",
10
+ "eslint": "^9.25.1",
11
+ "eslint-plugin-vue": "^10.1.0",
12
12
  "globals": "^16.0.0"
13
13
  }
14
14
  }
@@ -1,12 +1,23 @@
1
- import js from '@eslint/js';
2
- import vue from 'eslint-plugin-vue';
1
+ import {
2
+ defineConfigWithVueTs,
3
+ vueTsConfigs,
4
+ } from '@vue/eslint-config-typescript';
5
+ import pluginVue from 'eslint-plugin-vue';
6
+ import { globalIgnores } from 'eslint/config';
3
7
  import globals from 'globals';
4
- import ts from 'typescript-eslint';
5
8
 
6
- export default [
9
+ // To allow more languages other than `ts` in `.vue` files, uncomment the following lines:
10
+ // import { configureVueProject } from '@vue/eslint-config-typescript'
11
+ // configureVueProject({ scriptLangs: ['ts', 'tsx'] })
12
+ // More info at https://github.com/vuejs/eslint-config-typescript/#advanced-setup
13
+
14
+ export default defineConfigWithVueTs(
15
+ {
16
+ name: 'app/files-to-lint',
17
+ files: ['**/*.{ts,mts,tsx,vue}'],
18
+ },
19
+ globalIgnores(['**/dist/**', '**/dist-ssr/**', '**/coverage/**']),
7
20
  { languageOptions: { globals: globals.browser } },
8
- js.configs.recommended,
9
- ...ts.configs.recommended,
10
- ...vue.configs['flat/essential'],
11
- { ignores: ['dist/'] },
12
- ];
21
+ pluginVue.configs['flat/essential'],
22
+ vueTsConfigs.recommended,
23
+ );
@@ -6,10 +6,10 @@
6
6
  "lint": "eslint ."
7
7
  },
8
8
  "devDependencies": {
9
- "@eslint/js": "^9.21.0",
10
- "eslint": "^9.21.0",
11
- "eslint-plugin-vue": "^9.32.0",
9
+ "@vue/eslint-config-typescript": "^14.5.0",
10
+ "eslint": "^9.25.1",
11
+ "eslint-plugin-vue": "^10.1.0",
12
12
  "globals": "^16.0.0",
13
- "typescript-eslint": "^8.25.0"
13
+ "typescript-eslint": "^8.31.1"
14
14
  }
15
15
  }
@@ -6,6 +6,6 @@
6
6
  "format": "prettier --write ."
7
7
  },
8
8
  "devDependencies": {
9
- "prettier": "^3.5.2"
9
+ "prettier": "^3.5.3"
10
10
  }
11
11
  }