Skip to content
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

Bump sass from 1.15.2 to 1.15.3 #224

Merged
merged 1 commit into from
Jan 8, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps sass from 1.15.2 to 1.15.3.

Release notes

Sourced from sass's releases.

Dart Sass 1.15.3

To install Dart Sass 1.15.3, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Properly merge all and media queries. These queries were previously being merged as though all referred to a specific media type, rather than all media types.

  • Never remove units from 0 values in compressed mode. This wasn't safe in general, since some properties (such as line-height) interpret 0 as a <number> rather than a <length> which can break CSS transforms. It's better to do this optimization in a dedicated compressor that's aware of CSS property semantics.

  • Match Ruby Sass's behavior in some edge-cases involving numbers with many significant digits.

  • Emit escaped tab characters in identifiers as \9 rather than a backslash followed by a literal tab.

Command-Line Interface

  • The source map generated for a stylesheet read from standard input now uses a data: URL to include that stylesheet's contents in the source map.

Node JS API

  • this.includePaths for a running importer is now a ;-separated string on Windows, rather than :-separated. This matches Node Sass's behavior.

Dart API

  • The URL used in a source map to refer to a stylesheet loaded from an importer is now ImportResult.sourceMapUrl as documented.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.15.3

  • Properly merge all and media queries. These queries were previously being
    merged as though all referred to a specific media type, rather than all
    media types.

  • Never remove units from 0 values in compressed mode. This wasn't safe in
    general, since some properties (such as line-height) interpret 0 as a
    <number> rather than a <length> which can break CSS transforms. It's
    better to do this optimization in a dedicated compressor that's aware of CSS
    property semantics.

  • Match Ruby Sass's behavior in some edge-cases involving numbers with many
    significant digits.

  • Emit escaped tab characters in identifiers as \9 rather than a backslash
    followed by a literal tab.

Command-Line Interface

  • The source map generated for a stylesheet read from standard input now uses a
    data: URL to include that stylesheet's contents in the source map.

Node JS API

  • this.includePaths for a running importer is now a ;-separated string on
    Windows, rather than :-separated. This matches Node Sass's behavior.

Dart API

  • The URL used in a source map to refer to a stylesheet loaded from an importer
    is now ImportResult.sourceMapUrl as documented.
Commits
  • 12f53f5 Release 1.15.3 (#561)
  • 32be730 Emit tab characters as \9 (#553)
  • 7a75b7b Don't canonicalize file case in source maps (#541)
  • 948fe17 Remove unused import (#559)
  • 18c0cbd Match Node Sass's this.includePaths behavior for importers (#551)
  • 759b587 Don't omit units in numbers in compressed mode (#545)
  • dbda396 Compile to JS with -O4 (#555)
  • 06b9fbd Merge branch 'master' into windows-path-separator
  • 9f2f116 Merge pull request #546 from sass/source-map-urls
  • 7ae11f1 Make synchronize_test draw from the canonical list of synced files
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [sass](https://github.com/sass/dart-sass) from 1.15.2 to 1.15.3.
- [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.15.2...1.15.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@greatislander greatislander added this to the 1.2.1 milestone Jan 6, 2019
@greatislander greatislander merged commit 2b877c9 into master Jan 8, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/sass-1.15.3 branch January 8, 2019 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants