create-rsbuild 2.0.0-beta.4 → 2.0.0-beta.5

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-rsbuild",
3
- "version": "2.0.0-beta.4",
3
+ "version": "2.0.0-beta.5",
4
4
  "description": "Create a new Rsbuild project",
5
5
  "homepage": "https://rsbuild.rs",
6
6
  "repository": {
@@ -23,19 +23,19 @@
23
23
  "bin.js"
24
24
  ],
25
25
  "dependencies": {
26
- "create-rstack": "1.7.21"
26
+ "create-rstack": "1.8.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@rsbuild/plugin-react": "^1.1.0",
30
- "@rslib/core": "0.19.5",
31
- "@types/node": "^24.10.12",
30
+ "@rslib/core": "0.19.6",
31
+ "@types/node": "^24.10.13",
32
32
  "typescript": "^5.9.3",
33
- "@rsbuild/core": "2.0.0-beta.4",
33
+ "@rsbuild/plugin-babel": "1.1.0",
34
+ "@rsbuild/core": "2.0.0-beta.5",
34
35
  "@rsbuild/plugin-preact": "1.7.1",
35
- "@rsbuild/plugin-solid": "1.0.7",
36
- "@rsbuild/plugin-svelte": "1.1.0",
36
+ "@rsbuild/plugin-solid": "1.0.8",
37
37
  "@rsbuild/plugin-vue": "1.2.6",
38
- "@rsbuild/plugin-babel": "1.1.0"
38
+ "@rsbuild/plugin-svelte": "1.1.0"
39
39
  },
40
40
  "engines": {
41
41
  "node": "^20.19.0 || >=22.12.0"
@@ -12,6 +12,6 @@
12
12
  "lit": "^3.3.2"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.0.0-beta.3"
15
+ "@rsbuild/core": "^2.0.0-beta.4"
16
16
  }
17
17
  }
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html>
2
+ <html lang="en">
3
3
  <head></head>
4
4
  <body>
5
5
  <my-element />
@@ -12,7 +12,7 @@
12
12
  "lit": "^3.3.2"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.0.0-beta.3",
15
+ "@rsbuild/core": "^2.0.0-beta.4",
16
16
  "typescript": "^5.9.3"
17
17
  }
18
18
  }
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html>
2
+ <html lang="en">
3
3
  <head></head>
4
4
  <body>
5
5
  <my-element />
@@ -9,10 +9,10 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "dependencies": {
12
- "preact": "^10.28.3"
12
+ "preact": "^10.28.4"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.0.0-beta.3",
15
+ "@rsbuild/core": "^2.0.0-beta.4",
16
16
  "@rsbuild/plugin-preact": "^1.7.1"
17
17
  }
18
18
  }
@@ -9,10 +9,10 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "dependencies": {
12
- "preact": "^10.28.3"
12
+ "preact": "^10.28.4"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.0.0-beta.3",
15
+ "@rsbuild/core": "^2.0.0-beta.4",
16
16
  "@rsbuild/plugin-preact": "^1.7.1",
17
17
  "typescript": "^5.9.3"
18
18
  }
@@ -13,7 +13,7 @@
13
13
  "react-dom": "^19.2.4"
14
14
  },
15
15
  "devDependencies": {
16
- "@rsbuild/core": "^2.0.0-beta.3",
16
+ "@rsbuild/core": "^2.0.0-beta.4",
17
17
  "@rsbuild/plugin-react": "^1.4.5"
18
18
  }
19
19
  }
@@ -13,9 +13,9 @@
13
13
  "react-dom": "^19.2.4"
14
14
  },
15
15
  "devDependencies": {
16
- "@rsbuild/core": "^2.0.0-beta.3",
16
+ "@rsbuild/core": "^2.0.0-beta.4",
17
17
  "@rsbuild/plugin-react": "^1.4.5",
18
- "@types/react": "^19.2.13",
18
+ "@types/react": "^19.2.14",
19
19
  "@types/react-dom": "^19.2.3",
20
20
  "typescript": "^5.9.3"
21
21
  }
@@ -13,7 +13,7 @@
13
13
  "react-dom": "^18.3.1"
