Skip to content

Commit 7620fb4

Browse files
committed
version 3.3.0 snapshot
1 parent 172bb60 commit 7620fb4

File tree

176 files changed

+648
-552
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+648
-552
lines changed

cypress/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
"dev": "vite",
66
"build": "vite build",
77
"preview": "vite preview --port 4173",
8-
"test:e2e": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress open --e2e'",
9-
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress run --e2e'",
8+
"test:e2e": "start-server-and-test preview http://localhost:4173/ 'cypress open --e2e'",
9+
"test:e2e:ci": "start-server-and-test preview http://localhost:4173/ 'cypress run --e2e'",
1010
"test:unit": "cypress open --component",
1111
"test:unit:ci": "cypress run --component --quiet --reporter spec"
1212
},
1313
"dependencies": {
1414
"vue": "^3.2.37"
1515
},
1616
"devDependencies": {
17-
"@vitejs/plugin-vue": "^2.3.3",
17+
"@vitejs/plugin-vue": "^3.0.1",
1818
"cypress": "^10.3.0",
1919
"start-server-and-test": "^1.14.0",
20-
"vite": "^2.9.14"
20+
"vite": "^3.0.1"
2121
}
2222
}

cypress/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fileURLToPath, URL } from 'url'
1+
import { fileURLToPath, URL } from 'node:url'
22

33
import { defineConfig } from 'vite'
44
import vue from '@vitejs/plugin-vue'

default/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"vue": "^3.2.37"
1111
},
1212
"devDependencies": {
13-
"@vitejs/plugin-vue": "^2.3.3",
14-
"vite": "^2.9.14"
13+
"@vitejs/plugin-vue": "^3.0.1",
14+
"vite": "^3.0.1"
1515
}
1616
}

default/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fileURLToPath, URL } from 'url'
1+
import { fileURLToPath, URL } from 'node:url'
22

33
import { defineConfig } from 'vite'
44
import vue from '@vitejs/plugin-vue'

jsx-cypress/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@
55
"dev": "vite",
66
"build": "vite build",
77
"preview": "vite preview --port 4173",
8-
"test:e2e": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress open --e2e'",
9-
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress run --e2e'",
8+
"test:e2e": "start-server-and-test preview http://localhost:4173/ 'cypress open --e2e'",
9+
"test:e2e:ci": "start-server-and-test preview http://localhost:4173/ 'cypress run --e2e'",
1010
"test:unit": "cypress open --component",
1111
"test:unit:ci": "cypress run --component --quiet --reporter spec"
1212
},
1313
"dependencies": {
1414
"vue": "^3.2.37"
1515
},
1616
"devDependencies": {
17-
"@vitejs/plugin-vue": "^2.3.3",
18-
"@vitejs/plugin-vue-jsx": "^1.3.10",
17+
"@vitejs/plugin-vue": "^3.0.1",
18+
"@vitejs/plugin-vue-jsx": "^2.0.0",
1919
"cypress": "^10.3.0",
2020
"start-server-and-test": "^1.14.0",
21-
"vite": "^2.9.14"
21+
"vite": "^3.0.1",
22+
"vue": "^3.2.37"
2223
}
2324
}

jsx-cypress/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fileURLToPath, URL } from 'url'
1+
import { fileURLToPath, URL } from 'node:url'
22

33
import { defineConfig } from 'vite'
44
import vue from '@vitejs/plugin-vue'

jsx-pinia-cypress/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@
55
"dev": "vite",
66
"build": "vite build",
77
"preview": "vite preview --port 4173",
8-
"test:e2e": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress open --e2e'",
9-
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress run --e2e'",
8+
"test:e2e": "start-server-and-test preview http://localhost:4173/ 'cypress open --e2e'",
9+
"test:e2e:ci": "start-server-and-test preview http://localhost:4173/ 'cypress run --e2e'",
1010
"test:unit": "cypress open --component",
1111
"test:unit:ci": "cypress run --component --quiet --reporter spec"
1212
},
1313
"dependencies": {
14-
"pinia": "^2.0.14",
14+
"pinia": "^2.0.16",
1515
"vue": "^3.2.37"
1616
},
1717
"devDependencies": {
18-
"@vitejs/plugin-vue": "^2.3.3",
19-
"@vitejs/plugin-vue-jsx": "^1.3.10",
18+
"@vitejs/plugin-vue": "^3.0.1",
19+
"@vitejs/plugin-vue-jsx": "^2.0.0",
2020
"cypress": "^10.3.0",
2121
"start-server-and-test": "^1.14.0",
22-
"vite": "^2.9.14"
22+
"vite": "^3.0.1",
23+
"vue": "^3.2.37"
2324
}
2425
}

