commit | 7a5852438e5091cf49cdc0aee04f32cd4da54e35 | [log] [tgz] |
---|---|---|
author | Simon Zünd <szuend@chromium.org> | Tue Apr 19 08:17:13 2022 +0200 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 19 07:12:14 2022 +0000 |
tree | 12d8600bbdf0893b8b1e149afacd1dcb36d1b6c3 | |
parent | 12a20cc008c5d4530d5f7920b756834970820d07 [diff] [blame] |
Update @typescript-eslint/plugin to 5.20.0 Our current @typescript-eslint version does not support TypeScript 4.6. The update fixes that. .eslintrc.js changes taken from https://crrev.com/c/3583292. DISABLE_THIRD_PARTY_CHECK="Update contains a breaking change. Requires updated config" Bug: None Change-Id: Id1d9f4f073f068ec95af6632a6d061adbee63cca Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3592593 Reviewed-by: Mathias Bynens <mathias@chromium.org> Commit-Queue: Simon Zünd <szuend@chromium.org>
diff --git a/node_modules/ansi-regex/index.js b/node_modules/ansi-regex/index.js index c4aaecf..93f162c 100644 --- a/node_modules/ansi-regex/index.js +++ b/node_modules/ansi-regex/index.js
@@ -2,7 +2,7 @@ module.exports = () => { const pattern = [ - '[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[a-zA-Z\\d]*)*)?\\u0007)', + '[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[a-zA-Z\\d]*)*)?\\u0007)', '(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PRZcf-ntqry=><~]))' ].join('|');