14
14
  },
15
15
  "devDependencies": {
16
- "@rsbuild/core": "^2.0.0-beta.3",
16
+ "@rsbuild/core": "^2.0.0-beta.4",
17
17
  "@rsbuild/plugin-react": "^1.4.5"
18
18
  }
19
19
  }
@@ -13,7 +13,7 @@
13
13
  "react-dom": "^18.3.1"
14
14
  },
15
15
  "devDependencies": {
16
- "@rsbuild/core": "^2.0.0-beta.3",
16
+ "@rsbuild/core": "^2.0.0-beta.4",
17
17
  "@rsbuild/plugin-react": "^1.4.5",
18
18
  "@types/react": "^18.3.18",
19
19
  "@types/react-dom": "^18.3.5",
@@ -7,8 +7,8 @@
7
7
  "@testing-library/dom": "^10.4.1",
8
8
  "@testing-library/jest-dom": "^6.9.1",
9
9
  "@testing-library/react": "^16.3.2",
10
- "@rstest/core": "^0.8.3",
10
+ "@rstest/core": "^0.8.5",
11
11
  "@rstest/adapter-rsbuild": "^0.2.0",
12
- "happy-dom": "^20.5.3"
12
+ "happy-dom": "^20.7.0"
13
13
  }
14
14
  }
@@ -7,8 +7,8 @@
7
7
  "@testing-library/dom": "^10.4.1",
8
8
  "@testing-library/jest-dom": "^6.9.1",
9
9
  "@testing-library/react": "^16.3.2",
10
- "@rstest/core": "^0.8.3",
10
+ "@rstest/core": "^0.8.5",
11
11
  "@rstest/adapter-rsbuild": "^0.2.0",
12
- "happy-dom": "^20.5.3"
12
+ "happy-dom": "^20.7.0"
13
13
  }
14
14
  }
@@ -6,8 +6,8 @@
6
6
  "devDependencies": {
7
7
  "@testing-library/dom": "^10.4.1",
8
8
  "@testing-library/jest-dom": "^6.9.1",
9
- "@rstest/core": "^0.8.3",
9
+ "@rstest/core": "^0.8.5",
10
10
  "@rstest/adapter-rsbuild": "^0.2.0",
11
- "happy-dom": "^20.5.3"
11
+ "happy-dom": "^20.7.0"
12
12
  }
13
13
  }
@@ -6,8 +6,8 @@
6
6
  "devDependencies": {
7
7
  "@testing-library/dom": "^10.4.1",
8
8
  "@testing-library/jest-dom": "^6.9.1",
9
- "@rstest/core": "^0.8.3",
9
+ "@rstest/core": "^0.8.5",
10
10
  "@rstest/adapter-rsbuild": "^0.2.0",
11
- "happy-dom": "^20.5.3"
11
+ "happy-dom": "^20.7.0"
12
12
  }
13
13
  }
@@ -7,8 +7,8 @@
7
7
  "@testing-library/dom": "^10.4.1",
8
8
  "@testing-library/jest-dom": "^6.9.1",
9
9
  "@testing-library/vue": "^8.1.0",
10
- "@rstest/core": "^0.8.3",
10
+ "@rstest/core": "^0.8.5",
11
11
  "@rstest/adapter-rsbuild": "^0.2.0",
12
- "happy-dom": "^20.5.3"
12
+ "happy-dom": "^20.7.0"
13
13
  }
14
14
  }
@@ -7,8 +7,8 @@
7
7
  "@testing-library/dom": "^10.4.1",
8
8
  "@testing-library/jest-dom": "^6.9.1",
9
9
  "@testing-library/vue": "^8.1.0",
10
- "@rstest/core": "^0.8.3",
10
+ "@rstest/core": "^0.8.5",
11
11
  "@rstest/adapter-rsbuild": "^0.2.0",
12
- "happy-dom": "^20.5.3"
12
+ "happy-dom": "^20.7.0"
13
13
  }
14
14
  }
@@ -12,8 +12,8 @@
12
12
  "solid-js": "^1.9.11"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.0.0-beta.3",
