Skip to content

Commit ddabfe9

Browse files
committed
Bump language server
1 parent a655ad4 commit ddabfe9

File tree

4 files changed

+261
-1120
lines changed

4 files changed

+261
-1120
lines changed

packages/tailwindcss-language-server/ThirdPartyNotices.txt

Lines changed: 117 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
@ctrl/tinycolor@3.1.4
2-
3-
Copyright (c) Scott Cooper <scttcper@gmail.com>
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6-
7-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8-
9-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10-
11-
================================================================================
12-
13-
@parcel/watcher@2.0.0-alpha.10
1+
@parcel/watcher@2.0.3
142

153
MIT License
164

@@ -76,6 +64,45 @@ THE SOFTWARE.
7664

7765
================================================================================
7866

67+
color-name@1.1.4
68+
69+
The MIT License (MIT)
70+
Copyright (c) 2015 Dmitry Ivanov
71+
72+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
73+
74+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
75+
76+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
77+
78+
================================================================================
79+
80+
culori@0.20.1
81+
82+
MIT License
83+
84+
Copyright (c) 2018 Dan Burzo
85+
86+
Permission is hereby granted, free of charge, to any person obtaining a copy
87+
of this software and associated documentation files (the "Software"), to deal
88+
in the Software without restriction, including without limitation the rights
89+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
90+
copies of the Software, and to permit persons to whom the Software is
91+
furnished to do so, subject to the following conditions:
92+
93+
The above copyright notice and this permission notice shall be included in all
94+
copies or substantial portions of the Software.
95+
96+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
97+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
98+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
99+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
100+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
101+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
102+
SOFTWARE.
103+
104+
================================================================================
105+
79106
debounce@1.2.0
80107

81108
# debounce
@@ -149,6 +176,29 @@ import { debounce } from "debounce";
149176

150177
================================================================================
151178

179+
detective@5.2.0
180+
181+
This software is released under the MIT license:
182+
183+
Permission is hereby granted, free of charge, to any person obtaining a copy of
184+
this software and associated documentation files (the "Software"), to deal in
185+
the Software without restriction, including without limitation the rights to
186+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
187+
the Software, and to permit persons to whom the Software is furnished to do so,
188+
subject to the following conditions:
189+
190+
The above copyright notice and this permission notice shall be included in all
191+
copies or substantial portions of the Software.
192+
193+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
194+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
195+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
196+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
197+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
198+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
199+
200+
================================================================================
201+
152202
dlv@1.1.3
153203

154204
# `dlv(obj, keypath)` [![NPM](https://img.shields.io/npm/v/dlv.svg)](https://npmjs.com/package/dlv) [![Build](https://travis-ci.org/developit/dlv.svg?branch=master)](https://travis-ci.org/developit/dlv)
@@ -335,34 +385,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
335385

336386
================================================================================
337387

338-
license-checker@25.0.1
339-
340-
Copyright 2012 Yahoo Inc.
341-
342-
Redistribution and use in source and binary forms, with or without
343-
modification, are permitted provided that the following conditions are met:
344-
* Redistributions of source code must retain the above copyright
345-
notice, this list of conditions and the following disclaimer.
346-
* Redistributions in binary form must reproduce the above copyright
347-
notice, this list of conditions and the following disclaimer in the
348-
documentation and/or other materials provided with the distribution.
349-
* Neither the name of the Yahoo! Inc. nor the
350-
names of its contributors may be used to endorse or promote products
351-
derived from this software without specific prior written permission.
352-
353-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
354-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
355-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
356-
DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY
357-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
358-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
359-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
360-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
361-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
362-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
363-
364-
================================================================================
365-
366388
normalize-path@3.0.0
367389

368390
The MIT License (MIT)
@@ -455,7 +477,7 @@ OTHER DEALINGS IN THE SOFTWARE.
455477

456478
================================================================================
457479

458-
postcss@8.2.6
480+
postcss@8.3.9
459481

460482
The MIT License (MIT)
461483

@@ -480,6 +502,32 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
480502

481503
================================================================================
482504

505+
resolve@1.20.0
506+
507+
MIT License
508+
509+
Copyright (c) 2012 James Halliday
510+
511+
Permission is hereby granted, free of charge, to any person obtaining a copy
512+
of this software and associated documentation files (the "Software"), to deal
513+
in the Software without restriction, including without limitation the rights
514+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
515+
copies of the Software, and to permit persons to whom the Software is
516+
furnished to do so, subject to the following conditions:
517+
518+
The above copyright notice and this permission notice shall be included in all
519+
copies or substantial portions of the Software.
520+
521+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
522+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
523+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
524+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
525+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
526+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
527+
SOFTWARE.
528+
529+
================================================================================
530+
483531
semver@7.3.2
484532

485533
The ISC License
@@ -524,33 +572,6 @@ Copyright (c) 2011 Felix Geisendörfer (felix@debuggable.com)
524572

525573
================================================================================
526574

527-
tailwindcss@2.0.3
528-
529-
MIT License
530-
531-
Copyright (c) Adam Wathan <adam.wathan@gmail.com>
532-
Copyright (c) Jonathan Reinink <jonathan@reinink.ca>
533-
534-
Permission is hereby granted, free of charge, to any person obtaining a copy
535-
of this software and associated documentation files (the "Software"), to deal
536-
in the Software without restriction, including without limitation the rights
537-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
538-
copies of the Software, and to permit persons to whom the Software is
539-
furnished to do so, subject to the following conditions:
540-
541-
The above copyright notice and this permission notice shall be included in all
542-
copies or substantial portions of the Software.
543-
544-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
545-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
546-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
547-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
548-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
549-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
550-
SOFTWARE.
551-
552-
================================================================================
553-
554575
vscode-languageserver-textdocument@1.0.1
555576

556577
Copyright (c) Microsoft Corporation
@@ -1427,6 +1448,33 @@ Code extracted from [MailCheck](https://github.com/kicksend/mailcheck)
14271448

14281449
================================================================================
14291450

1451+
stringify-object@3.3.0
1452+
1453+
Copyright (c) 2015, Yeoman team
1454+
All rights reserved.
1455+
1456+
Redistribution and use in source and binary forms, with or without
1457+
modification, are permitted provided that the following conditions are met:
1458+
1459+
1. Redistributions of source code must retain the above copyright notice, this
1460+
list of conditions and the following disclaimer.
1461+
2. Redistributions in binary form must reproduce the above copyright notice,
1462+
this list of conditions and the following disclaimer in the documentation
1463+
and/or other materials provided with the distribution.
1464+
1465+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1466+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1467+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1468+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
1469+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1470+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1471+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1472+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1473+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1474+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1475+
1476+
================================================================================
1477+
14301478
vscode-languageclient@7.0.0
14311479

14321480
Copyright (c) Microsoft Corporation

0 commit comments

Comments
 (0)