Skip to content

Commit c42d81a

Browse files
chore(deps-dev): bump chrome-devtools-frontend from 1.0.1543472 to 1.0.1544076 in the bundled-devtools group (#555)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps the bundled-devtools group with 1 update: [chrome-devtools-frontend](https://github.com/ChromeDevTools/devtools-frontend). Updates `chrome-devtools-frontend` from 1.0.1543472 to 1.0.1544076 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/b83ad6035ae3dd853926f11f583abd47e527ff23"><code>b83ad60</code></a> [sdk] Run RuntimeModel.test.ts in Node.js as well</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/b27cf100f19378d6d574704cfe80f0e1d62d2840"><code>b27cf10</code></a> Update DevTools DEPS (trusted)</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/ff42b23d99823e32673eb9ea51aa2a6d9f1ba2ef"><code>ff42b23</code></a> Migrate Common.Linkifier client to the direct usage of DOMLinkifier</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/d01fd3cbeadf81da70ddb2a7685e32f90c9b609e"><code>d01fd3c</code></a> [cleanup] Remove imperative x-link generation</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/dd28425cd462a7ef069f289d521af4562f3f836a"><code>dd28425</code></a> Replace all non-printable characters with space, as these break cmd.exe comma...</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/3a66d524bf66c39bea633593e796407b8647425d"><code>3a66d52</code></a> RPP: Hide Sources' Debugger sidebar in trace_app</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/21dbf0abb194e7d45734572d68d4474c1857cf7a"><code>21dbf0a</code></a> Display all <a href="https://github.com/font"><code>@​font</code></a>-* rules reported by backend</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/04cca18048a3e0bfb626b586106879f93e36f728"><code>04cca18</code></a> [cleanup] Some unused code around AI Assistance</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/c21b7de5cd6747c5ce98068dab1f69d285d68020"><code>c21b7de</code></a> Add support for abort signal in Ai Code Generation using AIDA</li> <li><a href="https://github.com/ChromeDevTools/devtools-frontend/commit/baf3036cf0625386f83b0d358f1848cdc46b57c9"><code>baf3036</code></a> [sdk] Run TargetManager.test.ts in Node.js as well</li> <li>Additional commits viewable in <a href="https://github.com/ChromeDevTools/devtools-frontend/compare/v1.0.1543472...v1.0.1544076">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.1543472&new-version=1.0.1544076)](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 18fdf79 commit c42d81a

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.1543472",
55+
"chrome-devtools-frontend": "1.0.1544076",
5656
"core-js": "3.46.0",
5757
"debug": "4.4.3",
5858
"eslint": "^9.35.0",

0 commit comments

Comments
 (0)