jsx-pinia-cypress/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fileURLToPath, URL } from 'url'
1+
import { fileURLToPath, URL } from 'node:url'
22

33
import { defineConfig } from 'vite'
44
import vue from '@vitejs/plugin-vue'

jsx-pinia-vitest-cypress/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,22 @@
66
"build": "vite build",
77
"preview": "vite preview --port 4173",
88
"test:unit": "vitest --environment jsdom",
9-
"test:e2e": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress open --e2e'",
10-
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress run --e2e'"
9+
"test:e2e": "start-server-and-test preview http://localhost:4173/ 'cypress open --e2e'",
10+
"test:e2e:ci": "start-server-and-test preview http://localhost:4173/ 'cypress run --e2e'"
1111
},
1212
"dependencies": {
13-
"pinia": "^2.0.14",
13+
"pinia": "^2.0.16",
1414
"vue": "^3.2.37"
1515
},
1616
"devDependencies": {
17-
"@vitejs/plugin-vue": "^2.3.3",
18-
"@vitejs/plugin-vue-jsx": "^1.3.10",
17+
"@vitejs/plugin-vue": "^3.0.1",
18+
"@vitejs/plugin-vue-jsx": "^2.0.0",
1919
"@vue/test-utils": "^2.0.2",
2020
"cypress": "^10.3.0",
2121
"jsdom": "^20.0.0",
2222
"start-server-and-test": "^1.14.0",
23-
"vite": "^2.9.14",
24-
"vitest": "^0.18.0"
23+
"vite": "^3.0.1",
24+
"vitest": "^0.18.1",
25+
"vue": "^3.2.37"
2526
}
2627
}

jsx-pinia-vitest-cypress/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fileURLToPath, URL } from 'url'
1+
import { fileURLToPath, URL } from 'node:url'
22

33
import { defineConfig } from 'vite'
44
import vue from '@vitejs/plugin-vue'

jsx-pinia-vitest/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@
88
"test:unit": "vitest --environment jsdom"
99
},
1010
"dependencies": {
11-
"pinia": "^2.0.14",
11+
"pinia": "^2.0.16",
1212
"vue": "^3.2.37"
1313
},
1414
"devDependencies": {
15-
"@vitejs/plugin-vue": "^2.3.3",
16-
"@vitejs/plugin-vue-jsx": "^1.3.10",
15+
"@vitejs/plugin-vue": "^3.0.1",
16+
"@vitejs/plugin-vue-jsx": "^2.0.0",
1717
"@vue/test-utils": "^2.0.2",
1818
"jsdom": "^20.0.0",
19-
"vite": "^2.9.14",
20-
"vitest": "^0.18.0"
19+
"vite": "^3.0.1",
20+
"vitest": "^0.18.1",
21+
"vue": "^3.2.37"
2122
}
2223
}

jsx-pinia-vitest/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fileURLToPath, URL } from 'url'
1+
import { fileURLToPath, URL } from 'node:url'
22

33
import { defineConfig } from 'vite'
44
import vue from '@vitejs/plugin-vue'

jsx-pinia-with-tests/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,22 @@
66
"build": "vite build",
77
"preview": "vite preview --port 4173",
88
"test:unit": "vitest --environment jsdom",
9-
"test:e2e": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress open --e2e'",
10-
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress run --e2e'"
9+
"test:e2e": "start-server-and-test preview http://localhost:4173/ 'cypress open --e2e'",
10+
"test:e2e:ci": "start-server-and-test preview http://localhost:4173/ 'cypress run --e2e'"
1111
},
1212
"dependencies": {
13-
"pinia": "^2.0.14",
13+
"pinia": "^2.0.16",
1414
"vue": "^3.2.37"
1515
},
1616
"devDependencies": {
17-
"@vitejs/plugin-vue": "^2.3.3",
18-
"@vitejs/plugin-vue-jsx": "^1.3.10",
17+
"@vitejs/plugin-vue": "^3.0.1",
18+
"@vitejs/plugin-vue-jsx": "^2.0.0",
1919
"@vue/test-utils": "^2.0.2",
2020
"cypress": "^10.3.0",
2121
"jsdom": "^20.0.0",
2222
"start-server-and-test": "^1.14.0",
23-
"vite": "^2.9.14",
24-
"vitest": "^0.18.0"
23+
"vite": "^3.0.1",
24+
"vitest": "^0.18.1",
25+
"vue": "^3.2.37"
2526
}
2627
}

