qlik-oss / sn-table

table supernova for nebula.js
https://qlik.dev/libraries-and-tools/visualizations/table
MIT License
6 stars 14 forks source link

chore(deps): update minor and patch #1093

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.23.3 -> 7.23.6 age adoption passing confidence
@babel/preset-env (source) 7.23.3 -> 7.23.6 age adoption passing confidence
@commitlint/cli (source) 18.4.1 -> 18.4.3 age adoption passing confidence
@commitlint/config-conventional (source) 18.4.0 -> 18.4.3 age adoption passing confidence
@mui/icons-material (source) 5.14.16 -> 5.15.0 age adoption passing confidence
@mui/material (source) 5.14.17 -> 5.15.0 age adoption passing confidence
@nebula.js/cli 4.6.2 -> 4.9.0 age adoption passing confidence
@nebula.js/cli-build 4.6.2 -> 4.9.0 age adoption passing confidence
@nebula.js/cli-sense 4.6.2 -> 4.9.0 age adoption passing confidence
@nebula.js/cli-serve 4.6.2 -> 4.9.0 age adoption passing confidence
@nebula.js/sn-table 2.7.0 -> 2.9.0 age adoption passing confidence
@nebula.js/stardust (source) >=4.6.2 -> >=4.9.0 age adoption passing confidence
@nebula.js/stardust (source) 4.6.2 -> 4.9.0 age adoption passing confidence
@playwright/test (source) 1.39.0 -> 1.40.1 age adoption passing confidence
@qlik/eslint-config 0.4.30 -> 0.6.1 age adoption passing confidence
@qlik/prettier-config 0.4.1 -> 0.4.4 age adoption passing confidence
@testing-library/jest-dom 6.1.4 -> 6.1.5 age adoption passing confidence
@testing-library/react 14.1.0 -> 14.1.2 age adoption passing confidence
@types/jest (source) 29.5.8 -> 29.5.11 age adoption passing confidence
@types/react (source) 18.2.37 -> 18.2.45 age adoption passing confidence
eslint (source) 8.53.0 -> 8.55.0 age adoption passing confidence
fs-extra 11.1.1 -> 11.2.0 age adoption passing confidence
lint-staged 15.1.0 -> 15.2.0 age adoption passing confidence
prettier (source) 3.1.0 -> 3.1.1 age adoption passing confidence
react-window (source) 1.8.9 -> 1.8.10 age adoption passing confidence
typescript (source) 5.2.2 -> 5.3.3 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

