Skip to content

Commit cd1b6a1

Browse files
authored
Merge pull request #210 from koenvzeijl/dart-sass/1.81.1
Update dart-sass to 1.81.1
2 parents 6e063ee + 0e3ceed commit cd1b6a1

File tree

11 files changed

+136
-436
lines changed

11 files changed

+136
-436
lines changed

AspNetCore.SassCompiler/AspNetCore.SassCompiler.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<PackageId>AspNetCore.SassCompiler</PackageId>
6-
<Version>1.80.6</Version>
6+
<Version>1.81.1</Version>
77
<Authors>koenvzeijl,sleeuwen,Michaelvs97</Authors>
88
<Description>Sass Compiler Library for .NET 6 and above. without node</Description>
99
<PackageDescription>Sass Compiler Library for .NET 6 and above. without node, using dart-sass as a compiler</PackageDescription>

AspNetCore.SassCompiler/runtimes/linux-arm64/src/LICENSE

Lines changed: 27 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -283,32 +283,32 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
283283

284284
charcode license:
285285

286-
Copyright 2014, the Dart project authors. All rights reserved.
287-
Redistribution and use in source and binary forms, with or without
288-
modification, are permitted provided that the following conditions are
289-
met:
290-
291-
* Redistributions of source code must retain the above copyright
292-
notice, this list of conditions and the following disclaimer.
293-
* Redistributions in binary form must reproduce the above
294-
copyright notice, this list of conditions and the following
295-
disclaimer in the documentation and/or other materials provided
296-
with the distribution.
297-
* Neither the name of Google Inc. nor the names of its
298-
contributors may be used to endorse or promote products derived
299-
from this software without specific prior written permission.
300-
301-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
302-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
303-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
304-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
305-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
306-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
307-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
308-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
309-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
310-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
311-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
286+
Copyright 2014, the Dart project authors. All rights reserved.
287+
Redistribution and use in source and binary forms, with or without
288+
modification, are permitted provided that the following conditions are
289+
met:
290+
291+
* Redistributions of source code must retain the above copyright
292+
notice, this list of conditions and the following disclaimer.
293+
* Redistributions in binary form must reproduce the above
294+
copyright notice, this list of conditions and the following
295+
disclaimer in the documentation and/or other materials provided
296+
with the distribution.
297+
* Neither the name of Google Inc. nor the names of its
298+
contributors may be used to endorse or promote products derived
299+
from this software without specific prior written permission.
300+
301+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
302+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
303+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
304+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
305+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
306+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
307+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
308+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
309+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
310+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
311+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
312312

313313

314314
--------------------------------------------------------------------------------
@@ -1236,36 +1236,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
12361236
SOFTWARE.
12371237

12381238

1239-
--------------------------------------------------------------------------------
1240-
1241-
pubspec license:
1242-
1243-
Copyright (c) 2015, Anders Holmgren.
1244-
All rights reserved.
1245-
1246-
Redistribution and use in source and binary forms, with or without
1247-
modification, are permitted provided that the following conditions are met:
1248-
* Redistributions of source code must retain the above copyright
1249-
notice, this list of conditions and the following disclaimer.
1250-
* Redistributions in binary form must reproduce the above copyright
1251-
notice, this list of conditions and the following disclaimer in the
1252-
documentation and/or other materials provided with the distribution.
1253-
* Neither the name of the <organization> nor the
1254-
names of its contributors may be used to endorse or promote products
1255-
derived from this software without specific prior written permission.
1256-
1257-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1258-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1259-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1260-
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1261-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1262-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1263-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1264-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1265-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1266-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1267-
1268-
12691239
--------------------------------------------------------------------------------
12701240

12711241
pubspec_parse license:
@@ -1301,7 +1271,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13011271

13021272
--------------------------------------------------------------------------------
13031273

1304-
quiver and retry license:
1274+
retry license:
13051275

13061276

13071277
Apache License
@@ -1605,36 +1575,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
16051575
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16061576

16071577

1608-
--------------------------------------------------------------------------------
1609-
1610-
uri license:
1611-
1612-
Copyright 2013, the Dart project authors. All rights reserved.
1613-
Redistribution and use in source and binary forms, with or without
1614-
modification, are permitted provided that the following conditions are
1615-
met:
1616-
* Redistributions of source code must retain the above copyright
1617-
notice, this list of conditions and the following disclaimer.
1618-
* Redistributions in binary form must reproduce the above
1619-
copyright notice, this list of conditions and the following
1620-
disclaimer in the documentation and/or other materials provided
1621-
with the distribution.
1622-
* Neither the name of Google Inc. nor the names of its
1623-
contributors may be used to endorse or promote products derived
1624-
from this software without specific prior written permission.
1625-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1626-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1627-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1628-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1629-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1630-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1631-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1632-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1633-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1634-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1635-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1636-
1637-
16381578
--------------------------------------------------------------------------------
16391579

