Skip to content

Commit

Permalink
build(deps): bump lighthouse from 11.7.1 to 12.0.0 (#581)
Browse files Browse the repository at this point in the history
* build(deps): bump lighthouse from 11.7.1 to 12.0.0

Bumps [lighthouse](https://github.com/GoogleChrome/lighthouse) from 11.7.1 to 12.0.0.
- [Release notes](https://github.com/GoogleChrome/lighthouse/releases)
- [Changelog](https://github.com/GoogleChrome/lighthouse/blob/main/changelog.md)
- [Commits](GoogleChrome/lighthouse@v11.7.1...v12.0.0)

---
updated-dependencies:
- dependency-name: lighthouse
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* test: update snapshot

* test: update snapshot

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kiko Beats <josefrancisco.verdu@gmail.com>
  • Loading branch information
dependabot[bot] and Kikobeats committed May 5, 2024
1 parent 0c18a3e commit 93899da
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/lighthouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"stats"
],
"dependencies": {
"lighthouse": "~11.7.0"
"lighthouse": "~12.0.0"
},
"devDependencies": {
"@browserless/test": "^10.3.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/lighthouse/test/snapshots/index.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Generated by [AVA](https://avajs.dev).
auditMode: false,
blankPage: 'about:blank',
blockedUrlPatterns: null,
budgets: null,
channel: 'node',
clearStorageTypes: [
'file_systems',
Expand Down Expand Up @@ -70,7 +69,6 @@ Generated by [AVA](https://avajs.dev).
auditMode: false,
blankPage: 'about:blank',
blockedUrlPatterns: null,
budgets: null,
channel: 'node',
clearStorageTypes: [
'file_systems',
Expand Down Expand Up @@ -129,7 +127,6 @@ Generated by [AVA](https://avajs.dev).
auditMode: false,
blankPage: 'about:blank',
blockedUrlPatterns: null,
budgets: null,
channel: 'node',
clearStorageTypes: [
'file_systems',
Expand Down
Binary file modified packages/lighthouse/test/snapshots/index.js.snap
Binary file not shown.
3 changes: 2 additions & 1 deletion packages/screenshot/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ test('graphics features', async t => {
Vulkan: 'Disabled',
WebGL: 'Software only, hardware acceleration unavailable',
WebGL2: 'Software only, hardware acceleration unavailable',
WebGPU: 'Disabled'
WebGPU: 'Disabled',
WebNN: 'Disabled'
}
: {
Canvas: 'Hardware accelerated',
Expand Down

0 comments on commit 93899da

Please sign in to comment.