Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REGRESSION]: UI mode restarts if keep storage state #30300

Closed
dtokarczyk opened this issue Apr 9, 2024 · 7 comments · Fixed by #30312
Closed

[REGRESSION]: UI mode restarts if keep storage state #30300

dtokarczyk opened this issue Apr 9, 2024 · 7 comments · Fixed by #30312

Comments

@dtokarczyk
Copy link

Version

1.43.0

Steps to reproduce

  1. Clone this repo https://github.com/dtokarczyk/pw-storage-issue
  2. Run npm install
  3. Run npx playwright install
  4. Run npm run test:ui

Expected behavior

I should see the results of my test (action steps, green checkmark etc)

Actual behavior

After the end of the tests UI mode restarts and lost all things from UI mode.

Additional context

It just happens only in UI mode, in headless works fine.

Nagranie.z.ekranu.2024-04-9.o.08.38.25.mov

Environment

System:
    OS: macOS 14.3
    CPU: (11) arm64 Apple M3 Pro
    Memory: 750.98 MB / 36.00 GB
  Binaries:
    Node: 20.11.1 - /usr/local/bin/node
    Yarn: 1.22.21 - /opt/homebrew/bin/yarn
    npm: 10.2.4 - /usr/local/bin/npm
  Languages:
    Bash: 3.2.57 - /bin/bash
  npmPackages:
    @playwright/test: 1.43.0 => 1.43.0
@dil-koaru
Copy link

Same issue here!

@mxschmitt
Copy link
Member

mxschmitt commented Apr 9, 2024

I'm able to repro!

Bisect: da2b099...9d40f61

@mxschmitt mxschmitt changed the title [Bug]: UI mode restarts if keep storage state [REGRESSION]: UI mode restarts if keep storage state Apr 9, 2024
@LillieEntur
Copy link

For others that have same issue.
I downgraded to 1.42.1 to get it working again.

@carlosrsabreu
Copy link

Same issue here!

@mxschmitt mxschmitt self-assigned this Apr 10, 2024
mxschmitt added a commit that referenced this issue Apr 10, 2024
…#30312)

Partially reverts #30008
that started to reset all test results upon listing tests, including the
test that did just run and triggered re-listing.

#30300.
@mxschmitt
Copy link
Member

mxschmitt commented Apr 10, 2024

Reopening until released as a patch release. Will be available as npm install @playwright/test@next in a bit.

mxschmitt added a commit to mxschmitt/playwright that referenced this issue Apr 10, 2024
…ion after writing into testDir

Partially reverts microsoft#30008
that started to reset all test results upon listing tests, including the
test that did just run and triggered re-listing.

