Update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | patch | 7.19.3 -> 7.19.6 |
@babel/preset-env (source) | devDependencies | patch | 7.19.3 -> 7.19.4 |
@webcomponents/scoped-custom-element-registry (source) | dependencies | patch | ^0.0.5 -> ^0.0.6 |
eslint (source) | devDependencies | minor | 8.24.0 -> 8.26.0 |
eslint-plugin-jsdoc | devDependencies | patch | 39.3.6 -> 39.3.23 |
i18next (source) | dependencies | minor | 21.9.2 -> 21.10.0 |
i18next-parser | devDependencies | minor | 6.5.0 -> 6.6.0 |
lit (source) | dependencies | minor | 2.3.1 -> 2.4.0 |
mocha (source) | devDependencies | minor | 10.0.0 -> 10.1.0 |
playwright-core (source) | devDependencies | minor | 1.26.1 -> 1.27.1 |
rollup-plugin-license | devDependencies | patch | 2.8.1 -> 2.8.2 |
Release Notes
babel/babel
v7.19.6
👓 Spec Compliance
-
babel-plugin-proposal-decorators
🐛 Bug Fix
-
babel-parser
- #15062 Fix parsing of block comments nested in flow comments (@nicolo-ribaudo)
- #15052 fix: improve module block program location tracking (@JLHwung)
-
babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
-
babel-preset-env
,babel-traverse
-
#15043 fix: preserve this for
super.*
template tags (@liuxingbaoyu)
-
#15043 fix: preserve this for
💅 Polish
-
babel-generator
,babel-plugin-transform-flow-comments
- #15037 Improve generation of comments without location (@liuxingbaoyu)
📝 Documentation
🏠 Internal
-
babel-parser
-
#15056 Use
startLoc.index
instead of carrying aroundstart
(@nicolo-ribaudo)
-
#15056 Use
- Other
- #15035 chore: Update yarn 3.2.4 (@liuxingbaoyu)
:running_woman: Performance
-
babel-core
,babel-standalone
-
#15023 Don't bundle unnecessary plugins in
@babel/standalone
(@nicolo-ribaudo)
-
#15023 Don't bundle unnecessary plugins in
eslint/eslint
v8.26.0
Features
-
4715787
feat: checkObject.create()
in getter-return (#16420) (Yuki Hirasawa) -
28d1902
feat:no-implicit-globals
supportsexported
block comment (#16343) (Sosuke Suzuki) -
e940be7
feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#16356) (Tomer Aberbach) -
dd0c58f
feat: Swap out Globby for custom globbing solution. (#16369) (Nicholas C. Zakas)
Bug Fixes
-
df77409
fix: usebaseConfig
constructor option in FlatESLint (#16432) (Milos Djermanovic) -
33668ee
fix: Ensure that glob patterns are matched correctly. (#16449) (Nicholas C. Zakas) -
740b208
fix: ignore messages without aruleId
ingetRulesMetaForResults
(#16409) (Francesco Trotta) -
8f9759e
fix:--ignore-pattern
in flat config mode should be relative tocwd
(#16425) (Milos Djermanovic) -
325ad37
fix: makegetRulesMetaForResults
return a plain object in trivial case (#16438) (Francesco Trotta) -
a2810bc
fix: Ensure that directories can be unignored. (#16436) (Nicholas C. Zakas) -
35916ad
fix: Ensure unignore and reignore work correctly in flat config. (#16422) (Nicholas C. Zakas)
Documentation
-
651649b
docs: Core concepts page (#16399) (Ben Perlmutter) -
631cf72
docs: note --ignore-path not supported with flat config (#16434) (Andy Edwards) -
1692840
docs: fix syntax in examples for new config files (#16427) (Milos Djermanovic) -
d336cfc
docs: Document extending plugin with new config (#16394) (Ben Perlmutter)
Chores
-
e917a9a
ci: add node v19 (#16443) (Koichi ITO) -
4b70b91
chore: Add VS Code issues link (#16423) (Nicholas C. Zakas) -
232d291
chore: suppress a Node.js deprecation warning (#16398) (Koichi ITO)
v8.25.0
Features
-
173e820
feat: Pass --max-warnings value to formatters (#16348) (Brandon Mills) -
6964cb1
feat: remove support for ignore files in FlatESLint (#16355) (Milos Djermanovic) -
1cc4b3a
feat:id-length
counts graphemes instead of code units (#16321) (Sosuke Suzuki)
Documentation
-
90c6028
docs: Conflicting fixes (#16366) (Ben Perlmutter) -
5a3fe70
docs: Add VS to integrations page (#16381) (Maria José Solano) -
49bd1e5
docs: remove unused link definitions (#16376) (Nick Schonning) -
3bd380d
docs: typo cleanups for docs (#16374) (Nick Schonning) -
b3a0837
docs: remove duplicate words (#16378) (Nick Schonning) -
a682562
docs: addBigInt
tonew-cap
docs (#16362) (Sosuke Suzuki) -
f6d57fb
docs: Update docs README (#16352) (Ben Perlmutter) -
7214347
docs: fix logical-assignment-operators option typo (#16346) (Jonathan Wilsson)
Chores
-
1f78594
chore: upgrade @eslint/eslintrc@1.3.3 (#16397) (Milos Djermanovic) -
8476a9b
chore: Remove CODEOWNERS (#16375) (Nick Schonning) -
720ff75
chore: use "ci" for Dependabot commit message (#16377) (Nick Schonning) -
42f5479
chore: bump actions/stale from 5 to 6 (#16350) (dependabot[bot]) -
e5e9e27
chore: removejsdoc
dev dependency (#16344) (Milos Djermanovic)
gajus/eslint-plugin-jsdoc
v39.3.23
Bug Fixes
-
require-returns-check
: allow implicit-return finally if other try-catch branches returning; fixes #926 (12da503)
v39.3.22
Bug Fixes
-
valid-types
: report problems with name parsing (e247d67)
v39.3.21
Bug Fixes
v39.3.20
Bug Fixes
-
require-returns-check
: allow for missing catch or finalizer and missing case contents; fixes #924 (4fabdd6)
v39.3.19
Bug Fixes
-
require-param
: be tolerant ifthis
is not included as[@param](https://github.com/param)
; fixes #919 (c1f21f8)
v39.3.18
Bug Fixes
v39.3.17
Bug Fixes
-
require-returns-check
: throw statements to be exempted from final check if elsewhere in function; fixes #892 (87c1c2a)
v39.3.16
Bug Fixes
v39.3.15
Bug Fixes
v39.3.14
Bug Fixes
- update jsdoccomment (5ccb32d)
v39.3.13
Bug Fixes
-
check-param-names
: properly handle index offset (0729508)
v39.3.12
Bug Fixes
- update devDeps. (ca91670)
i18next/i18next-parser
v6.6.0
lit/lit
v2.4.0
Minor Changes
-
#3318
21313077
- Adds anisServer
variable export tolit
andlit-html/is-server.js
which will betrue
in Node andfalse
in the browser. This can be used when authoring components to change behavior based on whether or not the component is executing in an SSR context.
Patch Changes
mochajs/mocha
v10.1.0
🎉 Enhancements
-
#4896: Browser: add support for
prefers-color-scheme: dark
(@greggman)
🔩 Other
- #4912: Browser: increase contrast for replay buttons (@JoshuaKGoldberg)
-
#4905: Use standard
Promise.allSettled
instead of polyfill (@outsideris) - #4899: Upgrade official GitHub actions to latest (@ddzz)
-
#4770: Fix regex in function
clean
(@yetingli)
Microsoft/playwright
v1.27.1
Highlights
This patch release includes the following bug fixes:
https://github.com/microsoft/playwright/pull/18010 - fix(generator): generate nice locators for arbitrary selectors https://github.com/microsoft/playwright/pull/17999 - chore: don't fail on undefined video/trace https://github.com/microsoft/playwright/issues/17955 - [Question] Github Actions test compatibility check failed mitigation? https://github.com/microsoft/playwright/issues/17960 - [BUG] Codegen 1.27 creates NUnit code that does not compile https://github.com/microsoft/playwright/pull/17952 - fix: fix typo in treeitem role typing
Browser Versions
- Chromium 107.0.5304.18
- Mozilla Firefox 105.0.1
- WebKit 16.0
This version was also tested against the following stable channels:
- Google Chrome 106
- Microsoft Edge 106
v1.27.0
Locators
With these new APIs, inspired by Testing Library, writing locators is a joy:
-
page.getByText(text, options)
to locate by text content. -
page.getByRole(role, options)
to locate by ARIA role, ARIA attributes and accessible name. -
page.getByLabel(label, options)
to locate a form control by associated label's text. -
page.getByPlaceholder(placeholder, options)
to locate an input by placeholder. -
page.getByAltText(altText, options)
to locate an element, usually image, by its text alternative. -
page.getByTitle(title, options)
to locate an element by its title.
await page.getByLabel('User Name').fill('John');
await page.getByLabel('Password').fill('secret-password');
await page.getByRole('button', { name: 'Sign in' }).click();
await expect(page.getByText('Welcome, John!')).toBeVisible();
All the same methods are also available on Locator, FrameLocator and Frame classes.
Other highlights
-
workers
option in theplaywright.config.ts
now accepts a percentage string to use some of the available CPUs. You can also pass it in the command line:npx playwright test --workers=20%
-
New options
host
andport
for the html reporter.reporters: [['html', { host: 'localhost', port: '9223' }]]
-
New field
FullConfig.configFile
is available to test reporters, specifying the path to the config file if any. -
As announced in v1.25, Ubuntu 18 will not be supported as of Dec 2022. In addition to that, there will be no WebKit updates on Ubuntu 18 starting from the next Playwright release.
Behavior Changes
-
expect(locator).toHaveAttribute(name, value, options)
with an empty value does not match missing attribute anymore. For example, the following snippet will succeed whenbutton
does not have adisabled
attribute.await expect(page.getByRole('button')).toHaveAttribute('disabled', '');
-
Command line options
--grep
and--grep-invert
previously incorrectly ignoredgrep
andgrepInvert
options specified in the config. Now all of them are applied together. -
JSON reporter path resolution is performed relative to the config directory instead of the current working directory:
["json", { outputFile: "./test-results/results.json" }]]
Browser Versions
- Chromium 107.0.5304.18
- Mozilla Firefox 105.0.1
- WebKit 16.0
This version was also tested against the following stable channels:
- Google Chrome 106
- Microsoft Edge 106
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.