Skip to content

Commit

Permalink
v9.2.0 (#13502)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Dec 16, 2021
1 parent 4afafae commit 7bda3f3
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 12 deletions.
53 changes: 50 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
<a name="9.2.0"></a>
# 9.2.0 (2021-12-15)
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v9.1.0...v9.2.0)

We expect this release to ship in the DevTools of [Chrome 99](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks.

## Notable Changes

* move no-unload-listeners to perf category ([#13497](https://github.com/GoogleChrome/lighthouse/pull/13497))

## Core

* font-size: fix CSS selector regex ([#13455](https://github.com/GoogleChrome/lighthouse/pull/13455))
* fcp: handle negative request `endTime` ([#13452](https://github.com/GoogleChrome/lighthouse/pull/13452))
* legacy-javascript: update polyfilling, drop some signals ([#13482](https://github.com/GoogleChrome/lighthouse/pull/13482), [#13442](https://github.com/GoogleChrome/lighthouse/pull/13442))
* cache fetch to avoid bad polyfills ([#13476](https://github.com/GoogleChrome/lighthouse/pull/13476))
* check equality of computed artifacts using dependency keys ([#13430](https://github.com/GoogleChrome/lighthouse/pull/13430))

## ⛏️👷 Fraggle Rock

Support for auditing user flows ([#11313](https://github.com/GoogleChrome/lighthouse/issues/11313))

* compute timespan saving with observed throughput ([#13478](https://github.com/GoogleChrome/lighthouse/pull/13478))
* option to skip about:blank jumps ([#13375](https://github.com/GoogleChrome/lighthouse/pull/13375))

## Report

* psi: update styles for tighter fit in narrow viewports ([#13355](https://github.com/GoogleChrome/lighthouse/pull/13355))

## Deps

* bump eslint and related items ([#13484](https://github.com/GoogleChrome/lighthouse/pull/13484))
* axe-core: upgrade to 4.3.5 ([#13441](https://github.com/GoogleChrome/lighthouse/pull/13441))

## Tests

* smoke: fix chromestatus url ([#13475](https://github.com/GoogleChrome/lighthouse/pull/13475))
* split smoke tests into one test per file ([#13461](https://github.com/GoogleChrome/lighthouse/pull/13461))
* fix devtools build command ([#13457](https://github.com/GoogleChrome/lighthouse/pull/13457))
* move sharding higher so smokehouse-bundle can also shard ([#13387](https://github.com/GoogleChrome/lighthouse/pull/13387))
* port axe test to pptr ([#13450](https://github.com/GoogleChrome/lighthouse/pull/13450))

## Misc

* build: build test flow report to same path as sample-reports ([#13324](https://github.com/GoogleChrome/lighthouse/pull/13324))
* treemap: add `lang` to html tag ([#13454](https://github.com/GoogleChrome/lighthouse/pull/13454))

<a name="9.1.0"></a>
# 9.1.0 (2021-11-24)
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v9.0.0...v9.1.0)
Expand All @@ -6,7 +53,7 @@ We expect this release to ship in the DevTools of [Chrome 98](https://chromiumda

## New Contributors

Thanks to our new contributors 👽🐷🐰🐯🐻!
Thanks to our new contributors 👽🐷🐰🐯🐻!

- @whitep4nth3r
- Adam Read @adamread
Expand Down Expand Up @@ -78,7 +125,7 @@ See the [What's new in Lighthouse 9.0 blog post](https://developer.chrome.com/bl

## New Contributors

Thanks to our new contributors 👽🐷🐰🐯🐻!
Thanks to our new contributors 👽🐷🐰🐯🐻!

- Sergii Bondarenko @BR0kEN-
- Prerana Nawar @prerana1821
Expand Down Expand Up @@ -197,7 +244,7 @@ We expect this release to ship in the DevTools of [Chrome 97](https://chromiumda

## New Contributors

Thanks to our new contributors 👽🐷🐰🐯🐻!
Thanks to our new contributors 👽🐷🐰🐯🐻!

- meehawk @meehawk
- Edwin Gustafson @edwingustafson
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ A Lighthouse plugin is just a node module with a name that starts with `lighthou
"name": "lighthouse-plugin-cats",
"main": "plugin.js",
"peerDependencies": {
"lighthouse": "^9.1.0"
"lighthouse": "^9.2.0"
},
"devDependencies": {
"lighthouse": "^9.1.0"
"lighthouse": "^9.2.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/custom-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"scripts": {},
"devDependencies": {
"lighthouse": "^9.1.0"
"lighthouse": "^9.2.0"
}
}
2 changes: 1 addition & 1 deletion docs/recipes/gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"devDependencies": {
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"lighthouse": "^9.1.0"
"lighthouse": "^9.2.0"
}
}
2 changes: 1 addition & 1 deletion docs/recipes/lighthouse-plugin-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"main": "./plugin.js",
"peerDependencies": {
"lighthouse": "^9.1.0"
"lighthouse": "^9.2.0"
},
"devDependencies": {
"lighthouse": "^8.6.0"
Expand Down
1 change: 1 addition & 0 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ yarn serve-viewer
# Works with v4 report? http://localhost:8000/viewer?gist=7251f9eba409f385e4c0424515fe8009
# Works with v5 report? http://localhost:8000/viewer?gist=6093e41b9b50c8d642a7e6bbc784e32f
# Works with v6 report? http://localhost:8000/viewer?gist=94722e917a507feb5371ad51be6c3334
# Works with v8 report? http://localhost:8000/viewer?gist=18d523b86779185ecfd376d58f891e1d
# Current production viewer (https://googlechrome.github.io/lighthouse/viewer/) has forward compat with next major LHR?

# Confirm DevTools integration will work: Do some manual testing on a number of sites.
Expand Down
2 changes: 1 addition & 1 deletion lighthouse-core/test/results/sample_v2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lighthouseVersion": "9.1.0",
"lighthouseVersion": "9.2.0",
"requestedUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
"finalUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
"fetchTime": "2021-09-07T20:11:11.853Z",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lighthouse",
"version": "9.1.0",
"version": "9.2.0",
"description": "Automated auditing, performance metrics, and best practices for the web.",
"main": "./lighthouse-core/index.js",
"bin": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ describe('issueAdded types', () => {
Array [
"attributionReportingIssueDetails",
"blockedByResponseIssueDetails",
"clientHintIssueDetails",
"contentSecurityPolicyIssueDetails",
"corsIssueDetails",
"deprecationIssueDetails",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Generate report: enabled visible

=============== Lighthouse Results ===============
URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-emulate-pass.html
Version: 9.1.0
Version: 9.2.0
formFactor: mobile
screenEmulation: {
"mobile": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Generating results...

=============== Lighthouse Results ===============
URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-basic.html
Version: 9.1.0
Version: 9.2.0
ViewportDimensions: {
"innerWidth": 980,
"innerHeight": 1743,
Expand Down

0 comments on commit 7bda3f3

Please sign in to comment.