babel/babel (@​babel/core) ### [`v7.23.6`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7236-2023-12-11) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.5...v7.23.6) ##### :eyeglasses: Spec Compliance - `babel-generator`, `babel-parser`, `babel-types` - [#​16154](https://togithub.com/babel/babel/pull/16154) Remove `TSPropertySignature.initializer` ([@​fisker](https://togithub.com/fisker)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-types` - [#​16139](https://togithub.com/babel/babel/pull/16139) Apply `toPropertyKey` on decorator context name ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-generator` - [#​16166](https://togithub.com/babel/babel/pull/16166) fix: Correctly indenting when `retainLines` is enabled ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-explicit-resource-management` - [#​16150](https://togithub.com/babel/babel/pull/16150) `using`: Allow looking up `Symbol.dispose` on a function ([@​odinho](https://togithub.com/odinho)) - `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties` - [#​16161](https://togithub.com/babel/babel/pull/16161) Ensure the `[[@​@​toPrimitive]]` call of a decorated class member key is invoked once ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16148](https://togithub.com/babel/babel/pull/16148) Support named evaluation for decorated anonymous class exp ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-for-of`, `babel-preset-env` - [#​16011](https://togithub.com/babel/babel/pull/16011) fix: `for of` with `iterableIsArray` and shadowing variable ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16144](https://togithub.com/babel/babel/pull/16144) Set function name for decorated private non-field elements ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​16137](https://togithub.com/babel/babel/pull/16137) Fix references to enum values with merging ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#​16159](https://togithub.com/babel/babel/pull/16159) Reuse computed key memoiser ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16160](https://togithub.com/babel/babel/pull/16160) Optimize decorator helper size ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ### [`v7.23.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7235-2023-11-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.3...v7.23.5) ##### :eyeglasses: Spec Compliance - `babel-plugin-proposal-decorators` - [#​16138](https://togithub.com/babel/babel/pull/16138) Class binding is in TDZ during decorators initialization ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16132](https://togithub.com/babel/babel/pull/16132) Allow addInitializer in field decorator context ([@​JLHwung](https://togithub.com/JLHwung)) ##### :rocket: New Feature - [#​16023](https://togithub.com/babel/babel/pull/16023) Add `@babel/eslint-plugin/no-undef` for accessor props ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-traverse`, `babel-types` - [#​16131](https://togithub.com/babel/babel/pull/16131) Do not remove bindings when removing assignment expression path ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-classes` - [#​16135](https://togithub.com/babel/babel/pull/16135) Require class properties transform when compiling class with private fields ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator` - [#​16122](https://togithub.com/babel/babel/pull/16122) fix: Missing parentheses after line break ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers` - [#​16130](https://togithub.com/babel/babel/pull/16130) Fix helpers internal fns names conflict resolution ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-typescript` - [#​16123](https://togithub.com/babel/babel/pull/16123) Simplify class fields injetion after `super()` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-parameters`, `babel-plugin-transform-typescript`, `babel-traverse` - [#​16110](https://togithub.com/babel/babel/pull/16110) fix: Unexpected duplication of comments ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :microscope: Output optimization - `babel-helpers` - [#​16129](https://togithub.com/babel/babel/pull/16129) Optimize `decorator` helper size ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
conventional-changelog/commitlint (@​commitlint/cli) ### [`v18.4.3`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#1843-2023-11-21) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v18.4.2...v18.4.3) **Note:** Version bump only for package [@​commitlint/cli](https://togithub.com/commitlint/cli) ### [`v18.4.2`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#1842-2023-11-16) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v18.4.1...v18.4.2) **Note:** Version bump only for package [@​commitlint/cli](https://togithub.com/commitlint/cli)
conventional-changelog/commitlint (@​commitlint/config-conventional) ### [`v18.4.3`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/config-conventional/CHANGELOG.md#1843-2023-11-21) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v18.4.2...v18.4.3) **Note:** Version bump only for package [@​commitlint/config-conventional](https://togithub.com/commitlint/config-conventional) ### [`v18.4.2`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/config-conventional/CHANGELOG.md#1842-2023-11-16) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v18.4.0...v18.4.2) **Note:** Version bump only for package [@​commitlint/config-conventional](https://togithub.com/commitlint/config-conventional)
mui/material-ui (@​mui/icons-material) ### [`v5.15.0`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#5150) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.14.19...v5.15.0) *Dec 11, 2023* A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨: - 🚀 Added [a new package for a better Material UI integration with Next.js](https://mui.com/material-ui/guides/nextjs) ([#​39947](https://togithub.com/mui/material-ui/issues/39947)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### `@mui/material@5.15.0` - ​Revert "\[Select]\[material-ui] Add name to hidden input element" ([#​40174](https://togithub.com/mui/material-ui/issues/40174)) [@​mj12albert](https://togithub.com/mj12albert) - ​\[material-ui] Refactor ComponentsVariants type into a generic ([#​39623](https://togithub.com/mui/material-ui/issues/39623)) [@​blakenetz](https://togithub.com/blakenetz) ##### `@mui/material-nextjs@5.15.0` - ​\[material-ui] Add new Next.js integration package ([#​39947](https://togithub.com/mui/material-ui/issues/39947)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### `@mui/material-next@6.0.0-alpha.113` - ​\[Badge]\[material-next] Apply new OwnerState type to Badge ([#​40119](https://togithub.com/mui/material-ui/issues/40119)) [@​lhilgert9](https://togithub.com/lhilgert9) - ​\[material-next]\[ButtonGroup] Change `ButtonGroup` files to ts ([#​39794](https://togithub.com/mui/material-ui/issues/39794)) [@​lhilgert9](https://togithub.com/lhilgert9) ##### `@mui/icons-material@5.15.0` - ​\[icons] Add X logo ([#​38811](https://togithub.com/mui/material-ui/issues/38811)) [@​abreel](https://togithub.com/abreel) ##### `@mui/base@5.0.0-beta.27` - ​\[base-ui] useControllableReducer warns when controlled props become uncontrolled (and vice versa) ([#​39096](https://togithub.com/mui/material-ui/issues/39096)) [@​mj12albert](https://togithub.com/mj12albert) ##### `@mui/joy@5.0.0-beta.18` - ​\[joy-ui]\[Radio]\[Input] Fix inheritance of disabled prop ([#​39934](https://togithub.com/mui/material-ui/issues/39934)) [@​sai6855](https://togithub.com/sai6855) ##### `@mui/lab@5.0.0-alpha.156` - ​\[lab]\[LoadingButton] LoadingButton now inherits props from ButtonGroup ([#​39679](https://togithub.com/mui/material-ui/issues/39679)) [@​lhilgert9](https://togithub.com/lhilgert9) ##### Docs - ​\[docs] Fix reference to non-existent checkmark in supported-components.md ([#​40056](https://togithub.com/mui/material-ui/issues/40056)) [@​mbrookes](https://togithub.com/mbrookes) - ​\[docs]\[base-ui] Add copy button & primary color picker to the component gallery page ([#​39884](https://togithub.com/mui/material-ui/issues/39884)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[docs-infra] Update CodeSandbox links ([#​39992](https://togithub.com/mui/material-ui/issues/39992)) [@​anle9650](https://togithub.com/anle9650) - ​\[material-ui]\[docs] Fix wrong root element for emotion styles in shadow DOM ([#​35326](https://togithub.com/mui/material-ui/issues/35326)) [@​EloB](https://togithub.com/EloB) - ​\[material-ui]\[docs] Move the responsive font charts from recharts to MUI X ([#​40097](https://togithub.com/mui/material-ui/issues/40097)) [@​alexfauquette](https://togithub.com/alexfauquette) - ​\[joy-ui]\[templates] Remove outdated code ([#​40095](https://togithub.com/mui/material-ui/issues/40095)) [@​zanivan](https://togithub.com/zanivan) - ​\[material-ui]\[docs]\[Popper] Update Positioned Popper demo styles ([#​40170](https://togithub.com/mui/material-ui/issues/40170)) [@​sai6855](https://togithub.com/sai6855) ##### Core - ​\[blog] Add a Phuket retreat blog post ([#​40055](https://togithub.com/mui/material-ui/issues/40055)) [@​mikailaread](https://togithub.com/mikailaread) - ​\[blog] Adjust the latest MUI X blog post ([#​40046](https://togithub.com/mui/material-ui/issues/40046)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[core] Migrate from tslint to eslint ([#​40020](https://togithub.com/mui/material-ui/issues/40020)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) All contributors of this release in alphabetical order: [@​abreel](https://togithub.com/abreel), [@​alexfauquette](https://togithub.com/alexfauquette), [@​anle9650](https://togithub.com/anle9650), [@​blakenetz](https://togithub.com/blakenetz), [@​danilo-leal](https://togithub.com/danilo-leal), [@​EloB](https://togithub.com/EloB), [@​lhilgert9](https://togithub.com/lhilgert9), [@​mbrookes](https://togithub.com/mbrookes), [@​mikailaread](https://togithub.com/mikailaread), [@​mj12albert](https://togithub.com/mj12albert), [@​mnajdova](https://togithub.com/mnajdova), [@​sai6855](https://togithub.com/sai6855), [@​siriwatknp](https://togithub.com/siriwatknp), [@​zanivan](https://togithub.com/zanivan), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ### [`v5.14.19`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#51419) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.14.18...v5.14.19) *Nov 29, 2023* A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨: - 🐛 Fix Material UI Autocomplete behavior when there are duplicate labels ([#​36426](https://togithub.com/mui/material-ui/issues/36426)) [@​islandryu](https://togithub.com/islandryu) - 🚀 Added Material You Linear Progress to `material-next` package ([#​39807](https://togithub.com/mui/material-ui/issues/39807)) [@​lhilgert9](https://togithub.com/lhilgert9) ##### `@mui/material@5.14.19` - ​\[Autocomplete] Fix behavior when there are duplicate labels ([#​36426](https://togithub.com/mui/material-ui/issues/36426)) [@​islandryu](https://togithub.com/islandryu) - ​\[Box] Added boxClasses ([#​39889](https://togithub.com/mui/material-ui/issues/39889)) [@​sadik-malik](https://togithub.com/sadik-malik) - ​\[FilledInput] Fix slot props deepmerge order ([#​38922](https://togithub.com/mui/material-ui/issues/38922)) [@​dhaub-exelixis](https://togithub.com/dhaub-exelixis) - ​\[Select] Add id to hidden input element ([#​39414](https://togithub.com/mui/material-ui/issues/39414)) [@​DarhkVoyd](https://togithub.com/DarhkVoyd) - ​\[Select] Remove unnecessary picking of `onChange` type from SelectInputProps ([#​39891](https://togithub.com/mui/material-ui/issues/39891)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ##### `@mui/base@5.0.0-beta.25` - ​\[Menu] Fix navigation of items when 1st item is disabled ([#​39828](https://togithub.com/mui/material-ui/issues/39828)) [@​sai6855](https://togithub.com/sai6855) - ​\[Modal] Refine demos ([#​39824](https://togithub.com/mui/material-ui/issues/39824)) [@​zanivan](https://togithub.com/zanivan) - ​\[NumberInput] Implement `numberInputReducer` ([#​38723](https://togithub.com/mui/material-ui/issues/38723)) [@​mj12albert](https://togithub.com/mj12albert) - ​\[useNumberInput] Fix change handlers passed through slotProps ([#​39407](https://togithub.com/mui/material-ui/issues/39407)) [@​mj12albert](https://togithub.com/mj12albert) ##### `@mui/joy@5.0.0-beta.16` - ​\[Box] Added boxClasses ([#​39895](https://togithub.com/mui/material-ui/issues/39895)) [@​sadik-malik](https://togithub.com/sadik-malik) ##### `@mui/system@5.14.19` - ​\[Box] Added boxClasses ([#​39896](https://togithub.com/mui/material-ui/issues/39896)) [@​sadik-malik](https://togithub.com/sadik-malik) - ​Add outlineColor to defaultSxConfig ([#​39962](https://togithub.com/mui/material-ui/issues/39962)) [@​brijeshb42](https://togithub.com/brijeshb42) ##### `@mui/types@7.2.10` - ​Add `PartiallyRequired` type ([#​39939](https://togithub.com/mui/material-ui/issues/39939)) [@​lhilgert9](https://togithub.com/lhilgert9) ##### `@mui/material-next@6.0.0-alpha.111` - ​\[ProgressIndicator] Apply MD3 style to `LinearProgress` ([#​39807](https://togithub.com/mui/material-ui/issues/39807)) [@​lhilgert9](https://togithub.com/lhilgert9) - ​\[FormHelperText] Add FormHelperText component ([#​39503](https://togithub.com/mui/material-ui/issues/39503)) [@​mj12albert](https://togithub.com/mj12albert) - ​\[IconButton] Copy IconButton to material-next ([#​39945](https://togithub.com/mui/material-ui/issues/39945)) [@​mj12albert](https://togithub.com/mj12albert) - ​\[Switch] Copy `Switch` to material next ([#​39887](https://togithub.com/mui/material-ui/issues/39887)) [@​lhilgert9](https://togithub.com/lhilgert9) ##### Docs - ​\[material-ui] Fix theme prop in v5 migration guide ([#​39976](https://togithub.com/mui/material-ui/issues/39976)) [@​sai6855](https://togithub.com/sai6855) - ​\[base-ui] Improve Next.js Link docs ([#​39838](https://togithub.com/mui/material-ui/issues/39838)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[base-ui] Export Base UI theme in stylesheet ([#​39694](https://togithub.com/mui/material-ui/issues/39694)) [@​mnajdova](https://togithub.com/mnajdova) - ​\[joy-ui] Fix the date min & max slot props values on the Input demo ([#​40018](https://togithub.com/mui/material-ui/issues/40018)) [@​avikalpg](https://togithub.com/avikalpg) - ​\[joy-ui]\[ButtonGroup] Fix orientation prop description ([#​39876](https://togithub.com/mui/material-ui/issues/39876)) [@​sai6855](https://togithub.com/sai6855) - ​\[joy-ui] Update gif from the Dark Mode Optimization page ([#​39726](https://togithub.com/mui/material-ui/issues/39726)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[joy-ui] Fix h1 template ([#​40017](https://togithub.com/mui/material-ui/issues/40017)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[joy-ui] Fix wrong product id [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[joy-ui] Fixes in theme scoping documentation ([#​39899](https://togithub.com/mui/material-ui/issues/39899)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​\[joy-ui] Refine the Email, Teams and Files templates ([#​39579](https://togithub.com/mui/material-ui/issues/39579)) [@​zanivan](https://togithub.com/zanivan) - ​\[joy-ui]\[templates] Fix layout shift on Profile template ([#​40022](https://togithub.com/mui/material-ui/issues/40022)) [@​zanivan](https://togithub.com/zanivan) - ​\[joy-ui]\[Templates] Update thumbnails ([#​39938](https://togithub.com/mui/material-ui/issues/39938)) [@​zanivan](https://togithub.com/zanivan) - ​\[material-next] Add contributing guide ([#​39944](https://togithub.com/mui/material-ui/issues/39944)) [@​mj12albert](https://togithub.com/mj12albert) - ​End v6 blogpost notification ([#​39879](https://togithub.com/mui/material-ui/issues/39879)) [@​joserodolfofreitas](https://togithub.com/joserodolfofreitas) - ​Fix nested CSS warning ([#​39932](https://togithub.com/mui/material-ui/issues/39932)) [@​mnajdova](https://togithub.com/mnajdova) - ​Make integration searchable ([#​39967](https://togithub.com/mui/material-ui/issues/39967)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​Fix use of quote in markdown ([#​39953](https://togithub.com/mui/material-ui/issues/39953)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​Show design links on Joy UI ([#​39955](https://togithub.com/mui/material-ui/issues/39955)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​Restore Algolia results when searching for "Figma" ([#​39956](https://togithub.com/mui/material-ui/issues/39956)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​Fix two tone icon dark mode color ([#​39868](https://togithub.com/mui/material-ui/issues/39868)) [@​mnajdova](https://togithub.com/mnajdova) ##### Core - ​Improve lerna's renovate package rules ([#​40029](https://togithub.com/mui/material-ui/issues/40029)) [@​DiegoAndai](https://togithub.com/DiegoAndai) - ​Downgrade lerna to 7.2.0 ([#​40026](https://togithub.com/mui/material-ui/issues/40026)) [@​DiegoAndai](https://togithub.com/DiegoAndai) - ​Rename OpenCollective [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs-infra] Env variables should be string ([#​39991](https://togithub.com/mui/material-ui/issues/39991)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[Portal] Improve docs for container prop ([#​39180](https://togithub.com/mui/material-ui/issues/39180)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Update pricing table ([#​40023](https://togithub.com/mui/material-ui/issues/40023)) [@​cherniavskii](https://togithub.com/cherniavskii) - ​\[website]\[docs] Update the product identifier menu and X page ([#​39832](https://togithub.com/mui/material-ui/issues/39832)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[website] Mark TreeView and Charts as stable ([#​39975](https://togithub.com/mui/material-ui/issues/39975)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - ​\[website] Update career page ([#​40015](https://togithub.com/mui/material-ui/issues/40015)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Sync about dataset [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Fix 301 redirection to X tree-view [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Change redirection prefixes [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Fix 301 link [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Fix modal not being closed with the escape key on the Base UI page ([#​39880](https://togithub.com/mui/material-ui/issues/39880)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) All contributors of this release in alphabetical order: [@​avikalpg](https://togithub.com/avikalpg), [@​brijeshb42](https://togithub.com/brijeshb42), [@​cherniavskii](https://togithub.com/cherniavskii), [@​danilo-leal](https://togithub.com/danilo-leal), [@​DarhkVoyd](https://togithub.com/DarhkVoyd), [@​dhaub-exelixis](https://togithub.com/dhaub-exelixis), [@​DiegoAndai](https://togithub.com/DiegoAndai), [@​flaviendelangle](https://togithub.com/flaviendelangle), [@​islandryu](https://togithub.com/islandryu), [@​joserodolfofreitas](https://togithub.com/joserodolfofreitas), [@​lhilgert9](https://togithub.com/lhilgert9), [@​mj12albert](https://togithub.com/mj12albert), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​sadik-malik](https://togithub.com/sadik-malik), [@​sai6855](https://togithub.com/sai6855), [@​zanivan](https://togithub.com/zanivan), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ### [`v5.14.18`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#51418) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.14.16...v5.14.18) *Nov 14, 2023* A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨: - 💫 Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy UI ([#​39688](https://togithub.com/mui/material-ui/issues/39688)) [@​siriwatknp](https://togithub.com/siriwatknp) - other 🐛 bug fixes and 📚 documentation improvements ##### `@mui/material@5.14.18` - ​\[Autocomplete] Add `defaultMuiPrevented` to onKeyDown type ([#​39820](https://togithub.com/mui/material-ui/issues/39820)) [@​sai6855](https://togithub.com/sai6855) - ​\[Autocomplete] Fix React key warning in Next.js ([#​39795](https://togithub.com/mui/material-ui/issues/39795)) [@​mj12albert](https://togithub.com/mj12albert) - ​\[Checkbox] Asterisk placement aligned correctly ([#​39721](https://togithub.com/mui/material-ui/issues/39721)) [@​axelbostrom](https://togithub.com/axelbostrom) - ​\[Rating] Fix the hover highlighting for spaced icons ([#​39775](https://togithub.com/mui/material-ui/issues/39775)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​\[TablePagination] Implement `slotProps` pattern for the actions and the select slots ([#​39353](https://togithub.com/mui/material-ui/issues/39353)) [@​anle9650](https://togithub.com/anle9650) - ​\[TextField] Fix padding on small filled multiline TextField ([#​39769](https://togithub.com/mui/material-ui/issues/39769)) [@​mj12albert](https://togithub.com/mj12albert) ##### `@mui/joy@5.0.0-beta.15` - ​\[Stepper] Add new `Stepper` component ([#​39688](https://togithub.com/mui/material-ui/issues/39688)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[Select] Fix displaying placeholder when multiple is true ([#​39806](https://togithub.com/mui/material-ui/issues/39806)) [@​sai6855](https://togithub.com/sai6855) ##### `@mui/material-next@6.0.0-alpha.110` - ​\[ButtonGroup] Copy `ButtonGroup` to material next ([#​39739](https://togithub.com/mui/material-ui/issues/39739)) [@​lhilgert9](https://togithub.com/lhilgert9) - ​\[ProgressIndicator] Change `CircularProgress` files to ts ([#​39791](https://togithub.com/mui/material-ui/issues/39791)) [@​lhilgert9](https://togithub.com/lhilgert9) - ​\[ProgressIndicator] Change `LinearProgress` files to ts ([#​39793](https://togithub.com/mui/material-ui/issues/39793)) [@​lhilgert9](https://togithub.com/lhilgert9) - ​\[ProgressIndicator] Copy `LinearProgress` to material next ([#​39779](https://togithub.com/mui/material-ui/issues/39779)) [@​lhilgert9](https://togithub.com/lhilgert9) - ​\[ProgressIndicator] Copy `CircularProgress` to material next ([#​39780](https://togithub.com/mui/material-ui/issues/39780)) [@​lhilgert9](https://togithub.com/lhilgert9) - ​\[TextField] Add FormLabel and InputLabel components ([#​39483](https://togithub.com/mui/material-ui/issues/39483)) [@​mj12albert](https://togithub.com/mj12albert)
qlik-oss/nebula.js (@​nebula.js/cli) ### [`v4.9.0`](https://togithub.com/qlik-oss/nebula.js/blob/HEAD/CHANGELOG.md#490-2023-12-01) [Compare Source](https://togithub.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) ##### Features - toggleDataView ([#​1395](https://togithub.com/qlik-oss/nebula.js/issues/1395)) ([d373005](https://togithub.com/qlik-oss/nebula.js/commit/d3730051776de4bd4019d303d4b4d599122a29ec)), closes [#​1418](https://togithub.com/qlik-oss/nebula.js/issues/1418) #### [4.8.1](https://togithub.com/qlik-oss/nebula.js/compare/v4.8.0...v4.8.1) (2023-11-28) **Note:** Version bump only for package nebula.js ### [`v4.8.1`](https://togithub.com/qlik-oss/nebula.js/blob/HEAD/CHANGELOG.md#481-2023-11-28) [Compare Source](https://togithub.com/qlik-oss/nebula.js/compare/v4.8.0...v4.8.1) **Note:** Version bump only for package nebula.js ### [`v4.8.0`](https://togithub.com/qlik-oss/nebula.js/blob/HEAD/CHANGELOG.md#480-2023-11-23) [Compare Source](https://togithub.com/qlik-oss/nebula.js/compare/v4.7.0...v4.8.0) ##### Bug Fixes - **listbox:** conform to previous background image properties naming ([#​1412](https://togithub.com/qlik-oss/nebula.js/issues/1412)) ([b02efa9](https://togithub.com/qlik-oss/nebula.js/commit/b02efa9dbe31db43334396cb27667a8df4ce28e2)) ##### Features - **listbox:** expose and inject background image ([#​1407](https://togithub.com/qlik-oss/nebula.js/issues/1407)) ([a60388e](https://togithub.com/qlik-oss/nebula.js/commit/a60388e09c73cd44f5686f24ade2919bae0aed23)) ### [`v4.7.0`](https://togithub.com/qlik-oss/nebula.js/blob/HEAD/CHANGELOG.md#470-2023-11-14) [Compare Source](https://togithub.com/qlik-oss/nebula.js/compare/v4.6.2...v4.7.0) ##### Features - add chart border and shadow ([#​1400](https://togithub.com/qlik-oss/nebula.js/issues/1400)) ([c694ed8](https://togithub.com/qlik-oss/nebula.js/commit/c694ed83e9ff3201a44bc71b48e8083afbec470c)) #### [4.6.2](https://togithub.com/qlik-oss/nebula.js/compare/v4.6.1...v4.6.2) (2023-11-07) ##### Bug Fixes - use color module to contrast colors ([#​1396](https://togithub.com/qlik-oss/nebula.js/issues/1396)) ([a23076b](https://togithub.com/qlik-oss/nebula.js/commit/a23076bcc40f6a9969a1bb5a864e5d4b84b25829)) #### [4.6.1](https://togithub.com/qlik-oss/nebula.js/compare/v4.6.0...v4.6.1) (2023-10-30) ##### Bug Fixes - handle unsupported colors and add tests ([#​1389](https://togithub.com/qlik-oss/nebula.js/issues/1389)) ([070aa53](https://togithub.com/qlik-oss/nebula.js/commit/070aa53dd3622ee794f15e713c986d13007f3b8e))
qlik-oss/sn-table (@​nebula.js/sn-table) ### [`v2.9.0`](https://togithub.com/qlik-oss/sn-table/blob/HEAD/CHANGELOG.md#290-2023-11-30) [Compare Source](https://togithub.com/qlik-oss/sn-table/compare/v2.8.0...v2.9.0) ##### Features - import view data properties ([#​1095](https://togithub.com/qlik-oss/sn-table/issues/1095)) ([0118bfa](https://togithub.com/qlik-oss/sn-table/commit/0118bfadb35fc96fef169e7500fd8f2f8d6ce3c5)) ### [`v2.8.0`](https://togithub.com/qlik-oss/sn-table/blob/HEAD/CHANGELOG.md#280-2023-11-29) [Compare Source](https://togithub.com/qlik-oss/sn-table/compare/v2.7.0...v2.8.0) ##### Bug Fixes - add touch listeners for ColumnAdjuster ([#​1083](https://togithub.com/qlik-oss/sn-table/issues/1083)) ([7164e52](https://togithub.com/qlik-oss/sn-table/commit/7164e52e7ff98969f12081afa81af0b02985d879)) - miss while trying to find col adjuster hit area ([#​1097](https://togithub.com/qlik-oss/sn-table/issues/1097)) ([bc78289](https://togithub.com/qlik-oss/sn-table/commit/bc782890fe9aedaeec4961ce52bf03fba15b19d4)) ##### Features - `` from shared lib ([#​1084](https://togithub.com/qlik-oss/sn-table/issues/1084)) ([b826b29](https://togithub.com/qlik-oss/sn-table/commit/b826b2980da9fe53c927872f4a2650125c1aff96)) - new `` bg color on hover/active state ([#​1092](https://togithub.com/qlik-oss/sn-table/issues/1092)) ([d390cff](https://togithub.com/qlik-oss/sn-table/commit/d390cff822a24609c73cccb89ee3fabf7b4c7332))
qlik-oss/nebula.js (@​nebula.js/stardust) ### [`v4.9.0`](https://togithub.com/qlik-oss/nebula.js/blob/HEAD/apis/stardust/CHANGELOG.md#490-2023-12-01) [Compare Source](https://togithub.com/qlik-oss/nebula.js/compare/v4.8.1...v4.9.0) ##### Features - toggleDataView ([#​1395](https://togithub.com/qlik-oss/nebula.js/issues/1395)) ([d373005](https://togithub.com/qlik-oss/nebula.js/commit/d3730051776de4bd4019d303d4b4d599122a29ec)), closes [#​1418](https://togithub.com/qlik-oss/nebula.js/issues/1418) #### [4.8.1](https://togithub.com/qlik-oss/nebula.js/compare/v4.8.0...v4.8.1) (2023-11-28) **Note:** Version bump only for package [@​nebula](https://togithub.com/nebula).js/stardust ### [`v4.8.1`](https://togithub.com/qlik-oss/nebula.js/blob/HEAD/apis/stardust/CHANGELOG.md#481-2023-11-28) [Compare Source](https://togithub.com/qlik-oss/nebula.js/compare/v4.8.0...v4.8.1) **Note:** Version bump only for package [@​nebula](https://togithub.com/nebula).js/stardust ### [`v4.8.0`](https://togithub.com/qlik-oss/nebula.js/blob/HEAD/apis/stardust/CHANGELOG.md#480-2023-11-23) [Compare Source](https://togithub.com/qlik-oss/nebula.js/compare/v4.7.0...v4.8.0) **Note:** Version bump only for package [@​nebula](https://togithub.com/nebula).js/stardust ### [`v4.7.0`](https://togithub.com/qlik-oss/nebula.js/blob/HEAD/apis/stardust/CHANGELOG.md#470-2023-11-14) [Compare Source](https://togithub.com/qlik-oss/nebula.js/compare/v4.6.2...v4.7.0) **Note:** Version bump only for package [@​nebula](https://togithub.com/nebula).js/stardust #### [4.6.2](https://togithub.com/qlik-oss/nebula.js/compare/v4.6.1...v4.6.2) (2023-11-07) **Note:** Version bump only for package [@​nebula](https://togithub.com/nebula).js/stardust #### [4.6.1](https://togithub.com/qlik-oss/nebula.js/compare/v4.6.0...v4.6.1) (2023-10-30) ##### Bug Fixes - handle unsupported colors and add tests ([#​1389](https://togithub.com/qlik-oss/nebula.js/issues/1389)) ([070aa53](https://togithub.com/qlik-oss/nebula.js/commit/070aa53dd3622ee794f15e713c986d13007f3b8e))
microsoft/playwright (@​playwright/test) ### [`v1.40.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.40.1) [Compare Source](https://togithub.com/microsoft/playwright/compare/v1.40.0...v1.40.1) ##### Highlights [https://github.com/microsoft/playwright/issues/28319](https://togithub.com/microsoft/playwright/issues/28319) - \[REGRESSION]: Version 1.40.0 Produces corrupted traces[https://github.com/microsoft/playwright/issues/28371](https://togithub.com/microsoft/playwright/issues/28371)1 - \[BUG] The color of the 'ok' text did not change to green in the vs code test results sectio[https://github.com/microsoft/playwright/issues/28321](https://togithub.com/microsoft/playwright/issues/28321)21 - \[BUG] Ambiguous test outcome and status for serial mo[https://github.com/microsoft/playwright/issues/28362](https://togithub.com/microsoft/playwright/issues/28362)362 - \[BUG] Merging blobs ends up in Error: Cannot create a string longer than 0x1fffffe8 charact[https://github.com/microsoft/playwright/pull/28239](https://togithub.com/microsoft/playwright/pull/28239)8239 - fix: collect all errors in removeFolders ##### Browser Versions - Chromium 120.0.6099.28 - Mozilla Firefox 119.0 - WebKit 17.4 This version was also tested against the following stable channels: - Google Chrome 119 - Microsoft Edge 119 ### [`v1.40.0`](https://togithub.com/microsoft/playwright/releases/tag/v1.40.0) [Compare Source](https://togithub.com/microsoft/playwright/compare/v1.39.0...v1.40.0) #### Test Generator Update ![Playwright Test Generator](https://togithub.com/microsoft/playwright/assets/9881434/e8d67e2e-f36d-4301-8631-023948d3e190) New tools to generate assertions: - "Assert visibility" tool generates [expect(locator).toBeVisible()](https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-be-visible). - "Assert value" tool generates [expect(locator).toHaveValue(value)](https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-have-value). - "Assert text" tool generates [expect(locator).toContainText(text)](https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-contain-text). Here is an example of a generated test with assertions: ```js import { test, expect } from '@​playwright/test'; test('test', async ({ page }) => { await page.goto('https://playwright.dev/'); await page.getByRole('link', { name: 'Get started' }).click(); await expect(page.getByLabel('Breadcrumbs').getByRole('list')).toContainText('Installation'); await expect(page.getByLabel('Search')).toBeVisible(); await page.getByLabel('Search').click(); await page.getByPlaceholder('Search docs').fill('locator'); await expect(page.getByPlaceholder('Search docs')).toHaveValue('locator'); }); ``` #### New APIs - Option `reason` in [page.close()](https://playwright.dev/docs/api/class-page#page-close), [browserContext.close()](https://playwright.dev/docs/api/class-browsercontext#browser-context-close) and [browser.close()](https://playwright.dev/docs/api/class-browser#browser-close). Close reason is reported for all operations interrupted by the closure. - Option `firefoxUserPrefs` in [browserType.launchPersistentContext(userDataDir)](https://playwright.dev/docs/api/class-browsertype#browser-type-launch-persistent-context). #### Other Changes - Methods [download.path()](https://playwright.dev/docs/api/class-download#download-path) and [download.createReadStream()](https://playwright.dev/docs/api/class-download#download-create-read-stream) throw an error for failed and cancelled download

Configuration

📅 Schedule: Branch creation - "every weekend" (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.



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

renovate[bot] commented 10 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.