Skip to content

Commit 31ec8b6

Browse files
authored
Merge pull request #121 from koenvzeijl/dart-sass/1.56.1
Update dart-sass to 1.56.1
2 parents 93df0cc + 1214f01 commit 31ec8b6

File tree

14 files changed

+81
-391
lines changed

14 files changed

+81
-391
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
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
55
<PackageId>AspNetCore.SassCompiler</PackageId>
6-
<Version>1.55.0</Version>
6+
<Version>1.56.1</Version>
77
<Authors>koenvzeijl,sleeuwen,Michaelvs97</Authors>
88
<Description>Sass Compiler Library for .NET Core 3.1/5.x/6.x. without node</Description>
99
<PackageDescription>Sass Compiler Library for .NET Core 3.1/5.x/6.x. without node, using dart-sass as a compiler</PackageDescription>
-1.55 KB
Binary file not shown.

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

Lines changed: 16 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
182182

183183
--------------------------------------------------------------------------------
184184

185-
async, cli_util, collection, mime, stream_channel and typed_data license:
185+
async, cli_util, collection, mime, source_map_stack_trace, stream_channel and
186+
typed_data license:
186187

187188
Copyright 2015, the Dart project authors.
188189

@@ -215,9 +216,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
215216

216217
--------------------------------------------------------------------------------
217218

218-
boolean_selector and test_descriptor license:
219+
boolean_selector, meta and shelf_packages_handler license:
220+
221+
Copyright 2016, the Dart project authors.
219222

220-
Copyright 2016, the Dart project authors. All rights reserved.
221223
Redistribution and use in source and binary forms, with or without
222224
modification, are permitted provided that the following conditions are
223225
met:
@@ -228,7 +230,7 @@ met:
228230
copyright notice, this list of conditions and the following
229231
disclaimer in the documentation and/or other materials provided
230232
with the distribution.
231-
* Neither the name of Google Inc. nor the names of its
233+
* Neither the name of Google LLC nor the names of its
232234
contributors may be used to endorse or promote products derived
233235
from this software without specific prior written permission.
234236

@@ -247,7 +249,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
247249

248250
--------------------------------------------------------------------------------
249251

250-
charcode, oauth2, source_maps and stack_trace license:
252+
charcode license:
251253

252254
Copyright 2014, the Dart project authors. All rights reserved.
253255
Redistribution and use in source and binary forms, with or without
@@ -757,7 +759,7 @@ Adam Barth - [email protected]
757759
Eric Seidel - [email protected]
758760
The Mozilla Foundation (contributions from Henri Sivonen since 2008)
759761
David Flanagan (Mozilla) - [email protected]
760-
Google Inc. (contributed the Dart port) - [email protected]
762+
Google LLC (contributed the Dart port) - [email protected]
761763

762764
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:
763765

@@ -768,7 +770,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
768770

769771
--------------------------------------------------------------------------------
770772

771-
http_multi_server, shelf and shelf_web_socket license:
773+
http_multi_server, oauth2, shelf, shelf_web_socket, source_maps and stack_trace
774+
license:
772775

773776
Copyright 2014, the Dart project authors.
774777

@@ -801,7 +804,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
801804

802805
--------------------------------------------------------------------------------
803806

804-
io and term_glyph license:
807+
io, stream_transform and term_glyph license:
805808

806809
Copyright 2017, the Dart project authors.
807810

@@ -867,7 +870,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
867870

868871
--------------------------------------------------------------------------------
869872

870-
json_annotation and stream_transform license:
873+
json_annotation license:
871874

872875
Copyright 2017, the Dart project authors. All rights reserved.
873876
Redistribution and use in source and binary forms, with or without
@@ -963,39 +966,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
963966
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
964967

965968

966-
--------------------------------------------------------------------------------
967-
968-
meta and shelf_packages_handler license:
969-
970-
Copyright 2016, the Dart project authors.
971-
972-
Redistribution and use in source and binary forms, with or without
973-
modification, are permitted provided that the following conditions are
974-
met:
975-
976-
* Redistributions of source code must retain the above copyright
977-
notice, this list of conditions and the following disclaimer.
978-
* Redistributions in binary form must reproduce the above
979-
copyright notice, this list of conditions and the following
980-
disclaimer in the documentation and/or other materials provided
981-
with the distribution.
982-
* Neither the name of Google LLC nor the names of its
983-
contributors may be used to endorse or promote products derived
984-
from this software without specific prior written permission.
985-
986-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
987-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
988-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
989-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
990-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
991-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
992-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
993-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
994-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
995-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
996-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
997-
998-
999969
--------------------------------------------------------------------------------
1000970

1001971
node_interop license:
@@ -1440,9 +1410,10 @@ quiver license:
14401410

14411411
--------------------------------------------------------------------------------
14421412

1443-
source_map_stack_trace license:
1413+
test_descriptor and web_socket_channel license:
1414+
1415+
Copyright 2016, the Dart project authors.
14441416

1445-
Copyright 2015, the Dart project authors. All rights reserved.
14461417
Redistribution and use in source and binary forms, with or without
14471418
modification, are permitted provided that the following conditions are
14481419
met:
@@ -1453,7 +1424,7 @@ met:
14531424
copyright notice, this list of conditions and the following
14541425
disclaimer in the documentation and/or other materials provided
14551426
with the distribution.
1456-
* Neither the name of Google Inc. nor the names of its
1427+
* Neither the name of Google LLC nor the names of its
14571428
contributors may be used to endorse or promote products derived
14581429
from this software without specific prior written permission.
14591430

@@ -1560,39 +1531,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15601531
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15611532

15621533

1563-
--------------------------------------------------------------------------------
1564-
1565-
web_socket_channel license:
1566-
1567-
Copyright 2016, the Dart project authors.
1568-
1569-
Redistribution and use in source and binary forms, with or without
1570-
modification, are permitted provided that the following conditions are
1571-
met:
1572-
1573-
* Redistributions of source code must retain the above copyright
1574-
notice, this list of conditions and the following disclaimer.
1575-
* Redistributions in binary form must reproduce the above
1576-
copyright notice, this list of conditions and the following
1577-
disclaimer in the documentation and/or other materials provided
1578-
with the distribution.
1579-
* Neither the name of Google LLC nor the names of its
1580-
contributors may be used to endorse or promote products derived
1581-
from this software without specific prior written permission.
1582-
1583-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1584-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1585-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1586-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1587-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1588-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1589-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1590-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1591-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1592-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1593-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1594-
1595-
15961534
--------------------------------------------------------------------------------
15971535

15981536
yaml license:
-1.7 KB
Binary file not shown.

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

Lines changed: 16 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
182182

183183
--------------------------------------------------------------------------------
184184

185-
async, cli_util, collection, mime, stream_channel and typed_data license:
185+
async, cli_util, collection, mime, source_map_stack_trace, stream_channel and
186+
typed_data license:
186187

187188
Copyright 2015, the Dart project authors.
188189

@@ -215,9 +216,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
215216

216217
--------------------------------------------------------------------------------
217218

218-
boolean_selector and test_descriptor license:
219+
boolean_selector, meta and shelf_packages_handler license:
220+
221+
Copyright 2016, the Dart project authors.
219222

220-
Copyright 2016, the Dart project authors. All rights reserved.
221223
Redistribution and use in source and binary forms, with or without
222224
modification, are permitted provided that the following conditions are
223225
met:
@@ -228,7 +230,7 @@ met:
228230
copyright notice, this list of conditions and the following
229231
disclaimer in the documentation and/or other materials provided
230232
with the distribution.
231-
* Neither the name of Google Inc. nor the names of its
233+
* Neither the name of Google LLC nor the names of its
232234
contributors may be used to endorse or promote products derived
233235
from this software without specific prior written permission.
234236

@@ -247,7 +249,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
247249

248250
--------------------------------------------------------------------------------
249251

250-
charcode, oauth2, source_maps and stack_trace license:
252+
charcode license:
251253

252254
Copyright 2014, the Dart project authors. All rights reserved.
253255
Redistribution and use in source and binary forms, with or without
@@ -757,7 +759,7 @@ Adam Barth - [email protected]
757759
Eric Seidel - [email protected]
758760
The Mozilla Foundation (contributions from Henri Sivonen since 2008)
759761
David Flanagan (Mozilla) - [email protected]
760-
Google Inc. (contributed the Dart port) - [email protected]
762+
Google LLC (contributed the Dart port) - [email protected]
761763

762764
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:
763765

@@ -768,7 +770,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
768770

769771
--------------------------------------------------------------------------------
770772

771-
http_multi_server, shelf and shelf_web_socket license:
773+
http_multi_server, oauth2, shelf, shelf_web_socket, source_maps and stack_trace
774+
license:
772775

773776
Copyright 2014, the Dart project authors.
774777

@@ -801,7 +804,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
801804

802805
--------------------------------------------------------------------------------
803806

804-
io and term_glyph license:
807+
io, stream_transform and term_glyph license:
805808

806809
Copyright 2017, the Dart project authors.
807810

@@ -867,7 +870,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
867870

868871
--------------------------------------------------------------------------------
869872

870-
json_annotation and stream_transform license:
873+
json_annotation license:
871874

872875
Copyright 2017, the Dart project authors. All rights reserved.
873876
Redistribution and use in source and binary forms, with or without
@@ -963,39 +966,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
963966
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
964967

965968

966-
--------------------------------------------------------------------------------
967-
968-
meta and shelf_packages_handler license:
969-
970-
Copyright 2016, the Dart project authors.
971-
972-
Redistribution and use in source and binary forms, with or without
973-
modification, are permitted provided that the following conditions are
974-
met:
975-
976-
* Redistributions of source code must retain the above copyright
977-
notice, this list of conditions and the following disclaimer.
978-
* Redistributions in binary form must reproduce the above
979-
copyright notice, this list of conditions and the following
980-
disclaimer in the documentation and/or other materials provided
981-
with the distribution.
982-
* Neither the name of Google LLC nor the names of its
983-
contributors may be used to endorse or promote products derived
984-
from this software without specific prior written permission.
985-
986-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
987-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
988-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
989-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
990-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
991-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
992-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
993-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
994-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
995-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
996-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
997-
998-
999969
--------------------------------------------------------------------------------
1000970

1001971
node_interop license:
@@ -1440,9 +1410,10 @@ quiver license:
14401410

14411411
--------------------------------------------------------------------------------
14421412

1443-
source_map_stack_trace license:
1413+
test_descriptor and web_socket_channel license:
1414+
1415+
Copyright 2016, the Dart project authors.
14441416

1445-
Copyright 2015, the Dart project authors. All rights reserved.
14461417
Redistribution and use in source and binary forms, with or without
14471418
modification, are permitted provided that the following conditions are
14481419
met:
@@ -1453,7 +1424,7 @@ met:
14531424
copyright notice, this list of conditions and the following
14541425
disclaimer in the documentation and/or other materials provided
14551426
with the distribution.
1456-
* Neither the name of Google Inc. nor the names of its
1427+
* Neither the name of Google LLC nor the names of its
14571428
contributors may be used to endorse or promote products derived
14581429
from this software without specific prior written permission.
14591430

@@ -1560,39 +1531,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
15601531
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15611532

15621533

1563-
--------------------------------------------------------------------------------
1564-
1565-
web_socket_channel license:
1566-
1567-
Copyright 2016, the Dart project authors.
1568-
1569-
Redistribution and use in source and binary forms, with or without
1570-
modification, are permitted provided that the following conditions are
1571-
met:
1572-
1573-
* Redistributions of source code must retain the above copyright
1574-
notice, this list of conditions and the following disclaimer.
1575-
* Redistributions in binary form must reproduce the above
1576-
copyright notice, this list of conditions and the following
1577-
disclaimer in the documentation and/or other materials provided
1578-
with the distribution.
1579-
* Neither the name of Google LLC nor the names of its
1580-
contributors may be used to endorse or promote products derived
1581-
from this software without specific prior written permission.
1582-
1583-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1584-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1585-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1586-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1587-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1588-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1589-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1590-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1591-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1592-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1593-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1594-
1595-
15961534
--------------------------------------------------------------------------------
15971535

15981536
yaml license:

0 commit comments

Comments
 (0)