jsx-pinia-with-tests/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fileURLToPath, URL } from 'url'
1+
import { fileURLToPath, URL } from 'node:url'
22

33
import { defineConfig } from 'vite'
44
import vue from '@vitejs/plugin-vue'

jsx-pinia/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
"preview": "vite preview --port 4173"
88
},
99
"dependencies": {
10-
"pinia": "^2.0.14",
10+
"pinia": "^2.0.16",
1111
"vue": "^3.2.37"
1212
},
1313
"devDependencies": {
14-
"@vitejs/plugin-vue": "^2.3.3",
15-
"@vitejs/plugin-vue-jsx": "^1.3.10",
16-
"vite": "^2.9.14"
14+
"@vitejs/plugin-vue": "^3.0.1",
15+
"@vitejs/plugin-vue-jsx": "^2.0.0",
16+
"vite": "^3.0.1",
17+
"vue": "^3.2.37"
1718
}
1819
}

jsx-pinia/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fileURLToPath, URL } from 'url'
1+
import { fileURLToPath, URL } from 'node:url'
22

33
import { defineConfig } from 'vite'
44
import vue from '@vitejs/plugin-vue'

jsx-router-cypress/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"dev": "vite",
66
"build": "vite build",
77
"preview": "vite preview --port 4173",
8-
"test:e2e": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress open --e2e'",
9-
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress run --e2e'",
8+
"test:e2e": "start-server-and-test preview http://localhost:4173/ 'cypress open --e2e'",
9+
"test:e2e:ci": "start-server-and-test preview http://localhost:4173/ 'cypress run --e2e'",
1010
"test:unit": "cypress open --component",
1111
"test:unit:ci": "cypress run --component --quiet --reporter spec"
1212
},
@@ -15,10 +15,11 @@
1515
"vue-router": "^4.1.2"
1616
},
1717
"devDependencies": {
18-
"@vitejs/plugin-vue": "^2.3.3",
19-
"@vitejs/plugin-vue-jsx": "^1.3.10",
18+
"@vitejs/plugin-vue": "^3.0.1",
19+
"@vitejs/plugin-vue-jsx": "^2.0.0",
2020
"cypress": "^10.3.0",
2121
"start-server-and-test": "^1.14.0",
22-
"vite": "^2.9.14"
22+
"vite": "^3.0.1",
23+
"vue": "^3.2.37"
2324
}
2425
}

jsx-router-cypress/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fileURLToPath, URL } from 'url'
1+
import { fileURLToPath, URL } from 'node:url'
22

33
import { defineConfig } from 'vite'
44
import vue from '@vitejs/plugin-vue'

jsx-router-pinia-cypress/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,22 @@
55
"dev": "vite",
66
"build": "vite build",
77
"preview": "vite preview --port 4173",
8-
"test:e2e": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress open --e2e'",
9-
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress run --e2e'",
8+
"test:e2e": "start-server-and-test preview http://localhost:4173/ 'cypress open --e2e'",
9+
"test:e2e:ci": "start-server-and-test preview http://localhost:4173/ 'cypress run --e2e'",
1010
"test:unit": "cypress open --component",
1111
"test:unit:ci": "cypress run --component --quiet --reporter spec"
1212
},
1313
"dependencies": {
14-
"pinia": "^2.0.14",
14+
"pinia": "^2.0.16",
1515
"vue": "^3.2.37",
1616
"vue-router": "^4.1.2"
1717
},
1818
"devDependencies": {
19-
"@vitejs/plugin-vue": "^2.3.3",
20-
"@vitejs/plugin-vue-jsx": "^1.3.10",
19+
"@vitejs/plugin-vue": "^3.0.1",
20+
"@vitejs/plugin-vue-jsx": "^2.0.0",
2121
"cypress": "^10.3.0",
2222
"start-server-and-test": "^1.14.0",
23-
"vite": "^2.9.14"
23+
"vite": "^3.0.1",
24+
"vue": "^3.2.37"
2425
}
2526
}

jsx-router-pinia-cypress/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fileURLToPath, URL } from 'url'
1+
import { fileURLToPath, URL } from 'node:url'
22

33
import { defineConfig } from 'vite'
44
import vue from '@vitejs/plugin-vue'

jsx-router-pinia-vitest-cypress/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,23 @@
66
"build": "vite build",
77
"preview": "vite preview --port 4173",
88
"test:unit": "vitest --environment jsdom",
9-
"test:e2e": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress open --e2e'",
10-
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress run --e2e'"
9+
"test:e2e": "start-server-and-test preview http://localhost:4173/ 'cypress open --e2e'",
10+
"test:e2e:ci": "start-server-and-test preview http://localhost:4173/ 'cypress run --e2e'"
1111
},
1212
"dependencies": {
13-
"pinia": "^2.0.14",
13+
"pinia": "^2.0.16",
1414
"vue": "^3.2.37",
1515
"vue-router": "^4.1.2"
1616
},
1717
"devDependencies": {
18-
"@vitejs/plugin-vue": "^2.3.3",
19-
"@vitejs/plugin-vue-jsx": "^1.3.10",
18+
"@vitejs/plugin-vue": "^3.0.1",
19+
"@vitejs/plugin-vue-jsx": "^2.0.0",
2020
"@vue/test-utils": "^2.0.2",
2121
"cypress": "^10.3.0",
2222
"jsdom": "^20.0.0",
2323
"start-server-and-test": "^1.14.0",
24-
"vite": "^2.9.14",
25-
"vitest": "^0.18.0"
24+
"vite": "^3.0.1",
25+
"vitest": "^0.18.1",
26+
"vue": "^3.2.37"
2627
}
2728
}

jsx-router-pinia-vitest-cypress/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fileURLToPath, URL } from 'url'
1+
import { fileURLToPath, URL } from 'node:url'
22

33
import { defineConfig } from 'vite'
44
import vue from '@vitejs/plugin-vue'

jsx-router-pinia-vitest/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@
88
"test:unit": "vitest --environment jsdom"
99
},
1010
"dependencies": {
11-
"pinia": "^2.0.14",
11+
"pinia": "^2.0.16",
1212
"vue": "^3.2.37",
1313
"vue-router": "^4.1.2"
1414
},
1515
"devDependencies": {
16-
"@vitejs/plugin-vue": "^2.3.3",
17-
"@vitejs/plugin-vue-jsx": "^1.3.10",
16+
"@vitejs/plugin-vue": "^3.0.1",
17+
"@vitejs/plugin-vue-jsx": "^2.0.0",
1818
"@vue/test-utils": "^2.0.2",
1919
"jsdom": "^20.0.0",
20-
"vite": "^2.9.14",
21-
"vitest": "^0.18.0"
20+
"vite": "^3.0.1",
21+
"vitest": "^0.18.1",
22+
"vue": "^3.2.37"
2223
}
2324
}

jsx-router-pinia-vitest/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fileURLToPath, URL } from 'url'
1+
import { fileURLToPath, URL } from 'node:url'
22

33
import { defineConfig } from 'vite'
44
import vue from '@vitejs/plugin-vue'

jsx-router-pinia-with-tests/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,23 @@
66
"build": "vite build",
77
"preview": "vite preview --port 4173",
88
"test:unit": "vitest --environment jsdom",
9-
"test:e2e": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress open --e2e'",
10-
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress run --e2e'"
9+
"test:e2e": "start-server-and-test preview http://localhost:4173/ 'cypress open --e2e'",
10+
"test:e2e:ci": "start-server-and-test preview http://localhost:4173/ 'cypress run --e2e'"
1111
},
1212
"dependencies": {
13-
"pinia": "^2.0.14",
13+
"pinia": "^2.0.16",
1414
"vue": "^3.2.37",
1515
"vue-router": "^4.1.2"
1616
},
1717
"devDependencies": {
18-
"@vitejs/plugin-vue": "^2.3.3",
19-
"@vitejs/plugin-vue-jsx": "^1.3.10",
18+
"@vitejs/plugin-vue": "^3.0.1",
19+
"@vitejs/plugin-vue-jsx": "^2.0.0",
2020
"@vue/test-utils": "^2.0.2",
2121
"cypress": "^10.3.0",
2222
"jsdom": "^20.0.0",
2323
"start-server-and-test": "^1.14.0",
24-
"vite": "^2.9.14",
25-
"vitest": "^0.18.0"
24+
"vite": "^3.0.1",
25+
"vitest": "^0.18.1",
26+
"vue": "^3.2.37"
2627
}
2728
}

0 commit comments

Comments
 (0)