Update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-plugin-jsdoc | devDependencies | patch | 39.3.3 -> 39.3.4 |
i18next (source) | dependencies | patch | 21.8.14 -> 21.8.16 |
playwright-core (source) | devDependencies | patch | 1.24.0 -> 1.24.2 |
rollup (source) | devDependencies | patch | 2.77.0 -> 2.77.2 |
tabulator-tables (source) | dependencies | patch | 5.3.0 -> 5.3.1 |
Release Notes
gajus/eslint-plugin-jsdoc
v39.3.4
Bug Fixes
- avoid erring out with missing function and any context (07a9fe3)
i18next/i18next
v21.8.16
- types: fix getDataByLanguage type 1810
v21.8.15
- fix: make sure retry logic ends for failed backend reads
Microsoft/playwright
v1.24.2
Highlights
This patch includes the following bug fixes:
https://github.com/microsoft/playwright/issues/15977 - [BUG] test.use of storage state regression in 1.24
Browser Versions
- Chromium 104.0.5112.48
- Mozilla Firefox 102.0
- WebKit 16.0
This version was also tested against the following stable channels:
- Google Chrome 103
- Microsoft Edge 103
v1.24.1
Highlights
This patch includes the following bug fixes:
https://github.com/microsoft/playwright/issues/15898 - [BUG] Typescript error: The type for webServer config property (TestConfigWebServer) is not typed correctly https://github.com/microsoft/playwright/issues/15913 - [BUG] hooksConfig is required for mount fixture https://github.com/microsoft/playwright/issues/15932 - [BUG] - Install MS Edge on CI Fails
Browser Versions
- Chromium 104.0.5112.48
- Mozilla Firefox 102.0
- WebKit 16.0
This version was also tested against the following stable channels:
- Google Chrome 103
- Microsoft Edge 103
rollup/rollup
v2.77.2
2022-07-27
Bug Fixes
- Avoid a rendering failure when mixing outputs with inlined and non-inlined dynamic imports (#4589)
Merge Requests
- #4589: Handle generating non-inlined imports after inlined ones (@lukastaegert)
v2.77.1
2022-07-26
Bug Fixes
- Ensure IIFE output generates a global variable when generating ES5 (#4588)
Merge Requests
- #4577: broken link removed (@Jawad-H)
- #4580: Update dependencies (@lukastaegert)
- #4584: Documentation clarity and syntax improvements (@berniegp)
- #4588: Use var for IIFE (@lukastaegert)
olifolkerd/tabulator
v5.3.1
- Fixed regression in
list
editor deprecated functionality check - Prevent
list
editor blur when mobile keyboard is shown - Removed unessisary console logging from the
list
editor - Fixed issue with column calculation updates when new row added while row grouping is enabled
- Fixed issue with data tree row parent lookup on uninitialized rows
- Console warning will now be displayed if a columns
maxWidth
is set to be smaller than itsminWidth
- Added compatibility console warning for the
dataTree
option andmovableRows
- Fixed issue when a grouped row is deleted when the history module is in use
- Fixed issue with the interaction monitor not correctly identifying which column header had been clicked when using grouped columns
- When finding a column based off its DOM element, grouped columns are now correctly traversed to find matching child columns
- Fixed width calculation rounding issue in
fitColumns
layout function that resulted in horizontal scrollbar appearing - Double clicking on a non-editable cell now correctly selects only the contents of that cell rather than the entire row
- fixed issue with internal render mode check not returning current render mode
- Row group visibility toggles now function correctly with the
basic
vertical renderer - Collapsed row data is now correctly updated when row data is updated
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.