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

chore(deps-dev): bump sass from 1.63.3 to 1.63.4 #6743

Merged
merged 2 commits into from Jun 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps sass from 1.63.3 to 1.63.4.

Release notes

Sourced from sass's releases.

Dart Sass 1.63.4

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

Changes

JavaScript API

  • Re-enable support for import sass from 'sass' when loading the package from an ESM module in Node.js. However, this syntax is now deprecated; ESM users should use import * as sass from 'sass' instead.

    On the browser and other ESM-only platforms, only import * as sass from 'sass' is supported.

  • Properly export the legacy API values TRUE, FALSE, NULL, and types from the ECMAScript module API.

Embedded Sass

  • Fix a race condition where closing standard input while requests are in-flight could sometimes cause the process to hang rather than shutting down gracefully.

  • Properly include the root stylesheet's URL in the set of loaded URLs when it fails to parse.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.63.4

JavaScript API

  • Re-enable support for import sass from 'sass' when loading the package from an ESM module in Node.js. However, this syntax is now deprecated; ESM users should use import * as sass from 'sass' instead.

    On the browser and other ESM-only platforms, only import * as sass from 'sass' is supported.

  • Properly export the legacy API values TRUE, FALSE, NULL, and types from the ECMAScript module API.

Embedded Sass

  • Fix a race condition where closing standard input while requests are in-flight could sometimes cause the process to hang rather than shutting down gracefully.

  • Properly include the root stylesheet's URL in the set of loaded URLs when it fails to parse.

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)

Bumps [sass](https://github.com/sass/dart-sass) from 1.63.3 to 1.63.4.
- [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.63.3...1.63.4)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file pr:daveit Disables PR Cop pr:e2e Automatically triggers e2e tests to run pr:platform Runs tests against all supported platforms type:maintenance tests, chores, or project maintenance labels Jun 19, 2023
@deploysentinel
Copy link

deploysentinel bot commented Jun 19, 2023

Current Playwright Test Results Summary

✅ 122 Passing - ❌ 1 Failing - ⚠️ 1 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 06/22/2023 08:07:19pm UTC)

Run Details

Running Job e2e-stable on CircleCI

Commit: 6f5f6ab

Started: 06/22/2023 08:02:38pm UTC

❌ Failures

📄   framework/baseFixtures.e2e.spec.js • 1 Failure

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
baseFixtures tests Verify that tests fail if console.error is thrown
Initial Attempt
Error: Console error detected: [error] This should result in a failure at ( 0:14)...
Console error detected: [error] This should result in a failure at ( 0:14)

Expected: not "error"

100% (147) 147 / 147 runs
failed over last 7 days
0% (0) 0 / 147 runs
flaked over last 7 days

⚠️ Flakes

📄   functional/plugins/imagery/exampleImagery.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Example Imagery Object Can use Mouse Wheel to zoom in and out of latest image
Retry 1Initial Attempt
0.88% (1) 1 / 113 run
failed over last 7 days
50.44% (57) 57 / 113 runs
flaked over last 7 days

View Detailed Build Results


@ozyx
Copy link
Member

ozyx commented Jun 22, 2023

@dependabot recreate

@ozyx ozyx self-requested a review June 22, 2023 20:00
@ozyx ozyx enabled auto-merge (squash) June 22, 2023 20:00
@ozyx ozyx added the pr:e2e:couchdb npm run test:e2e:couchdb label Jun 22, 2023
@codecov
Copy link

codecov bot commented Jun 22, 2023

Codecov Report

Merging #6743 (4b688ac) into master (1d7cd64) will decrease coverage by 11.66%.
The diff coverage is n/a.

❗ Current head 4b688ac differs from pull request most recent head 6f5f6ab. Consider uploading reports for the commit 6f5f6ab to get more accurate results

@@             Coverage Diff             @@
##           master    #6743       +/-   ##
===========================================
- Coverage   53.79%   42.13%   -11.66%     
===========================================
  Files         624      396      -228     
  Lines       24848    12067    -12781     
  Branches     2493        0     -2493     
===========================================
- Hits        13367     5085     -8282     
+ Misses      10813     6982     -3831     
+ Partials      668        0      -668     
Flag Coverage Δ *Carryforward flag
e2e-full 42.13% <ø> (-0.02%) ⬇️ Carriedforward from 5a9fc9f
e2e-stable ?
unit ?

*This pull request uses carry forward flags. Click here to find out more.

see 498 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

@github-actions github-actions bot removed the pr:e2e:couchdb npm run test:e2e:couchdb label Jun 22, 2023
@ozyx ozyx merged commit 834a19f into master Jun 22, 2023
11 of 14 checks passed
@ozyx ozyx deleted the dependabot/npm_and_yarn/sass-1.63.4 branch June 22, 2023 20:07
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 pr:daveit Disables PR Cop pr:e2e Automatically triggers e2e tests to run pr:platform Runs tests against all supported platforms type:maintenance tests, chores, or project maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant