Closed renovate[bot] closed 2 years ago
Merging #349 (6df5230) into main (d03ee7c) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #349 +/- ##
=======================================
Coverage 68.84% 68.84%
=======================================
Files 3 3
Lines 2866 2866
=======================================
Hits 1973 1973
Misses 893 893
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
This PR contains the following updates:
0.14.0
->0.15.0
8.25.0
->8.26.0
10.0.0
->10.1.0
19.0.0
->19.1.0
Release Notes
modernweb-dev/web
### [`v0.15.0`](https://togithub.com/modernweb-dev/web/blob/HEAD/packages/test-runner/CHANGELOG.md#0150) [Compare Source](https://togithub.com/modernweb-dev/web/compare/@web/test-runner@0.14.1...@web/test-runner@0.15.0) ##### Minor Changes - [`acca5d5`](https://togithub.com/modernweb-dev/web/commit/acca5d51): Update dependency v8-to-istanbul to v9 ##### Patch Changes - Updated dependencies \[[`acca5d5`](https://togithub.com/modernweb-dev/web/commit/acca5d51)] - [@web/test-runner-chrome](https://togithub.com/web/test-runner-chrome)[@0](https://togithub.com/0).11.0 ### [`v0.14.1`](https://togithub.com/modernweb-dev/web/blob/HEAD/packages/test-runner/CHANGELOG.md#0141) [Compare Source](https://togithub.com/modernweb-dev/web/compare/@web/test-runner@0.14.0...@web/test-runner@0.14.1) ##### Patch Changes - [`04e2fa7`](https://togithub.com/modernweb-dev/web/commit/04e2fa7d): Update portfinder dependency to 1.0.32 - Updated dependencies \[[`04e2fa7`](https://togithub.com/modernweb-dev/web/commit/04e2fa7d)] - [@web/dev-server](https://togithub.com/web/dev-server)[@0](https://togithub.com/0).1.35eslint/eslint
### [`v8.26.0`](https://togithub.com/eslint/eslint/releases/tag/v8.26.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.25.0...v8.26.0) #### Features - [`4715787`](https://togithub.com/eslint/eslint/commit/4715787724a71494ba0bb0c5fe4639570bb6985b) feat: check `Object.create()` in getter-return ([#16420](https://togithub.com/eslint/eslint/issues/16420)) (Yuki Hirasawa) - [`28d1902`](https://togithub.com/eslint/eslint/commit/28d190264017dbaa29f2ab218f73b623143cd1af) feat: `no-implicit-globals` supports `exported` block comment ([#16343](https://togithub.com/eslint/eslint/issues/16343)) (Sosuke Suzuki) - [`e940be7`](https://togithub.com/eslint/eslint/commit/e940be7a83d0caea15b64c1e1c2785a6540e2641) feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config ([#16356](https://togithub.com/eslint/eslint/issues/16356)) (Tomer Aberbach) - [`dd0c58f`](https://togithub.com/eslint/eslint/commit/dd0c58f0f34d24331ae55139af39cf2747125f5e) feat: Swap out Globby for custom globbing solution. ([#16369](https://togithub.com/eslint/eslint/issues/16369)) (Nicholas C. Zakas) #### Bug Fixes - [`df77409`](https://togithub.com/eslint/eslint/commit/df7740967ffab2915974c7b310ac76ea2915ac2d) fix: use `baseConfig` constructor option in FlatESLint ([#16432](https://togithub.com/eslint/eslint/issues/16432)) (Milos Djermanovic) - [`33668ee`](https://togithub.com/eslint/eslint/commit/33668ee9d22e1988ba03e07fb547738bdb21dc0e) fix: Ensure that glob patterns are matched correctly. ([#16449](https://togithub.com/eslint/eslint/issues/16449)) (Nicholas C. Zakas) - [`740b208`](https://togithub.com/eslint/eslint/commit/740b20826fadc5322ea5547c1ba41793944e571d) fix: ignore messages without a `ruleId` in `getRulesMetaForResults` ([#16409](https://togithub.com/eslint/eslint/issues/16409)) (Francesco Trotta) - [`8f9759e`](https://togithub.com/eslint/eslint/commit/8f9759e2a94586357d85fac902e038fabdba79a7) fix: `--ignore-pattern` in flat config mode should be relative to `cwd` ([#16425](https://togithub.com/eslint/eslint/issues/16425)) (Milos Djermanovic) - [`325ad37`](https://togithub.com/eslint/eslint/commit/325ad375a52d1c7b8b8fd23943350c91781366a2) fix: make `getRulesMetaForResults` return a plain object in trivial case ([#16438](https://togithub.com/eslint/eslint/issues/16438)) (Francesco Trotta) - [`a2810bc`](https://togithub.com/eslint/eslint/commit/a2810bc485d9f1123a86b60702fcaa51e19d71a3) fix: Ensure that directories can be unignored. ([#16436](https://togithub.com/eslint/eslint/issues/16436)) (Nicholas C. Zakas) - [`35916ad`](https://togithub.com/eslint/eslint/commit/35916ad9bfc07dab63361721df1bd7f21e43e094) fix: Ensure unignore and reignore work correctly in flat config. ([#16422](https://togithub.com/eslint/eslint/issues/16422)) (Nicholas C. Zakas) #### Documentation - [`651649b`](https://togithub.com/eslint/eslint/commit/651649b12797594a86c0d659d6a0d1cdbda6f57b) docs: Core concepts page ([#16399](https://togithub.com/eslint/eslint/issues/16399)) (Ben Perlmutter) - [`631cf72`](https://togithub.com/eslint/eslint/commit/631cf72e82f316a2cc08770e5c81b858637ab04a) docs: note --ignore-path not supported with flat config ([#16434](https://togithub.com/eslint/eslint/issues/16434)) (Andy Edwards) - [`1692840`](https://togithub.com/eslint/eslint/commit/1692840a2f763737a4891419dc304db4ebedab5d) docs: fix syntax in examples for new config files ([#16427](https://togithub.com/eslint/eslint/issues/16427)) (Milos Djermanovic) - [`d336cfc`](https://togithub.com/eslint/eslint/commit/d336cfc9145a72bf8730250ee1e331a135e6ee2c) docs: Document extending plugin with new config ([#16394](https://togithub.com/eslint/eslint/issues/16394)) (Ben Perlmutter) #### Chores - [`e917a9a`](https://togithub.com/eslint/eslint/commit/e917a9a2e555d398c64b985fc933d44a42c958f0) ci: add node v19 ([#16443](https://togithub.com/eslint/eslint/issues/16443)) (Koichi ITO) - [`4b70b91`](https://togithub.com/eslint/eslint/commit/4b70b91a6e28669ab8e2a4ce2a6d9ed40be20fa7) chore: Add VS Code issues link ([#16423](https://togithub.com/eslint/eslint/issues/16423)) (Nicholas C. Zakas) - [`232d291`](https://togithub.com/eslint/eslint/commit/232d2916ac5e44db55c2ffbd2f3b37ad70037b7b) chore: suppress a Node.js deprecation warning ([#16398](https://togithub.com/eslint/eslint/issues/16398)) (Koichi ITO)mochajs/mocha
### [`v10.1.0`](https://togithub.com/mochajs/mocha/blob/HEAD/CHANGELOG.md#1010--2022-10-16) [Compare Source](https://togithub.com/mochajs/mocha/compare/v10.0.0...v10.1.0) #### :tada: Enhancements - [#4896](https://togithub.com/mochajs/mocha/issues/4896): Browser: add support for `prefers-color-scheme: dark` ([**@greggman**](https://togithub.com/greggman)) #### :nut_and_bolt: Other - [#4912](https://togithub.com/mochajs/mocha/issues/4912): Browser: increase contrast for replay buttons ([**@JoshuaKGoldberg**](https://togithub.com/JoshuaKGoldberg)) - [#4905](https://togithub.com/mochajs/mocha/issues/4905): Use standard `Promise.allSettled` instead of polyfill ([**@outsideris**](https://togithub.com/outsideris)) - [#4899](https://togithub.com/mochajs/mocha/issues/4899): Upgrade official GitHub actions to latest ([**@ddzz**](https://togithub.com/ddzz)) - [#4770](https://togithub.com/mochajs/mocha/issues/4770): Fix regex in function `clean`([**@yetingli**](https://togithub.com/yetingli))puppeteer/puppeteer
### [`v19.1.0`](https://togithub.com/puppeteer/puppeteer/releases/tag/v19.1.0) [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v19.0.0...v19.1.0) ##### Features - use configuration files ([#9140](https://togithub.com/puppeteer/puppeteer/issues/9140)) ([ec20174](https://togithub.com/puppeteer/puppeteer/commit/ec201744f077987b288e3dff52c0906fe700f6fb)), closes [#9128](https://togithub.com/puppeteer/puppeteer/issues/9128) ##### Bug Fixes - update `BrowserFetcher` deprecation message ([#9141](https://togithub.com/puppeteer/puppeteer/issues/9141)) ([efcbc97](https://togithub.com/puppeteer/puppeteer/commit/efcbc97c60e4cfd49a9ed25a900f6133d06b290b)) ##### Dependencies - The following workspace dependencies were updated - dependencies - puppeteer-core bumped from 19.0.0 to ^19.1.0Configuration
📅 Schedule: Branch creation - "after 2pm on Saturday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.