microsoft#30300.
@mxschmitt mxschmitt reopened this Apr 11, 2024
mxschmitt added a commit that referenced this issue Apr 11, 2024
… writing into testDir (#30328)

Partially reverts #30008
that started to reset all test results upon listing tests, including the
test that did just run and triggered re-listing.

#30300.
renovate bot added a commit to fwouts/previewjs that referenced this issue Apr 12, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev)
([source](https://togithub.com/microsoft/playwright)) | [`^1.43.0` ->
`^1.43.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.43.0/1.43.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@playwright%2ftest/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@playwright%2ftest/1.43.0/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.43.0/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [playwright](https://playwright.dev)
([source](https://togithub.com/microsoft/playwright)) | [`^1.43.0` ->
`^1.43.1`](https://renovatebot.com/diffs/npm/playwright/1.43.0/1.43.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/playwright/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/playwright/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/playwright/1.43.0/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/playwright/1.43.0/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/playwright (@&#8203;playwright/test)</summary>

###
[`v1.43.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.43.1)

[Compare
Source](https://togithub.com/microsoft/playwright/compare/v1.43.0...v1.43.1)

##### Highlights


[microsoft/playwright#30300
- \[REGRESSION]: UI mode restarts if keep storage
state[microsoft/playwright#30339
- \[REGRESSION]: Brand new install of playwright, unable to run chromium
with show browser using vscode

##### Browser Versions

-   Chromium 124.0.6367.29
-   Mozilla Firefox 124.0
-   WebKit 17.4

This version was also tested against the following stable channels:

-   Google Chrome 123
-   Microsoft Edge 123

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- 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/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
szinn pushed a commit to szinn/wordacle that referenced this issue Apr 12, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@playwright/test](https://playwright.dev)
([source](https://togithub.com/microsoft/playwright)) | devDependencies
| patch | [`1.43.0` ->
`1.43.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.43.0/1.43.1)
|

---

### Release Notes

<details>
<summary>microsoft/playwright (@&#8203;playwright/test)</summary>

###
[`v1.43.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.43.1)

[Compare
Source](https://togithub.com/microsoft/playwright/compare/v1.43.0...v1.43.1)

##### Highlights


[microsoft/playwright#30300
- \[REGRESSION]: UI mode restarts if keep storage
state[microsoft/playwright#30339
- \[REGRESSION]: Brand new install of playwright, unable to run chromium
with show browser using vscode

##### Browser Versions

-   Chromium 124.0.6367.29
-   Mozilla Firefox 124.0
-   WebKit 17.4

This version was also tested against the following stable channels:

-   Google Chrome 123
-   Microsoft Edge 123

</details>

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI5MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL3BhdGNoIl19-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
renovate bot added a commit to ariakit/ariakit that referenced this issue Apr 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev)
([source](https://togithub.com/microsoft/playwright)) | [`1.43.0` ->
`1.43.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.43.0/1.43.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@playwright%2ftest/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@playwright%2ftest/1.43.0/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.43.0/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/playwright (@&#8203;playwright/test)</summary>

###
[`v1.43.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.43.1)

[Compare
Source](https://togithub.com/microsoft/playwright/compare/v1.43.0...v1.43.1)

##### Highlights


[microsoft/playwright#30300
- \[REGRESSION]: UI mode restarts if keep storage
state[microsoft/playwright#30339
- \[REGRESSION]: Brand new install of playwright, unable to run chromium
with show browser using vscode

##### Browser Versions

-   Chromium 124.0.6367.29
-   Mozilla Firefox 124.0
-   WebKit 17.4

This version was also tested against the following stable channels:

-   Google Chrome 123
-   Microsoft Edge 123

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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/ariakit/ariakit).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@mxschmitt
Copy link
Member

This should be fixed in v1.43.1.

ckomop0x pushed a commit to ckomop0x/currency-exchange that referenced this issue Apr 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev)
([source](https://togithub.com/microsoft/playwright)) | [`1.42.1` ->
`1.43.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.42.1/1.43.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@playwright%2ftest/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@playwright%2ftest/1.42.1/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.42.1/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/playwright (@&#8203;playwright/test)</summary>

###
[`v1.43.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.43.1)

[Compare
Source](https://togithub.com/microsoft/playwright/compare/v1.43.0...v1.43.1)

##### Highlights


[microsoft/playwright#30300
- \[REGRESSION]: UI mode restarts if keep storage
state[microsoft/playwright#30339
- \[REGRESSION]: Brand new install of playwright, unable to run chromium
with show browser using vscode

##### Browser Versions

-   Chromium 124.0.6367.29
-   Mozilla Firefox 124.0
-   WebKit 17.4

This version was also tested against the following stable channels:

-   Google Chrome 123
-   Microsoft Edge 123

###
[`v1.43.0`](https://togithub.com/microsoft/playwright/releases/tag/v1.43.0)

[Compare
Source](https://togithub.com/microsoft/playwright/compare/v1.42.1...v1.43.0)

#### New APIs

- Method
[browserContext.clearCookies()](https://playwright.dev/docs/api/class-browsercontext#browser-context-clear-cookies)
now supports filters to remove only some cookies.

    ```js
    // Clear all cookies.
    await context.clearCookies();
    // New: clear cookies with a particular name.
    await context.clearCookies({ name: 'session-id' });
    // New: clear cookies for a particular domain.
    await context.clearCookies({ domain: 'my-origin.com' });
    ```

- New mode `retain-on-first-failure` for
[testOptions.trace](https://playwright.dev/docs/api/class-testoptions#test-options-trace).
In this mode, trace is recorded for the first run of each test, but not
for retires. When test run fails, the trace file is retained, otherwise
it is removed.

    ```js title=playwright.config.ts
    import { defineConfig } from '@&#8203;playwright/test';

    export default defineConfig({
      use: {
        trace: 'retain-on-first-failure',
      },
    });
    ```

- New property
[testInfo.tags](https://playwright.dev/docs/api/class-testinfo#test-info-tags)
exposes test tags during test execution.

    ```js
    test('example', async ({ page }) => {
      console.log(test.info().tags);
    });
    ```

- New method
[locator.contentFrame()](https://playwright.dev/docs/api/class-locator#locator-content-frame)
converts a `Locator` object to a `FrameLocator`. This can be useful when
you have a `Locator` object obtained somewhere, and later on would like
to interact with the content inside the frame.

    ```js
    const locator = page.locator('iframe[name="embedded"]');
    // ...
    const frameLocator = locator.contentFrame();
    await frameLocator.getByRole('button').click();
    ```

- New method
[frameLocator.owner()](https://playwright.dev/docs/api/class-framelocator#frame-locator-owner)
converts a `FrameLocator` object to a `Locator`. This can be useful when
you have a `FrameLocator` object obtained somewhere, and later on would
like to interact with the `iframe` element.

    ```js
    const frameLocator = page.frameLocator('iframe[name="embedded"]');
    // ...
    const locator = frameLocator.owner();
    await expect(locator).toBeVisible();
    ```

#### UI Mode Updates

![Playwright UI
Mode](https://togithub.com/microsoft/playwright/assets/9881434/61ca7cfc-eb7a-4305-8b62-b6c9f098f300)

-   See tags in the test list.
-   Filter by tags by typing `@fast` or clicking on the tag itself.
-   New shortcuts:
    -   <kbd>F5</kbd> to run tests.
    -   <kbd>Shift</kbd> <kbd>F5</kbd> to stop running tests.
    -   <kbd>Ctrl</kbd> <kbd>\`</kbd> to toggle test output.

#### Browser Versions

-   Chromium 124.0.6367.29
-   Mozilla Firefox 124.0
-   WebKit 17.4

This version was also tested against the following stable channels:

-   Google Chrome 123
-   Microsoft Edge 123

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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/ckomop0x/currency-exchange).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to remcolakens/next-boilerplate that referenced this issue Apr 14, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@commitlint/cli](https://commitlint.js.org/)
([source](https://togithub.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli))
| [`^19.2.1` ->
`^19.2.2`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/19.2.1/19.2.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fcli/19.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fcli/19.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fcli/19.2.1/19.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fcli/19.2.1/19.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@commitlint/config-conventional](https://commitlint.js.org/)
([source](https://togithub.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional))
| [`^19.1.0` ->
`^19.2.2`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/19.1.0/19.2.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fconfig-conventional/19.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fconfig-conventional/19.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fconfig-conventional/19.1.0/19.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fconfig-conventional/19.1.0/19.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@playwright/test](https://playwright.dev)
([source](https://togithub.com/microsoft/playwright)) | [`^1.43.0` ->
`^1.43.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.43.0/1.43.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@playwright%2ftest/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@playwright%2ftest/1.43.0/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.43.0/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@testing-library/react](https://togithub.com/testing-library/react-testing-library)
| [`^14.2.2` ->
`^14.3.1`](https://renovatebot.com/diffs/npm/@testing-library%2freact/14.2.2/14.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2freact/14.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2freact/14.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2freact/14.2.2/14.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2freact/14.2.2/14.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`^20.12.5` ->
`^20.12.7`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.5/20.12.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.12.5/20.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.12.5/20.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))
| [`^18.2.74` ->
`^18.2.78`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.74/18.2.78)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.2.78?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/18.2.78?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.2.74/18.2.78?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.2.74/18.2.78?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/react-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom))
| [`^18.2.24` ->
`^18.2.25`](https://renovatebot.com/diffs/npm/@types%2freact-dom/18.2.24/18.2.25)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact-dom/18.2.25?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact-dom/18.2.25?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact-dom/18.2.24/18.2.25?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact-dom/18.2.24/18.2.25?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| [`^7.5.0` ->
`^7.6.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.5.0/7.6.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/7.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/7.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/7.5.0/7.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/7.5.0/7.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| [`^7.5.0` ->
`^7.6.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.5.0/7.6.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/7.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/7.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/7.5.0/7.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/7.5.0/7.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config)
([source](https://togithub.com/vercel/next.js/tree/HEAD/packages/eslint-config-next))
| [`^14.1.4` ->
`^14.2.1`](https://renovatebot.com/diffs/npm/eslint-config-next/14.1.4/14.2.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/14.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-next/14.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-next/14.1.4/14.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/14.1.4/14.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[eslint-plugin-testing-library](https://togithub.com/testing-library/eslint-plugin-testing-library)
| [`^6.2.0` ->
`^6.2.1`](https://renovatebot.com/diffs/npm/eslint-plugin-testing-library/6.2.0/6.2.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-testing-library/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-testing-library/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-testing-library/6.2.0/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-testing-library/6.2.0/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[inquirer](https://togithub.com/SBoudrias/Inquirer.js/blob/master/packages/inquirer/README.md)
([source](https://togithub.com/SBoudrias/Inquirer.js)) | [`9.2.17` ->
`9.2.18`](https://renovatebot.com/diffs/npm/inquirer/9.2.17/9.2.18) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/inquirer/9.2.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/inquirer/9.2.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/inquirer/9.2.17/9.2.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/inquirer/9.2.17/9.2.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [lucide-react](https://lucide.dev)
([source](https://togithub.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react))
| [`^0.365.0` ->
`^0.368.0`](https://renovatebot.com/diffs/npm/lucide-react/0.365.0/0.368.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/lucide-react/0.368.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lucide-react/0.368.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lucide-react/0.365.0/0.368.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lucide-react/0.365.0/0.368.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [next](https://nextjs.org)
([source](https://togithub.com/vercel/next.js)) | [`^14.1.4` ->
`^14.2.1`](https://renovatebot.com/diffs/npm/next/14.1.4/14.2.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/next/14.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/14.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/14.1.4/14.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/14.1.4/14.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) |
[`8.15.6` ->
`8.15.7`](https://renovatebot.com/diffs/npm/pnpm/8.15.6/8.15.7) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/8.15.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/8.15.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/8.15.6/8.15.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/8.15.6/8.15.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[semantic-release](https://togithub.com/semantic-release/semantic-release)
| [`^23.0.7` ->
`^23.0.8`](https://renovatebot.com/diffs/npm/semantic-release/23.0.7/23.0.8)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/23.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/23.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semantic-release/23.0.7/23.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/23.0.7/23.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [typescript](https://www.typescriptlang.org/)
([source](https://togithub.com/Microsoft/TypeScript)) | [`^5.4.4` ->
`^5.4.5`](https://renovatebot.com/diffs/npm/typescript/5.4.4/5.4.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.4.4/5.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.4.4/5.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>conventional-changelog/commitlint
(@&#8203;commitlint/cli)</summary>

###
[`v19.2.2`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/cli/CHANGELOG.md#1922-2024-04-14)

[Compare
Source](https://togithub.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2)

**Note:** Version bump only for package
[@&#8203;commitlint/cli](https://togithub.com/commitlint/cli)

</details>

<details>
<summary>conventional-changelog/commitlint
(@&#8203;commitlint/config-conventional)</summary>

###
[`v19.2.2`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/config-conventional/CHANGELOG.md#1922-2024-04-14)

[Compare
Source](https://togithub.com/conventional-changelog/commitlint/compare/v19.1.0...v19.2.2)

**Note:** Version bump only for package
[@&#8203;commitlint/config-conventional](https://togithub.com/commitlint/config-conventional)

</details>

<details>
<summary>microsoft/playwright (@&#8203;playwright/test)</summary>

###
[`v1.43.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.43.1)

[Compare
Source](https://togithub.com/microsoft/playwright/compare/v1.43.0...v1.43.1)

##### Highlights


[microsoft/playwright#30300
- \[REGRESSION]: UI mode restarts if keep storage
state[microsoft/playwright#30339
- \[REGRESSION]: Brand new install of playwright, unable to run chromium
with show browser using vscode

##### Browser Versions

-   Chromium 124.0.6367.29
-   Mozilla Firefox 124.0
-   WebKit 17.4

This version was also tested against the following stable channels:

-   Google Chrome 123
-   Microsoft Edge 123

</details>

<details>
<summary>testing-library/react-testing-library
(@&#8203;testing-library/react)</summary>

###
[`v14.3.1`](https://togithub.com/testing-library/react-testing-library/releases/tag/v14.3.1)

[Compare
Source](https://togithub.com/testing-library/react-testing-library/compare/v14.3.0...v14.3.1)

##### Bug Fixes

- Stop using nullish coalescing
([#&#8203;1300](https://togithub.com/testing-library/react-testing-library/issues/1300))
([8434a24](https://togithub.com/testing-library/react-testing-library/commit/8434a24ce79583d1359f58563c5f3981e729eb1c))

###
[`v14.3.0`](https://togithub.com/testing-library/react-testing-library/compare/v14.2.2...9c4a46d5b9923c21c936d206614a8febcc939fc2)

[Compare
Source](https://togithub.com/testing-library/react-testing-library/compare/v14.2.2...v14.3.0)

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/eslint-plugin)</summary>

###
[`v7.6.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#760-2024-04-08)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.5.0...v7.6.0)

##### 🚀 Features

-   bump npm dependency ranges

##### ❤️  Thank You

-   Abraham Guo
-   auvred
-   Brad Zacher

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/parser)</summary>

###
[`v7.6.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#760-2024-04-08)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.5.0...v7.6.0)

##### 🚀 Features

-   bump npm dependency ranges

##### ❤️  Thank You

-   Abraham Guo
-   auvred
-   Brad Zacher

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>vercel/next.js (eslint-config-next)</summary>

###
[`v14.2.1`](https://togithub.com/vercel/next.js/compare/v14.2.0...v14.2.1)

[Compare
Source](https://togithub.com/vercel/next.js/compare/v14.2.0...v14.2.1)

###
[`v14.2.0`](https://togithub.com/vercel/next.js/compare/v14.1.4...774563f2b994ae9686b8ec68b506a6ef3d7c9756)

[Compare
Source](https://togithub.com/vercel/next.js/compare/v14.1.4...v14.2.0)

</details>

<details>
<summary>testing-library/eslint-plugin-testing-library
(eslint-plugin-testing-library)</summary>

###
[`v6.2.1`](https://togithub.com/testing-library/eslint-plugin-testing-library/compare/v6.2.0...767f1be6c15f05d430f662b09fc467b2feeff6ed)

[Compare
Source](https://togithub.com/testing-library/eslint-plugin-testing-library/compare/v6.2.0...v6.2.1)

</details>

<details>
<summary>SBoudrias/Inquirer.js (inquirer)</summary>

###
[`v9.2.18`](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.17...inquirer@9.2.18)

[Compare
Source](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.17...inquirer@9.2.18)

</details>

<details>
<summary>lucide-icons/lucide (lucide-react)</summary>

###
[`v0.368.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.368.0):
New icons 0.368.0

[Compare
Source](https://togithub.com/lucide-icons/lucide/compare/0.367.0...0.368.0)

#### Modified Icons 🔨

- `dumbbell`
([#&#8203;2001](https://togithub.com/lucide-icons/lucide/issues/2001))
by [@&#8203;jguddas](https://togithub.com/jguddas)

###
[`v0.367.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.367.0):
New icons 0.367.0

[Compare
Source](https://togithub.com/lucide-icons/lucide/compare/0.366.0...0.367.0)

#### New icons 🎨

- `image-play`
([#&#8203;2054](https://togithub.com/lucide-icons/lucide/issues/2054))
by [@&#8203;jguddas](https://togithub.com/jguddas)

#### Modified Icons 🔨

- `cable`
([#&#8203;2026](https://togithub.com/lucide-icons/lucide/issues/2026))
by [@&#8203;jguddas](https://togithub.com/jguddas)

###
[`v0.366.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.366.0):
New icons 0.366.0

[Compare
Source](https://togithub.com/lucide-icons/lucide/compare/0.365.0...0.366.0)

#### New icons 🎨

- `keyboard-off`
([#&#8203;1963](https://togithub.com/lucide-icons/lucide/issues/1963))
by [@&#8203;Diottodev](https://togithub.com/Diottodev)

#### Modified Icons 🔨

- `video-off`
([#&#8203;2051](https://togithub.com/lucide-icons/lucide/issues/2051))
by [@&#8203;jguddas](https://togithub.com/jguddas)
- `video`
([#&#8203;2050](https://togithub.com/lucide-icons/lucide/issues/2050))
by [@&#8203;jguddas](https://togithub.com/jguddas)

</details>

<details>
<summary>vercel/next.js (next)</summary>

###
[`v14.2.1`](https://togithub.com/vercel/next.js/compare/v14.2.0...v14.2.1)

[Compare
Source](https://togithub.com/vercel/next.js/compare/v14.2.0...v14.2.1)

###
[`v14.2.0`](https://togithub.com/vercel/next.js/compare/v14.1.4...774563f2b994ae9686b8ec68b506a6ef3d7c9756)

[Compare
Source](https://togithub.com/vercel/next.js/compare/v14.1.4...v14.2.0)

</details>

<details>
<summary>pnpm/pnpm (pnpm)</summary>

###
[`v8.15.7`](https://togithub.com/pnpm/pnpm/compare/v8.15.6...v8.15.7)

[Compare
Source](https://togithub.com/pnpm/pnpm/compare/v8.15.6...v8.15.7)

</details>

<details>
<summary>semantic-release/semantic-release (semantic-release)</summary>

###
[`v23.0.8`](https://togithub.com/semantic-release/semantic-release/releases/tag/v23.0.8)

[Compare
Source](https://togithub.com/semantic-release/semantic-release/compare/v23.0.7...v23.0.8)

##### Bug Fixes

- **deps:** rename read-pkg-up -> read-package-up
([4980cba](https://togithub.com/semantic-release/semantic-release/commit/4980cba57169048ae1cd6ba869170da980b30fe3))
- **deps:** rename read-pkg-up -> read-package-up
([#&#8203;3249](https://togithub.com/semantic-release/semantic-release/issues/3249))
([95a8b9e](https://togithub.com/semantic-release/semantic-release/commit/95a8b9e0988f2d8eb157251e98e4660e359137c1))

</details>

<details>
<summary>Microsoft/TypeScript (typescript)</summary>

###
[`v5.4.5`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.5):
TypeScript 5.4.5

[Compare
Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

For release notes, check out the [release
announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/).

For the complete list of fixed issues, check out the

- [fixed issues query for Typescript 5.4.0
(Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.1
(RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.2
(Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.3
(Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.4
(Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.5
(Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.5%22+is%3Aclosed+).

Downloads are available on:

- [NuGet
package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/remcolakens/next-boilerplate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to solid-design-system/solid that referenced this issue Apr 14, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [playwright](https://playwright.dev)
([source](https://togithub.com/microsoft/playwright)) | [`1.43.0` ->
`1.43.1`](https://renovatebot.com/diffs/npm/playwright/1.43.0/1.43.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/playwright/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/playwright/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/playwright/1.43.0/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/playwright/1.43.0/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/playwright (playwright)</summary>

###
[`v1.43.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.43.1)

[Compare
Source](https://togithub.com/microsoft/playwright/compare/v1.43.0...v1.43.1)

##### Highlights


[microsoft/playwright#30300
- \[REGRESSION]: UI mode restarts if keep storage
state[microsoft/playwright#30339
- \[REGRESSION]: Brand new install of playwright, unable to run chromium
with show browser using vscode

##### Browser Versions

-   Chromium 124.0.6367.29
-   Mozilla Firefox 124.0
-   WebKit 17.4

This version was also tested against the following stable channels:

-   Google Chrome 123
-   Microsoft Edge 123

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am every weekday" in timezone
Europe/Berlin, Automerge - "after 10pm every weekday,before 5am every
weekday" in timezone Europe/Berlin.

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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/solid-design-system/solid).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to slipmatio/toolbelt that referenced this issue Apr 15, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev)
([source](https://togithub.com/microsoft/playwright)) | [`1.43.0` ->
`1.43.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.43.0/1.43.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@playwright%2ftest/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@playwright%2ftest/1.43.0/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.43.0/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`20.12.5` ->
`20.12.7`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.5/20.12.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.12.5/20.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.12.5/20.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@vitest/coverage-v8](https://togithub.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme)
([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8))
| [`1.4.0` ->
`1.5.0`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/1.4.0/1.5.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-v8/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitest%2fcoverage-v8/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitest%2fcoverage-v8/1.4.0/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2fcoverage-v8/1.4.0/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [happy-dom](https://togithub.com/capricorn86/happy-dom) | [`14.6.1` ->
`14.7.1`](https://renovatebot.com/diffs/npm/happy-dom/14.6.1/14.7.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/14.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/happy-dom/14.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/happy-dom/14.6.1/14.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/14.6.1/14.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [typescript](https://www.typescriptlang.org/)
([source](https://togithub.com/Microsoft/TypeScript)) | [`5.4.4` ->
`5.4.5`](https://renovatebot.com/diffs/npm/typescript/5.4.4/5.4.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.4.4/5.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.4.4/5.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vite-plugin-dts](https://togithub.com/qmhc/vite-plugin-dts) |
[`3.8.1` ->
`3.8.2`](https://renovatebot.com/diffs/npm/vite-plugin-dts/3.8.1/3.8.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plugin-dts/3.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-plugin-dts/3.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite-plugin-dts/3.8.1/3.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plugin-dts/3.8.1/3.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vitest](https://togithub.com/vitest-dev/vitest)
([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
| [`1.4.0` ->
`1.5.0`](https://renovatebot.com/diffs/npm/vitest/1.4.0/1.5.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/1.4.0/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/1.4.0/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vue-tsc](https://togithub.com/vuejs/language-tools)
([source](https://togithub.com/vuejs/language-tools/tree/HEAD/packages/tsc))
| [`2.0.10` ->
`2.0.13`](https://renovatebot.com/diffs/npm/vue-tsc/2.0.10/2.0.13) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vue-tsc/2.0.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue-tsc/2.0.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue-tsc/2.0.10/2.0.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-tsc/2.0.10/2.0.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/playwright (@&#8203;playwright/test)</summary>

###
[`v1.43.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.43.1)

[Compare
Source](https://togithub.com/microsoft/playwright/compare/v1.43.0...v1.43.1)

##### Highlights


[microsoft/playwright#30300
- \[REGRESSION]: UI mode restarts if keep storage
state[microsoft/playwright#30339
- \[REGRESSION]: Brand new install of playwright, unable to run chromium
with show browser using vscode

##### Browser Versions

-   Chromium 124.0.6367.29
-   Mozilla Firefox 124.0
-   WebKit 17.4

This version was also tested against the following stable channels:

-   Google Chrome 123
-   Microsoft Edge 123

</details>

<details>
<summary>vitest-dev/vitest (@&#8203;vitest/coverage-v8)</summary>

###
[`v1.5.0`](https://togithub.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0)

</details>

<details>
<summary>capricorn86/happy-dom (happy-dom)</summary>

###
[`v14.7.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.7.1)

[Compare
Source](https://togithub.com/capricorn86/happy-dom/compare/v14.7.0...v14.7.1)

##### 👷‍♂️ Patch fixes

- Adds support for using Node.prototype.cloneNode.call - By
**[@&#8203;capricorn86](https://togithub.com/capricorn86)** in task
[#&#8203;1392](https://togithub.com/capricorn86/happy-dom/issues/1392)

###
[`v14.7.0`](https://togithub.com/capricorn86/happy-dom/compare/v14.6.2...4849b6200862f1bd041828fc325e863ac6e62c20)

[Compare
Source](https://togithub.com/capricorn86/happy-dom/compare/v14.6.2...v14.7.0)

###
[`v14.6.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.6.2)

[Compare
Source](https://togithub.com/capricorn86/happy-dom/compare/v14.6.1...v14.6.2)

##### 👷‍♂️ Patch fixes

- Makes it possible to spy on `Storage.prototype` methods - By
**[@&#8203;capricorn86](https://togithub.com/capricorn86)** in task
[#&#8203;1377](https://togithub.com/capricorn86/happy-dom/issues/1377)
- Read more about this in the Wiki under [Use as Test
Environment](https://togithub.com/capricorn86/happy-dom/wiki/Use-as-Test-Environment#storage)

</details>

<details>
<summary>Microsoft/TypeScript (typescript)</summary>

###
[`v5.4.5`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.5):
TypeScript 5.4.5

[Compare
Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

For release notes, check out the [release
announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/).

For the complete list of fixed issues, check out the

- [fixed issues query for Typescript 5.4.0
(Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.1
(RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.2
(Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.3
(Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.4
(Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.5
(Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.5%22+is%3Aclosed+).

Downloads are available on:

- [NuGet
package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

</details>

<details>
<summary>qmhc/vite-plugin-dts (vite-plugin-dts)</summary>

###
[`v3.8.2`](https://togithub.com/qmhc/vite-plugin-dts/blob/HEAD/CHANGELOG.md#382-2024-04-12)

[Compare
Source](https://togithub.com/qmhc/vite-plugin-dts/compare/v3.8.1...v3.8.2)

##### Bug Fixes

- correctly process aliases which are inside generic types
([0d204d9](https://togithub.com/qmhc/vite-plugin-dts/commit/0d204d9cfb4738588290bd4e5f443622d75607e9)),
closes
[#&#8203;317](https://togithub.com/qmhc/vite-plugin-dts/issues/317)
- ignore walk for module declaration node
([1d65015](https://togithub.com/qmhc/vite-plugin-dts/commit/1d65015cba51e2911fd8cb01a1fd853bd77590e5)),
closes
[#&#8203;318](https://togithub.com/qmhc/vite-plugin-dts/issues/318)

</details>

<details>
<summary>vitest-dev/vitest (vitest)</summary>

###
[`v1.5.0`](https://togithub.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0)

</details>

<details>
<summary>vuejs/language-tools (vue-tsc)</summary>

###
[`v2.0.13`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2013-2024412)

[Compare
Source](https://togithub.com/vuejs/language-tools/compare/v2.0.12...v2.0.13)

##### Performance

- **tsc:** re-introduce global types removal check
([#&#8203;4245](https://togithub.com/vuejs/language-tools/issues/4245))

##### Other Changes

- Upgrade Volar from `v2.2.0-alpha.7` to `v2.2.0-alpha.8` for a vue-tsc
performance issue fixes
([#&#8203;4238](https://togithub.com/vuejs/language-tools/issues/4238))

###
[`v2.0.12`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2012-2024410)

[Compare
Source](https://togithub.com/vuejs/language-tools/compare/v2.0.11...v2.0.12)

##### Bug Fixes

- **vscode:** restart tsserver before restart vue language server
([#&#8203;4242](https://togithub.com/vuejs/language-tools/issues/4242))
-   **tsc:** remove exit early condition
-   **typescript-plugin:** handle named pipe server timeout
- **language-core:** `@vue-ignore` not working for fragment v-if/v-for
nodes
([#&#8203;4232](https://togithub.com/vuejs/language-tools/issues/4232))

##### Other Changes

- Upgrade Volar from `v2.2.0-alpha.6` to `v2.2.0-alpha.7` for a
typescript plugin bug fixes

###
[`v2.0.11`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2011-202447)

[Compare
Source](https://togithub.com/vuejs/language-tools/compare/v2.0.10...v2.0.11)

##### Features

- **vscode:** support for enabling/disabling typescript plugin
([#&#8203;4226](https://togithub.com/vuejs/language-tools/issues/4226))
- Added `typeScriptPluginOnly` option for `vue.server.hybridMode`
setting.
- When Hybrid Mode is disabled, the Vue TypeScript Plugin will be
disabled by default.
- **vscode:** support for `vue.format.wrapAttributes` setting
([#&#8203;4212](https://togithub.com/vuejs/language-tools/issues/4212))
- **vscode:** add `vue.codeActions.askNewComponentName` setting
([#&#8203;4217](https://togithub.com/vuejs/language-tools/issues/4217))

##### Bug Fixes

- **vscode:** `Find File References` not working when hybrid mode is
disabled
([#&#8203;4221](https://togithub.com/vuejs/language-tools/issues/4221))
- **language-core:** type narrowing not working for inline event
handlers
([#&#8203;4209](https://togithub.com/vuejs/language-tools/issues/4209))
- **language-core:** `@vue-ignore`, `@vue-expect-error` not working for
interpolations
- **language-core:** improve reliability for `@vue-ignore`,
`@vue-expect-error`
([#&#8203;4203](https://togithub.com/vuejs/language-tools/issues/4203))
- **language-core:** duplicated items in suggestion list for prop values
([#&#8203;3922](https://togithub.com/vuejs/language-tools/issues/3922))
- **language-server:** `vueCompilerOptions` not working with hybrid mode
([#&#8203;4211](https://togithub.com/vuejs/language-tools/issues/4211))
([#&#8203;3959](https://togithub.com/vuejs/language-tools/issues/3959))

##### Other Changes

- Upgrade Volar from `v2.2.0-alpha.5` to `v2.2.0-alpha.6` for a
`vue-tsc` bug fixes
- [volarjs/volar.js#162](https://togithub.com/volarjs/volar.js/pull/162)
- Thanks [@&#8203;wangshunnn](https://togithub.com/wangshunnn)
- **test:** add test for
[#&#8203;4203](https://togithub.com/vuejs/language-tools/issues/4203)
([#&#8203;4207](https://togithub.com/vuejs/language-tools/issues/4207))
- Thanks [@&#8203;tinco](https://togithub.com/tinco)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone
Europe/Helsinki, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/slipmatio/toolbelt).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to slipmatio/ui that referenced this issue Apr 15, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev)
([source](https://togithub.com/microsoft/playwright)) | [`1.43.0` ->
`1.43.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.43.0/1.43.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@playwright%2ftest/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@playwright%2ftest/1.43.0/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.43.0/1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`20.12.5` ->
`20.12.7`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.5/20.12.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.12.5/20.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.12.5/20.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@vitest/coverage-v8](https://togithub.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme)
([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8))
| [`1.4.0` ->
`1.5.0`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/1.4.0/1.5.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-v8/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitest%2fcoverage-v8/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitest%2fcoverage-v8/1.4.0/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2fcoverage-v8/1.4.0/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [happy-dom](https://togithub.com/capricorn86/happy-dom) | [`14.6.1` ->
`14.7.1`](https://renovatebot.com/diffs/npm/happy-dom/14.6.1/14.7.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/14.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/happy-dom/14.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/happy-dom/14.6.1/14.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/14.6.1/14.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [typescript](https://www.typescriptlang.org/)
([source](https://togithub.com/Microsoft/TypeScript)) | [`5.4.4` ->
`5.4.5`](https://renovatebot.com/diffs/npm/typescript/5.4.4/5.4.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.4.4/5.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.4.4/5.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vite-plugin-dts](https://togithub.com/qmhc/vite-plugin-dts) |
[`3.8.1` ->
`3.8.2`](https://renovatebot.com/diffs/npm/vite-plugin-dts/3.8.1/3.8.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plugin-dts/3.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-plugin-dts/3.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite-plugin-dts/3.8.1/3.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plugin-dts/3.8.1/3.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vitest](https://togithub.com/vitest-dev/vitest)
([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
| [`1.4.0` ->
`1.5.0`](https://renovatebot.com/diffs/npm/vitest/1.4.0/1.5.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/1.4.0/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/1.4.0/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vue-tsc](https://togithub.com/vuejs/language-tools)
([source](https://togithub.com/vuejs/language-tools/tree/HEAD/packages/tsc))
| [`2.0.10` ->
`2.0.13`](https://renovatebot.com/diffs/npm/vue-tsc/2.0.10/2.0.13) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vue-tsc/2.0.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue-tsc/2.0.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue-tsc/2.0.10/2.0.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-tsc/2.0.10/2.0.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/playwright (@&#8203;playwright/test)</summary>

###
[`v1.43.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.43.1)

[Compare
Source](https://togithub.com/microsoft/playwright/compare/v1.43.0...v1.43.1)

##### Highlights


[microsoft/playwright#30300
- \[REGRESSION]: UI mode restarts if keep storage
state[microsoft/playwright#30339
- \[REGRESSION]: Brand new install of playwright, unable to run chromium
with show browser using vscode

##### Browser Versions

-   Chromium 124.0.6367.29
-   Mozilla Firefox 124.0
-   WebKit 17.4

This version was also tested against the following stable channels:

-   Google Chrome 123
-   Microsoft Edge 123

</details>

<details>
<summary>vitest-dev/vitest (@&#8203;vitest/coverage-v8)</summary>

###
[`v1.5.0`](https://togithub.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0)

</details>

<details>
<summary>capricorn86/happy-dom (happy-dom)</summary>

###
[`v14.7.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.7.1)

[Compare
Source](https://togithub.com/capricorn86/happy-dom/compare/v14.7.0...v14.7.1)

##### 👷‍♂️ Patch fixes

- Adds support for using Node.prototype.cloneNode.call - By
**[@&#8203;capricorn86](https://togithub.com/capricorn86)** in task
[#&#8203;1392](https://togithub.com/capricorn86/happy-dom/issues/1392)

###
[`v14.7.0`](https://togithub.com/capricorn86/happy-dom/compare/v14.6.2...4849b6200862f1bd041828fc325e863ac6e62c20)

[Compare
Source](https://togithub.com/capricorn86/happy-dom/compare/v14.6.2...v14.7.0)

###
[`v14.6.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.6.2)

[Compare
Source](https://togithub.com/capricorn86/happy-dom/compare/v14.6.1...v14.6.2)

##### 👷‍♂️ Patch fixes

- Makes it possible to spy on `Storage.prototype` methods - By
**[@&#8203;capricorn86](https://togithub.com/capricorn86)** in task
[#&#8203;1377](https://togithub.com/capricorn86/happy-dom/issues/1377)
- Read more about this in the Wiki under [Use as Test
Environment](https://togithub.com/capricorn86/happy-dom/wiki/Use-as-Test-Environment#storage)

</details>

<details>
<summary>Microsoft/TypeScript (typescript)</summary>

###
[`v5.4.5`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.5):
TypeScript 5.4.5

[Compare
Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

For release notes, check out the [release
announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/).

For the complete list of fixed issues, check out the

- [fixed issues query for Typescript 5.4.0
(Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.1
(RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.2
(Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.3
(Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.4
(Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.5
(Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.5%22+is%3Aclosed+).

Downloads are available on:

- [NuGet
package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

</details>

<details>
<summary>qmhc/vite-plugin-dts (vite-plugin-dts)</summary>

###
[`v3.8.2`](https://togithub.com/qmhc/vite-plugin-dts/blob/HEAD/CHANGELOG.md#382-2024-04-12)

[Compare
Source](https://togithub.com/qmhc/vite-plugin-dts/compare/v3.8.1...v3.8.2)

##### Bug Fixes

- correctly process aliases which are inside generic types
([0d204d9](https://togithub.com/qmhc/vite-plugin-dts/commit/0d204d9cfb4738588290bd4e5f443622d75607e9)),
closes
[#&#8203;317](https://togithub.com/qmhc/vite-plugin-dts/issues/317)
- ignore walk for module declaration node
([1d65015](https://togithub.com/qmhc/vite-plugin-dts/commit/1d65015cba51e2911fd8cb01a1fd853bd77590e5)),
closes
[#&#8203;318](https://togithub.com/qmhc/vite-plugin-dts/issues/318)

</details>

<details>
<summary>vitest-dev/vitest (vitest)</summary>

###
[`v1.5.0`](https://togithub.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0)

</details>

<details>
<summary>vuejs/language-tools (vue-tsc)</summary>

###
[`v2.0.13`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2013-2024412)

[Compare
Source](https://togithub.com/vuejs/language-tools/compare/v2.0.12...v2.0.13)

##### Performance

- **tsc:** re-introduce global types removal check
([#&#8203;4245](https://togithub.com/vuejs/language-tools/issues/4245))

##### Other Changes

- Upgrade Volar from `v2.2.0-alpha.7` to `v2.2.0-alpha.8` for a vue-tsc
performance issue fixes
([#&#8203;4238](https://togithub.com/vuejs/language-tools/issues/4238))

###
[`v2.0.12`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2012-2024410)

[Compare
Source](https://togithub.com/vuejs/language-tools/compare/v2.0.11...v2.0.12)

##### Bug Fixes

- **vscode:** restart tsserver before restart vue language server
([#&#8203;4242](https://togithub.com/vuejs/language-tools/issues/4242))
-   **tsc:** remove exit early condition
-   **typescript-plugin:** handle named pipe server timeout
- **language-core:** `@vue-ignore` not working for fragment v-if/v-for
nodes
([#&#8203;4232](https://togithub.com/vuejs/language-tools/issues/4232))

##### Other Changes

- Upgrade Volar from `v2.2.0-alpha.6` to `v2.2.0-alpha.7` for a
typescript plugin bug fixes

###
[`v2.0.11`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2011-202447)

[Compare
Source](https://togithub.com/vuejs/language-tools/compare/v2.0.10...v2.0.11)

##### Features

- **vscode:** support for enabling/disabling typescript plugin
([#&#8203;4226](https://togithub.com/vuejs/language-tools/issues/4226))
- Added `typeScriptPluginOnly` option for `vue.server.hybridMode`
setting.
- When Hybrid Mode is disabled, the Vue TypeScript Plugin will be
disabled by default.
- **vscode:** support for `vue.format.wrapAttributes` setting
([#&#8203;4212](https://togithub.com/vuejs/language-tools/issues/4212))
- **vscode:** add `vue.codeActions.askNewComponentName` setting
([#&#8203;4217](https://togithub.com/vuejs/language-tools/issues/4217))

##### Bug Fixes

- **vscode:** `Find File References` not working when hybrid mode is
disabled
([#&#8203;4221](https://togithub.com/vuejs/language-tools/issues/4221))
- **language-core:** type narrowing not working for inline event
handlers
([#&#8203;4209](https://togithub.com/vuejs/language-tools/issues/4209))
- **language-core:** `@vue-ignore`, `@vue-expect-error` not working for
interpolations
- **language-core:** improve reliability for `@vue-ignore`,
`@vue-expect-error`
([#&#8203;4203](https://togithub.com/vuejs/language-tools/issues/4203))
- **language-core:** duplicated items in suggestion list for prop values
([#&#8203;3922](https://togithub.com/vuejs/language-tools/issues/3922))
- **language-server:** `vueCompilerOptions` not working with hybrid mode
([#&#8203;4211](https://togithub.com/vuejs/language-tools/issues/4211))
([#&#8203;3959](https://togithub.com/vuejs/language-tools/issues/3959))

##### Other Changes

- Upgrade Volar from `v2.2.0-alpha.5` to `v2.2.0-alpha.6` for a
`vue-tsc` bug fixes
- [volarjs/volar.js#162](https://togithub.com/volarjs/volar.js/pull/162)
- Thanks [@&#8203;wangshunnn](https://togithub.com/wangshunnn)
- **test:** add test for
[#&#8203;4203](https://togithub.com/vuejs/language-tools/issues/4203)
([#&#8203;4207](https://togithub.com/vuejs/language-tools/issues/4207))
- Thanks [@&#8203;tinco](https://togithub.com/tinco)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone
Europe/Helsinki, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/slipmatio/ui).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to weareinreach/InReach that referenced this issue Apr 15, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [@iconify-icon/react](https://iconify.design/)
([source](https://togithub.com/iconify/iconify/tree/HEAD/iconify-icon/react))
| peerDependencies | minor | [`2.0.1` ->
`2.1.0`](https://renovatebot.com/diffs/npm/@iconify-icon%2freact/2.0.1/2.1.0)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/iconify/iconify/badge)](https://securityscorecards.dev/viewer/?uri=github.com/iconify/iconify)
|
| [@iconify-icon/react](https://iconify.design/)
([source](https://togithub.com/iconify/iconify/tree/HEAD/iconify-icon/react))
| devDependencies | minor | [`2.0.1` ->
`2.1.0`](https://renovatebot.com/diffs/npm/@iconify-icon%2freact/2.0.1/2.1.0)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/iconify/iconify/badge)](https://securityscorecards.dev/viewer/?uri=github.com/iconify/iconify)
|
| [@iconify/utils](https://iconify.design/docs/libraries/utils/)
([source](https://togithub.com/iconify/iconify/tree/HEAD/packages/utils))
| devDependencies | patch | [`2.1.22` ->
`2.1.23`](https://renovatebot.com/diffs/npm/@iconify%2futils/2.1.22/2.1.23)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/iconify/iconify/badge)](https://securityscorecards.dev/viewer/?uri=github.com/iconify/iconify)
|
| [@playwright/test](https://playwright.dev)
([source](https://togithub.com/microsoft/playwright)) | devDependencies
| patch | [`1.43.0` ->
`1.43.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.43.0/1.43.1)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/microsoft/playwright/badge)](https://securityscorecards.dev/viewer/?uri=github.com/microsoft/playwright)
|
|
[@sentry/browser](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/browser)
([source](https://togithub.com/getsentry/sentry-javascript)) |
dependencies | patch | [`7.110.0` ->
`7.110.1`](https://renovatebot.com/diffs/npm/@sentry%2fbrowser/7.110.0/7.110.1)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/getsentry/sentry-javascript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/getsentry/sentry-javascript)
|
|
[@sentry/integrations](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/integrations)
([source](https://togithub.com/getsentry/sentry-javascript)) |
dependencies | patch | [`7.110.0` ->
`7.110.1`](https://renovatebot.com/diffs/npm/@sentry%2fintegrations/7.110.0/7.110.1)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/getsentry/sentry-javascript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/getsentry/sentry-javascript)
|
|
[@sentry/nextjs](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/nextjs)
([source](https://togithub.com/getsentry/sentry-javascript)) |
dependencies | patch | [`7.110.0` ->
`7.110.1`](https://renovatebot.com/diffs/npm/@sentry%2fnextjs/7.110.0/7.110.1)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/getsentry/sentry-javascript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/getsentry/sentry-javascript)
|
|
[@sentry/node](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/node)
([source](https://togithub.com/getsentry/sentry-javascript)) |
dependencies | patch | [`7.110.0` ->
`7.110.1`](https://renovatebot.com/diffs/npm/@sentry%2fnode/7.110.0/7.110.1)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/getsentry/sentry-javascript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/getsentry/sentry-javascript)
|
|
[@sentry/opentelemetry](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/opentelemetry)
([source](https://togithub.com/getsentry/sentry-javascript)) |
dependencies | patch | [`7.110.0` ->
`7.110.1`](https://renovatebot.com/diffs/npm/@sentry%2fopentelemetry/7.110.0/7.110.1)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/getsentry/sentry-javascript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/getsentry/sentry-javascript)
|
|
[@sentry/opentelemetry-node](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/opentelemetry-node)
([source](https://togithub.com/getsentry/sentry-javascript)) |
dependencies | patch | [`7.110.0` ->
`7.110.1`](https://renovatebot.com/diffs/npm/@sentry%2fopentelemetry-node/7.110.0/7.110.1)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/getsentry/sentry-javascript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/getsentry/sentry-javascript)
|
|
[@sentry/profiling-node](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/profiling-node)
([source](https://togithub.com/getsentry/sentry-javascript)) |
dependencies | patch | [`7.110.0` ->
`7.110.1`](https://renovatebot.com/diffs/npm/@sentry%2fprofiling-node/7.110.0/7.110.1)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/getsentry/sentry-javascript/badge)](https://securityscorecards.dev/viewer/?uri=github.com/getsentry/sentry-javascript)
|
| [@swc/core](https://swc.rs)
([source](https://togithub.com/swc-project/swc)) | devDependencies |
patch | [`1.4.13` ->
`1.4.14`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.4.13/1.4.14) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/swc-project/swc/badge)](https://securityscorecards.dev/viewer/?uri=github.com/swc-project/swc)
|
| [@swc/helpers](https://swc.rs)
([source](https://togithub.com/swc-project/swc)) | devDependencies |
patch | [`0.5.8` ->
`0.5.10`](https://renovatebot.com/diffs/npm/@swc%2fhelpers/0.5.8/0.5.10)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/swc-project/swc/badge)](https://securityscorecards.dev/viewer/?uri=github.com/swc-project/swc)
|
| [@tanstack/react-table](https://tanstack.com/table)
([source](https://togithub.com/TanStack/table/tree/HEAD/packages/react-table))
| devDependencies | minor | [`8.15.3` ->
`8.16.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-table/8.15.3/8.16.0)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/TanStack/table/badge)](https://securityscorecards.dev/viewer/?uri=github.com/TanStack/table)
|
| [@tanstack/react-table](https://tanstack.com/table)
([source](https://togithub.com/TanStack/table/tree/HEAD/packages/react-table))
| dependencies | minor | [`8.15.3` ->
`8.16.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-table/8.15.3/8.16.0)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/TanStack/table/badge)](https://securityscorecards.dev/viewer/?uri=github.com/TanStack/table)
|
| [@tanstack/react-table-devtools](https://tanstack.com/table)
([source](https://togithub.com/TanStack/table/tree/HEAD/packages/react-table-devtools))
| devDependencies | minor | [`8.15.3` ->
`8.16.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-table-devtools/8.15.3/8.16.0)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/TanStack/table/badge)](https://securityscorecards.dev/viewer/?uri=github.com/TanStack/table)
|
|
[@types/eslint](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint))
| devDependencies | patch | [`8.56.8` ->
`8.56.9`](https://renovatebot.com/diffs/npm/@types%2feslint/8.56.8/8.56.9)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/DefinitelyTyped/DefinitelyTyped/badge)](https://securityscorecards.dev/viewer/?uri=github.com/DefinitelyTyped/DefinitelyTyped)
|
|
[@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))
| devDependencies | patch | [`18.2.77` ->
`18.2.78`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.77/18.2.78)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/DefinitelyTyped/DefinitelyTyped/badge)](https://securityscorecards.dev/viewer/?uri=github.com/DefinitelyTyped/DefinitelyTyped)
|
|
[@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| devDependencies | minor | [`7.6.0` ->
`7.7.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.6.0/7.7.0)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/typescript-eslint/typescript-eslint/badge)](https://securityscorecards.dev/viewer/?uri=github.com/typescript-eslint/typescript-eslint)
|
|
[@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| devDependencies | minor | [`7.6.0` ->
`7.7.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.6.0/7.7.0)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/typescript-eslint/typescript-eslint/badge)](https://securityscorecards.dev/viewer/?uri=github.com/typescript-eslint/typescript-eslint)
|
|
[google-auth-library](https://togithub.com/googleapis/google-auth-library-nodejs)
| devDependencies | minor | [`9.7.0` ->
`9.8.0`](https://renovatebot.com/diffs/npm/google-auth-library/9.7.0/9.8.0)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/googleapis/google-auth-library-nodejs/badge)](https://securityscorecards.dev/viewer/?uri=github.com/googleapis/google-auth-library-nodejs)
|
| [i18next](https://www.i18next.com)
([source](https://togithub.com/i18next/i18next)) | devDependencies |
patch | [`23.11.1` ->
`23.11.2`](https://renovatebot.com/diffs/npm/i18next/23.11.1/23.11.2) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/i18next/i18next/badge)](https://securityscorecards.dev/viewer/?uri=github.com/i18next/i18next)
|
| [i18next](https://www.i18next.com)
([source](https://togithub.com/i18next/i18next)) | peerDependencies |
patch | [`23.11.1` ->
`23.11.2`](https://renovatebot.com/diffs/npm/i18next/23.11.1/23.11.2) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/i18next/i18next/badge)](https://securityscorecards.dev/viewer/?uri=github.com/i18next/i18next)
|
| [i18next](https://www.i18next.com)
([source](https://togithub.com/i18next/i18next)) | dependencies | patch
| [`23.11.1` ->
`23.11.2`](https://renovatebot.com/diffs/npm/i18next/23.11.1/23.11.2) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/i18next/i18next/badge)](https://securityscorecards.dev/viewer/?uri=github.com/i18next/i18next)
|
|
[inquirer](https://togithub.com/SBoudrias/Inquirer.js/blob/master/packages/inquirer/README.md)
([source](https://togithub.com/SBoudrias/Inquirer.js)) | devDependencies
| patch | [`9.2.17` ->
`9.2.18`](https://renovatebot.com/diffs/npm/inquirer/9.2.17/9.2.18) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/SBoudrias/Inquirer.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/SBoudrias/Inquirer.js)
|
| [next-i18next](https://togithub.com/i18next/next-i18next) |
devDependencies | minor | [`15.2.0` ->
`15.3.0`](https://renovatebot.com/diffs/npm/next-i18next/15.2.0/15.3.0)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/i18next/next-i18next/badge)](https://securityscorecards.dev/viewer/?uri=github.com/i18next/next-i18next)
|
| [next-i18next](https://togithub.com/i18next/next-i18next) |
dependencies | minor | [`15.2.0` ->
`15.3.0`](https://renovatebot.com/diffs/npm/next-i18next/15.2.0/15.3.0)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/i18next/next-i18next/badge)](https://securityscorecards.dev/viewer/?uri=github.com/i18next/next-i18next)
|
| [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) |
packageManager | patch | [`8.15.6` ->
`8.15.7`](https://renovatebot.com/diffs/npm/pnpm/8.15.6/8.15.7) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/pnpm/pnpm/badge)](https://securityscorecards.dev/viewer/?uri=github.com/pnpm/pnpm)
|
| [remeda](https://togithub.com/remeda/remeda) | dependencies | minor |
[`1.58.1` ->
`1.59.0`](https://renovatebot.com/diffs/npm/remeda/1.58.1/1.59.0) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/remeda/remeda/badge)](https://securityscorecards.dev/viewer/?uri=github.com/remeda/remeda)
|
| [sherif](https://togithub.com/QuiiBz/sherif) | devDependencies | patch
| [`0.8.1` ->
`0.8.4`](https://renovatebot.com/diffs/npm/sherif/0.8.1/0.8.4) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/QuiiBz/sherif/badge)](https://securityscorecards.dev/viewer/?uri=github.com/QuiiBz/sherif)
|

---

### Release Notes

<details>
<summary>microsoft/playwright (@&#8203;playwright/test)</summary>

###
[`v1.43.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.43.1)

[Compare
Source](https://togithub.com/microsoft/playwright/compare/v1.43.0...v1.43.1)

##### Highlights


[microsoft/playwright#30300
- \[REGRESSION]: UI mode restarts if keep storage
state[microsoft/playwright#30339
- \[REGRESSION]: Brand new install of playwright, unable to run chromium
with show browser using vscode

##### Browser Versions

-   Chromium 124.0.6367.29
-   Mozilla Firefox 124.0
-   WebKit 17.4

This version was also tested against the following stable channels:

-   Google Chrome 123
-   Microsoft Edge 123

</details>

<details>
<summary>getsentry/sentry-javascript (@&#8203;sentry/browser)</summary>

###
[`v7.110.1`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.110.1)

[Compare
Source](https://togithub.com/getsentry/sentry-javascript/compare/7.110.0...7.110.1)

- fix(nextjs): Fix `tunnelRoute` matching logic for hybrid cloud
([#&#8203;11577](https://togithub.com/getsentry/sentry-javascript/issues/11577))

##### Bundle size 📦

| Path | Size |
|
----------------------------------------------------------------------------------
| ----------------- |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay, Feedback) - Webpack (gzipped) | 80.58 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay) - Webpack (gzipped) | 71.55 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay with Canvas) - Webpack (gzipped) | 75.57 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 65.18 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing) - Webpack (gzipped) | 35.49 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
browserTracingIntegration) - Webpack (gzipped) | 35.37 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Feedback) - Webpack (gzipped) | 31.57 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
sendFeedback) - Webpack (gzipped) | 31.58 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) -
Webpack (gzipped) | 22.78 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 78.76 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay) - ES6 CDN Bundle (gzipped) | 70.12 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing) - ES6 CDN Bundle (gzipped) | 35.9 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - ES6
CDN Bundle (gzipped) | 25.27 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 220.72 KB
|
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing) - ES6 CDN Bundle (minified & uncompressed) | 108.53 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - ES6
CDN Bundle (minified & uncompressed) | 75.79 KB |
| [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl.
Tracing) - ES5 CDN Bundle (gzipped) | 39.17 KB |
| [@&#8203;sentry/react](https://togithub.com/sentry/react) (incl.
Tracing, Replay) - Webpack (gzipped) | 72.03 KB |
| [@&#8203;sentry/react](https://togithub.com/sentry/react) - Webpack
(gzipped) | 22.81 KB |
| [@&#8203;sentry/nextjs](https://togithub.com/sentry/nextjs) Client
(incl. Tracing, Replay) - Webpack (gzipped) | 89.87 KB |
| [@&#8203;sentry/nextjs](https://togithub.com/sentry/nextjs) Client -
Webpack (gzipped) | 54.01 KB |
|
[@&#8203;sentry-internal/feedback](https://togithub.com/sentry-internal/feedback)
- Webpack (gzipped) | 17.32 KB |

</details>

<details>
<summary>swc-project/swc (@&#8203;swc/core)</summary>

###
[`v1.4.14`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1414---2024-04-15)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.4.13...v1.4.14)

##### Bug Fixes

- **(es/compat)** Handle class fields correctly
([#&#8203;8835](https://togithub.com/swc-project/swc/issues/8835))
([5cc585b](https://togithub.com/swc-project/swc/commit/5cc585b8f3359d960420e31a91f53c761c90f3f5))

- **(es/helpers)** Add missing helpers
([#&#8203;8843](https://togithub.com/swc-project/swc/issues/8843))
([67bfcf4](https://togithub.com/swc-project/swc/commit/67bfcf41f59699ebb5286211fcc2cf5546f94376))

- **(es/minifier)** Handle switch cases
([#&#8203;8854](https://togithub.com/swc-project/swc/issues/8854))
([7a89e5d](https://togithub.com/swc-project/swc/commit/7a89e5da3be25d00e5cc18b46c847f0e8de54022))

- **(es/plugin)** Create `tokio` runtime only if necessary
([#&#8203;8845](https://togithub.com/swc-project/swc/issues/8845))
([62c4f5e](https://togithub.com/swc-project/swc/commit/62c4f5efb84daa5f9e7f88bbbfddd7823bb1355d))

- **(es/resolver)** Correctly check strict mode
([#&#8203;8851](https://togithub.com/swc-project/swc/issues/8851))
([f6ba92b](https://togithub.com/swc-project/swc/commit/f6ba92b033c3594c69672a33df124ecf6429f450))

- **(es/utils)** Preserve optional chain effect
([#&#8203;8850](https://togithub.com/swc-project/swc/issues/8850))
([a7a32c4](https://togithub.com/swc-project/swc/commit/a7a32c4b6c2089dfbe9be2f70a0c4712e9feeef4))

##### Documentation

- **(swc_core)** Resolve build issue with `--all-features` flag
([#&#8203;8848](https://togithub.com/swc-project/swc/issues/8848))
([c0d901e](https://togithub.com/swc-project/swc/commit/c0d901eac6539940ce1956ec5031f624c4c049f0))

##### Refactor

- **(es)** Make the code compile with `miri`
([#&#8203;8836](https://togithub.com/swc-project/swc/issues/8836))
([3a51140](https://togithub.com/swc-project/swc/commit/3a51140dd77ccf2cc35098a72c411b05de418ff1))

- **(es/decorator)** Remove unsafe code
([#&#8203;8839](https://togithub.com/swc-project/swc/issues/8839))
([e8c6344](https://togithub.com/swc-project/swc/commit/e8c63447f64076de64002bcb5a3124b809df44ed))

- **(visit)** Simplify `Vec::move_map`
([#&#8203;8838](https://togithub.com/swc-project/swc/issues/8838))
([b1973d4](https://togithub.com/swc-project/swc/commit/b1973d490afc8e4bc597192caab7a3aa8eb2701d))

##### Testing

- **(es)** Update `conformance` test suite from `tsc`
([#&#8203;8834](https://togithub.com/swc-project/swc/issues/8834))
([ea5d9cc](https://togithub.com/swc-project/swc/commit/ea5d9cc52413a1270e25af93c353baf10282fd86))

</details>

<details>
<summary>TanStack/table (@&#8203;tanstack/react-table)</summary>

###
[`v8.16.0`](https://togithub.com/TanStack/table/releases/tag/v8.16.0)

[Compare
Source](https://togithub.com/TanStack/table/compare/v8.15.3...v8.16.0)

Version 8.16.0 - 4/13/2024, 12:47 AM

#### Changes

##### Feat

- new sortUndefined last and first options
([#&#8203;5486](https://togithub.com/TanStack/table/issues/5486))
([`d2ae539`](https://togithub.com/TanStack/table/commit/d2ae5390)) by
Kevin Van Cott

##### Docs

- Update overview.md
([#&#8203;5474](https://togithub.com/TanStack/table/issues/5474))
([`5a907f3`](https://togithub.com/TanStack/table/commit/5a907f3a)) by
Artem
- update overview and installation
([#&#8203;5462](https://togithub.com/TanStack/table/issues/5462))
([`c40d734`](https://togithub.com/TanStack/table/commit/c40d734a)) by
Kevin Van Cott
- fix virtual link
([`b23c133`](https://togithub.com/TanStack/table/commit/b23c1336)) by
Kevin Vandy
- fix more links for tsr migration
([#&#8203;5461](https://togithub.com/TanStack/table/issues/5461))
([`2c12856`](https://togithub.com/TanStack/table/commit/2c12856e)) by
Kevin Van Cott
- prep for tanstack.com migration to TSR
([`024ecda`](https://togithub.com/TanStack/table/commit/024ecda9)) by
Tanner Linsley

#### Packages

-
[@&#8203;tanstack/table-core](https://togithub.com/tanstack/table-core)[@&#8203;8](https://togithub.com/8).16.0
-
[@&#8203;tanstack/qwik-table](https://togithub.com/tanstack/qwik-table)[@&#8203;8](https://togithub.com/8).16.0
-
[@&#8203;tanstack/react-table](https://togithub.com/tanstack/react-table)[@&#8203;8](https://togithub.com/8).16.0
-
[@&#8203;tanstack/solid-table](https://togithub.com/tanstack/solid-table)[@&#8203;8](https://togithub.com/8).16.0
-
[@&#8203;tanstack/vue-table](https://togithub.com/tanstack/vue-table)[@&#8203;8](https://togithub.com/8).16.0
-
[@&#8203;tanstack/svelte-table](https://togithub.com/tanstack/svelte-table)[@&#8203;8](https://togithub.com/8).16.0
-
[@&#8203;tanstack/react-table-devtools](https://togithub.com/tanstack/react-table-devtools)[@&#8203;8](https://togithub.com/8).16.0

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/eslint-plugin)</summary>

###
[`v7.7.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#770-2024-04-15)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.6.0...v7.7.0)

##### 🚀 Features

- **eslint-plugin:** replace `no-new-symbol` with
`no-new-native-nonconstructor`

##### ❤️  Thank You

-   Dave
-   Josh Goldberg ✨

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/parser)</summary>

###
[`v7.7.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#770-2024-04-15)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.6.0...v7.7.0)

This was a version bump only for parser to align it with other projects,
there were no code changes.

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>googleapis/google-auth-library-nodejs
(google-auth-library)</summary>

###
[`v9.8.0`](https://togithub.com/googleapis/google-auth-library-nodejs/blob/HEAD/CHANGELOG.md#980-2024-04-12)

[Compare
Source](https://togithub.com/googleapis/google-auth-library-nodejs/compare/v9.7.0...v9.8.0)

##### Features

- Enable Retries For Auth Requests
([#&#8203;1791](https://togithub.com/googleapis/google-auth-library-nodejs/issues/1791))
([9b69a31](https://togithub.com/googleapis/google-auth-library-nodejs/commit/9b69a3119c2d0dfe12d41a5f77658d35a2c92d74))
- Improve `gaxios` exposure
([#&#8203;1794](https://togithub.com/googleapis/google-auth-library-nodejs/issues/1794))
([5058726](https://togithub.com/googleapis/google-auth-library-nodejs/commit/5058726e2234a2da4edd31f0898465798943ebe6))

##### Bug Fixes

- **deps:** Update dependency open to v10
([#&#8203;1782](https://togithub.com/googleapis/google-auth-library-nodejs/issues/1782))
([16e5cae](https://togithub.com/googleapis/google-auth-library-nodejs/commit/16e5cae1d56d5c3dd6cc3bdca5ecdfb534eaf529))
- **deps:** Update dependency opn to v6
([#&#8203;1775](https://togithub.com/googleapis/google-auth-library-nodejs/issues/1775))
([fc8dfe9](https://togithub.com/googleapis/google-auth-library-nodejs/commit/fc8dfe9d373e30dd1bd06eb8cbb8b52e735b4d83))

</details>

<details>
<summary>i18next/i18next (i18next)</summary>

###
[`v23.11.2`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23112)

[Compare
Source](https://togithub.com/i18next/i18next/compare/v23.11.1...v23.11.2)

- allow defaultValue in nested translation
[2174](https://togithub.com/i18next/i18next/issues/2174)

</details>

<details>
<summary>SBoudrias/Inquirer.js (inquirer)</summary>

###
[`v9.2.18`](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.17...inquirer@9.2.18)

[Compare
Source](https://togithub.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.17...inquirer@9.2.18)

</details>

<details>
<summary>i18next/next-i18next (next-i18next)</summary>

###
[`v15.3.0`](https://togithub.com/i18next/next-i18next/blob/HEAD/CHANGELOG.md#1530)

[Compare
Source](https://togithub.com/i18next/next-i18next/compare/v15.2.0...v15.3.0)

- Only overwrite ns config if it provided
[#&#8203;2270](https://togithub.com/i18next/next-i18next/pull/2270)

</details>

<details>
<summary>pnpm/pnpm (pnpm)</summary>

###
[`v8.15.7`](https://togithub.com/pnpm/pnpm/compare/v8.15.6...v8.15.7)

[Compare
Source](https://togithub.com/pnpm/pnpm/compare/v8.15.6...v8.15.7)

</details>

<details>
<summary>remeda/remeda (remeda)</summary>

### [`v1.59.0`](https://togithub.com/remeda/remeda/releases/tag/v1.59.0)

[Compare
Source](https://togithub.com/remeda/remeda/compare/v1.58.3...v1.59.0)

##### Features

- **isDeepEqual:** add support for maps
([#&#8203;637](https://togithub.com/remeda/remeda/issues/637))
([c5e47a5](https://togithub.com/remeda/remeda/commit/c5e47a5d41140690ce448224e7c701b624f560d9)),
closes [#&#8203;626](https://togithub.com/remeda/remeda/issues/626)

###
[`v1.58.3`](https://togithub.com/remeda/remeda/compare/v1.58.2...0a9b6352b2ed76aea4c8c35567c2763d901d9d89)

[Compare
Source](https://togithub.com/remeda/remeda/compare/v1.58.2...v1.58.3)

### [`v1.58.2`](https://togithub.com/remeda/remeda/releases/tag/v1.58.2)

[Compare
Source](https://togithub.com/remeda/remeda/compare/v1.58.1...v1.58.2)

##### Bug Fixes

- **isDeepEqual:** Prevent redundant narrowing
([#&#8203;635](https://togithub.com/remeda/remeda/issues/635))
([8e18bec](https://togithub.com/remeda/remeda/commit/8e18bec028b50d189e66b5c1ede3dae50ba3e026)),
closes [#&#8203;634](https://togithub.com/remeda/remeda/issues/634)

</details>

<details>
<summary>QuiiBz/sherif (sherif)</summary>

### [`v0.8.4`](https://togithub.com/QuiiBz/sherif/releases/tag/v0.8.4)

[Compare
Source](https://togithub.com/QuiiBz/sherif/compare/v0.8.1...v0.8.4)

#### What's Changed

- Revert "feat(multiple-dependency-versions): report peerDependencies
([#&#8203;50](https://togithub.com/QuiiBz/sherif/issues/50)) by
[@&#8203;QuiiBz](https://togithub.com/QuiiBz)

**Full Changelog**:
QuiiBz/sherif@v0.8.1...v0.8.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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/weareinreach/InReach).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5My4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImRlcGVuZGVuY2llcyIsImtvZGlhazogbWVyZ2UubWV0aG9kID0gJ3NxdWFzaCciXX0=-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants