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

build(deps-dev): bump sass from 1.59.3 to 1.63.3 #1071

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Bumps sass from 1.59.3 to 1.63.3.

Release notes

Sourced from sass's releases.

Dart Sass 1.63.3

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

Changes

JavaScript API

  • Fix loading Sass as an ECMAScript module on Node.js.

See the full changelog for changes in earlier releases.

Dart Sass 1.63.2

To install Sass 1.63.2, 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.63.1

To install Sass 1.63.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.63.0

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

Changes

JavaScript API

  • Dart Sass's JS API now supports running in the browser. Further details and instructions for use are in the README.

... (truncated)

Changelog

Sourced from sass's changelog.

1.63.3

JavaScript API

  • Fix loading Sass as an ECMAScript module on Node.js.

1.63.2

  • No user-visible changes.

1.63.1

  • No user-visible changes.

1.63.0

JavaScript API

  • Dart Sass's JS API now supports running in the browser. Further details and instructions for use are in the README.

Embedded Sass

  • The Dart Sass embedded compiler is now included as part of the primary Dart Sass distribution, rather than a separate executable. To use the embedded compiler, just run sass --embedded from any Sass executable (other than the pure JS executable).

    The Node.js embedded host will still be distributed as the sass-embedded package on npm. The only change is that it will now provide direct access to a sass executable with the same CLI as the sass package.

  • The Dart Sass embedded compiler now uses version 2.0.0 of the Sass embedded protocol. See the spec for a full description of the protocol, and the changelog for a summary of changes since version 1.2.0.

  • The Dart Sass embedded compiler now runs multiple simultaneous compilations in parallel, rather than serially.

1.62.1

  • Fix a bug where :has(+ &) and related constructs would drop the leading combinator.

1.62.0

... (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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Jun 12, 2023
@dependabot dependabot bot requested a review from chintan9 June 12, 2023 10:00
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Jun 12, 2023
@ghost
Copy link

ghost commented Jun 12, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@vizipi
Copy link

vizipi bot commented Jun 12, 2023

Pull request analysis by VIZIPI

Below you will find who is the most qualified team member to review your code.
This analysis includes his/her work on the code included in this Pull request, in addition to their experience in code affected by these changes ( partly found within the list of potential missing files below )   Feedback always welcome

Reviewers with knowledge related to these changes

Match % Person Commit Count Common Files
100.00 % Chintan Prajapati 86 1
100.00 % amirHossein-Ebrahimi 24 1

Potential missing files from this Pull request

files commonly committed with a subset of this pr, but not committed this time. (click to collapse)
FilePercentilerate
package.json41.35 %767 out of 1855 times

Committed file ranks

(click to expand)
  • 99.74%[package-lock.json]
  • @socket-security
    Copy link

    socket-security bot commented Jun 12, 2023

    New and updated dependency changes detected. Learn more about Socket for GitHub ↗︎

    🚮 Removed packages: sass@1.59.3

    Bumps [sass](https://github.com/sass/dart-sass) from 1.59.3 to 1.63.3.
    - [Release notes](https://github.com/sass/dart-sass/releases)
    - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
    - [Commits](sass/dart-sass@1.59.3...1.63.3)
    
    ---
    updated-dependencies:
    - dependency-name: sass
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sass-1.63.3 branch from 52443fa to f51f875 Compare June 12, 2023 22:46
    @sonarcloud
    Copy link

    sonarcloud bot commented Jun 12, 2023

    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

    @dependabot @github
    Copy link
    Contributor Author

    dependabot bot commented on behalf of github Jun 19, 2023

    Superseded by #1075.

    @dependabot dependabot bot closed this Jun 19, 2023
    @dependabot dependabot bot deleted the dependabot/npm_and_yarn/sass-1.63.3 branch June 19, 2023 10:05
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    dependencies Pull requests that update a dependency file 🔍 Ready for Review Pull Request is not reviewed yet size/XS
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    None yet

    0 participants