Update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@rollup/plugin-babel (source) | devDependencies | patch | 6.0.2 -> 6.0.3 |
@rollup/plugin-commonjs (source) | devDependencies | patch | 23.0.2 -> 23.0.3 |
@rollup/plugin-json (source) | devDependencies | patch | 5.0.1 -> 5.0.2 |
eslint-plugin-jsdoc | devDependencies | patch | 39.6.2 -> 39.6.4 |
playwright-core (source) | devDependencies | patch | 1.28.0 -> 1.28.1 |
prettier (source) | devDependencies | minor | 2.7.1 -> 2.8.0 |
rollup (source) | devDependencies | minor | 3.3.0 -> 3.5.0 |
rollup-plugin-serve | devDependencies | patch | 2.0.1 -> 2.0.2 |
Release Notes
rollup/plugins (@rollup/plugin-babel)
v6.0.3
2022-11-25
Updates
- docs: small typo in babel plugin readme #1355
rollup/plugins (@rollup/plugin-commonjs)
v23.0.3
2022-11-27
Bugfixes
- fix: correctly wrap a default class export from cjs module #1350
rollup/plugins (@rollup/plugin-json)
v5.0.2
2022-11-27
Updates
- docs: correct minimatch to picomatch #1332
Microsoft/playwright
v1.28.1
Highlights
This patch release includes the following bug fixes:
https://github.com/microsoft/playwright/issues/18928 - [BUG] Electron firstWindow times out after upgrading to 1.28.0 https://github.com/microsoft/playwright/issues/18920 - [BUG] [expanded=false] in role selector returns elements without aria-expanded attribute https://github.com/microsoft/playwright/issues/18865 - [BUG] regression in killing web server process in 1.28.0
Browser Versions
- Chromium 108.0.5359.29
- Mozilla Firefox 106.0
- WebKit 16.4
This version was also tested against the following stable channels:
- Google Chrome 107
- Microsoft Edge 107
rollup/rollup
v3.5.0
2022-11-27
Features
- Add
treeshake.manualPureFunctions
to override static analysis for explicit function names (#4718)
Bug Fixes
- Do not throw when a plugin uses
this.load
without awaiting its result (#4725)
Merge Requests
- #4718: Add simple way to manually declare pure functions (@lukastaegert)
- #4725: Fix isIncluded error when using rollup-plugin-typescript2 (@lukastaegert)
v3.4.0
2022-11-22
Features
- Do not keep unused
Object.freeze
calls on object literals (#4720)
Merge Requests
- #4720: Only consider Object.freeze a side effect if the argument is used (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.