Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(deps): update all non-major dependencies #128

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

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^18.0.0 -> ^18.4.2 age adoption passing confidence
@commitlint/config-conventional (source) ^18.0.0 -> ^18.4.2 age adoption passing confidence
@playwright/test (source) ^1.39.0 -> ^1.40.0 age adoption passing confidence
@tanstack/vue-query (source) ^5.8.3 -> ^5.8.4 age adoption passing confidence
@types/eslint (source) ^8.44.4 -> ^8.44.7 age adoption passing confidence
@types/jsdom (source) ^21.1.4 -> ^21.1.5 age adoption passing confidence
@types/nightwatch (source) ^2.3.27 -> ^2.3.28 age adoption passing confidence
@types/node (source) ^18.18.7 -> ^18.18.9 age adoption passing confidence
@types/node (source) ^20.8.7 -> ^20.9.1 age adoption passing confidence
@types/prompts (source) ^2.4.6 -> ^2.4.8 age adoption passing confidence
@vitejs/plugin-vue (source) ^4.4.0 -> ^4.5.0 age adoption passing confidence
@vitejs/plugin-vue-jsx (source) ^3.0.2 -> ^3.1.0 age adoption passing confidence
@vue/test-utils ^2.4.1 -> ^2.4.2 age adoption passing confidence
@vueuse/core ^10.2.1 -> ^10.6.1 age adoption passing confidence
cypress (source) ^13.3.3 -> ^13.5.1 age adoption passing confidence
lint-staged ^15.0.2 -> ^15.1.0 age adoption passing confidence
nightwatch (source) ^3.2.1 -> ^3.3.2 age adoption passing confidence
pinia ^2.1.6 -> ^2.1.7 age adoption passing confidence
prettier (source) ^3.0.3 -> ^3.1.0 age adoption passing confidence
sonarqube-scanner ^3.1.0 -> ^3.3.0 age adoption passing confidence
start-server-and-test ^2.0.1 -> ^2.0.3 age adoption passing confidence
vue (source) ^3.3.7 -> ^3.3.8 age adoption passing confidence
vue-i18n (source) ^9.5.0 -> ^9.7.0 age adoption passing confidence
wait-on ^7.0.1 -> ^7.2.0 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v18.4.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.4.0

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v18.4.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

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
TanStack/query (@​tanstack/vue-query)

v5.8.4

Compare Source

Version 5.8.4 - 11/15/2023, 11:29 AM

Changes

Fix
  • react-query: useSuspenseQuery returns undefined as data when network is offline (#​6350) (e7f6d3a) by EL AYADI Mohamed
Chore
Docs
  • Fix example hook cleanup if window is undefined (#​6372) (c6d5f53) by Richard Ejem

Packages

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

v4.5.0

v4.4.1

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

v3.1.0

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

v2.4.2

Compare Source

What's Changed

Feat
Fix
Docs
Chore

New Contributors

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

vueuse/vueuse (@​vueuse/core)

v10.6.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v10.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v10.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.3.0

Compare Source

   🚀 Features

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 17, 2023
@Yordan-Ramchev Yordan-Ramchev merged commit 8ea049c into main Nov 17, 2023
@Yordan-Ramchev Yordan-Ramchev deleted the renovate/all-minor-patch branch November 17, 2023 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant