BCcampus / bcc-sage

BCcampus theme for marketing site
MIT License
2 stars 1 forks source link

Bump sass from 1.16.1 to 1.22.1 #375

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps sass from 1.16.1 to 1.22.1.

Release notes *Sourced from [sass's releases](https://github.com/sass/dart-sass/releases).* > ## Dart Sass 1.22.1 > To install Dart Sass 1.22.1, download one of the packages above and [add it to your PATH](https://katiek2.github.io/path-doc/), or see [the Sass website](https://sass-lang.com/install) for full installation instructions. > > ## Changes > > ### JavaScript API > > * Expand the dependency on `chokidar` to allow 3.x. > > See the [full changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1221) for changes in earlier releases. > > ## Dart Sass 1.22.0 > To install Dart Sass 1.22.0, download one of the packages above and [add it to your PATH](https://katiek2.github.io/path-doc/), or see [the Sass website](https://sass-lang.com/install) for full installation instructions. > > ## Changes > > * Produce better stack traces when importing a file that contains a syntax error. > > * Make deprecation warnings for `!global` variable declarations that create new variables clearer, especially in the case where the `!global` flag is unnecessary because the variables are at the top level of the stylesheet. > > ### Dart API > > * Add a `Value.realNull` getter, which returns Dart's `null` if the value is Sass's null. > > See the [full changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1220) for changes in earlier releases. > > ## Dart Sass 1.21.0 > To install Dart Sass 1.21.0, download one of the packages above and [add it to your PATH](https://katiek2.github.io/path-doc/), or see [the Sass website](https://sass-lang.com/install) for full installation instructions. > > ## Changes > > ### Dart API > > * Add a `sass` executable when installing the package through `pub`. > > * Add a top-level `warn()` function for custom functions and importers to print warning messages. > > See the [full changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1210) for changes in earlier releases. > > ## Dart Sass 1.20.3 > To install Dart Sass 1.20.3, download one of the packages above and [add it to your PATH](https://katiek2.github.io/path-doc/), or see [the Sass website](https://sass-lang.com/install) for full installation instructions. > > ## Changes > > * No user-visible changes. > > See the [full changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1203) for changes in earlier releases. > > ## Dart Sass 1.20.2 > To install Dart Sass 1.20.2, download one of the packages above and [add it to your PATH](https://katiek2.github.io/path-doc/), or see [the Sass website](https://sass-lang.com/install) for full installation instructions. > ... (truncated)
Changelog *Sourced from [sass's changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md).* > ## 1.22.1 > > ### JavaScript API > > * Expand the dependency on `chokidar` to allow 3.x. > > ## 1.22.0 > > * Produce better stack traces when importing a file that contains a syntax > error. > > * Make deprecation warnings for `!global` variable declarations that create new > variables clearer, especially in the case where the `!global` flag is > unnecessary because the variables are at the top level of the stylesheet. > > ### Dart API > > * Add a `Value.realNull` getter, which returns Dart's `null` if the value is > Sass's null. > > ## 1.21.0 > > ### Dart API > > * Add a `sass` executable when installing the package through `pub`. > > * Add a top-level `warn()` function for custom functions and importers to print > warning messages. > > ### JavaScript API > > * Avoid re-assigning the `require()` function to make the code statically > analyzable by Webpack. > > ## 1.20.3 > > * No user-visible changes. > > ## 1.20.2 > > * Fix a bug where numbers could be written using exponential notation in > Node.js. > > * Fix a crash that would appear when writing some very large integers to CSS. > > ### Command-Line Interface > > * Improve performance for stand-alone packages on Linux and Mac OS. > > ### JavaScript API > ... (truncated)
Commits - [`2cdbbeb`](https://github.com/sass/dart-sass/commit/2cdbbebcaf7210d07ae967cc39f238ced5f05db9) Declare support for Chokidar 3.0.0 ([#731](https://github-redirect.dependabot.com/sass/dart-sass/issues/731)) - [`033533a`](https://github.com/sass/dart-sass/commit/033533ae75819f5c05a7015b15424d5139e9f5e4) Avoid deprecated analyzer APIs ([#735](https://github-redirect.dependabot.com/sass/dart-sass/issues/735)) - [`aca7057`](https://github.com/sass/dart-sass/commit/aca705707845c8305990c201b58db58e03a37cc0) Merge pull request [#724](https://github-redirect.dependabot.com/sass/dart-sass/issues/724) from sass/merge-use - [`7955bab`](https://github.com/sass/dart-sass/commit/7955bab7490c2211f60a5643325b02c927bebc04) Mark the pubspec as a release version - [`174ef12`](https://github.com/sass/dart-sass/commit/174ef128a2e80bd268f851ea92d9ed78ef8e245f) Merge remote-tracking branch 'origin/feature.use' into merge-use - [`19cfb63`](https://github.com/sass/dart-sass/commit/19cfb63ab455264493db66d2f72eeeade2b64404) Address code review comments from [#724](https://github-redirect.dependabot.com/sass/dart-sass/issues/724) ([#729](https://github-redirect.dependabot.com/sass/dart-sass/issues/729)) - [`b5de9d2`](https://github.com/sass/dart-sass/commit/b5de9d24c23b57fe1047eb576e201c0e0f7b4667) Merge pull request [#725](https://github-redirect.dependabot.com/sass/dart-sass/issues/725) from sass/global-deprecation-warning - [`a46e779`](https://github.com/sass/dart-sass/commit/a46e779675b7e7320f6caa40fbde4429e4f0fd63) Clarify !global deprecation warnings - [`bc4508d`](https://github.com/sass/dart-sass/commit/bc4508d80df1d916870333daf11ace54e9d6d064) Remove a reference to Sass 4.0 in a deprecation warning - [`e4b18b5`](https://github.com/sass/dart-sass/commit/e4b18b523109e69c332055ca80c6ab6a82ace236) Produce better stack traces for syntax errors loaded via import/use ([#722](https://github-redirect.dependabot.com/sass/dart-sass/issues/722)) - Additional commits viewable in [compare view](https://github.com/sass/dart-sass/compare/1.16.1...1.22.1)


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 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 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). To ignore the version in this PR you can just close it - `@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](https://app.dependabot.com): - 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #385.