Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ version, [search for a PR titled `chore(main): release chrome-devtools-mcp`](htt
and review, test, and land it. The release PR is automatically opened if there
are any changes on the main branch that show up in the changelog.

### How to update the Lighthouse dependency

- Update the Lighthouse version in package.json and run `npm install`. The npm version is currently used for types.
- Check out the corresponding Lighthouse repository revision to a sibling directory (`../lighthouse`).
- Run `npm run update-lighthouse` (Note that Lighthouse requires yarn).
- Commit the bundle. If new dependencies are added via the bundle, update `tests/third_party_notices.test.ts`.
Comment thread
OrKoN marked this conversation as resolved.

## Installation

Check that you are using node version specified in .nvmrc, then run following commands:
Expand Down
58 changes: 33 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"globals": "^17.0.0",
"lighthouse": "13.0.3",
"lighthouse": "13.1.0",
"prettier": "^3.6.2",
"puppeteer": "24.40.0",
"rollup": "4.60.1",
Expand Down
8 changes: 4 additions & 4 deletions src/third_party/LIGHTHOUSE_MCP_BUNDLE_THIRD_PARTY_NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ SOFTWARE.

Name: axe-core
URL: https://www.deque.com/axe/
Version: 4.11.0
Version: 4.11.2
License: MPL-2.0

Mozilla Public License, version 2.0
Expand Down Expand Up @@ -1556,7 +1556,7 @@ SOFTWARE.

Name: puppeteer-core
URL: https://github.com/puppeteer/puppeteer/tree/main/packages/puppeteer-core
Version: 24.23.0
Version: 24.40.0
License: Apache-2.0

-------------------- DEPENDENCY DIVIDER --------------------
Expand Down Expand Up @@ -1622,7 +1622,7 @@ SOFTWARE.

Name: tldts-core
URL: https://github.com/remusao/tldts#readme
Version: 7.0.17
Version: 7.0.27
License: MIT

Copyright (c) 2017 Thomas Parisot, 2018 Rémi Berson
Expand All @@ -1644,7 +1644,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTH

Name: tldts-icann
URL: https://github.com/remusao/tldts#readme
Version: 7.0.17
Version: 7.0.27
License: MIT

Copyright (c) 2017 Thomas Parisot, 2018 Rémi Berson
Expand Down
Loading
Loading