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 #25

Merged
merged 1 commit into from
Nov 20, 2023
Merged

chore(deps): update all dependencies #25

merged 1 commit into from
Nov 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.39.0 -> 1.40.0 age adoption passing confidence
@types/node (source) 20.9.0 -> 20.9.1 age adoption passing confidence
@vitejs/plugin-vue (source) 4.4.1 -> 4.5.0 age adoption passing confidence
@vue/test-utils 2.4.1 -> 2.4.2 age adoption passing confidence
vite (source) 4.5.0 -> 5.0.0 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.40.0

Compare Source

Test Generator Update

Playwright Test Generator

New tools to generate assertions:

Here is an example of a generated test with assertions:

import { test, expect } from '@​playwright/test';

test('test', async ({ page }) => {
  await page.goto('https://playwright.dev/');
  await page.getByRole('link', { name: 'Get started' }).click();
  await expect(page.getByLabel('Breadcrumbs').getByRole('list')).toContainText('Installation');
  await expect(page.getByLabel('Search')).toBeVisible();
  await page.getByLabel('Search').click();
  await page.getByPlaceholder('Search docs').fill('locator');
  await expect(page.getByPlaceholder('Search docs')).toHaveValue('locator');
});

New APIs

Other Changes

Browser Versions

  • Chromium 120.0.6099.28
  • Mozilla Firefox 119.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 119
  • Microsoft Edge 119
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v4.5.0

vuejs/test-utils (@​vue/test-utils)

v2.4.2

Compare Source

What's Changed

Fix
Docs
Chore

New Contributors

Full Changelog: vuejs/test-utils@v2.4.1...v2.4.2

vitejs/vite (vite)

v5.0.0


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


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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

Coverage Summary

Status Category Percentage Covered / Total
🔵 Lines 69.51% 114 / 164
🔵 Statements 69.51% 114 / 164
🔵 Functions 100% 0 / 0
🔵 Branches 0% 0 / 12
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
src/components/SlipmatButton.vue 69.51% 0% 100% 69.51% 52-58, 66-73, 81-94, 101-107, 114-120, 127-133

@renovate renovate bot merged commit 8579892 into main Nov 20, 2023
3 checks passed
@renovate renovate bot deleted the renovate/all branch November 20, 2023 03:58
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.

None yet

0 participants