Skip to content

Commit a6490e7

Browse files
chore(deps-dev): bump chrome-devtools-frontend from 1.0.1541552 to 1.0.1543472 in the bundled-devtools group (#549)
Bumps the bundled-devtools group with 1 update: [chrome-devtools-frontend](https://github.com/ChromeDevTools/devtools-frontend). Updates `chrome-devtools-frontend` from 1.0.1541552 to 1.0.1543472 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/886fa52458d56790cc8940f88c2a10b5d109bbc1"><code>886fa52</code></a> Update DevTools DEPS (trusted)</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/de4c9bbd4109cfa3bf6ffc4dcbb081b660965e16"><code>de4c9bb</code></a> Use unqualified lit identifiers and ScriptLocationLink in the FrameDetails View</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/efd29ef74ce4d3ce04344d22bcd7e32b18b5b904"><code>efd29ef</code></a> Select one CPU profile stream per thread by source</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/cfa5963e32f063ad69817816485e662f900d0976"><code>cfa5963</code></a> [workspace] Don't create IgnoreListManager lazily</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/d9fde31cb470a607424f93ceb26cacef0be14243"><code>d9fde31</code></a> Render each state separately in ConsoleInsight</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/983a55842162d1f51830beb16b7c1c5bcad1b109"><code>983a558</code></a> Store the IgnoreListManager singleton on the global DevToolsContext</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/b4dee74883a46a18adf08710ffdc460e15e54c74"><code>b4dee74</code></a> [docs] Move toggle_fonts and toggle_dark_mode to static page</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/058c82320f27a9e5f6ae5ce39c901d127343a00c"><code>058c823</code></a> Store the WorkspaceImpl singleton on the global DevToolsContext</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/b91eddbc99b2d2dba6bde703caecd8386d316057"><code>b91eddb</code></a> Pass 'Workspace' to 'DebuggerWorkspaceBinding' via constructor</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/16e5de13d0dda24a7aca225687e659bb6f2d1eec"><code>16e5de1</code></a> [cleanup] Remove dead code in Performance panel</li> <li>Additional commits viewable in <a href="https://github.com/ChromeDevTools/devtools-frontend/compare/v1.0.1541552...v1.0.1543472">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chrome-devtools-frontend&package-manager=npm_and_yarn&previous-version=1.0.1541552&new-version=1.0.1543472)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2c1f3e commit a6490e7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/yargs": "^17.0.33",
5353
"@typescript-eslint/eslint-plugin": "^8.43.0",
5454
"@typescript-eslint/parser": "^8.43.0",
55-
"chrome-devtools-frontend": "1.0.1541552",
55+
"chrome-devtools-frontend": "1.0.1543472",
5656
"core-js": "3.46.0",
5757
"debug": "4.4.3",
5858
"eslint": "^9.35.0",

0 commit comments

Comments
 (0)