-
Notifications
You must be signed in to change notification settings - Fork 649
Bump sass from 1.23.0-module.beta.1 to 1.24.0 #2034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [sass](https://github.com/sass/dart-sass) from 1.23.0-module.beta.1 to 1.24.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](sass/dart-sass@1.23.0-module.beta.1...1.24.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 36b1473 has been approved by |
bors
added a commit
that referenced
this pull request
Dec 21, 2019
…r=Turbo87 Bump sass from 1.23.0-module.beta.1 to 1.24.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.23.0-module.beta.1 to 1.24.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.24.0</h2> <p>To install Dart Sass 1.24.0, download one of the packages above and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h2>Changes</h2> <ul> <li> <p>Add an optional <code>with</code> clause to the <code>@forward</code> rule. This works like the <code>@use</code> rule's <code>with</code> clause, except that <code>@forward ... with</code> can declare variables as <code>!default</code> to allow downstream modules to reconfigure their values.</p> </li> <li> <p>Support configuring modules through <code>@import</code> rules.</p> </li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1240">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.23.7</h2> <p>To install Dart Sass 1.23.7, download one of the packages above and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h2>Changes</h2> <ul> <li>No user-visible changes.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1237">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.23.6</h2> <p>To install Dart Sass 1.23.6, download one of the packages above and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h2>Changes</h2> <ul> <li>No user-visible changes.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1236">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.23.5</h2> <p>To install Dart Sass 1.23.5, download one of the packages above and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h2>Changes</h2> <ul> <li> <p>Support inline comments in the indented syntax.</p> </li> <li> <p>When an overloaded function receives the wrong number of arguments, guess which overload the user actually meant to invoke, and display the invalid argument error for that overload.</p> </li> <li> <p>When <code>@error</code> is used in a function or mixin, print the call site rather than the location of the <code>@error</code> itself to better match the behavior of calling a built-in function that throws an error.</p> </li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1235">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.23.3</h2> <p>To install Dart Sass 1.23.3, download one of the packages above and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h2>Changes</h2> <ul> <li>Fix a bug where selectors were being trimmed over-eagerly when <code>@extend</code> crossed module boundaries.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1233">full changelog</a> for changes in earlier releases.</p> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.24.0</h2> <ul> <li> <p>Add an optional <code>with</code> clause to the <code>@forward</code> rule. This works like the <code>@use</code> rule's <code>with</code> clause, except that <code>@forward ... with</code> can declare variables as <code>!default</code> to allow downstream modules to reconfigure their values.</p> </li> <li> <p>Support configuring modules through <code>@import</code> rules.</p> </li> </ul> <h2>1.23.8</h2> <ul> <li> <p><strong>Potentially breaking bug fix:</strong> Members loaded through a nested <code>@import</code> are no longer ever accessible outside that nested context.</p> </li> <li> <p>Don't throw an error when importing two modules that both forward members with the same name. The latter name now takes precedence over the former, as per the specification.</p> </li> </ul> <h3>Dart API</h3> <ul> <li><code>SassFormatException</code> now implements <code>SourceSpanFormatException</code> (and thus <code>FormatException</code>).</li> </ul> <h2>1.23.7</h2> <ul> <li>No user-visible changes</li> </ul> <h2>1.23.6</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.23.5</h2> <ul> <li> <p>Support inline comments in the indented syntax.</p> </li> <li> <p>When an overloaded function receives the wrong number of arguments, guess which overload the user actually meant to invoke, and display the invalid argument error for that overload.</p> </li> <li> <p>When <code>@error</code> is used in a function or mixin, print the call site rather than the location of the <code>@error</code> itself to better match the behavior of calling a built-in function that throws an error.</p> </li> </ul> <h2>1.23.4</h2> <h3>Command-Line Interface</h3> <ul> <li>Fix a bug where <code>--watch</code> wouldn't watch files referred to by <code>@forward</code> rules.</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/b3671c676b80c448494c5dc723c97e9acbe3a0cd"><code>b3671c6</code></a> Release 1.24.0 (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/905">#905</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/b54643d319090a97cb057b409d6fa8d424bfd5e4"><code>b54643d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/895">#895</a> from sass/forward-with</li> <li><a href="https://github.com/sass/dart-sass/commit/46be33e030dfedab5a676bdec3b65dcdf19b8c9e"><code>46be33e</code></a> Merge branch 'master' of github.com:sass/dart-sass into forward-with</li> <li><a href="https://github.com/sass/dart-sass/commit/37534aaf7f7d9a9aeb3962425801d5f253a676ae"><code>37534aa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/903">#903</a> from sass/fix-lints</li> <li><a href="https://github.com/sass/dart-sass/commit/2755a8186da857eb8177c90d3ea16a9a4eb772ef"><code>2755a81</code></a> Avoid a path dependency</li> <li><a href="https://github.com/sass/dart-sass/commit/64cc529421e48cfd1cc149e58bd94122c1aa161f"><code>64cc529</code></a> Reformat</li> <li><a href="https://github.com/sass/dart-sass/commit/ec3d0ddc1983cb1120f86efbbc44a013d33ccc5e"><code>ec3d0dd</code></a> Fix new pedantic lints</li> <li><a href="https://github.com/sass/dart-sass/commit/08d0b8d1596f14f9e962711bc5cc5c35e9f0c811"><code>08d0b8d</code></a> Move analysis options into a nested package</li> <li><a href="https://github.com/sass/dart-sass/commit/e35b51135b3c8629adce2c2f1bf679f405bccd0a"><code>e35b511</code></a> Code review</li> <li><a href="https://github.com/sass/dart-sass/commit/de3f3208e9a4ff38b021705df8dcc48ab175c5ad"><code>de3f320</code></a> Support <a href="https://github.com/forward">@forward</a> ... with</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.23.0-module.beta.1...1.24.0">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score.html?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.23.0-module.beta.1&new-version=1.24.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
☀️ Test successful - checks-travis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps sass from 1.23.0-module.beta.1 to 1.24.0.
Release notes
Sourced from sass's releases.
Changelog
Sourced from sass's changelog.
Commits
b3671c6
Release 1.24.0 (#905)b54643d
Merge pull request #895 from sass/forward-with46be33e
Merge branch 'master' of github.com:sass/dart-sass into forward-with37534aa
Merge pull request #903 from sass/fix-lints2755a81
Avoid a path dependency64cc529
Reformatec3d0dd
Fix new pedantic lints08d0b8d
Move analysis options into a nested packagee35b511
Code reviewde3f320
Support @forward ... withDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in the
.dependabot/config.yml
file in this repo: