Bump sass-embedded from 1.91.0 to 1.93.3
Bumps sass-embedded from 1.91.0 to 1.93.3.
Changelog
Sourced from sass-embedded's changelog.
1.93.3
- Fix a performance regression that was introduced in 1.92.0.
1.93.2
- No user-visible changes.
JavaScript API
- Fix another error in the release process for
@sass/types.1.93.1
- No user-visible changes.
JavaScript API
- Fix an error in the release process for
@sass/types.1.93.0
- Fix a crash when a style rule contains a nested
@import, and the loaded file@uses a user-defined module as well as@includes a top-level mixin which emits top-level declarations.JavaScript API
- Release a
@sass/typespackage which contains the type annotations used by both thesassandsass-embeddedpackage without any additional code or dependencies.1.92.1
- Fix a bug where variable definitions from one imported, forwarded module would not be passed as implicit configuration to a later imported, forwarded module.
1.92.0
Breaking change: Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the
mixed-declsdeprecation.Breaking change: The function name
type()is now fully reserved for the plain CSS function. This means that@functiondefinitions with the nametypewill produce errors, while function calls will be parsed as special function strings.Configuring private variables using
@use ... with,@forward ... with, and
... (truncated)
Commits
5cb75b2Update Dart Sass version and release3afea5cMerge pull request #395 from sass/child-process-deprecation6cb356aInclude MJS files in formatting checks and fixes5c78e6fFix after-compile-test for the new module.exports exportb1b70d2Fix Node.js deprecation warnings about passing args to child_processb513e88Bump actions/setup-node from 5 to 6 (#394)3f28c96Update Dart Sass version and release2b3cb8eUpdate Dart Sass version and release1c8d64aUpdate Dart Sass version and releasea58f463Bump actions/setup-node from 4 to 5 (#393)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 98.15%. Comparing base (dbe9791) to head (07af25e).
Additional details and impacted files
@@ Coverage Diff @@
## master #13916 +/- ##
=======================================
Coverage 98.15% 98.15%
=======================================
Files 265 265
Lines 10661 10661
Branches 3274 3274
=======================================
Hits 10464 10464
Misses 184 184
Partials 13 13
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
See https://github.com/mozilla/addons/issues/15870
Superseded by #13965.