Commit Graph

879 Commits

Author SHA1 Message Date
Natalie Weizenbaum
b8f3b7dd30 [Color 4] Remove outdated powerless definitions 2024-03-27 13:23:19 -07:00
Natalie Weizenbaum
042521d508
Update the changelog for #3741 (#3818) 2024-03-27 20:22:11 +00:00
Natalie Weizenbaum
9db0409090 Merge branch 'main' of github.com:sass/sass into feature.color-4 2024-03-27 12:44:29 -07:00
Natalie Weizenbaum
e27547c846 Only clamp channels on color creation (#3741)
Closes #3737

Co-authored-by: Christophe Coevoet <stof@notk.org>
2024-03-27 11:43:25 -07:00
dependabot[bot]
86b6b9de38 Bump tj-actions/changed-files from 43.0.0 to 43.0.1 (#3816)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43.0.0 to 43.0.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](77af4bed28...20576b4b9e)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
Natalie Weizenbaum
9343edb3df [Plain CSS Nesting] Mark as accepted (#3813)
This also updates the draft so that

```scss
a {
  @include meta.load-css("plain.css");
}
```

only generates plain CSS nesting if `plain.css` contained nesting.
2024-03-27 11:43:24 -07:00
dependabot[bot]
620680c8ec Bump tj-actions/changed-files from 42.1.0 to 43.0.0 (#3814)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.1.0 to 43.0.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](aa08304bd4...77af4bed28)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
Natalie Weizenbaum
d0123b2e7d Include extensions in the example docs for Node.js pkg exports (#3808)
See sass/dart-sass#2183
2024-03-27 11:43:24 -07:00
Natalie Weizenbaum
6921e9b1c5 Add explicit support for multiple adjacent / separators (#3802)
This is supported in some odd corners of CSS syntax.

Closes #3797
2024-03-27 11:43:24 -07:00
dependabot[bot]
60c26f1853 Bump tj-actions/changed-files from 42.0.5 to 42.1.0 (#3805)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.0.5 to 42.1.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](800a282599...aa08304bd4)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
dependabot[bot]
25aaea2482 Bump bufbuild/buf-setup-action from 1.29.0 to 1.30.0 (#3806)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
Natalie Weizenbaum
bb187794a0 Flush the slash separator proposal to the main spec (#3798)
See #2565
2024-03-27 11:43:24 -07:00
dependabot[bot]
bfbb8e91ea Bump tj-actions/changed-files from 42.0.2 to 42.0.5 (#3795)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.0.2 to 42.0.5.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](90a06d6ba9...800a282599)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
James Stuckey Weber
34327d35ee Add subpath to list of export load paths (#3793) 2024-03-27 11:43:24 -07:00
Natalie Weizenbaum
e134f71cae Broaden the the Node.js package importer's notion of "entrypoint" (#3791)
This also updates the spec for `NodePackageImporter` to correctly
document indicate that errors should be thrown during construction.

See sass/dart-sass#2178
2024-03-27 11:43:24 -07:00
なつき
b22ff9dd45 Fix NodePackageImporter version compatibility (#3788)
Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
2024-03-27 11:43:24 -07:00
James Stuckey Weber
336bfd69b2 [Package Importer] Add types and specs (#3728)
Co-authored-by: Jonny Gerig Meyer <jonny@oddbird.net>
2024-03-27 11:43:24 -07:00
dependabot[bot]
804c6a6707 Bump bufbuild/buf-setup-action from 1.28.1 to 1.29.0 (#3783)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.28.1 to 1.29.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.28.1...v1.29.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
dependabot[bot]
3483fe21fb Bump tj-actions/changed-files from 41.1.1 to 42.0.2 (#3784)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41.1.1 to 42.0.2.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](62f4729b5d...90a06d6ba9)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
James Stuckey Weber
fe089c37e1 [Package Importer] Draft 1.5 (#3777)
* Specify no throws for package importer misses

* Reject to throw error

* Specify throw if no entry point

* Fix whitespace
2024-03-27 11:43:24 -07:00
James Stuckey Weber
de2dc317c0 [Shared Resources] Add types and specs (#3744)
Co-authored-by: Jonny Gerig Meyer <jonny@oddbird.net>
2024-03-27 11:43:24 -07:00
Christophe Coevoet
327b995cae Improve markup for the feature-exists removal proposal (#3775) 2024-03-27 11:43:24 -07:00
なつき
7cd22f1b02 Add CompileRequest.silent to embedded protocol (#3773)
Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
2024-03-27 11:43:24 -07:00
Christophe Coevoet
0e70553972 Proposal: deprecate and remove feature-exists (#3749) 2024-03-27 11:43:24 -07:00
dependabot[bot]
c90a1f362c Bump tj-actions/changed-files from 41.0.1 to 41.1.1 (#3774)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41.0.1 to 41.1.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](716b1e1304...62f4729b5d)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
James Stuckey Weber
58983868f1 [Package Importer] Draft 1.4 changes (#3748) 2024-03-27 11:43:24 -07:00
dependabot[bot]
7bc77b3984 Bump tj-actions/changed-files from 40.2.2 to 41.0.1 (#3768)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40.2.2 to 41.0.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](9454999946...716b1e1304)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
James Stuckey Weber
d438364cd4 [Shared Resources] Draft 1.3 (#3766) 2024-03-27 11:43:24 -07:00
dependabot[bot]
272f7ebbe2 Bump tj-actions/changed-files from 40.1.1 to 40.2.2 (#3762)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40.1.1 to 40.2.2.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](25ef3926d1...9454999946)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
dependabot[bot]
1c13a37441 Bump bufbuild/buf-setup-action from 1.28.0 to 1.28.1 (#3750)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.28.0...v1.28.1)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
Ed Rivas
308fa12a8c [Shared Resources] Draft 1.2 (#3745) 2024-03-27 11:43:24 -07:00
Jonny Gerig Meyer
9a685ec506 [Color 4] Draft 1.6 changes for Color Spaces JS API (#3740) 2024-03-27 11:43:24 -07:00
dependabot[bot]
1e5eb29b8f Bump bufbuild/buf-setup-action from 1.27.2 to 1.28.0 (#3742)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.27.2 to 1.28.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.27.2...v1.28.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
dependabot[bot]
1dfd179ad2 Bump tj-actions/changed-files from 40.1.0 to 40.1.1 (#3743)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40.1.0 to 40.1.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](18c8a4eceb...25ef3926d1)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
dependabot[bot]
a2dbd60c15 Bump tj-actions/changed-files from 40.0.0 to 40.1.0 (#3739)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40.0.0 to 40.1.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](af292f1e84...18c8a4eceb)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
Jonny Gerig Meyer
d9a2ff4713 Clarify that deprecated getters convert color to a legacy space before returning channel value. (#3736) 2024-03-27 11:43:24 -07:00
James Stuckey Weber
55969c0160 Handle empty subpath in exports (#3735) 2024-03-27 11:43:24 -07:00
dependabot[bot]
6cc3abf6ee Bump actions/setup-node from 3 to 4 (#3732)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
dependabot[bot]
fb1ef5217c Bump tj-actions/changed-files from 39.2.3 to 40.0.0 (#3733)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39.2.3 to 40.0.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](95690f9ece...af292f1e84)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
dependabot[bot]
064e5feb6c Bump bufbuild/buf-setup-action from 1.27.1 to 1.27.2 (#3734)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.27.1 to 1.27.2.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.27.1...v1.27.2)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:24 -07:00
James Stuckey Weber
1030e1cd86 Package importer draft 1.2 (#3729) 2024-03-27 11:43:24 -07:00
James Stuckey Weber
f54e4924e5 [Color 4] Draft 1.4 changes for Color Spaces JS API (#3723)
Co-authored-by: Jonny Gerig Meyer <jonny@oddbird.net>
2024-03-27 11:43:24 -07:00
James Stuckey Weber
f53e6f2273 Remove return value from dispose (#3725) 2024-03-27 11:43:23 -07:00
dependabot[bot]
bba9d8005f Bump bufbuild/buf-setup-action from 1.27.0 to 1.27.1 (#3726)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.27.0 to 1.27.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.27.0...v1.27.1)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:23 -07:00
dependabot[bot]
f8f630236c Bump tj-actions/changed-files from 39.2.2 to 39.2.3 (#3727)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39.2.2 to 39.2.3.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](408093d9ff...95690f9ece)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:23 -07:00
James Stuckey Weber
dab4a77e05 Proposal: Compiler interface for shared resources (#3719) 2024-03-27 11:43:23 -07:00
Jonny Gerig Meyer
a63a4ba9b4 [Color 4] Draft 1.3 changes for Color spaces JS API (#3721) 2024-03-27 11:43:23 -07:00
dependabot[bot]
b03f831978 Bump bufbuild/buf-setup-action from 1.26.1 to 1.27.0 (#3713)
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.26.1 to 1.27.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.26.1...v1.27.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:23 -07:00
dependabot[bot]
c5ce629e22 Bump tj-actions/changed-files from 39.2.0 to 39.2.2 (#3720)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39.2.0 to 39.2.2.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](8238a41032...408093d9ff)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 11:43:23 -07:00
James Stuckey Weber
517a7b007b [Color 4] Draft 1.2 changes for Color spaces JS API (#3709) 2024-03-27 11:43:23 -07:00