16401580
web license:
800 Bytes
Binary file not shown.

AspNetCore.SassCompiler/runtimes/linux-x64/src/LICENSE

Lines changed: 27 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -283,32 +283,32 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
283283

284284
charcode license:
285285

286-
Copyright 2014, the Dart project authors. All rights reserved.
287-
Redistribution and use in source and binary forms, with or without
288-
modification, are permitted provided that the following conditions are
289-
met:
290-
291-
* Redistributions of source code must retain the above copyright
292-
notice, this list of conditions and the following disclaimer.
293-
* Redistributions in binary form must reproduce the above
294-
copyright notice, this list of conditions and the following
295-
disclaimer in the documentation and/or other materials provided
296-
with the distribution.
297-
* Neither the name of Google Inc. nor the names of its
298-
contributors may be used to endorse or promote products derived
299-
from this software without specific prior written permission.
300-
301-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
302-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
303-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
304-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
305-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
306-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
307-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
308-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
309-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
310-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
311-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
286+
Copyright 2014, the Dart project authors. All rights reserved.
287+
Redistribution and use in source and binary forms, with or without
288+
modification, are permitted provided that the following conditions are
289+
met:
290+
291+
* Redistributions of source code must retain the above copyright
292+
notice, this list of conditions and the following disclaimer.
293+
* Redistributions in binary form must reproduce the above
294+
copyright notice, this list of conditions and the following
295+
disclaimer in the documentation and/or other materials provided
296+
with the distribution.
297+
* Neither the name of Google Inc. nor the names of its
298+
contributors may be used to endorse or promote products derived
299+
from this software without specific prior written permission.
300+
301+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
302+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
303+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
304+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
305+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
306+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
307+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
308+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
309+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
310+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
311+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
312312

313313

314314
--------------------------------------------------------------------------------
@@ -1236,36 +1236,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
12361236
SOFTWARE.
12371237

12381238

1239-
--------------------------------------------------------------------------------
1240-
1241-
pubspec license:
1242-
1243-
Copyright (c) 2015, Anders Holmgren.
1244-
All rights reserved.
1245-
1246-
Redistribution and use in source and binary forms, with or without
1247-
modification, are permitted provided that the following conditions are met:
1248-
* Redistributions of source code must retain the above copyright
1249-
notice, this list of conditions and the following disclaimer.
1250-
* Redistributions in binary form must reproduce the above copyright
1251-
notice, this list of conditions and the following disclaimer in the
1252-
documentation and/or other materials provided with the distribution.
1253-
* Neither the name of the <organization> nor the
1254-
names of its contributors may be used to endorse or promote products
1255-
derived from this software without specific prior written permission.
1256-
1257-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1258-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1259-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1260-
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1261-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1262-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1263-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1264-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1265-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1266-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1267-
1268-
12691239
--------------------------------------------------------------------------------
12701240

12711241
pubspec_parse license:
@@ -1301,7 +1271,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13011271

13021272
--------------------------------------------------------------------------------
13031273

1304-
quiver and retry license:
1274+
retry license:
13051275

13061276

13071277
Apache License
@@ -1605,36 +1575,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
16051575
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16061576

16071577

1608-
--------------------------------------------------------------------------------
1609-
1610-
uri license:
1611-
1612-
Copyright 2013, the Dart project authors. All rights reserved.
1613-
Redistribution and use in source and binary forms, with or without
1614-
modification, are permitted provided that the following conditions are
1615-
met:
1616-
* Redistributions of source code must retain the above copyright
1617-
notice, this list of conditions and the following disclaimer.
1618-
* Redistributions in binary form must reproduce the above
1619-
copyright notice, this list of conditions and the following
1620-
disclaimer in the documentation and/or other materials provided
1621-
with the distribution.
1622-
* Neither the name of Google Inc. nor the names of its
1623-
contributors may be used to endorse or promote products derived
1624-
from this software without specific prior written permission.
1625-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1626-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1627-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1628-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1629-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1630-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1631-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1632-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1633-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1634-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1635-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1636-
1637-
16381578
--------------------------------------------------------------------------------
16391579

16401580
web license:
792 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)