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 non-major dependencies #901

Merged
merged 1 commit into from
Nov 18, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 18.4.1 -> 18.4.2 age adoption passing confidence
@commitlint/config-conventional (source) 18.4.0 -> 18.4.2 age adoption passing confidence
@types/node (source) 20.9.0 -> 20.9.1 age adoption passing confidence
commitlint (source) 18.4.1 -> 18.4.2 age adoption passing confidence
playwright (source) 1.39.0 -> 1.40.0 age adoption passing confidence
read-pkg 9.0.0 -> 9.0.1 age adoption passing confidence
vitepress (source) 1.0.0-rc.25 -> 1.0.0-rc.28 age adoption passing confidence

Release Notes

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

v18.4.2

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

conventional-changelog/commitlint (commitlint)

v18.4.2

Compare Source

Note: Version bump only for package commitlint

microsoft/playwright (playwright)

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
sindresorhus/read-pkg (read-pkg)

v9.0.1

Compare Source

vuejs/vitepress (vitepress)

v1.0.0-rc.28

Compare Source

Bug Fixes
  • ally: clear up confusion with the title of theme switch (#​3215) (6761036)
  • build: support nested assetsDir (02161d0)
  • wrong recognition of non-html extension leads to route error (#​3218) (c4abc95)
Features

v1.0.0-rc.27

Compare Source

Bug Fixes

v1.0.0-rc.26

Compare Source

Bug Fixes
Features
BREAKING CHANGES

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.

👻 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 changed the title chore(deps): update all non-major dependencies to v18.4.2 chore(deps): update all non-major dependencies Nov 16, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 6c5f8d3 to 03675c9 Compare November 17, 2023 15:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 03675c9 to 547371e Compare November 18, 2023 17:12
@ThornWalli ThornWalli merged commit 8b98bad into next Nov 18, 2023
2 checks passed
@ThornWalli ThornWalli deleted the renovate/all-minor-patch branch November 18, 2023 17:18
Copy link

🎉 This PR is included in version 3.0.0-next.39 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

1 participant