devinit / ddw-analyst-ui

The Development Data Warehouse
http://ddw.devinit.org/
GNU General Public License v3.0
2 stars 1 forks source link

Bump sass from 1.54.5 to 1.69.3 #995

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps sass from 1.54.5 to 1.69.3.

Release notes

Sourced from sass's releases.

Dart Sass 1.69.3

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

Changes

Embedded Sass

  • Fix TypeScript type locations in package.json.

See the full changelog for changes in earlier releases.

Dart Sass 1.69.2

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

Changes

JS API

  • Fix a bug where Sass crashed when running in the browser if there was a global variable named process.

See the full changelog for changes in earlier releases.

Dart Sass 1.69.1

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

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.69.0

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

Changes

  • Add a meta.get-mixin() function that returns a mixin as a first-class Sass value.

... (truncated)

Changelog

Sourced from sass's changelog.

1.69.3

Embedded Sass

  • Fix TypeScript type locations in package.json.

1.69.2

JS API

  • Fix a bug where Sass crashed when running in the browser if there was a global variable named process.

1.69.1

  • No user-visible changes.

1.69.0

  • Add a meta.get-mixin() function that returns a mixin as a first-class Sass value.

  • Add a meta.apply() mixin that includes a mixin value.

  • Add a meta.module-mixins() function which returns a map from mixin names in a module to the first-class mixins that belong to those names.

  • Add a meta.accepts-content() function which returns whether or not a mixin value can take a content block.

  • Add support for the relative color syntax from CSS Color 5. This syntax cannot be used to create Sass color values. It is always emitted as-is in the CSS output.

Dart API

  • Deprecate Deprecation.calcInterp since it was never actually emitted as a deprecation.

Embedded Sass

  • Fix a rare race condition where the embedded compiler could freeze when a protocol error was immediately followed by another request.

1.68.0

  • Fix the source spans associated with the abs-percent deprecation.

JS API

... (truncated)

Commits


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
sonarcloud[bot] commented 10 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov-commenter commented 10 months ago

Codecov Report

Merging #995 (42a0af8) into develop (aef681f) will increase coverage by 14.69%. The diff coverage is n/a.

:exclamation: Current head 42a0af8 differs from pull request most recent head 7f0dbf1. Consider uploading reports for the commit 7f0dbf1 to get more accurate results

@@             Coverage Diff              @@
##           develop     #995       +/-   ##
============================================
+ Coverage    42.24%   56.93%   +14.69%     
============================================
  Files           66      129       +63     
  Lines         5097     1967     -3130     
  Branches         0      524      +524     
============================================
- Hits          2153     1120     -1033     
+ Misses        2944      743     -2201     
- Partials         0      104      +104     

see 195 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more