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 libsass from 0.14.5 to 0.17.0 in /ksweb #106

Merged
merged 1 commit into from
Jan 7, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps libsass from 0.14.5 to 0.17.0.

Release notes

Sourced from libsass's releases.

libsass 0.17.0

  • Add several new cli options [#279 #268 by Frankie Dintino]
    • --sourcemap-file: output file for source map
    • --sourcemap-contents: embed sourcesContent in source map
    • --sourcemap-embed: embed sourceMappingURL as data uri
    • --omit-sourcemap-url: omit source map url comment from output
    • --sourcemap-root: base path, emitted as sourceRoot in source map
  • Fix .sass in WsgiMiddleware (again) [#280 by Anthony Sottile]

libsass 0.16.1

  • Fix compilation on macos mojave [#276 #277 by asottile]
  • Fix .sass in WsgiMiddleware for strip_extension=True [#278 by asottile]

libsass 0.16.0

  • Use -lc++ link flag when compiling with clang [#270 by Christian Thieme #271 by Anthony Sottile]
  • Honor strip_extension in SassMiddleware [#274 by Anthony Sottile]
  • Follow up the libsass upstream: 3.5.5 --- See the release notes of LibSass 3.5.5. [#275 by Anthony Sottile]

libsass 0.15.1

  • Fix setup.py sdist (regressed in 0.15.0) [#267 by Anthony Sottile]

libsass 0.15.0

  • Fix invalid escape sequences [#249 by Anthony Sottile]
  • Add code of conduct [#251 by Nick Schonning]
  • Add support for python3.7 and remove testing for python3.4 [#254 by Anthony Sottile]
  • Add strip_extension option for wsgi / distutils builder [🐛 #51 and #53 #55 #258 by Anthony Sottile #260 by Morten Brekkevold]
  • Deprecate sassc (replaced by pysassc). [#262 by Anthony Sottile]
  • Import abc classes from collections.abc to remove DeprecationWarning [#264 by Gary van der Merwe #265 by Anthony Sottile]
Changelog

Sourced from libsass's changelog.

Version 0.17.0

Release on January 03, 2019

  • Add several new cli options [:issue:279 :issue:268 by Frankie Dintino]
    • --sourcemap-file: output file for source map
    • --sourcemap-contents: embed sourcesContent in source map
    • --sourcemap-embed: embed sourceMappingURL as data uri
    • --omit-sourcemap-url: omit source map url comment from output
    • --sourcemap-root: base path, emitted as sourceRoot in source map
  • Fix .sass in WsgiMiddleware (again) [:issue:280 by Anthony Sottile]

Version 0.16.1

Released on November 25, 2018.

  • Fix compilation on macos mojave [:issue:276 :issue:277 by Anthony
    Sottile]
  • Fix .sass in WsgiMiddleware for strip_extension=True
    [:issue:278 by Anthony Sottile]

Version 0.16.0

Released on November 13, 2018.

  • Use -lc++ link flag when compiling with clang [:issue:270 by
    Christian Thieme :issue:271 by Anthony Sottile]
  • Honor strip_extension in SassMiddleware [:issue:274 by Anthony
    Sottile]
  • Follow up the libsass upstream: 3.5.5 --- See the release notes of LibSass
    3.5.5__. [:issue:275 by Anthony Sottile]

__ https://github.com/sass/libsass/releases/tag/3.5.5

Version 0.15.1

Released on September 24, 2018.

  • Fix setup.py sdist (regressed in 0.15.0) [:issue:267 by
    Anthony Sottile]

Version 0.15.0

... (truncated)
Commits
  • f7b6167 0.17.0
  • 802a40c Merge pull request #280 from asottile/sass_paths_again
  • e51e92d unresolve sass paths with package_dir
  • f3d7571 Merge pull request #279 from theatlantic/add-source-map-args-cli-opts
  • 734d4ab Add more cli opts and source map config args
  • 889f0ba Only use a successful build in appveyor [ci skip]
  • 2c55812 Fix loading of intersphinx setuptools [ci skip]
  • a02bf8b 0.16.1
  • 1a711e2 Merge pull request #278 from asottile/sass_extension_wsgi_middleware
  • 8f1056a Support .sass extension for the wsgi middleware
  • 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.

@codecov
Copy link

codecov bot commented Jan 7, 2019

Codecov Report

Merging #106 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #106   +/-   ##
=======================================
  Coverage   93.95%   93.95%           
=======================================
  Files          61       61           
  Lines        3587     3587           
=======================================
  Hits         3370     3370           
  Misses        217      217

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a7fd0b...5b307ad. Read the comment docs.

@puria puria merged commit 7537e87 into master Jan 7, 2019
@puria puria deleted the dependabot/pip/ksweb/libsass-0.17.0 branch January 7, 2019 10:47
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.

None yet

2 participants