vite 6.2.4 → 6.3.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.
package/LICENSE.md CHANGED
@@ -1799,35 +1799,6 @@ Repository: alexeyraspopov/picocolors
1799
1799
 
1800
1800
  ---------------------------------------
1801
1801
 
1802
- ## picomatch
1803
- License: MIT
1804
- By: Jon Schlinkert
1805
- Repository: micromatch/picomatch
1806
-
1807
- > The MIT License (MIT)
1808
- >
1809
- > Copyright (c) 2017-present, Jon Schlinkert.
1810
- >
1811
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1812
- > of this software and associated documentation files (the "Software"), to deal
1813
- > in the Software without restriction, including without limitation the rights
1814
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1815
- > copies of the Software, and to permit persons to whom the Software is
1816
- > furnished to do so, subject to the following conditions:
1817
- >
1818
- > The above copyright notice and this permission notice shall be included in
1819
- > all copies or substantial portions of the Software.
1820
- >
1821
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1822
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1823
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1824
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1825
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1826
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1827
- > THE SOFTWARE.
1828
-
1829
- ---------------------------------------
1830
-
1831
1802
  ## postcss-import
1832
1803
  License: MIT
1833
1804
  By: Maxime Thirouin
@@ -2220,35 +2191,6 @@ Repository: git+https://github.com/antfu/strip-literal.git
2220
2191
 
2221
2192
  ---------------------------------------
2222
2193
 
2223
- ## tinyglobby
2224
- License: MIT
2225
- By: Superchupu
2226
- Repository: git+https://github.com/SuperchupuDev/tinyglobby.git
2227
-
2228
- > MIT License
2229
- >
2230
- > Copyright (c) 2024 Madeline Gurriarán
2231
- >
2232
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2233
- > of this software and associated documentation files (the "Software"), to deal
2234
- > in the Software without restriction, including without limitation the rights
2235
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2236
- > copies of the Software, and to permit persons to whom the Software is
2237
- > furnished to do so, subject to the following conditions:
2238
- >
2239
- > The above copyright notice and this permission notice shall be included in all
2240
- > copies or substantial portions of the Software.
2241
- >
2242
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2243
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2244
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2245
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2246
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2247
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2248
- > SOFTWARE.
2249
-
2250
- ---------------------------------------
2251
-
2252
2194
  ## to-regex-range
2253
2195
  License: MIT
2254
2196
  By: Jon Schlinkert, Rouven Weßling
@@ -160,7 +160,7 @@ class HMRClient {
160
160
  });
161
161
  }
162
162
  warnFailedUpdate(err, path) {
163
- if (!err.message.includes("fetch")) {
163
+ if (!(err instanceof Error) || !err.message.includes("fetch")) {
164
164
  this.logger.error(err);
165
165
  }
166
166
  this.logger.error(