Skip to content

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

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
Sep 23, 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.1 -> ^1.47.2 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.1.3 -> ^5.1.4 age adoption passing confidence
jsdom ^25.0.0 -> ^25.0.1 age adoption passing confidence
nightwatch (source) ^3.7.0 -> ^3.8.0 age adoption passing confidence
pnpm (source) 9.10.0 -> 9.11.0 age adoption passing confidence
vite (source) ^5.4.5 -> ^5.4.7 age adoption passing confidence
vue (source) ^3.5.5 -> ^3.5.8 age adoption passing confidence
zx (source) ^8.1.6 -> ^8.1.8 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
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.4

jsdom/jsdom (jsdom)

v25.0.1

Compare Source

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

v3.8.0

Compare Source

pnpm/pnpm (pnpm)

v9.11.0

Compare Source

vitejs/vite (vite)

v5.4.7

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.6

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/core (vue)

v3.5.8

Compare Source

Bug Fixes
  • reactivity: do not remove dep from depsMap when cleaning up deps of computed (#​11995) (0267a58)

v3.5.7

Compare Source

Bug Fixes
Performance Improvements

v3.5.6

Compare Source

Bug Fixes
google/zx (zx)

v8.1.8

Compare Source

  • Apply the proper TeplateStringArray detection #​904, #​905
  • PromiseProcess got lazy getters to optimize mem usage #​903

v8.1.7

Compare Source

Step by step on the road to improvements

Fixes

Finally, we've fixed the issue with piped process rejection #​640 #​899:

const p1 = $`exit 1`.pipe($`echo hello`)
try {
  await p1
} catch (e) {
  assert.equal(e.exitCode, 1)
}

const p2 = await $({ nothrow: true })`echo hello && exit 1`.pipe($`cat`)
assert.equal(p2.exitCode, 0)
assert.equal(p2.stdout.trim(), 'hello')

Enhancements

Added cmd display to ProcessPromise #​891:

const foo = 'bar'
const p = $`echo ${foo}`

p.cmd // 'echo bar'

and duration field to ProcessOutput #​892:

const p = $`sleep 1`.nothrow()
const o = await p

o.duration // ~1000 (in ms)

Enabled zurk-like pipe string literals #​900:

const p = await $`echo foo`.pipe`cat`
p.stdout.trim() // 'foo'

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 was generated by Mend Renovate. View the repository job log.

@cexbrayat cexbrayat merged commit 0217547 into main Sep 23, 2024
101 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 23, 2024 05:13
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