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/noderepl and enableno-use-before-definerule (@liuxingbaoyu)
-
#15124 fix:
-
babel-plugin-transform-typescript-
#15121 fix:
tsSatisfiesExpressioncheck with different duplicated@babel/typesversions (@liuxingbaoyu)
-
#15121 fix:
-
babel-parser-
#15094 fix:
parsertypings 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.indexinstead 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
-
63bce44feat: addignoreClassFieldInitialValuesoption to no-magic-numbers (#16539) (Milos Djermanovic) -
8385ecdfeat: multiline properties in rulekey-spacingwith optionalign(#16532) (Francesco Trotta) -
a4e89dbfeat:no-obj-callssupportIntl(#16543) (Sosuke Suzuki)
Bug Fixes
-
c50ae4ffix: Ensure that dot files are found with globs. (#16550) (Nicholas C. Zakas) -
9432b67fix: throw error for first unmatched pattern (#16533) (Milos Djermanovic) -
e76c382fix: allow* 1when followed by/in no-implicit-coercion (#16522) (Milos Djermanovic)
Documentation
-
34c05a7docs: Language Options page intro and tweaks (#16511) (Ben Perlmutter) -
3e66387docs: add intro and edit ignoring files page (#16510) (Ben Perlmutter) -
436f712docs: fix Header UI inconsistency (#16464) (Tanuj Kanti) -
f743816docs: switch to wrench emoji for auto-fixable rules (#16545) (Bryan Mishkin) -
bc0547edocs: improve styles for versions and languages page (#16553) (Nitin Kumar) -
6070f58docs: clarify esquery issue workaround (#16556) (Milos Djermanovic) -
b48e4f8docs: Command Line Interface intro and tweaks (#16535) (Ben Perlmutter) -
b92b30fdocs: Add Rules page intro and content tweaks (#16523) (Ben Perlmutter) -
1769b42docs: Integrations page introduction (#16548) (Ben Perlmutter) -
a8d0a57docs: make table of contents sticky on desktop (#16506) (Sam Chen) -
a01315adocs: fix route of japanese translation site (#16542) (Tanuj Kanti) -
0515628docs: use emoji instead of svg for deprecated rule (#16536) (Bryan Mishkin) -
68f1288docs: set default layouts (#16484) (Percy Ma) -
776827adocs: init config about specifying shared configs (#16483) (Percy Ma) -
5c39425docs: fix broken link to plugins (#16520) (Ádám T. Nagy) -
c97c789docs: Add missing no-new-native-nonconstructor docs code fence (#16503) (Brandon Mills)
Chores
-
e94a4a9chore: Add tests to verify #16038 is fixed (#16538) (Nicholas C. Zakas) -
e13f194chore: stricter validation ofmeta.docs.descriptionin core rules (#16529) (Milos Djermanovic) -
72dbfbcchore: usepkgparameter ingetNpmPackageVersion(#16525) (webxmsj)
v8.27.0
Features
-
f14587cfeat: newno-new-native-nonconstructorrule (#16368) (Sosuke Suzuki) -
978799bfeat: add new ruleno-empty-static-block(#16325) (Sosuke Suzuki) -
69216eefeat: no-empty suggest to add comment in empty BlockStatement (#16470) (Nitin Kumar) -
319f0a5feat: usecontext.languageOptions.ecmaVersionin core rules (#16458) (Milos Djermanovic)
Bug Fixes
-
c3ce521fix: Ensure unmatched glob patterns throw an error (#16462) (Nicholas C. Zakas) -
886a038fix: handle files with unspecified path ingetRulesMetaForResults(#16437) (Francesco Trotta)
Documentation
-
ce93b42docs: Stylelint property-no-unknown (#16497) (Nick Schonning) -
d2cecb4docs: Stylelint declaration-block-no-shorthand-property-overrides (#16498) (Nick Schonning) -
0a92805docs: stylelint color-hex-case (#16496) (Nick Schonning) -
74a5af4docs: fix stylelint error (#16491) (Milos Djermanovic) -
324db1adocs: explicit stylelint color related rules (#16465) (Nick Schonning) -
94dc4f1docs: use Stylelint for HTML files (#16468) (Nick Schonning) -
cc6128ddocs: enable stylelint declaration-block-no-duplicate-properties (#16466) (Nick Schonning) -
d03a8bfdocs: Add heading to justification explanation (#16430) (Maritaria) -
8a15968docs: add Stylelint configuration and cleanup (#16379) (Nick Schonning) -
9b0a469docs: note commit messages don't support scope (#16435) (Andy Edwards) -
1581405docs: improve context.getScope() docs (#16417) (Ben Perlmutter) -
b797149docs: update formatters template (#16454) (Milos Djermanovic) -
5ac4de9docs: fix link to formatters on the Core Concepts page (#16455) (Vladislav) -
33313efdocs: core-concepts: fix link to semi rule (#16453) (coderaiser)
v8.26.0
Features
-
4715787feat: checkObject.create()in getter-return (#16420) (Yuki Hirasawa) -
28d1902feat:no-implicit-globalssupportsexportedblock comment (#16343) (Sosuke Suzuki) -
e940be7feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#16356) (Tomer Aberbach) -
dd0c58ffeat: Swap out Globby for custom globbing solution. (#16369) (Nicholas C. Zakas)
Bug Fixes
-
df77409fix: usebaseConfigconstructor option in FlatESLint (#16432) (Milos Djermanovic) -
33668eefix: Ensure that glob patterns are matched correctly. (#16449) (Nicholas C. Zakas) -
740b208fix: ignore messages without aruleIdingetRulesMetaForResults(#16409) (Francesco Trotta) -
8f9759efix:--ignore-patternin flat config mode should be relative tocwd(#16425) (Milos Djermanovic) -
325ad37fix: makegetRulesMetaForResultsreturn a plain object in trivial case (#16438) (Francesco Trotta) -
a2810bcfix: Ensure that directories can be unignored. (#16436) (Nicholas C. Zakas) -
35916adfix: Ensure unignore and reignore work correctly in flat config. (#16422) (Nicholas C. Zakas)
Documentation
-
651649bdocs: Core concepts page (#16399) (Ben Perlmutter) -
631cf72docs: note --ignore-path not supported with flat config (#16434) (Andy Edwards) -
1692840docs: fix syntax in examples for new config files (#16427) (Milos Djermanovic) -
d336cfcdocs: Document extending plugin with new config (#16394) (Ben Perlmutter)
Chores
-
e917a9aci: add node v19 (#16443) (Koichi ITO) -
4b70b91chore: Add VS Code issues link (#16423) (Nicholas C. Zakas) -
232d291chore: suppress a Node.js deprecation warning (#16398) (Koichi ITO)
v8.25.0
Features
-
173e820feat: Pass --max-warnings value to formatters (#16348) (Brandon Mills) -
6964cb1feat: remove support for ignore files in FlatESLint (#16355) (Milos Djermanovic) -
1cc4b3afeat:id-lengthcounts graphemes instead of code units (#16321) (Sosuke Suzuki)
Documentation
-
90c6028docs: Conflicting fixes (#16366) (Ben Perlmutter) -
5a3fe70docs: Add VS to integrations page (#16381) (Maria José Solano) -
49bd1e5docs: remove unused link definitions (#16376) (Nick Schonning) -
3bd380ddocs: typo cleanups for docs (#16374) (Nick Schonning) -
b3a0837docs: remove duplicate words (#16378) (Nick Schonning) -
a682562docs: addBigInttonew-capdocs (#16362) (Sosuke Suzuki) -
f6d57fbdocs: Update docs README (#16352) (Ben Perlmutter) -
7214347docs: fix logical-assignment-operators option typo (#16346) (Jonathan Wilsson)
Chores
-
1f78594chore: upgrade @eslint/eslintrc@1.3.3 (#16397) (Milos Djermanovic) -
8476a9bchore: Remove CODEOWNERS (#16375) (Nick Schonning) -
720ff75chore: use "ci" for Dependabot commit message (#16377) (Nick Schonning) -
42f5479chore: bump actions/stale from 5 to 6 (#16350) (dependabot[bot]) -
e5e9e27chore: removejsdocdev 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, andhasPreterminalDescriptionproperties; 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: addexemptDestructuredRootsFromCheckssetting; 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 ifthisis 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 anisServervariable export tolitandlit-html/is-server.jswhich will betruein Node andfalsein 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.allSettledinstead 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.snapshotPathTemplateandtestConfig.snapshotPathTemplateto 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
-
workersoption in theplaywright.config.tsnow 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
hostandportfor the html reporter.reporters: [['html', { host: 'localhost', port: '9223' }]] -
New field
FullConfig.configFileis 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 whenbuttondoes not have adisabledattribute.await expect(page.getByRole('button')).toHaveAttribute('disabled', ''); -
Command line options
--grepand--grep-invertpreviously incorrectly ignoredgrepandgrepInvertoptions 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.manualPureFunctionsto override static analysis for explicit function names (#4718)
Bug Fixes
- Do not throw when a plugin uses
this.loadwithout 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.freezecalls 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
Bufferwithstringassets (#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.