chore(deps): update all non-major dependencies
This MR contains the following updates:
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
babel/babel
v7.20.2
🐛 Bug Fix
-
babel-core
,babel-helper-create-class-features-plugin
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-simple-access
,babel-node
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-react-constant-elements
,babel-preset-env
,babel-standalone
,babel-types
-
#15124 fix:
@babel/node
repl and enableno-use-before-define
rule (@liuxingbaoyu)
-
#15124 fix:
-
babel-plugin-transform-typescript
-
#15121 fix:
tsSatisfiesExpression
check with different duplicated@babel/types
versions (@liuxingbaoyu)
-
#15121 fix:
-
babel-parser
-
#15094 fix:
parser
typings for plugins (@liuxingbaoyu)
-
#15094 fix:
-
babel-generator
- #15118 Improve printing of [no LineTerminator here] with comments (@nicolo-ribaudo)
-
babel-plugin-proposal-decorators
,babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-jscript
-
babel-plugin-transform-destructuring
-
#15104 fix: Destructuring exceptions
for ( let { } = 0 ; 0 ; )
(@liuxingbaoyu)
-
#15104 fix: Destructuring exceptions
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
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
chaijs/chai
v4.3.7
What's Changed
- fix: deep-eql bump package to support symbols comparison by @snewcomer in https://github.com/chaijs/chai/pull/1483
Full Changelog: https://github.com/chaijs/chai/compare/v4.3.6...v4.3.7
eslint/eslint
v8.28.0
Features
-
63bce44
feat: addignoreClassFieldInitialValues
option to no-magic-numbers (#16539) (Milos Djermanovic) -
8385ecd
feat: multiline properties in rulekey-spacing
with optionalign
(#16532) (Francesco Trotta) -
a4e89db
feat:no-obj-calls
supportIntl
(#16543) (Sosuke Suzuki)
Bug Fixes
-
c50ae4f
fix: Ensure that dot files are found with globs. (#16550) (Nicholas C. Zakas) -
9432b67
fix: throw error for first unmatched pattern (#16533) (Milos Djermanovic) -
e76c382
fix: allow* 1
when followed by/
in no-implicit-coercion (#16522) (Milos Djermanovic)
Documentation
-
34c05a7
docs: Language Options page intro and tweaks (#16511) (Ben Perlmutter) -
3e66387
docs: add intro and edit ignoring files page (#16510) (Ben Perlmutter) -
436f712
docs: fix Header UI inconsistency (#16464) (Tanuj Kanti) -
f743816
docs: switch to wrench emoji for auto-fixable rules (#16545) (Bryan Mishkin) -
bc0547e
docs: improve styles for versions and languages page (#16553) (Nitin Kumar) -
6070f58
docs: clarify esquery issue workaround (#16556) (Milos Djermanovic) -
b48e4f8
docs: Command Line Interface intro and tweaks (#16535) (Ben Perlmutter) -
b92b30f
docs: Add Rules page intro and content tweaks (#16523) (Ben Perlmutter) -
1769b42
docs: Integrations page introduction (#16548) (Ben Perlmutter) -
a8d0a57
docs: make table of contents sticky on desktop (#16506) (Sam Chen) -
a01315a
docs: fix route of japanese translation site (#16542) (Tanuj Kanti) -
0515628
docs: use emoji instead of svg for deprecated rule (#16536) (Bryan Mishkin) -
68f1288
docs: set default layouts (#16484) (Percy Ma) -
776827a
docs: init config about specifying shared configs (#16483) (Percy Ma) -
5c39425
docs: fix broken link to plugins (#16520) (Ádám T. Nagy) -
c97c789
docs: Add missing no-new-native-nonconstructor docs code fence (#16503) (Brandon Mills)
Chores
-
e94a4a9
chore: Add tests to verify #16038 is fixed (#16538) (Nicholas C. Zakas) -
e13f194
chore: stricter validation ofmeta.docs.description
in core rules (#16529) (Milos Djermanovic) -
72dbfbc
chore: usepkg
parameter ingetNpmPackageVersion
(#16525) (webxmsj)
v8.27.0
Features
-
f14587c
feat: newno-new-native-nonconstructor
rule (#16368) (Sosuke Suzuki) -
978799b
feat: add new ruleno-empty-static-block
(#16325) (Sosuke Suzuki) -
69216ee
feat: no-empty suggest to add comment in empty BlockStatement (#16470) (Nitin Kumar) -
319f0a5
feat: usecontext.languageOptions.ecmaVersion
in core rules (#16458) (Milos Djermanovic)
Bug Fixes
-
c3ce521
fix: Ensure unmatched glob patterns throw an error (#16462) (Nicholas C. Zakas) -
886a038
fix: handle files with unspecified path ingetRulesMetaForResults
(#16437) (Francesco Trotta)
Documentation
-
ce93b42
docs: Stylelint property-no-unknown (#16497) (Nick Schonning) -
d2cecb4
docs: Stylelint declaration-block-no-shorthand-property-overrides (#16498) (Nick Schonning) -
0a92805
docs: stylelint color-hex-case (#16496) (Nick Schonning) -
74a5af4
docs: fix stylelint error (#16491) (Milos Djermanovic) -
324db1a
docs: explicit stylelint color related rules (#16465) (Nick Schonning) -
94dc4f1
docs: use Stylelint for HTML files (#16468) (Nick Schonning) -
cc6128d
docs: enable stylelint declaration-block-no-duplicate-properties (#16466) (Nick Schonning) -
d03a8bf
docs: Add heading to justification explanation (#16430) (Maritaria) -
8a15968
docs: add Stylelint configuration and cleanup (#16379) (Nick Schonning) -
9b0a469
docs: note commit messages don't support scope (#16435) (Andy Edwards) -
1581405
docs: improve context.getScope() docs (#16417) (Ben Perlmutter) -
b797149
docs: update formatters template (#16454) (Milos Djermanovic) -
5ac4de9
docs: fix link to formatters on the Core Concepts page (#16455) (Vladislav) -
33313ef
docs: core-concepts: fix link to semi rule (#16453) (coderaiser)
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.6.4
Bug Fixes
v39.6.3
Bug Fixes
v39.6.2
Bug Fixes
- update
jsdoccomment
(26141cb)
v39.6.1
Bug Fixes
-
no-restricted-syntax
: update jsdoccomment to be able to use newdescriptionStartLine
,descriptionEndLine
, andhasPreterminalDescription
properties; fixes #830 (d68d742)
v39.6.0
Features
v39.5.1
Bug Fixes
-
require-returns-check
: ensure breaks in final switch do not fulfill check for all branches returning (691a414)
v39.5.0
Features
v39.4.0
Features
-
require-param-type
,require-param-description
: addexemptDestructuredRootsFromChecks
setting; fixes #752 (da1c85f)
v39.3.25
Bug Fixes
- update jsdoccomment and devDep. (94f784f)
v39.3.24
Bug Fixes
-
require-returns-check
,require-yields-check
: check for undefined/void within union; fixes #925 (cfbdf8b)
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.1
Patch Changes
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.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
v1.28.0
: v1.28
Playwright Tools
- Record at Cursor in VSCode. You can run the test, position the cursor at the end of the test and continue generating the test.
- Live Locators in VSCode. You can hover and edit locators in VSCode to get them highlighted in the opened browser.
- Live Locators in CodeGen. Generate a locator for any element on the page using "Explore" tool.
- Codegen and Trace Viewer Dark Theme. Automatically picked up from operating system settings.
Test Runner
-
Configure retries and test timeout for a file or a test with
test.describe.configure([options])
.// Each test in the file will be retried twice and have a timeout of 20 seconds. test.describe.configure({ retries: 2, timeout: 20_000 }); test('runs first', async ({ page }) => {}); test('runs second', async ({ page }) => {});
-
Use
testProject.snapshotPathTemplate
andtestConfig.snapshotPathTemplate
to configure a template controlling location of snapshots generated byexpect(page).toHaveScreenshot(name[, options])
andexpect(screenshot).toMatchSnapshot(name[, options])
.// playwright.config.ts import type { PlaywrightTestConfig } from '@​playwright/test'; const config: PlaywrightTestConfig = { testDir: './tests', snapshotPathTemplate: '{testDir}/__screenshots__/{testFilePath}/{arg}{ext}', }; export default config;
New APIs
locator.blur([options])
locator.clear([options])
-
android.launchServer([options])
andandroid.connect(wsEndpoint[, options])
androidDevice.on('close')
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
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
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)
v3.3.0
2022-11-12
Features
- Add "experimentalMinChunkSize" option to merge smaller chunks into larger ones (#4705)
- Automatically deduplicate assets again when the source is a
Buffer
(#4712) - Deduplicate
Buffer
withstring
assets (#4712)
Bug Fixes
- Support plugins with object hooks when using
perf: true
(#4707)
Merge Requests
- #4702: docs: add additional tips for heap out of memory (@benmccann)
- #4705: Allow to define minimum chunk size limit (@lukastaegert)
- #4707: Fix perf timers for object hooks (@lukastaegert)
- #4710: Update terser docs (@nikolas)
- #4712: feat: deduplicate assets with buffer source (@patak-dev)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.