Skip to content

Commit a5ea6f0

Browse files
authored
chore(deps): unbundle tinyglobby (#19487)
1 parent 832b2c4 commit a5ea6f0

File tree

3 files changed

+9
-67
lines changed

3 files changed

+9
-67
lines changed

packages/vite/LICENSE.md

-58
Original file line numberDiff line numberDiff line change
@@ -1799,35 +1799,6 @@ Repository: alexeyraspopov/picocolors
17991799
18001800
---------------------------------------
18011801

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-
18311802
## postcss-import
18321803
License: MIT
18331804
By: Maxime Thirouin
@@ -2220,35 +2191,6 @@ Repository: git+https://github.com/antfu/strip-literal.git
22202191
22212192
---------------------------------------
22222193

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-
22522194
## to-regex-range
22532195
License: MIT
22542196
By: Jon Schlinkert, Rouven Weßling

packages/vite/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,10 @@
8686
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
8787
"dependencies": {
8888
"esbuild": "^0.25.0",
89+
"picomatch": "^4.0.2",
8990
"postcss": "^8.5.3",
90-
"rollup": "^4.30.1"
91+
"rollup": "^4.30.1",
92+
"tinyglobby": "^0.2.12"
9193
},
9294
"optionalDependencies": {
9395
"fsevents": "~2.3.3"
@@ -132,7 +134,6 @@
132134
"pathe": "^2.0.3",
133135
"periscopic": "^4.0.2",
134136
"picocolors": "^1.1.1",
135-
"picomatch": "^4.0.2",
136137
"postcss-import": "^16.1.0",
137138
"postcss-load-config": "^6.0.1",
138139
"postcss-modules": "^6.0.1",
@@ -146,7 +147,6 @@
146147
"source-map-support": "^0.5.21",
147148
"strip-literal": "^3.0.0",
148149
"terser": "^5.39.0",
149-
"tinyglobby": "^0.2.12",
150150
"tsconfck": "^3.1.5",
151151
"tslib": "^2.8.1",
152152
"types": "link:./types",

pnpm-lock.yaml

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)