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 testing #1619

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

chore(deps): update testing #1619

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pinia/testing (source) 0.1.5 -> 0.1.7 age adoption passing confidence
@vitest/ui (source) 2.0.5 -> 2.1.8 age adoption passing confidence
jsdom 25.0.0 -> 25.0.1 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.8 age adoption passing confidence

Release Notes

vuejs/pinia (@​pinia/testing)

v0.1.7

Compare Source

v0.1.6

Compare Source

vitest-dev/vitest (@​vitest/ui)

v2.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.6

Compare Source

🚀 Features
  • Support Vite 6
    View changes on GitHub

v2.1.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

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
    View changes on GitHub
jsdom/jsdom (jsdom)

v25.0.1

Compare Source

  • Updated dependencies, notably tough-cookie, which no longer prints a deprecation warning.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 enabled auto-merge (rebase) September 12, 2024 15:26
Copy link

netlify bot commented Sep 12, 2024

Deploy Preview for vue-turbo-starter-nuxt failed.

Name Link
🔨 Latest commit d381fe6
🔍 Latest deploy log https://app.netlify.com/sites/vue-turbo-starter-nuxt/deploys/6725298126c0460008090154

Copy link

netlify bot commented Sep 12, 2024

Deploy Preview for vue-turbo-starter-storybook ready!

Name Link
🔨 Latest commit d381fe6
🔍 Latest deploy log https://app.netlify.com/sites/vue-turbo-starter-storybook/deploys/67252981ae703800087949a5
😎 Deploy Preview https://deploy-preview-1619--vue-turbo-starter-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/testing branch 2 times, most recently from d53c9cb to ddfe3e1 Compare September 13, 2024 15:53
@renovate renovate bot changed the title chore(deps): update testing to v2.1.0 chore(deps): update testing to v2.1.1 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/testing branch 14 times, most recently from 41ca423 to d79f554 Compare September 20, 2024 19:19
@renovate renovate bot force-pushed the renovate/testing branch 5 times, most recently from a79ffaa to 079c0ef Compare September 22, 2024 06:19
@renovate renovate bot changed the title chore(deps): update testing to v2.1.1 chore(deps): update testing Sep 22, 2024
@renovate renovate bot force-pushed the renovate/testing branch 3 times, most recently from 5635961 to 60cedc5 Compare September 24, 2024 16:16
@renovate renovate bot force-pushed the renovate/testing branch 4 times, most recently from ae1b743 to 54fe5d6 Compare November 20, 2024 22:28
@renovate renovate bot force-pushed the renovate/testing branch 11 times, most recently from f9db018 to 703c1b5 Compare December 3, 2024 11:58
@renovate renovate bot force-pushed the renovate/testing branch 8 times, most recently from 55f8f1f to 99eb0b3 Compare December 10, 2024 06:10
@renovate renovate bot force-pushed the renovate/testing branch 3 times, most recently from eab14cf to 990fe24 Compare December 16, 2024 21:29
@renovate renovate bot force-pushed the renovate/testing branch 2 times, most recently from 3779ad4 to 8deeede Compare December 23, 2024 22:16
@renovate renovate bot force-pushed the renovate/testing branch from 8deeede to ef02ba3 Compare December 24, 2024 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants