Sass Bot
a5d370c50e
Update Dart Sass version and release
2022-04-01 22:48:36 +00:00
Natalie Weizenbaum
d7d3f8faa2
Cut a release ( #1659 )
...
This adds changelog entries for sass/dart-sass-embedded#80 and
sass/embedded-host-node#118 .
2022-04-01 15:37:47 -07:00
なつき
d0e4e6ca18
Set id on all OutboundMessage with id field ( #80 )
...
Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
2022-03-31 00:45:17 +00:00
Sass Bot
6143a586f3
Update Dart Sass version and release
2022-03-30 22:26:38 +00:00
Jennifer Thakar
6652001f19
Stop simplifying calculations in supports ( #1653 )
...
Fixes #1652 .
Also releases 1.49.10
2022-03-30 15:14:46 -07:00
なつき
38451a4f9a
Deploy linux arm64 release to github ( #77 )
2022-03-28 15:04:05 -07:00
なつき
55157a576e
Deploy linux arm64 release to github ( #1643 )
2022-03-26 01:14:08 +00:00
Christophe Coevoet
85ca0b270f
Remove dead code in the stylesheet parser ( #1640 )
...
At that point, the scanner is still at the same position than the
previous check for children returning a nested declaration, so it is
impossible for it to be looking at children.
2022-03-23 13:48:14 -07:00
Jennifer Thakar
0db7ff29a0
Run formatter directly in grind.dart ( #1654 )
...
grinder's Pub class is broken in 2.17 (see https://github.com/google/grinder.dart/issues/385 ), so we need to run the formatter directly.
2022-03-18 13:13:48 -07:00
Natalie Weizenbaum
33f18c4b54
Preserve rgb/rgba/hsl/hsla formats in expanded mode ( #1651 )
...
This also fixes a bug where four- and eight-digit hex numbers weren't
being translated to more compatible formats.
Closes #1634
2022-03-17 15:44:38 -07:00
Natalie Weizenbaum
3abcc20595
Silence compiler warnings in dependency callables with --quiet-deps ( #1650 )
...
Closes #1560
2022-03-14 15:52:13 -07:00
Sass Bot
31d0eb695e
Update Dart Sass version and release
2022-02-24 20:40:23 +00:00
Natalie Weizenbaum
2baa2f6f9d
Add a changelog entry for sass/embedded-host-node#114 ( #1638 )
2022-02-24 12:24:55 -08:00
Sass Bot
366a9f4c5b
Update Dart Sass version and release
2022-02-17 21:36:10 +00:00
Jennifer Thakar
c66ea3f9a5
Fix CSS import bug ( #1633 )
2022-02-17 13:25:21 -08:00
Natalie Weizenbaum
4181d0d4bf
Add a CHANGELOG entry for sass/embedded-host-node#113 ( #1629 )
2022-02-17 13:03:58 -08:00
Awjin Ahn
4f2f90895d
Update contributing docs off of deprecated commands. ( #1632 )
2022-02-16 16:47:34 -08:00
Awjin Ahn
864d526715
Allow Node 17 to pass extra args to inspect. ( #1631 )
2022-02-16 16:38:56 -08:00
Christophe Coevoet
565318f47f
Remove an unused import ( #71 )
2022-02-09 13:09:47 -08:00
Christophe Coevoet
2cc136022f
Use dart analyze instead of the old dartanalyzer ( #70 )
...
The old dartanalyzer does not take exclude rules into account properly
for linting rules if the excluded file is also imported from a
non-excluded file (which is the case for the files generated by
protobuf). The new tool does not suffer from this issue.
2022-02-09 13:09:30 -08:00
Sass Bot
2b5c7d562f
Update Dart Sass version and release
2022-02-01 22:06:47 +00:00
Natalie Weizenbaum
e3bf3eb3a3
Release a new version to trigger an Embedded Sass release ( #1620 )
2022-02-01 13:54:18 -08:00
Natalie Weizenbaum
1b072bdedb
Update the CHANGELOG for embedded-host-node before releasing it ( #73 )
2022-02-01 13:46:38 -08:00
Sass Bot
b295292d2a
Update Dart Sass version and release
2022-02-01 21:13:12 +00:00
Natalie Weizenbaum
408eddb1ac
Release a new version to trigger an Embedded Sass release ( #1619 )
2022-02-01 13:02:00 -08:00
Sass Bot
301d94620b
Update Dart Sass version and release
2022-02-01 20:32:35 +00:00
Natalie Weizenbaum
0070b0ebaa
Update the embedded compiler changelog on release ( #1618 )
2022-02-01 12:21:57 -08:00
Sass Bot
d8c3096c12
Update Dart Sass version and release
2022-02-01 01:40:05 +00:00
Natalie Weizenbaum
a5b38e21ba
Don't release the embedded compiler until sass_api has released ( #1617 )
2022-01-31 17:31:11 -08:00
Natalie Weizenbaum
75c09a010e
Install Dart in the "Release Embedded Compiler" step ( #1616 )
2022-01-31 16:52:16 -08:00
Natalie Weizenbaum
d7d3f49b5b
Use |
rather than >
in ci.yml ( #1615 )
...
The `|` character preserves newlines where `>` does not.
2022-01-31 16:30:51 -08:00
Natalie Weizenbaum
15469fe1a0
Use |
rather than >
in ci.yml ( #72 )
...
The `|` character preserves newlines where `>` does not.
2022-01-31 16:12:20 -08:00
Natalie Weizenbaum
44a68a3005
Cut a release ( #1614 )
...
This should trigger the release of the embedded Sass compiler and
Node.js host as well.
2022-01-31 15:45:25 -08:00
Christophe Coevoet
5509f1c754
Implement support for sourceMapIncludeSources ( #62 )
2022-01-31 15:15:23 -08:00
Natalie Weizenbaum
459d95b748
Add dependency_overrides on sass_api for linked PRs ( #69 )
2022-01-27 13:09:58 -08:00
Natalie Weizenbaum
f26ed515a5
Cut a release of the embedded host after the compiler releases ( #68 )
...
Co-authored-by: Awjin Ahn <awjin@google.com>
2022-01-26 17:13:10 -08:00
Awjin Ahn
5a12ef508f
Drop support for non-LTS Node (< 12). ( #1612 )
2022-01-26 17:07:18 -08:00
Natalie Weizenbaum
f8f08bc42d
Cut a release of the embedded compiler after Dart Sass releases ( #1609 )
2022-01-26 16:08:50 -08:00
Natalie Weizenbaum
d9b98b48bb
Merge pull request #66 from sass/link-prs
...
Allow PRs to be linked to the Dart Sass and embedded protocol repos
2022-01-26 15:45:00 -08:00
Natalie Weizenbaum
2b34ec0b1a
Add a test that verifies the Dart Sass version
...
This ensures it matches the version declared in the pubspec, so that
we don't end up merging a different version than the PR tested.
2022-01-25 17:20:21 -08:00
Natalie Weizenbaum
e12ef6f481
Allow PRs to be linked to the Dart Sass and embedded protocol repos
2022-01-25 17:16:39 -08:00
Natalie Weizenbaum
69077ddcea
Delete legacy Node.js API tests ( #1610 )
...
These are now tested using the runner in sass-spec.
2022-01-25 17:16:24 -08:00
Natalie Weizenbaum
53464a7979
Use the Sass shared Dart analysis options ( #67 )
2022-01-25 17:16:17 -08:00
Natalie Weizenbaum
13099d497a
Cut a release ( #1600 )
...
This also adds a CHANGELOG entry for the TS declaration fix for
LegacyPluginThis.options.linefeed.
2022-01-18 14:35:51 -08:00
Christophe Coevoet
f055db0797
Implement the sourceMapIncludeSources JS option ( #1583 )
2022-01-14 16:38:26 -08:00
Jennifer Thakar
e1fcbaaf36
Fix string.insert with negative indices ( #1598 )
2022-01-13 16:40:02 -08:00
Natalie Weizenbaum
ff0afc3451
Update dependency versions ( #65 )
2022-01-13 16:20:13 -08:00
Natalie Weizenbaum
8fd0ffdb4b
Cut a release with a TS definition for NULL ( #1596 )
...
See sass/sass#3243
2022-01-12 18:37:06 -08:00
Natalie Weizenbaum
fc8b9fa3c7
Clone repos using https:// not git:// ( #1597 )
...
GitHub no longer supports the git:// protocol: https://github.blog/2021-09-01-improving-git-protocol-security-github/
2022-01-12 15:50:00 -08:00
Natalie Weizenbaum
720c358c06
Set LegacyResult.map to undefined rather than null ( #1592 )
2022-01-10 14:16:27 -08:00