yarn install v1.22.22 [1/4] Resolving packages... success Already up-to-date. Done in 0.56s. yarn run v1.22.22 $ yarn css:build && yarn js:build && yarn api:bundle $ gulp css && gulp css --view opac [05:46:15] Using gulpfile /kohadevbox/koha/gulpfile.js [05:46:15] Starting 'css'... [05:46:15] Finished 'css' after 11 ms Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass($arg == "$value"): $value; else: $arg) More info: https://sass-lang.com/d/if-function  ╷ 58 │ $_args: append($_args, if($arg == "$key", $key, if($arg == "$value", $value, $arg)));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 58:55 @import koha-tmpl/intranet-tmpl/prog/css/src/installer.scss 5:9 root stylesheet Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass($arg == "$key"): $key; else: if($arg == "$value", $value, $arg)) More info: https://sass-lang.com/d/if-function  ╷ 58 │ $_args: append($_args, if($arg == "$key", $key, if($arg == "$value", $value, $arg)));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 58:30 @import koha-tmpl/intranet-tmpl/prog/css/src/installer.scss 5:9 root stylesheet Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass($l1 > $l2): divide($l1 + 0.05, $l2 + 0.05); else: divide($l2 + 0.05, $l1 + 0.05)) More info: https://sass-lang.com/d/if-function  ╷ 177 │ @return if($l1 > $l2, divide($l1 + .05, $l2 + .05), divide($l2 + .05, $l1 + .05));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 177:11 @import koha-tmpl/intranet-tmpl/prog/css/src/installer.scss 5:9 root stylesheet Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass(divide($value, 255) < 0.04045): divide(divide($value, 255), 12.92); else: nth($_luminance-list, $value + 1)) More info: https://sass-lang.com/d/if-function  ╷ 191 │ $value: if(divide($value, 255) < .04045, divide(divide($value, 255), 12.92), nth($_luminance-list, $value + 1));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 191:13 @import koha-tmpl/intranet-tmpl/prog/css/src/installer.scss 5:9 root stylesheet Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass($weight > 0): shade-color($color, $weight); else: tint-color($color, -$weight)) More info: https://sass-lang.com/d/if-function  ╷ 217 │ @return if($weight > 0, shade-color($color, $weight), tint-color($color, -$weight));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 217:11 @import koha-tmpl/intranet-tmpl/prog/css/src/installer.scss 5:9 root stylesheet Warning: 74 repetitive deprecation warnings omitted. Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass($arg == "$value"): $value; else: $arg) More info: https://sass-lang.com/d/if-function  ╷ 58 │ $_args: append($_args, if($arg == "$key", $key, if($arg == "$value", $value, $arg)));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 58:55 @import koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss 5:9 root stylesheet Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass($arg == "$key"): $key; else: if($arg == "$value", $value, $arg)) More info: https://sass-lang.com/d/if-function  ╷ 58 │ $_args: append($_args, if($arg == "$key", $key, if($arg == "$value", $value, $arg)));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 58:30 @import koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss 5:9 root stylesheet Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass($l1 > $l2): divide($l1 + 0.05, $l2 + 0.05); else: divide($l2 + 0.05, $l1 + 0.05)) More info: https://sass-lang.com/d/if-function  ╷ 177 │ @return if($l1 > $l2, divide($l1 + .05, $l2 + .05), divide($l2 + .05, $l1 + .05));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 177:11 @import koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss 5:9 root stylesheet Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass(divide($value, 255) < 0.04045): divide(divide($value, 255), 12.92); else: nth($_luminance-list, $value + 1)) More info: https://sass-lang.com/d/if-function  ╷ 191 │ $value: if(divide($value, 255) < .04045, divide(divide($value, 255), 12.92), nth($_luminance-list, $value + 1));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 191:13 @import koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss 5:9 root stylesheet Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass($weight > 0): shade-color($color, $weight); else: tint-color($color, -$weight)) More info: https://sass-lang.com/d/if-function  ╷ 217 │ @return if($weight > 0, shade-color($color, $weight), tint-color($color, -$weight));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 217:11 @import koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss 5:9 root stylesheet Warning: 78 repetitive deprecation warnings omitted. [05:46:27] Using gulpfile /kohadevbox/koha/gulpfile.js [05:46:27] Starting 'css'... [05:46:27] Finished 'css' after 12 ms Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass($arg == "$value"): $value; else: $arg) More info: https://sass-lang.com/d/if-function  ╷ 58 │ $_args: append($_args, if($arg == "$key", $key, if($arg == "$value", $value, $arg)));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 58:55 @import koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss 44:9 @import koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss 1:9 root stylesheet Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass($arg == "$key"): $key; else: if($arg == "$value", $value, $arg)) More info: https://sass-lang.com/d/if-function  ╷ 58 │ $_args: append($_args, if($arg == "$key", $key, if($arg == "$value", $value, $arg)));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 58:30 @import koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss 44:9 @import koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss 1:9 root stylesheet Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass($l1 > $l2): divide($l1 + 0.05, $l2 + 0.05); else: divide($l2 + 0.05, $l1 + 0.05)) More info: https://sass-lang.com/d/if-function  ╷ 177 │ @return if($l1 > $l2, divide($l1 + .05, $l2 + .05), divide($l2 + .05, $l1 + .05));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 177:11 @import koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss 44:9 @import koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss 1:9 root stylesheet Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass(divide($value, 255) < 0.04045): divide(divide($value, 255), 12.92); else: nth($_luminance-list, $value + 1)) More info: https://sass-lang.com/d/if-function  ╷ 191 │ $value: if(divide($value, 255) < .04045, divide(divide($value, 255), 12.92), nth($_luminance-list, $value + 1));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 191:13 @import koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss 44:9 @import koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss 1:9 root stylesheet Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass($weight > 0): shade-color($color, $weight); else: tint-color($color, -$weight)) More info: https://sass-lang.com/d/if-function  ╷ 217 │ @return if($weight > 0, shade-color($color, $weight), tint-color($color, -$weight));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 217:11 @import koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss 44:9 @import koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss 1:9 root stylesheet Warning: 78 repetitive deprecation warnings omitted. Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass($arg == "$value"): $value; else: $arg) More info: https://sass-lang.com/d/if-function  ╷ 58 │ $_args: append($_args, if($arg == "$key", $key, if($arg == "$value", $value, $arg)));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 58:55 @import koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss 44:9 @import koha-tmpl/opac-tmpl/bootstrap/css/src/sco.scss 1:9 root stylesheet Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass($arg == "$key"): $key; else: if($arg == "$value", $value, $arg)) More info: https://sass-lang.com/d/if-function  ╷ 58 │ $_args: append($_args, if($arg == "$key", $key, if($arg == "$value", $value, $arg)));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 58:30 @import koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss 44:9 @import koha-tmpl/opac-tmpl/bootstrap/css/src/sco.scss 1:9 root stylesheet Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass($l1 > $l2): divide($l1 + 0.05, $l2 + 0.05); else: divide($l2 + 0.05, $l1 + 0.05)) More info: https://sass-lang.com/d/if-function  ╷ 177 │ @return if($l1 > $l2, divide($l1 + .05, $l2 + .05), divide($l2 + .05, $l1 + .05));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 177:11 @import koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss 44:9 @import koha-tmpl/opac-tmpl/bootstrap/css/src/sco.scss 1:9 root stylesheet Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass(divide($value, 255) < 0.04045): divide(divide($value, 255), 12.92); else: nth($_luminance-list, $value + 1)) More info: https://sass-lang.com/d/if-function  ╷ 191 │ $value: if(divide($value, 255) < .04045, divide(divide($value, 255), 12.92), nth($_luminance-list, $value + 1));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 191:13 @import koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss 44:9 @import koha-tmpl/opac-tmpl/bootstrap/css/src/sco.scss 1:9 root stylesheet Deprecation Warning [if-function]: The Sass if() syntax is deprecated in favor of the modern CSS syntax. Suggestion: if(sass($weight > 0): shade-color($color, $weight); else: tint-color($color, -$weight)) More info: https://sass-lang.com/d/if-function  ╷ 217 │ @return if($weight > 0, shade-color($color, $weight), tint-color($color, -$weight));  │  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ╵ node_modules/bootstrap/scss/_functions.scss 217:11 @import koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss 44:9 @import koha-tmpl/opac-tmpl/bootstrap/css/src/sco.scss 1:9 root stylesheet Warning: 78 repetitive deprecation warnings omitted. $ rspack build --mode development Rspack compiled successfully in 1.79 s Rspack compiled successfully in 1.51 s Rspack compiled successfully in 1.47 s $ redocly bundle --ext json api/v1/swagger/swagger.yaml --output api/v1/swagger/swagger_bundle.json ╔═══════════════════════════════════════════════════════╗ ║ ║ ║ A new version of Redocly CLI (2.29.0) is available. ║ ║ Update now: `npm i -g @redocly/cli@latest`. ║ ║ Changelog: https://redocly.com/docs/cli/changelog/ ║ ║ ║ ╚═══════════════════════════════════════════════════════╝ bundling api/v1/swagger/swagger.yaml... 📦 Created a bundle for api/v1/swagger/swagger.yaml at api/v1/swagger/swagger_bundle.json 430ms. Done in 28.16s.