15
+ "@rsbuild/core": "^2.0.0-beta.4",
16
16
  "@rsbuild/plugin-babel": "^1.1.0",
17
- "@rsbuild/plugin-solid": "^1.0.7"
17
+ "@rsbuild/plugin-solid": "^1.0.8"
18
18
  }
19
19
  }
@@ -12,9 +12,9 @@
12
12
  "solid-js": "^1.9.11"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.0.0-beta.3",
15
+ "@rsbuild/core": "^2.0.0-beta.4",
16
16
  "@rsbuild/plugin-babel": "^1.1.0",
17
- "@rsbuild/plugin-solid": "^1.0.7",
17
+ "@rsbuild/plugin-solid": "^1.0.8",
18
18
  "typescript": "^5.9.3"
19
19
  }
20
20
  }
@@ -9,10 +9,10 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "dependencies": {
12
- "svelte": "^5.50.0"
12
+ "svelte": "^5.53.2"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.0.0-beta.3",
15
+ "@rsbuild/core": "^2.0.0-beta.4",
16
16
  "@rsbuild/plugin-svelte": "^1.1.0"
17
17
  }
18
18
  }
@@ -10,12 +10,12 @@
10
10
  "svelte-check": "svelte-check --tsconfig ./tsconfig.json"
11
11
  },
12
12
  "dependencies": {
13
- "svelte": "^5.50.0"
13
+ "svelte": "^5.53.2"
14
14
  },
15
15
  "devDependencies": {
16
- "@rsbuild/core": "^2.0.0-beta.3",
16
+ "@rsbuild/core": "^2.0.0-beta.4",
17
17
  "@rsbuild/plugin-svelte": "^1.1.0",
18
- "svelte-check": "^4.3.6",
18
+ "svelte-check": "^4.4.3",
19
19
  "typescript": "^5.9.3"
20
20
  }
21
21
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "devDependencies": {
3
- "@tailwindcss/postcss": "^4.1.18",
4
- "tailwindcss": "^4.1.18"
3
+ "@tailwindcss/postcss": "^4.2.0",
4
+ "tailwindcss": "^4.2.0"
5
5
  }
6
6
  }
@@ -9,6 +9,6 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "devDependencies": {
12
- "@rsbuild/core": "^2.0.0-beta.3"
12
+ "@rsbuild/core": "^2.0.0-beta.4"
13
13
  }
14
14
  }
@@ -9,7 +9,7 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "devDependencies": {
12
- "@rsbuild/core": "^2.0.0-beta.3",
12
+ "@rsbuild/core": "^2.0.0-beta.4",
13
13
  "typescript": "^5.9.3"
14
14
  }
15
15
  }
@@ -12,7 +12,7 @@
12
12
  "vue": "^2.7.16"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.0.0-beta.3",
15
+ "@rsbuild/core": "^2.0.0-beta.4",
16
16
  "@rsbuild/plugin-vue2": "^1.1.1"
17
17
  }
18
18
  }
@@ -12,7 +12,7 @@
12
12
  "vue": "^2.7.16"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.0.0-beta.3",
15
+ "@rsbuild/core": "^2.0.0-beta.4",
16
16
  "@rsbuild/plugin-vue2": "^1.1.1",
17
17
  "typescript": "^5.9.3"
18
18
  }
@@ -9,10 +9,10 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "dependencies": {
12
- "vue": "^3.5.27"
12
+ "vue": "^3.5.28"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.0.0-beta.3",
15
+ "@rsbuild/core": "^2.0.0-beta.4",
16
16
  "@rsbuild/plugin-vue": "^1.2.6"
17
17
  }
18
18
  }
@@ -9,10 +9,10 @@
9
9
  "preview": "rsbuild preview"
10
10
  },
11
11
  "dependencies": {
12
- "vue": "^3.5.27"
12
+ "vue": "^3.5.28"
13
13
  },
14
14
  "devDependencies": {
15
- "@rsbuild/core": "^2.0.0-beta.3",
15
+ "@rsbuild/core": "^2.0.0-beta.4",
16
16
  "@rsbuild/plugin-vue": "^1.2.6",
17
17
  "typescript": "^5.9.3"
18
18
  }