-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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): bump scssphp/scssphp from 1.13.0 to 2.0.0 #18627
Conversation
@dependabot rebase |
1b797fa
to
37dea4d
Compare
@dependabot rebase |
37dea4d
to
f069073
Compare
@dependabot rebase |
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
@dependabot rebase |
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
@dependabot rebase |
f069073
to
d714745
Compare
d714745
to
c6b2137
Compare
width: 217px; | ||
background: | ||
var(--tblr-body-bg) repeating-linear-gradient( | ||
transparent, | ||
transparent 21px, | ||
var(--tblr-bg-surface-tertiary) 21px, | ||
var(--tblr-bg-surface-tertiary) 42px | ||
); | ||
z-index: 1; | ||
border: 1px solid var(--tblr-border-color); | ||
float: left; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just moved them to fix the following deprecation:
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.
More info: https://sass-lang.com/d/mixed-decls
,
431 | / *,
432 | | ::before,
433 | | ::after {
434 | | box-sizing: content-box;
435 | | }
| '--- nested rule
... |
445 | width: 217px;
| ^^^^^^^^^^^^ declaration
'
css/includes/components/_racks.scss 445:5 @import
css/includes/_includes.scss 60:9 @import
css/glpi.scss 37:9 @import
css 1:9 root stylesheet
@include font-size(calc(#{$input-font-size-sm} * 0.875)); | ||
|
||
min-height: $input-height-sm; | ||
} | ||
|
||
.form-select-lg + & { | ||
@include font-size($input-font-size-lg * 0.875); | ||
@include font-size(calc(#{$input-font-size-lg} * 0.875)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes are fixing the following issue:
[ScssPhp\ScssPhp\Exception\SimpleSassRuntimeException]
Undefined operation "calc(var(--tblr-body-font-size) * 0.875) * 0.875".
,
115 | @include font-size($input-font-size-sm * 0.875);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
'
css/includes/components/_select2.scss 115:36 @import
css/install.scss 36:9 @import
css 1:9 root stylesheet
Bumps [scssphp/scssphp](https://github.com/scssphp/scssphp) from 1.13.0 to 2.0.0. - [Release notes](https://github.com/scssphp/scssphp/releases) - [Commits](scssphp/scssphp@v1.13.0...v2.0.0) --- updated-dependencies: - dependency-name: scssphp/scssphp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
c6b2137
to
0387999
Compare
Bumps scssphp/scssphp from 1.13.0 to 2.0.0.
Release notes
Sourced from scssphp/scssphp's releases.
Commits
a70358e
Merge pull request #778 from stof/prepare_release6443202
Prepare the 2.0.0 release785728d
Merge pull request #777 from stof/clean_code33563f9
Modernize some code8d8511f
Clean code of the Compilerc6730b9
Merge pull request #776 from stof/update_signaturef9cb8b7
Update the signature ofcompileString
to allow passing an importer5768c1a
Merge pull request #775 from stof/clean_testscdab2a4
Remove tests for the extend logic in favor of sass-spec7196b4a
Merge pull request #774 from stof/php8_4_compatYou 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 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 <dependency name> 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)