wayfair-incubator / aux-eng-playbook

Wayfair Tech's playbook for building and supporting an Auxiliary Engineering program.
BSD Zero Clause License
4 stars 0 forks source link

Update Minor Packages #42

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.18.13 -> 7.19.3 age adoption passing confidence
bootstrap (source) 5.2.0 -> 5.2.2 age adoption passing confidence
sass 1.54.5 -> 1.55.0 age adoption passing confidence

Release Notes

babel/babel ### [`v7.19.3`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7193-2022-09-27) [Compare Source](https://togithub.com/babel/babel/compare/v7.19.1...v7.19.3) ##### :bug: Bug Fix - `babel-plugin-proposal-decorators` - [#​8566](https://togithub.com/babel/babel/pull/8566) Correctly update bindings of decorated class declarations ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​14974](https://togithub.com/babel/babel/pull/14974) fix: Normal parsing of `JSXText` following `JSXSpreadChild` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​14941](https://togithub.com/babel/babel/pull/14941) fix: Support local exports in TS `declare module`s ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​14940](https://togithub.com/babel/babel/pull/14940) fix: allow ts redeclaration with `import =` and `var` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator` - [#​14962](https://togithub.com/babel/babel/pull/14962) Fix printing of Flow internal slot functions ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-cli` - [#​14950](https://togithub.com/babel/babel/pull/14950) Emit `@babel/cli` source maps based on configuration files ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-typescript` - [#​14946](https://togithub.com/babel/babel/pull/14946) fix: ts exported vars are shadowed by `declare` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-core` - [#​14954](https://togithub.com/babel/babel/pull/14954) Optional filename when preset uses fn test/include/exclude ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-compilation-targets`, `babel-helper-transform-fixture-test-runner`, `babel-parser`, `babel-preset-env`, `babel-traverse` - [#​14961](https://togithub.com/babel/babel/pull/14961) chore: use `c8` for coverage testing ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :microscope: Output optimization - `babel-plugin-transform-typescript` - [#​14952](https://togithub.com/babel/babel/pull/14952) \[ts] remove nested `declare namespace` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ### [`v7.19.1`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7191-2022-09-14) [Compare Source](https://togithub.com/babel/babel/compare/v7.19.0...v7.19.1) ##### :bug: Bug Fix - `babel-core` - [#​14930](https://togithub.com/babel/babel/pull/14930) Avoid fancy stack traces size computation ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​14932](https://togithub.com/babel/babel/pull/14932) fix: isForAwaitStatement is broken ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​14872](https://togithub.com/babel/babel/pull/14872) Use the built-in class fields and private methods rules in ESLint 8 ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​14920](https://togithub.com/babel/babel/pull/14920) \[estree] attach comments after directives at the end of file ([@​hegemonic](https://togithub.com/hegemonic)) - [#​14900](https://togithub.com/babel/babel/pull/14900) \[ts] allow redeclaring a var/type with the same name as import ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-typescript` - [#​14913](https://togithub.com/babel/babel/pull/14913) fix: do not remove type import used in TS import= ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.19.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7190-2022-09-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.18.13...v7.19.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​14666](https://togithub.com/babel/babel/pull/14666) Support private name in decorator member expression ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​14877](https://togithub.com/babel/babel/pull/14877) Remove one promise tick in yield\* ([tc39/ecma262#​2819](https://togithub.com/tc39/ecma262/issues/2819)) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-generator`, `babel-helpers`, `babel-parser`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​14836](https://togithub.com/babel/babel/pull/14836) Add 2022-03 decorators version (stage 3) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​14695](https://togithub.com/babel/babel/pull/14695) \[parser] Make `decoratorsBeforeExport` default to `false` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser` - [#​14744](https://togithub.com/babel/babel/pull/14744) Default to hash syntax for Record\&Tuple ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-standalone` - [#​14867](https://togithub.com/babel/babel/pull/14867) feat: add proposal-record-and-tuple to standalone ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-regexp-features-plugin`, `babel-helpers`, `babel-plugin-proposal-duplicate-named-capturing-groups-regex`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-standalone` - [#​14805](https://togithub.com/babel/babel/pull/14805) Add support for the duplicate named capturing groups proposal ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-helper-function-name`, `babel-helper-wrap-function`, `babel-plugin-transform-classes` - [#​14897](https://togithub.com/babel/babel/pull/14897) Fix: class transform should not drop method definition when key contains non-BMP characters ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​14890](https://togithub.com/babel/babel/pull/14890) fix: TS plugin shouldn't remove `#privateField!` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#​14819](https://togithub.com/babel/babel/pull/14819) fix: parse a>>c as a<(b>>>c) ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-builder-react-jsx` - [#​14886](https://togithub.com/babel/babel/pull/14886) Fix helper-builder-react-jsx compat with Babel 7.9 ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-core` - [#​11612](https://togithub.com/babel/babel/pull/11612) Make error message prefixes more descriptive ([@​eps1lon](https://togithub.com/eps1lon)) - [#​11554](https://togithub.com/babel/babel/pull/11554) Hide internal `@babel/core` functions in config errors ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :memo: Documentation - [#​14895](https://togithub.com/babel/babel/pull/14895) docs: remove david-dm from README ([@​SukkaW](https://togithub.com/SukkaW)) ##### :house: Internal - `babel-standalone` - [#​14863](https://togithub.com/babel/babel/pull/14863) ship [@​babel/standalone](https://togithub.com/babel/standalone) source maps ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-parser`, `babel-traverse` - [#​14880](https://togithub.com/babel/babel/pull/14880) Update typescript to 4.8 ([@​JLHwung](https://togithub.com/JLHwung))
twbs/bootstrap ### [`v5.2.2`](https://togithub.com/twbs/bootstrap/releases/tag/v5.2.2) [Compare Source](https://togithub.com/twbs/bootstrap/compare/v5.2.1...v5.2.2) #### Highlights - **Accordion** - Use Sass variable for the accordion color instead of an invalid CSS variable - **Buttons** - Undo changes to `.btn:hover` from v5.2.1. We now explicitly target `.btn-check` styles instead. - **Dropdowns** - Temporarily restore ability for dropdowns to work without an explicit `data` attribute (will be removed again in v6) - **Modals** - Improve modal event listeners - Use `

` for all `.modal-title` instances in our docs - **Tables** - Don't redefine `$border-color` in `table-variant()` mixin - **Tabs** - Tabs no longer autofocus and cause pages to jump on `tab.show()` - Fix `.active` class toggling of tabs within dropdowns - **Toasts** - Properly set toast `z-index` on `.toast-container` as opposed to individual `.toast`s that don't receive any other positioning - **Tooltips** - Fix tooltip selectors with `title` attribute on dynamically created elements #### 🎨 CSS - [#​37118](https://togithub.com/twbs/bootstrap/issues/37118): Set toast z-index variable in the correct spot - [#​37165](https://togithub.com/twbs/bootstrap/issues/37165): Explicitly target `.btn-check` and undo `:hover` - [#​37182](https://togithub.com/twbs/bootstrap/issues/37182): Use Sass variable for accordion color - [#​37239](https://togithub.com/twbs/bootstrap/issues/37239): Don't redefine `$border-color` in `table-variant` mixin #### ☕️ JavaScript - [#​36914](https://togithub.com/twbs/bootstrap/issues/36914): Fix tooltip selector usage - [#​37128](https://togithub.com/twbs/bootstrap/issues/37128): Fix modal event listeners - [#​37146](https://togithub.com/twbs/bootstrap/issues/37146): Drop tabs auto-focus - [#​37151](https://togithub.com/twbs/bootstrap/issues/37151): Fix active class toggling of tabs within dropdown - [#​37189](https://togithub.com/twbs/bootstrap/issues/37189): Enrich Tab Test for keyboard handler - [#​37190](https://togithub.com/twbs/bootstrap/issues/37190): Dropdown: fix case with invalid markup - [#​37200](https://togithub.com/twbs/bootstrap/issues/37200): Ensure Tab keyboard functionality after [#​37146](https://togithub.com/twbs/bootstrap/issues/37146) #### 📖 Docs - [#​36899](https://togithub.com/twbs/bootstrap/issues/36899): Slightly improve image compression - [#​37142](https://togithub.com/twbs/bootstrap/issues/37142): Add informative note for Tooltip/Popover selector option - [#​37145](https://togithub.com/twbs/bootstrap/issues/37145): Docs: minor fix for Navbar > Offcanvas examples - [#​37153](https://togithub.com/twbs/bootstrap/issues/37153): Fix typo in docs - Configure Vite section - [#​37199](https://togithub.com/twbs/bootstrap/issues/37199): Replace Webpack and Vite PNGs by SVGs - [#​37210](https://togithub.com/twbs/bootstrap/issues/37210): Use `

` for all `modal-title` examples/uses - [#​37214](https://togithub.com/twbs/bootstrap/issues/37214): Docs: Change `view in GitHub` links inside `main` #### 🌎 Accessibility - [#​37200](https://togithub.com/twbs/bootstrap/issues/37200): Ensure Tab keyboard functionality after [#​37146](https://togithub.com/twbs/bootstrap/issues/37146) - [#​37210](https://togithub.com/twbs/bootstrap/issues/37210): Use `

` for all `modal-title` examples/uses #### 🏭 Tests - [#​36915](https://togithub.com/twbs/bootstrap/issues/36915): Use ES6 on visual tests - [#​37189](https://togithub.com/twbs/bootstrap/issues/37189): Enrich Tab Test for keyboard handler #### 🧰 Misc - [#​35079](https://togithub.com/twbs/bootstrap/issues/35079): Add PR template - [#​36421](https://togithub.com/twbs/bootstrap/issues/36421): NuGet: Use license expression - [#​37186](https://togithub.com/twbs/bootstrap/issues/37186): Add eslint-plugin-html to lint JS in HTML files #### 📦 Dependencies - Updated numerous devDependencies: ### [`v5.2.1`](https://togithub.com/twbs/bootstrap/releases/tag/v5.2.1) [Compare Source](https://togithub.com/twbs/bootstrap/compare/v5.2.0...v5.2.1) #### 🚀 Highlights - **Accordion** - Update `color` value to use the `$accordion-button-color` Sass variable instead of our color contrast function - **Buttons** - Added a `transparent` default hover border color CSS variable for buttons to fix a visual regression - `.btn-link` no longer has a gradient when `$enable-gradients` is set to `true` - **Forms** - Input groups have updated `z-index` values to ensure proper rendering of validated form fields - Floating labels now reset their `text-align` to ensure consistent styling - **List Groups** - Horizontal list groups with only one child now render the correct `border-radius` - Modified the `list-group-item` selectors to better support nested imports of Bootstrap's CSS - **Modals** - Fixed modal event listeners during dismiss click, allowing you to once again click scrollbars without dismissing the modal - **Pagination** - Fixed incorrect `border-radius` values inside pagination components - **Scrollspy** - Scrollspy threshold option is now configurable - **Tooltips** - Reverted some tooltip plugin updates to prevent issues with `selector`, dynamic content, and disposed tooltips using `title` #### 🚀 Features - [#​36750](https://togithub.com/twbs/bootstrap/issues/36750): ScrollSpy: make the threshold option configurable #### 🎨 CSS - [#​36507](https://togithub.com/twbs/bootstrap/issues/36507): v5/docs: reintroduce `outline` for docs code samples, buttons when `:not(:focus-visible)` - [#​36593](https://togithub.com/twbs/bootstrap/issues/36593): flush variant of accordion border radius - [#​36663](https://togithub.com/twbs/bootstrap/issues/36663): fix [#​36662](https://togithub.com/twbs/bootstrap/issues/36662) List-group-item margin-top is offset when importing sass in a nested class - [#​36694](https://togithub.com/twbs/bootstrap/issues/36694): Docs: add grid-row-columns variable - [#​36791](https://togithub.com/twbs/bootstrap/issues/36791): Remove a unused sass parameter from banner mixin - [#​36828](https://togithub.com/twbs/bootstrap/issues/36828): Fix pagination page items border radius - [#​36849](https://togithub.com/twbs/bootstrap/issues/36849): Define correctly `$popover-header-color` - [#​36873](https://togithub.com/twbs/bootstrap/issues/36873): Fix floating labels under `.text-center` - [#​36874](https://togithub.com/twbs/bootstrap/issues/36874): Floating labels in input group: Border fix - [#​36921](https://togithub.com/twbs/bootstrap/issues/36921): Accordion color should use $accordion-color - [#​36986](https://togithub.com/twbs/bootstrap/issues/36986): bugfix undefined border color variable for btn [#​36938](https://togithub.com/twbs/bootstrap/issues/36938) - [#​37017](https://togithub.com/twbs/bootstrap/issues/37017): List group: Fix horizontal when only one child - [#​37021](https://togithub.com/twbs/bootstrap/issues/37021): Scss: Adding missing `z-index` CSS variables. - [#​37026](https://togithub.com/twbs/bootstrap/issues/37026): Rework button focus/active styling, with extra changes for checks/radios - [#​37027](https://togithub.com/twbs/bootstrap/issues/37027): Search modal: Set cursor on auto - [#​37034](https://togithub.com/twbs/bootstrap/issues/37034): More consistency for CSS/Sass vars doc for components with dark variants - [#​37059](https://togithub.com/twbs/bootstrap/issues/37059): Fix input group z-index focus + validation - [#​37078](https://togithub.com/twbs/bootstrap/issues/37078): Remove gradient from `.btn-link` - [#​37079](https://togithub.com/twbs/bootstrap/issues/37079): Add workarounds for postcss values parser error - [#​37080](https://togithub.com/twbs/bootstrap/issues/37080): btn-group draws first input margin [#​36794](https://togithub.com/twbs/bootstrap/issues/36794) - [#​37093](https://togithub.com/twbs/bootstrap/issues/37093): Fix accordion button color #### ☕️ JavaScript - [#​36750](https://togithub.com/twbs/bootstrap/issues/36750): ScrollSpy: make the threshold option configurable - [#​36751](https://togithub.com/twbs/bootstrap/issues/36751): Re-set tooltip title on disposal - [#​36863](https://togithub.com/twbs/bootstrap/issues/36863): Fix modal event-listeners during dismiss click - [#​37011](https://togithub.com/twbs/bootstrap/issues/37011): Multiple dropdowns: Fix when inside same tag - [#​37019](https://togithub.com/twbs/bootstrap/issues/37019): Docs: Fix js options to what is really inside js - [#​37072](https://togithub.com/twbs/bootstrap/issues/37072): Docs: Put methods in table - [#​37086](https://togithub.com/twbs/bootstrap/issues/37086): Fix tooltip manual toggling #### 📖 Docs - [#​36493](https://togithub.com/twbs/bootstrap/issues/36493): Docs: Replace wrong mobile OS Windows with iOS - [#​36587](https://togithub.com/twbs/bootstrap/issues/36587): Document how to extract CSS, SVG for strict CSP - [#​36694](https://togithub.com/twbs/bootstrap/issues/36694): Docs: add grid-row-columns variable - [#​36771](https://togithub.com/twbs/bootstrap/issues/36771): Fix typos after [#​36762](https://togithub.com/twbs/bootstrap/issues/36762) - [#​36804](https://togithub.com/twbs/bootstrap/issues/36804): Simplify social images and add ability to set per-page images - [#​36812](https://togithub.com/twbs/bootstrap/issues/36812): Fix broken url - [#​36819](https://togithub.com/twbs/bootstrap/issues/36819): Rename scrollspy to toast in toasts.md - [#​36824](https://togithub.com/twbs/bootstrap/issues/36824): Move DocSearch out of offcanvas to always show it on mobile - [#​36825](https://togithub.com/twbs/bootstrap/issues/36825): Remove Slack from site and repo docs - [#​36827](https://togithub.com/twbs/bootstrap/issues/36827): Redirect users to different templates of issues rather than an empty one - [#​36829](https://togithub.com/twbs/bootstrap/issues/36829): Docs: correct heading levels in features example - [#​36836](https://togithub.com/twbs/bootstrap/issues/36836): Docs: use added-in shortcode in Offcanvas - [#​36838](https://togithub.com/twbs/bootstrap/issues/36838): Docs: Missing added-in shortcode - [#​36839](https://togithub.com/twbs/bootstrap/issues/36839): Docs: Fix markdown link error - [#​36850](https://togithub.com/twbs/bootstrap/issues/36850): Add navbar image alt text - [#​36867](https://togithub.com/twbs/bootstrap/issues/36867): Docs: expand popover custom container explanation - [#​36871](https://togithub.com/twbs/bootstrap/issues/36871): Fix docs typo of `.form-checkbox` -> `.form-check` - [#​36877](https://togithub.com/twbs/bootstrap/issues/36877): Add default select example in cheatsheet - [#​37019](https://togithub.com/twbs/bootstrap/issues/37019): Docs: Fix js options to what is really inside js - [#​37027](https://togithub.com/twbs/bootstrap/issues/37027): Search modal: Set cursor on auto - [#​37034](https://togithub.com/twbs/bootstrap/issues/37034): More consistency for CSS/Sass vars doc for components with dark variants - [#​37047](https://togithub.com/twbs/bootstrap/issues/37047): Docs: Minor fixes in tables. - [#​37048](https://togithub.com/twbs/bootstrap/issues/37048): Docs: improve cards image overlays markup - [#​37056](https://togithub.com/twbs/bootstrap/issues/37056): Docs: Manage the dark offcanvas slightly differently - [#​37064](https://togithub.com/twbs/bootstrap/issues/37064): Fix padding on starter template - [#​37067](https://togithub.com/twbs/bootstrap/issues/37067): Make docs clearer by dropping precompiled for compiled - [#​37070](https://togithub.com/twbs/bootstrap/issues/37070): Improve language around vertical grid gutters - [#​37072](https://togithub.com/twbs/bootstrap/issues/37072): Docs: Put methods in table #### 🛠 Examples - [#​36660](https://togithub.com/twbs/bootstrap/issues/36660): Added new example in `examples/features` page. - [#​36829](https://togithub.com/twbs/bootstrap/issues/36829): Docs: correct heading levels in features example - [#​36877](https://togithub.com/twbs/bootstrap/issues/36877): Add default select example in cheatsheet - [#​37064](https://togithub.com/twbs/bootstrap/issues/37064): Fix padding on starter template #### 🌎 Accessibility - [#​36507](https://togithub.com/twbs/bootstrap/issues/36507): v5/docs: reintroduce `outline` for docs code samples, buttons when `:not(:focus-visible)` - [#​36829](https://togithub.com/twbs/bootstrap/issues/36829): Docs: correct heading levels in features example - [#​37026](https://togithub.com/twbs/bootstrap/issues/37026): Rework button focus/active styling, with extra changes for checks/radios #### 📦 Dependencies - Updated numerous devDependencies:

sass/dart-sass ### [`v1.55.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1550) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.54.9...1.55.0) - **Potentially breaking bug fix:** Sass numbers are now universally stored as 64-bit floating-point numbers, rather than sometimes being stored as integers. This will generally make arithmetic with very large numbers more reliable and more consistent across platforms, but it does mean that numbers between nine quadrillion and nine quintillion will no longer be represented with full accuracy when compiling Sass on the Dart VM. - **Potentially breaking bug fix:** Sass equality is now properly [transitive]. Two numbers are now considered equal (after doing unit conversions) if they round to the same `1e-11`th. Previously, numbers were considered equal if they were within `1e-11` of one another, which led to some circumstances where `$a == $b` and `$b == $c` but `$a != $b`. [transitive]: https://en.wikipedia.org/wiki/Transitive_property - **Potentially breaking bug fix:** Various functions in `sass:math` no longer treat floating-point numbers that are very close (but not identical) to integers as integers. Instead, these functions now follow the floating-point specification exactly. For example, `math.pow(0.000000000001, -1)` now returns `1000000000000` instead of `Infinity`. - Emit a deprecation warning for `$a -$b` and `$a +$b`, since these look like they could be unary operations but they're actually parsed as binary operations. Either explicitly write `$a - $b` or `$a (-$b)`. See https://sass-lang.com/d/strict-unary for more details. ##### Dart API - Add an optional `argumentName` parameter to `SassScriptException()` to make it easier to throw exceptions associated with particular argument names. - Most APIs that previously returned `num` now return `double`. All APIs continue to *accept* `num`, although in Dart 2.0.0 these APIs will be changed to accept only `double`. ##### JS API - Fix a bug in which certain warning spans would not have their properties accessible by the JS API. ### [`v1.54.9`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1549) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.54.8...1.54.9) - Fix an incorrect span in certain `@media` query deprecation warnings. ### [`v1.54.8`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1548) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.54.7...1.54.8) - No user-visible changes. ### [`v1.54.7`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1547) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.54.6...1.54.7) - Add support for 32-bit ARM releases on Linux. ### [`v1.54.6`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1546) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.54.5...1.54.6) - Fix a bug where a `@media` query could be incorrectly omitted from a stylesheet if it had multiple levels of nested `@media` queries within it *and* the inner queries were mergeable but the outer query was not.

Configuration

📅 Schedule: Branch creation - "before 3am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.