Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Merged
merged 2 commits into from
Sep 25, 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
@nightwatch/vue (source) ^3.1.1 -> ^3.1.2 age adoption passing confidence
@playwright/test (source) ^1.47.1 -> ^1.47.2 age adoption passing confidence
@types/node (source) ^20.16.5 -> ^20.16.7 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.1.3 -> ^5.1.4 age adoption passing confidence
@vueuse/core (source) ^11.0.3 -> ^11.1.0 age adoption passing confidence
eslint (source) ^8.57.0 -> ^8.57.1 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
sonarqube-scanner ^4.2.2 -> ^4.2.3 age adoption passing confidence
start-server-and-test ^2.0.7 -> ^2.0.8 age adoption passing confidence
tailwindcss (source) ^3.4.11 -> ^3.4.13 age adoption passing confidence
vite (source) ^5.4.5 -> ^5.4.8 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.4.5 -> ^7.4.6 age adoption passing confidence
vue (source) ^3.5.5 -> ^3.5.8 age adoption passing confidence
vue-i18n (source) ^10.0.1 -> ^10.0.3 age adoption passing confidence
zx (source) ^8.1.6 -> ^8.1.8 age adoption passing confidence

Release Notes

nightwatchjs/nightwatch-plugin-vue (@​nightwatch/vue)

v3.1.2

Compare Source

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

vueuse/vueuse (@​vueuse/core)

v11.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v8.57.1

Compare Source

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

SonarSource/sonar-scanner-npm (sonarqube-scanner)

v4.2.3

Compare Source

bahmutov/start-server-and-test (start-server-and-test)

v2.0.8

Compare Source

tailwindlabs/tailwindcss (tailwindcss)

v3.4.13

Compare Source

Fixed
  • Improve source glob verification performance (#​14481)

v3.4.12

Compare Source

vitejs/vite (vite)

v5.4.8

Compare Source

Please refer to CHANGELOG.md for details.

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/devtools-next (vite-plugin-vue-devtools)

v7.4.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
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
intlify/vue-i18n (vue-i18n)

v10.0.3

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes
📝️ Documentations

Full Changelog: intlify/vue-i18n@v10.0.2...v10.0.3

v10.0.2

Compare Source

This changelog is generated by GitHub Releases

What's Changed

⚡ Improvement Features
📝️ Documentations

Full Changelog: intlify/vue-i18n@v10.0.1...v10.0.2

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 23, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 653c43b to 3477245 Compare September 25, 2024 08:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3477245 to d6f2f2e Compare September 25, 2024 16:27
@Yordan-Ramchev Yordan-Ramchev merged commit 29bab03 into main Sep 25, 2024
2 checks passed
@Yordan-Ramchev Yordan-Ramchev deleted the renovate/all-minor-patch branch September 25, 2024 16:28
Copy link
Contributor Author

renovate bot commented Sep 25, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

# for free to join this conversation on GitHub. Already have an account? # 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