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 devdependencies-non-major #84

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.47.0 -> 1.47.2 age adoption passing confidence
@types/node (source) 20.16.5 -> 20.16.11 age adoption passing confidence
jsdom 25.0.0 -> 25.0.1 age adoption passing confidence
netlify-cli 17.35.0 -> 17.36.4 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.2 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

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

jsdom/jsdom (jsdom)

v25.0.1

Compare Source

  • Updated dependencies, notably tough-cookie, which no longer prints a deprecation warning.
netlify/cli (netlify-cli)

v17.36.4

Compare Source

Bug Fixes

v17.36.3

Compare Source

Bug Fixes

v17.36.2

Compare Source

Bug Fixes

v17.36.1

Compare Source

Bug Fixes

v17.36.0

Compare Source

Features
  • dev: update dev server plugin env variable to be an array of plugins (#​6811) (dbcf1f5)
vitest-dev/vitest (vitest)

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

Configuration

📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, 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.

Copy link
Contributor Author

renovate bot commented Sep 23, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

Copy link

netlify bot commented Sep 23, 2024

Deploy Preview for p5-codesandbox ready!

Name Link
🔨 Latest commit 8fa3e06
🔍 Latest deploy log https://app.netlify.com/sites/p5-codesandbox/deploys/6704e30adbf241000868a02d
😎 Deploy Preview https://deploy-preview-84--p5-codesandbox.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/devdependencies-non-major branch from a8f8018 to 6b57a35 Compare September 23, 2024 23:10
Copy link

cloudflare-workers-and-pages bot commented Sep 23, 2024

Deploying p5-code-sandbox with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8fa3e06
Status: ✅  Deploy successful!
Preview URL: https://1f790cd4.p5-code-sandbox.pages.dev
Branch Preview URL: https://renovate-devdependencies-non.p5-code-sandbox.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch 5 times, most recently from 17d3ef1 to 4ef38d1 Compare October 2, 2024 00:01
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch 4 times, most recently from 72270bf to ec8e366 Compare October 8, 2024 07:05
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from ec8e366 to 8fa3e06 Compare October 8, 2024 07:45
@renovate renovate bot merged commit 1ef3351 into main Oct 8, 2024
8 checks passed
@renovate renovate bot deleted the renovate/devdependencies-non-major branch October 8, 2024 09:46
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