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

chore(deps): update all dependencies #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.44.1 -> 1.48.2 age adoption passing confidence
@types/node (source) 20.14.2 -> 22.9.0 age adoption passing confidence
@vitejs/plugin-vue (source) 5.0.5 -> 5.1.4 age adoption passing confidence
@vitest/coverage-v8 (source) 1.6.0 -> 2.1.4 age adoption passing confidence
autoprefixer 10.4.19 -> 10.4.20 age adoption passing confidence
happy-dom 14.12.0 -> 15.11.0 age adoption passing confidence
postcss (source) 8.4.38 -> 8.4.47 age adoption passing confidence
tailwindcss (source) 3.4.4 -> 3.4.14 age adoption passing confidence
typescript (source) 5.4.5 -> 5.6.3 age adoption passing confidence
vite (source) 5.3.1 -> 5.4.10 age adoption passing confidence
vite-plugin-dts 3.9.1 -> 4.3.0 age adoption passing confidence
vitest (source) 1.6.0 -> 2.1.4 age adoption passing confidence
vue (source) 3.4.29 -> 3.5.12 age adoption passing confidence
vue-tsc (source) 2.0.21 -> 2.1.10 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.48.2

Compare Source

v1.48.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/33023 - [Bug]: command line flag --headed has no effect in ui modehttps://github.com/microsoft/playwright/issues/331077 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.https://github.com/microsoft/playwright/issues/3308585 - [Bug]: WebSocket route does not handle full URLs in Playwrighttps://github.com/microsoft/playwright/issues/33052052 - [Regression]: Inspector not showing recorded sthttps://github.com/microsoft/playwright/issues/331323132 - [Bug]: Wrong Ubuntu release name in Dockerfile.nhttps://github.com/microsoft/playwright/pull/3299632996 - [BUG] Trace attachments have small unusable height

Browser Versions

  • Chromium 130.0.6723.19
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 129
  • Microsoft Edge 129

v1.48.0

Compare Source

v1.47.2

Compare Source

Highlights

https://github.com/microsoft/playwright/pull/32699- [REGRESSION]: fix(codegen): use content_frame property in python/.NEThttps://github.com/microsoft/playwright/issues/327066- [REGRESSION]: page.pause() does not pause test timeout after 1.4https://github.com/microsoft/playwright/pull/3266161 - fix(trace-viewer): time delta between local and remote actions

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128

v1.47.1

Compare Source

v1.47.0

Compare Source

v1.46.1

Compare Source

v1.46.0

Compare Source

v1.45.3

Compare Source

v1.45.2

Compare Source

v1.45.1

Compare Source

v1.45.0

Compare Source

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.4

v5.1.3

v5.1.2

v5.1.1

  • fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #​431

v5.1.0

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes

Configuration

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

🚦 Automerge: Enabled.

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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 4debb52 to 4685ddf Compare June 30, 2024 04:53
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from c162d92 to 164ad56 Compare July 7, 2024 21:41
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from b5ac096 to 4bb21d8 Compare July 17, 2024 14:03
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from c49571a to 2bf7bbb Compare July 24, 2024 10:57
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from ab47323 to 8f44a91 Compare July 26, 2024 22:20
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from ec93d55 to 699dbc6 Compare October 24, 2024 04:56
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from f52e22f to b87650e Compare October 30, 2024 22:55
@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from 36adbde to a616675 Compare November 7, 2024 03:09
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from f201c70 to 3367282 Compare November 8, 2024 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants