Previous HEAD position was eba3b03d Bump squizlabs/php_codesniffer from 3.10.0 to 3.10.1 HEAD is now at 078c2cd8 update Spur link Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Package operations: 0 installs, 14 updates, 0 removals - Downloading fortawesome/font-awesome (6.6.0) - Downloading symfony/polyfill-php80 (v1.30.0) - Downloading symfony/deprecation-contracts (v2.5.3) - Downloading dflydev/dot-access-data (v3.0.3) - Downloading league/commonmark (2.5.3) - Downloading mediawiki/oauthclient (2.2.0) - Downloading phpseclib/phpseclib (3.0.41) - Downloading php-amqplib/php-amqplib (v3.7.1) - Downloading nikic/php-parser (v5.2.0) - Downloading phpunit/php-code-coverage (9.2.32) - Downloading myclabs/deep-copy (1.12.0) - Downloading phpunit/phpunit (9.6.21) - Downloading smarty/smarty (v4.5.4) - Downloading squizlabs/php_codesniffer (3.10.3) - Upgrading fortawesome/font-awesome (6.5.2 => 6.6.0): Extracting archive - Upgrading symfony/polyfill-php80 (v1.29.0 => v1.30.0): Extracting archive - Upgrading symfony/deprecation-contracts (v2.5.2 => v2.5.3): Extracting archive - Upgrading dflydev/dot-access-data (v3.0.2 => v3.0.3): Extracting archive - Upgrading league/commonmark (2.4.2 => 2.5.3): Extracting archive - Upgrading mediawiki/oauthclient (2.0.0 => 2.2.0): Extracting archive - Upgrading phpseclib/phpseclib (3.0.37 => 3.0.41): Extracting archive - Upgrading php-amqplib/php-amqplib (v3.6.2 => v3.7.1): Extracting archive - Upgrading nikic/php-parser (v5.0.2 => v5.2.0): Extracting archive - Upgrading phpunit/php-code-coverage (9.2.31 => 9.2.32): Extracting archive - Upgrading myclabs/deep-copy (1.11.1 => 1.12.0): Extracting archive - Upgrading phpunit/phpunit (9.6.19 => 9.6.21): Extracting archive - Upgrading smarty/smarty (v4.5.3 => v4.5.4): Extracting archive - Upgrading squizlabs/php_codesniffer (3.10.1 => 3.10.3): Extracting archive Generating autoload files 43 packages you are using are looking for funding. Use the `composer fund` command to find out more! added 6 packages, removed 5 packages, changed 5 packages, and audited 22 packages in 2s 8 packages are looking for funding run `npm fund` for details 1 moderate severity vulnerability To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. npm notice npm notice New major version of npm available! 9.8.0 -> 10.9.0 npm notice Changelog: npm notice Run `npm install -g npm@10.9.0` to update! npm notice > waca@1.0.0 build-scss > ./node_modules/.bin/sass --style=compressed resources/scss/bootstrap-alt.scss:resources/generated/bootstrap-alt.css resources/scss/bootstrap-main.scss:resources/generated/bootstrap-main.css resources/scss/bootstrap-auto.scss:resources/generated/bootstrap-auto.css resources/scss/public.scss:resources/generated/public.css DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 40%) color.adjust($color, $lightness: 20%) More info: https://sass-lang.com/d/color-functions ╷ 32 │ $link-color: lighten($blue, 20%); │ ^^^^^^^^^^^^^^^^^^^ ╵ resources/scss/bootstrap-alt.scss 32:14 root stylesheet DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 50%) color.adjust($color, $lightness: 15%) More info: https://sass-lang.com/d/color-functions ╷ 33 │ $link-hover-color: lighten($link-color, 15%); │ ^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ resources/scss/bootstrap-alt.scss 33:20 root stylesheet DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 3.5091743119%) color.adjust($color, $lightness: 3%) More info: https://sass-lang.com/d/color-functions ╷ 61 │ $card-bg: lighten($gray-900, 3%); │ ^^^^^^^^^^^^^^^^^^^^^^ ╵ resources/scss/bootstrap-alt.scss 61:11 root stylesheet DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 9.7081218274%) color.adjust($color, $lightness: 7.5%) More info: https://sass-lang.com/d/color-functions ╷ 374 │ $table-dark-border-color: lighten($table-dark-bg, 7.5%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 374:31 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-alt.scss 79:9 root stylesheet DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 50%) color.adjust($color, $lightness: 25%) More info: https://sass-lang.com/d/color-functions ╷ 487 │ $input-focus-border-color: lighten($component-active-bg, 25%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 487:41 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-alt.scss 79:9 root stylesheet DEPRECATION WARNING: Passing percentage units to the global abs() function is deprecated. In the future, this will emit a CSS abs() function to be resolved by the browser. To preserve current behavior: math.abs(100%) To emit a CSS abs() now: abs(#{100%}) More info: https://sass-lang.com/d/abs-percent ╷ 54 │ $dividend: abs($dividend); │ ^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/vendor/_rfs.scss 54:14 divide() node_modules/bootstrap/scss/mixins/_grid.scss 66:15 row-cols() node_modules/bootstrap/scss/mixins/_grid-framework.scss 43:13 @content node_modules/bootstrap/scss/mixins/_breakpoints.scss 65:5 media-breakpoint-up() node_modules/bootstrap/scss/mixins/_grid-framework.scss 32:5 make-grid-columns() node_modules/bootstrap/scss/_grid.scss 72:3 @import node_modules/bootstrap/scss/bootstrap.scss 16:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-alt.scss 79:9 root stylesheet 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 ┌──> node_modules/bootstrap/scss/_custom-forms.scss 415│ appearance: none; │ ^^^^^^^^^^^^^^^^ declaration ╵ ┌──> node_modules/bootstrap/scss/mixins/_transition.scss 21 │ ┌ @media (prefers-reduced-motion: reduce) { 22 │ │ transition: none; 23 │ │ } │ └─── nested rule ╵ node_modules/bootstrap/scss/_custom-forms.scss 415:5 @import node_modules/bootstrap/scss/bootstrap.scss 24:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-alt.scss 79:9 root stylesheet 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 ┌──> node_modules/bootstrap/scss/_custom-forms.scss 441│ appearance: none; │ ^^^^^^^^^^^^^^^^ declaration ╵ ┌──> node_modules/bootstrap/scss/mixins/_transition.scss 21 │ ┌ @media (prefers-reduced-motion: reduce) { 22 │ │ transition: none; 23 │ │ } │ └─── nested rule ╵ node_modules/bootstrap/scss/_custom-forms.scss 441:5 @import node_modules/bootstrap/scss/bootstrap.scss 24:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-alt.scss 79:9 root stylesheet 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 ┌──> node_modules/bootstrap/scss/_custom-forms.scss 470│ appearance: none; │ ^^^^^^^^^^^^^^^^ declaration ╵ ┌──> node_modules/bootstrap/scss/mixins/_transition.scss 21 │ ┌ @media (prefers-reduced-motion: reduce) { 22 │ │ transition: none; 23 │ │ } │ └─── nested rule ╵ node_modules/bootstrap/scss/_custom-forms.scss 470:5 @import node_modules/bootstrap/scss/bootstrap.scss 24:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-alt.scss 79:9 root stylesheet 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 ┌──> node_modules/bootstrap/scss/_modal.scss 46 │ transform: $modal-fade-transform; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration ╵ ┌──> node_modules/bootstrap/scss/mixins/_transition.scss 21 │ ┌ @media (prefers-reduced-motion: reduce) { 22 │ │ transition: none; 23 │ │ } │ └─── nested rule ╵ node_modules/bootstrap/scss/_modal.scss 46:5 @import node_modules/bootstrap/scss/bootstrap.scss 38:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-alt.scss 79:9 root stylesheet WARNING: 102 repetitive deprecation warnings omitted. Run in verbose mode to see all warnings. DEPRECATION WARNING: darken() is deprecated. Suggestions: color.scale($color, $lightness: -30%) color.adjust($color, $lightness: -15%) More info: https://sass-lang.com/d/color-functions ╷ 178 │ $link-hover-color: darken($link-color, 15%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 178:43 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 9.7081218274%) color.adjust($color, $lightness: 7.5%) More info: https://sass-lang.com/d/color-functions ╷ 374 │ $table-dark-border-color: lighten($table-dark-bg, 7.5%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 374:31 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 50%) color.adjust($color, $lightness: 25%) More info: https://sass-lang.com/d/color-functions ╷ 487 │ $input-focus-border-color: lighten($component-active-bg, 25%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 487:41 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 70%) color.adjust($color, $lightness: 35%) More info: https://sass-lang.com/d/color-functions ╷ 552 │ $custom-control-indicator-active-bg: lighten($component-active-bg, 35%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 552:49 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 70%) color.adjust($color, $lightness: 35%) More info: https://sass-lang.com/d/color-functions ╷ 627 │ $custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 627:46 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet DEPRECATION WARNING: Passing percentage units to the global abs() function is deprecated. In the future, this will emit a CSS abs() function to be resolved by the browser. To preserve current behavior: math.abs(100%) To emit a CSS abs() now: abs(#{100%}) More info: https://sass-lang.com/d/abs-percent ╷ 54 │ $dividend: abs($dividend); │ ^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/vendor/_rfs.scss 54:14 divide() node_modules/bootstrap/scss/mixins/_grid.scss 66:15 row-cols() node_modules/bootstrap/scss/mixins/_grid-framework.scss 43:13 @content node_modules/bootstrap/scss/mixins/_breakpoints.scss 65:5 media-breakpoint-up() node_modules/bootstrap/scss/mixins/_grid-framework.scss 32:5 make-grid-columns() node_modules/bootstrap/scss/_grid.scss 72:3 @import node_modules/bootstrap/scss/bootstrap.scss 16:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet 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 ┌──> node_modules/bootstrap/scss/_custom-forms.scss 415│ appearance: none; │ ^^^^^^^^^^^^^^^^ declaration ╵ ┌──> node_modules/bootstrap/scss/mixins/_transition.scss 21 │ ┌ @media (prefers-reduced-motion: reduce) { 22 │ │ transition: none; 23 │ │ } │ └─── nested rule ╵ node_modules/bootstrap/scss/_custom-forms.scss 415:5 @import node_modules/bootstrap/scss/bootstrap.scss 24:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet 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 ┌──> node_modules/bootstrap/scss/_custom-forms.scss 441│ appearance: none; │ ^^^^^^^^^^^^^^^^ declaration ╵ ┌──> node_modules/bootstrap/scss/mixins/_transition.scss 21 │ ┌ @media (prefers-reduced-motion: reduce) { 22 │ │ transition: none; 23 │ │ } │ └─── nested rule ╵ node_modules/bootstrap/scss/_custom-forms.scss 441:5 @import node_modules/bootstrap/scss/bootstrap.scss 24:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet 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 ┌──> node_modules/bootstrap/scss/_custom-forms.scss 470│ appearance: none; │ ^^^^^^^^^^^^^^^^ declaration ╵ ┌──> node_modules/bootstrap/scss/mixins/_transition.scss 21 │ ┌ @media (prefers-reduced-motion: reduce) { 22 │ │ transition: none; 23 │ │ } │ └─── nested rule ╵ node_modules/bootstrap/scss/_custom-forms.scss 470:5 @import node_modules/bootstrap/scss/bootstrap.scss 24:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet 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 ┌──> node_modules/bootstrap/scss/_modal.scss 46 │ transform: $modal-fade-transform; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration ╵ ┌──> node_modules/bootstrap/scss/mixins/_transition.scss 21 │ ┌ @media (prefers-reduced-motion: reduce) { 22 │ │ transition: none; 23 │ │ } │ └─── nested rule ╵ node_modules/bootstrap/scss/_modal.scss 46:5 @import node_modules/bootstrap/scss/bootstrap.scss 38:9 @import resources/scss/_common.scss 23:9 @import resources/scss/bootstrap-main.scss 12:9 root stylesheet WARNING: 100 repetitive deprecation warnings omitted. Run in verbose mode to see all warnings. DEPRECATION WARNING: darken() is deprecated. Suggestions: color.scale($color, $lightness: -30%) color.adjust($color, $lightness: -15%) More info: https://sass-lang.com/d/color-functions ╷ 178 │ $link-hover-color: darken($link-color, 15%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 178:43 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 9.7081218274%) color.adjust($color, $lightness: 7.5%) More info: https://sass-lang.com/d/color-functions ╷ 374 │ $table-dark-border-color: lighten($table-dark-bg, 7.5%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 374:31 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 50%) color.adjust($color, $lightness: 25%) More info: https://sass-lang.com/d/color-functions ╷ 487 │ $input-focus-border-color: lighten($component-active-bg, 25%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 487:41 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 70%) color.adjust($color, $lightness: 35%) More info: https://sass-lang.com/d/color-functions ╷ 552 │ $custom-control-indicator-active-bg: lighten($component-active-bg, 35%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 552:49 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 70%) color.adjust($color, $lightness: 35%) More info: https://sass-lang.com/d/color-functions ╷ 627 │ $custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_variables.scss 627:46 @import node_modules/bootstrap/scss/bootstrap.scss 9:9 @import resources/scss/public.scss 13:9 root stylesheet DEPRECATION WARNING: Passing percentage units to the global abs() function is deprecated. In the future, this will emit a CSS abs() function to be resolved by the browser. To preserve current behavior: math.abs(100%) To emit a CSS abs() now: abs(#{100%}) More info: https://sass-lang.com/d/abs-percent ╷ 54 │ $dividend: abs($dividend); │ ^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/vendor/_rfs.scss 54:14 divide() node_modules/bootstrap/scss/mixins/_grid.scss 66:15 row-cols() node_modules/bootstrap/scss/mixins/_grid-framework.scss 43:13 @content node_modules/bootstrap/scss/mixins/_breakpoints.scss 65:5 media-breakpoint-up() node_modules/bootstrap/scss/mixins/_grid-framework.scss 32:5 make-grid-columns() node_modules/bootstrap/scss/_grid.scss 72:3 @import node_modules/bootstrap/scss/bootstrap.scss 16:9 @import resources/scss/public.scss 13:9 root stylesheet 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 ┌──> node_modules/bootstrap/scss/_custom-forms.scss 415│ appearance: none; │ ^^^^^^^^^^^^^^^^ declaration ╵ ┌──> node_modules/bootstrap/scss/mixins/_transition.scss 21 │ ┌ @media (prefers-reduced-motion: reduce) { 22 │ │ transition: none; 23 │ │ } │ └─── nested rule ╵ node_modules/bootstrap/scss/_custom-forms.scss 415:5 @import node_modules/bootstrap/scss/bootstrap.scss 24:9 @import resources/scss/public.scss 13:9 root stylesheet 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 ┌──> node_modules/bootstrap/scss/_custom-forms.scss 441│ appearance: none; │ ^^^^^^^^^^^^^^^^ declaration ╵ ┌──> node_modules/bootstrap/scss/mixins/_transition.scss 21 │ ┌ @media (prefers-reduced-motion: reduce) { 22 │ │ transition: none; 23 │ │ } │ └─── nested rule ╵ node_modules/bootstrap/scss/_custom-forms.scss 441:5 @import node_modules/bootstrap/scss/bootstrap.scss 24:9 @import resources/scss/public.scss 13:9 root stylesheet 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 ┌──> node_modules/bootstrap/scss/_custom-forms.scss 470│ appearance: none; │ ^^^^^^^^^^^^^^^^ declaration ╵ ┌──> node_modules/bootstrap/scss/mixins/_transition.scss 21 │ ┌ @media (prefers-reduced-motion: reduce) { 22 │ │ transition: none; 23 │ │ } │ └─── nested rule ╵ node_modules/bootstrap/scss/_custom-forms.scss 470:5 @import node_modules/bootstrap/scss/bootstrap.scss 24:9 @import resources/scss/public.scss 13:9 root stylesheet 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 ┌──> node_modules/bootstrap/scss/_modal.scss 46 │ transform: $modal-fade-transform; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration ╵ ┌──> node_modules/bootstrap/scss/mixins/_transition.scss 21 │ ┌ @media (prefers-reduced-motion: reduce) { 22 │ │ transition: none; 23 │ │ } │ └─── nested rule ╵ node_modules/bootstrap/scss/_modal.scss 46:5 @import node_modules/bootstrap/scss/bootstrap.scss 38:9 @import resources/scss/public.scss 13:9 root stylesheet WARNING: 89 repetitive deprecation warnings omitted. Run in verbose mode to see all warnings.