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

fix(deps): update dependency sass to v1.83.0 #1273

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass 1.80.4 -> 1.83.0 age adoption passing confidence

Release Notes

sass/dart-sass (sass)

v1.83.0

Compare Source

  • Allow trailing commas in all argument and parameter lists.

v1.82.0

Compare Source

Command-Line Interface
  • Improve --watch mode reliability when making multiple changes at once, such
    as checking out a different Git branch.

  • Parse the calc-size() function as a calculation now that it's supported in
    some browsers.

Dart API
  • Add a SassCalculation.calcSize() function.

v1.81.1

Compare Source

  • No user-visible changes.

v1.81.0

Compare Source

  • Fix a few cases where deprecation warnings weren't being emitted for global
    built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long
    as that argument might be a unitless number.

v1.80.7

Compare Source

Embedded Host
  • Don't treat 0 as undefined for the green and blue channels in the
    LegacyColor constructor.

v1.80.6

Compare Source

Command-Line Interface
  • Make @parcel/watcher an optional dependency so this can still be installed
    on operating systems where it's unavailable.

v1.80.5

Compare Source

Embedded Host
  • Don't produce phantom @import deprecations when using an importer with the
    legacy API.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 18.89%. Comparing base (bf96c7d) to head (9b4464d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1273   +/-   ##
=======================================
  Coverage   18.89%   18.89%           
=======================================
  Files         427      427           
  Lines       66953    66953           
  Branches     1452     1452           
=======================================
  Hits        12648    12648           
  Misses      54305    54305           
Flag Coverage Δ
unitTests 18.89% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Oct 30, 2024

Playwright test results

failed  16 failed
skipped  34 skipped

Details

stats  50 tests across 11 suites
duration  19 minutes, 12 seconds
commit  9b4464d

Failed tests

chromium-setup › auth.setup.ts › authenticate as user - ( @primary @slow @read @development @staging @production )
chromium-setup › auth.setup.ts › authenticate as admin - ( @primary @slow @read @development @staging @production )
firefox-setup › auth.setup.ts › authenticate as user - ( @primary @slow @read @development @staging @production )
firefox-setup › auth.setup.ts › authenticate as admin - ( @primary @slow @read @development @staging @production )
chromium-setup › auth.setup.ts › authenticate as user - ( @primary @slow @read @development @staging @production )
chromium-setup › auth.setup.ts › authenticate as admin - ( @primary @slow @read @development @staging @production )
firefox-setup › auth.setup.ts › authenticate as user - ( @primary @slow @read @development @staging @production )
firefox-setup › auth.setup.ts › authenticate as admin - ( @primary @slow @read @development @staging @production )
chromium-setup › auth.setup.ts › authenticate as user - ( @primary @slow @read @development @staging @production )
chromium-setup › auth.setup.ts › authenticate as admin - ( @primary @slow @read @development @staging @production )
firefox-setup › auth.setup.ts › authenticate as user - ( @primary @slow @read @development @staging @production )
firefox-setup › auth.setup.ts › authenticate as admin - ( @primary @slow @read @development @staging @production )
chromium-setup › auth.setup.ts › authenticate as user - ( @primary @slow @read @development @staging @production )
chromium-setup › auth.setup.ts › authenticate as admin - ( @primary @slow @read @development @staging @production )
firefox-setup › auth.setup.ts › authenticate as user - ( @primary @slow @read @development @staging @production )
firefox-setup › auth.setup.ts › authenticate as admin - ( @primary @slow @read @development @staging @production )

Skipped tests

chromium › authentication.test.ts › Authentication › should load unauthorized routes as expected with and without authentication - ( @slow @primary @development @staging @production )
chromium › authentication.test.ts › Authentication › should redirect from login related unauthorized pages with existing session - ( @slow @primary @development @staging @production )
firefox › authentication.test.ts › Authentication › should load unauthorized routes as expected with and without authentication - ( @slow @primary @development @staging @production )
firefox › authentication.test.ts › Authentication › should redirect from login related unauthorized pages with existing session - ( @slow @primary @development @staging @production )
chromium › basic.test.ts › should have valid title & url - ( @fast @primary @read @development @staging @production )
chromium › basic.test.ts › should have valid localizations - ( @fast @primary @read @development @staging @production )
firefox › basic.test.ts › should have valid title & url - ( @fast @primary @read @development @staging @production )
firefox › basic.test.ts › should have valid localizations - ( @fast @primary @read @development @staging @production )
chromium › pages/dashboard.test.ts › DashboardPage › should have data-testids - ( @fast @primary @read @development @staging @production )
firefox › pages/dashboard.test.ts › DashboardPage › should have data-testids - ( @fast @primary @read @development @staging @production )
chromium › pages/login.test.ts › LoginPage › should login - ( @fast @primary @development @staging @production )
chromium › pages/login.test.ts › LoginPage › should show error on login with invalid credentials - ( @slow @primary @development @staging @production )
chromium › pages/login.test.ts › LoginPage › should have data-testids - ( @fast @primary @read @development @staging @production )
firefox › pages/login.test.ts › LoginPage › should login - ( @fast @primary @development @staging @production )
firefox › pages/login.test.ts › LoginPage › should show error on login with invalid credentials - ( @slow @primary @development @staging @production )
firefox › pages/login.test.ts › LoginPage › should have data-testids - ( @fast @primary @read @development @staging @production )
chromium › pages/myOrganization.test.ts › MyOrganization › should have visible data-testids - ( @primary @slow @read @development @staging @production )
firefox › pages/myOrganization.test.ts › MyOrganization › should have visible data-testids - ( @primary @slow @read @development @staging @production )
chromium › pages/myOrganization.test.ts › MyOrganization › Invitation Management: should display all required elements - ( @primary @slow @read @development @staging @production )
chromium › pages/myOrganization.test.ts › MyOrganization › User Management: should display all required elements - ( @primary @slow @read @development @staging @production )
chromium › pages/myOrganization.test.ts › MyOrganization › Organization Profile: should display all required elements - ( @primary @slow @read @development @staging @production )
firefox › pages/myOrganization.test.ts › MyOrganization › Invitation Management: should display all required elements - ( @primary @slow @read @development @staging @production )
firefox › pages/myOrganization.test.ts › MyOrganization › User Management: should display all required elements - ( @primary @slow @read @development @staging @production )
firefox › pages/myOrganization.test.ts › MyOrganization › Organization Profile: should display all required elements - ( @primary @slow @read @development @staging @production )
chromium › pages/otherOrganizations.test.ts › OtherOrganizations › should have visible data-testids - ( @primary @slow @read @development @staging @production )
firefox › pages/otherOrganizations.test.ts › OtherOrganizations › should have visible data-testids - ( @primary @slow @read @development @staging @production )
chromium › pages/phone.test.ts › PhonePage › should have visible data-testids - ( @primary @slow @read @development @staging @production )
firefox › pages/phone.test.ts › PhonePage › should have visible data-testids - ( @primary @slow @read @development @staging @production )
chromium › pages/training.test.ts › Training › should have visible data-testids - ( @primary @slow @read @development @staging @production )
firefox › pages/training.test.ts › Training › should have visible data-testids - ( @primary @slow @read @development @staging @production )
chromium › pages/user-profile.test.ts › UserProfile › should have visible data-testids - ( @primary @slow @read @development @staging @production )
firefox › pages/user-profile.test.ts › UserProfile › should have visible data-testids - ( @primary @slow @read @development @staging @production )
chromium › pages/work.test.ts › WorkPage › should have visible data-testids - ( @primary @slow @read @development @staging @production )
firefox › pages/work.test.ts › WorkPage › should have visible data-testids - ( @primary @slow @read @development @staging @production )

@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 8 times, most recently from 01e6222 to 2f6206a Compare November 1, 2024 22:23
@renovate renovate bot changed the title fix(deps): update dependency sass to v1.80.5 fix(deps): update dependency sass to v1.80.6 Nov 2, 2024
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 9 times, most recently from 403298b to e7a8f80 Compare November 9, 2024 02:44
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 3 times, most recently from 3bd34c5 to 7b0bdbb Compare November 11, 2024 17:50
@renovate renovate bot changed the title fix(deps): update dependency sass to v1.80.6 fix(deps): update dependency sass to v1.80.7 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 2 times, most recently from 61f3213 to 88cd15b Compare November 14, 2024 22:21
@renovate renovate bot changed the title fix(deps): update dependency sass to v1.80.7 fix(deps): update dependency sass to v1.81.0 Nov 15, 2024
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 3 times, most recently from b08c6a7 to 9df14d1 Compare November 20, 2024 21:12
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 6 times, most recently from 60db1be to dea2aa3 Compare November 28, 2024 12:46
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from dea2aa3 to 53fadcd Compare November 29, 2024 21:12
@renovate renovate bot changed the title fix(deps): update dependency sass to v1.81.0 fix(deps): update dependency sass to v1.81.1 Dec 3, 2024
@renovate renovate bot changed the title fix(deps): update dependency sass to v1.81.1 fix(deps): update dependency sass to v1.82.0 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 2 times, most recently from f4ce35a to 37791ec Compare December 6, 2024 15:38
@renovate renovate bot changed the title fix(deps): update dependency sass to v1.82.0 fix(deps): update dependency sass to v1.83.0 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from 37791ec to 7f69e9e Compare December 13, 2024 15:36
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from 7f69e9e to 9b4464d Compare December 13, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants