vite 2.6.11 → 2.7.0-beta.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.

Potentially problematic release.


This version of vite might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite",
3
- "version": "2.6.11",
3
+ "version": "2.7.0-beta.1",
4
4
  "license": "MIT",
5
5
  "author": "Evan You",
6
6
  "description": "Native-ESM powered web dev build tool",
@@ -44,10 +44,10 @@
44
44
  },
45
45
  "//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
46
46
  "dependencies": {
47
- "esbuild": "^0.13.2",
48
- "postcss": "^8.3.8",
47
+ "esbuild": "^0.13.10",
48
+ "postcss": "^8.3.11",
49
49
  "resolve": "^1.20.0",
50
- "rollup": "^2.57.0"
50
+ "rollup": "^2.58.3"
51
51
  },
52
52
  "optionalDependencies": {
53
53
  "fsevents": "~2.3.2"
@@ -56,31 +56,31 @@
56
56
  "@ampproject/remapping": "^1.0.1",
57
57
  "@babel/parser": "^7.15.8",
58
58
  "@babel/types": "^7.15.6",
59
- "@rollup/plugin-alias": "^3.1.5",
60
- "@rollup/plugin-commonjs": "^21.0.0",
61
- "@rollup/plugin-dynamic-import-vars": "^1.4.0",
59
+ "@rollup/plugin-alias": "^3.1.8",
60
+ "@rollup/plugin-commonjs": "^21.0.1",
61
+ "@rollup/plugin-dynamic-import-vars": "^1.4.1",
62
62
  "@rollup/plugin-json": "^4.1.0",
63
- "@rollup/plugin-node-resolve": "13.0.5",
64
- "@rollup/plugin-typescript": "^8.2.5",
63
+ "@rollup/plugin-node-resolve": "13.0.6",
64
+ "@rollup/plugin-typescript": "^8.3.0",
65
65
  "@rollup/pluginutils": "^4.1.1",
66
66
  "@types/convert-source-map": "^1.5.2",
67
67
  "@types/debug": "^4.1.7",
68
- "@types/es-module-lexer": "^0.3.0",
68
+ "@types/es-module-lexer": "^0.4.1",
69
69
  "@types/estree": "^0.0.50",
70
70
  "@types/etag": "^1.8.1",
71
71
  "@types/less": "^3.0.3",
72
72
  "@types/mime": "^2.0.3",
73
- "@types/node": "^15.12.2",
73
+ "@types/node": "^15.14.9",
74
74
  "@types/resolve": "^1.20.1",
75
- "@types/sass": "^1.16.1",
75
+ "@types/sass": "~1.16.1",
76
76
  "@types/stylus": "^0.48.36",
77
77
  "@types/ws": "^7.4.7",
78
- "@vue/compiler-dom": "^3.2.19",
78
+ "@vue/compiler-dom": "^3.2.20",
79
79
  "acorn": "^8.5.0",
80
80
  "acorn-class-fields": "^1.0.0",
81
81
  "acorn-static-class-features": "^1.0.0",
82
82
  "builtin-modules": "^3.2.0",
83
- "cac": "^6.7.3",
83
+ "cac": "6.7.3",
84
84
  "chalk": "^4.1.2",
85
85
  "chokidar": "^3.5.2",
86
86
  "compression": "^1.7.4",
@@ -91,7 +91,7 @@
91
91
  "debug": "^4.3.2",
92
92
  "dotenv": "^10.0.0",
93
93
  "dotenv-expand": "^5.1.0",
94
- "es-module-lexer": "^0.9.2",
94
+ "es-module-lexer": "^0.9.3",
95
95
  "estree-walker": "^2.0.2",
96
96
  "etag": "^1.8.1",
97
97
  "execa": "^5.1.1",
@@ -102,20 +102,20 @@
102
102
  "mime": "^2.5.2",
103
103
  "minimatch": "^3.0.4",
104
104
  "okie": "^1.0.1",
105
- "open": "^8.2.1",
105
+ "open": "^8.4.0",
106
106
  "periscopic": "^2.0.3",
107
107
  "postcss-import": "^14.0.2",
108
108
  "postcss-load-config": "^3.1.0",
109
109
  "postcss-modules": "^4.2.2",
110
- "resolve.exports": "^1.0.2",
111
- "rollup-plugin-license": "^2.5.0",
110
+ "resolve.exports": "^1.1.0",
111
+ "rollup-plugin-license": "^2.6.0",
112
112
  "selfsigned": "^1.10.11",
113
- "sirv": "^1.0.17",
113
+ "sirv": "^1.0.18",
114
114
  "source-map": "^0.6.1",
115
115
  "source-map-support": "^0.5.20",
116
- "strip-ansi": "^6.0.0",
116
+ "strip-ansi": "^6.0.1",
117
117
  "terser": "^5.9.0",
118
- "tsconfck": "^1.0.0",
118
+ "tsconfck": "1.0.0",
119
119
  "tslib": "^2.3.1",
120
120
  "types": "link:./types",
121
121
  "ws": "^7.5.5"
package/types/shims.d.ts CHANGED
@@ -96,7 +96,11 @@ declare module 'rollup-plugin-web-worker-loader' {
96
96
  }
97
97
 
98
98
  declare module 'minimatch' {
99
- function match(path: string, pattern: string): boolean
99
+ function match(
100
+ path: string,
101
+ pattern: string,
102
+ options?: { matchBase?: boolean }
103
+ ): boolean
100
104
  export default match
101
105
  }
102
106