Commit de8514b
chore(deps): update eslint (major) (#99)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-unicorn](https://togithub.com/sindresorhus/eslint-plugin-unicorn)
| [`^47.0.0` ->
`^48.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/47.0.0/48.0.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [prettier](https://prettier.io)
([source](https://togithub.com/prettier/prettier)) | [`^2.8.8` ->
`^3.0.0`](https://renovatebot.com/diffs/npm/prettier/2.8.8/3.0.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>sindresorhus/eslint-plugin-unicorn
(eslint-plugin-unicorn)</summary>
###
[`v48.0.0`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v48.0.0)
[Compare
Source](https://togithub.com/sindresorhus/eslint-plugin-unicorn/compare/v47.0.0...v48.0.0)
##### Improvements
- Deprecate `no-unsafe-regex` rule
([#​2135](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2135))
[`7b473aa`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/7b473aa)
- `prefer-top-level-await`: Ignore promises inside
`Promise.{all,allSettled,any,race}()`
([#​2139](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2139))
[`d3f6b60`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/d3f6b60)
- `no-process-exit`: Ignore when using `node:worker_threads` module
([#​2136](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2136))
[`2907805`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/2907805)
- `prefer-array-some`: Ignore filter calls with literal argument
([#​2097](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2097))
[`7a32edb`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/7a32edb)
- `prefer-modern-math-api`: Check cases that `Math.hypot()` should be
preferred
([#​2080](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2080))
[`9bbc948`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/9bbc948)
- `explicit-length-check`: Ignore `.length || number`
([#​1977](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/1977))
[`b9b8794`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/b9b8794)
##### Fixes
- Fix crash on array holes
([#​2129](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2129))
[`f10f1a6`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/f10f1a6)
- `prefer-dom-node-dataset`: Fix edge cases
([#​2171](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2171))
[`b2d7378`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/b2d7378)
- `prefer-dom-node-dataset`: Remove broken fix for
`element.setAttribute`
([#​2169](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2169))
[`61234af`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/61234af)
- `no-lonely-if`: Fix an edge case
([#​2168](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2168))
[`ca837a8`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/ca837a8)
- `no-useless-undefined`: Turn parameter with `undefined` default value
into optional parameter
([#​2138](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2138))
[`4aa7d60`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/4aa7d60)
- `no-thenable`: Fix `Object.fromEntries()` check
([#​2130](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2130))
[`f3265b9`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/f3265b9)
- `prefer-dom-node-remove`: Fix incorrect auto-fix
([#​2084](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2084))
[`74bb36d`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/74bb36d)
</details>
<details>
<summary>prettier/prettier (prettier)</summary>
###
[`v3.0.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#300)
[Compare
Source](https://togithub.com/prettier/prettier/compare/2.8.8...3.0.0)
[diff](https://togithub.com/prettier/prettier/compare/3.0.0-alpha.6...3.0.0)
🔗 [Release Notes](https://prettier.io/blog/2023/07/05/3.0.0.html)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 8am on monday" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/tailscale-dev/vscode-tailscale).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM2LjguMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
---------
Signed-off-by: Tyler Smalley <tyler@tailscale.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tyler Smalley <tyler@tailscale.com>1 parent 8a953cf commit de8514b
File tree
4 files changed
+22
-34
lines changed- src
- webviews/serve-panel
4 files changed
+22
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
| 66 | + | |
69 | 67 | | |
70 | 68 | | |
71 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 22 | | |
28 | 23 | | |
29 | 24 | | |
| |||
2182 | 2177 | | |
2183 | 2178 | | |
2184 | 2179 | | |
2185 | | - | |
2186 | | - | |
2187 | | - | |
2188 | | - | |
| 2180 | + | |
| 2181 | + | |
| 2182 | + | |
| 2183 | + | |
2189 | 2184 | | |
2190 | | - | |
| 2185 | + | |
2191 | 2186 | | |
2192 | 2187 | | |
2193 | 2188 | | |
| |||
2198 | 2193 | | |
2199 | 2194 | | |
2200 | 2195 | | |
2201 | | - | |
| 2196 | + | |
2202 | 2197 | | |
2203 | | - | |
2204 | | - | |
| 2198 | + | |
2205 | 2199 | | |
2206 | 2200 | | |
2207 | 2201 | | |
| |||
4521 | 4515 | | |
4522 | 4516 | | |
4523 | 4517 | | |
4524 | | - | |
4525 | | - | |
4526 | | - | |
4527 | | - | |
| 4518 | + | |
| 4519 | + | |
| 4520 | + | |
| 4521 | + | |
4528 | 4522 | | |
4529 | 4523 | | |
4530 | 4524 | | |
| |||
4707 | 4701 | | |
4708 | 4702 | | |
4709 | 4703 | | |
4710 | | - | |
4711 | | - | |
4712 | | - | |
4713 | | - | |
| 4704 | + | |
| 4705 | + | |
| 4706 | + | |
| 4707 | + | |
4714 | 4708 | | |
4715 | 4709 | | |
4716 | 4710 | | |
| |||
4856 | 4850 | | |
4857 | 4851 | | |
4858 | 4852 | | |
4859 | | - | |
4860 | | - | |
4861 | | - | |
4862 | | - | |
4863 | | - | |
4864 | | - | |
4865 | | - | |
4866 | 4853 | | |
4867 | 4854 | | |
4868 | 4855 | | |
| |||
0 commit comments