chore(deps): update all non-major dependencies (minor) - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@typescript-eslint/eslint-plugin | devDependencies | minor | 5.32.0 -> 5.33.0 |
@typescript-eslint/parser | devDependencies | minor | 5.32.0 -> 5.33.0 |
eslint (source) | devDependencies | minor | 8.21.0 -> 8.22.0 |
i18next (source) | dependencies | minor | 21.8.16 -> 21.9.0 |
lerna (source) | devDependencies | minor | 5.3.0 -> 5.4.2 |
lit (source) | dependencies | minor | 2.2.8 -> 2.3.0 |
playwright-core (source) | devDependencies | minor | 1.24.2 -> 1.25.0 |
rollup (source) | devDependencies | minor | 2.77.3 -> 2.78.0 |
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.33.0
Bug Fixes
- eslint-plugin: [no-extra-parens] handle await with type assertion (#5428) (e03826f)
- website: add explicit frontmatter description to rule docs (#5429) (63cba5f)
Features
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.33.0
Note: Version bump only for package @typescript-eslint/parser
eslint/eslint
v8.22.0
Features
-
2b97607
feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) -
fd5d3d3
feat: addmethodsIgnorePattern
option to object-shorthand rule (#16185) (Milos Djermanovic)
Documentation
-
9f5a752
docs: optimize image assets (#16170) (Sam Chen) -
61b2948
docs: add svgo command to pre commit hook (#16178) (Amaresh S M) -
784096d
docs: improve search result UI (#16187) (Sam Chen) -
d0f4cb4
docs: use shorthand property name in example (#16180) (Kevin Elliott)
Chores
lerna/lerna
v5.4.2
Note: Version bump only for package lerna
v5.4.1
Note: Version bump only for package lerna
v5.4.0
Bug Fixes
lit/lit
v2.3.0
Minor Changes
-
#3156
ae6f6808
- Lit and its underlying libraries can now be imported directly from Node without crashing, without the need to load the @lit-labs/ssr dom-shim library. Note that actually rendering from a Node context still requires the @lit-labs/ssr dom-shim, and the appropriate integration between @lit-labs/ssr and your framework/tool.
Patch Changes
Microsoft/playwright
v1.25.0
VSCode Extension
-
New Playwright actions view
-
Pick selector You can pick selector right from a live page, before or after running a test
-
Record new test Start recording where you left off with the new 'Record new test' feature.
-
Show & reuse browser Watch your tests running live & keep devtools open. Develop while continuously running tests.
-
test.step(title, body)
now returns the value of the step function:test('should work', async ({ page }) => { const pageTitle = await test.step('get title', async () => { await page.goto('https://playwright.dev'); return await page.title(); }); console.log(pageTitle); });
-
New
'interrupted'
test status. -
Enable tracing via CLI flag:
npx playwright test --trace=on
. -
New property
testCase.id
that can be use in reporters as a history ID.
Announcements
-
🎁 We now ship Ubuntu 22.04 Jammy Jellyfish docker image:mcr.microsoft.com/playwright:v1.25.0-jammy
. - 🪦 This is the last release with macOS 10.15 support (deprecated as of 1.21).
-
⚠ ️ Ubuntu 18 is now deprecated and will not be supported as of Dec 2022.
Browser Versions
- Chromium 105.0.5195.19
- Mozilla Firefox 103.0
- WebKit 16.0
This version was also tested against the following stable channels:
- Google Chrome 104
- Microsoft Edge 104
rollup/rollup
v2.78.0
2022-08-14
Features
- Support writing plugin hooks as objects with a "handler" property (#4600)
- Allow changing execution order per plugin hook (#4600)
- Add flag to execute plugins in async parallel hooks sequentially (#4600)
Merge Requests
- #4600: Allow using objects as hooks to change execution order (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.