-
Notifications
You must be signed in to change notification settings - Fork 12
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 (minor) #173
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 10, 2023 01:09
44b7c50
to
302721c
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 11, 2023 19:38
302721c
to
e6c3db7
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 12, 2023 16:21
e6c3db7
to
5ca0e65
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 12, 2023 22:38
5ca0e65
to
b146726
Compare
renovate
bot
changed the title
chore(deps): update devdependency @vueuse/nuxt to ^10.6.0
chore(deps): update devdependency @vueuse/nuxt to ^10.6.1
Nov 13, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 13, 2023 13:56
b146726
to
7581a04
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 13, 2023 19:30
7581a04
to
dfadd7c
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 14, 2023 17:30
dfadd7c
to
180f068
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 28, 2023 18:21
ba7d73a
to
38f0b35
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 29, 2023 01:03
38f0b35
to
5fa40e9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 4, 2023 09:43
5fa40e9
to
c690360
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 4, 2023 19:04
c690360
to
ff1e2c0
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 5, 2023 06:45
ff1e2c0
to
4af60dd
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 5, 2023 15:59
4af60dd
to
70acb2c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.0.2
->^3.1.0
1.39.0
->1.40.1
^10.5.0
->^10.7.0
v1.39.0-focal
->v1.40.1-focal
8.10.5
->8.11.0
^5.2.2
->^5.3.2
Release Notes
nuxt-modules/google-fonts (@nuxtjs/google-fonts)
v3.1.0
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
📖 Documentation
🏡 Chore
✅ Tests
❤️ Contributors
microsoft/playwright (@playwright/test)
v1.40.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/28319 - [REGRESSION]: Version 1.40.0 Produces corrupted traceshttps://github.com/microsoft/playwright/issues/283711 - [BUG] The color of the 'ok' text did not change to green in the vs code test results sectiohttps://github.com/microsoft/playwright/issues/2832121 - [BUG] Ambiguous test outcome and status for serial mohttps://github.com/microsoft/playwright/issues/28362362 - [BUG] Merging blobs ends up in Error: Cannot create a string longer than 0x1fffffe8 characthttps://github.com/microsoft/playwright/pull/282398239 - fix: collect all errors in removeFolders
Browser Versions
This version was also tested against the following stable channels:
v1.40.0
Compare Source
Test Generator Update
New tools to generate assertions:
Here is an example of a generated test with assertions:
New APIs
reason
in page.close(), browserContext.close() and browser.close(). Close reason is reported for all operations interrupted by the closure.firefoxUserPrefs
in browserType.launchPersistentContext(userDataDir).Other Changes
Browser Versions
This version was also tested against the following stable channels:
vueuse/vueuse (@vueuse/nuxt)
v10.7.0
Compare Source
🚀 Features
distanceThreshold
option - by @donaldxdonald and @antfu in https://github.com/vueuse/vueuse/issues/3578 (0e04a)canLoadMore
option - by @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/3558 (e780f)disableTextSelect
option - by @aminmokhtari94 in https://github.com/vueuse/vueuse/issues/3604 (fd67b)🐞 Bug Fixes
trigger
should not ignore falsy values - by @romansp and @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/3561 (3733b)isAborted
value on success - by @17359898647 and @antfu in https://github.com/vueuse/vueuse/issues/3547 (4b159)View changes on GitHub
v10.6.1
Compare Source
🐞 Bug Fixes
.style
can be undefined - by @antfu (3d6b9)View changes on GitHub
v10.6.0
Compare Source
🚀 Features
dataTypes
option - by @rtugeek and @antfu in https://github.com/vueuse/vueuse/issues/3471 (3f3f1)takeRecords
function - by @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/3480 (f9136)waitOnMounted
option for SSR - by @posva and @antfu in https://github.com/vueuse/vueuse/issues/3504 (dc6f2)🐞 Bug Fixes
onMounted
to get correct inital arrivedStates values - by @nicooprat and @antfu in https://github.com/vueuse/vueuse/issues/3384 (86bd8)View changes on GitHub
pnpm/pnpm (pnpm)
v8.11.0
Compare Source
Minor Changes
(IMPORTANT) When the package tarballs aren't hosted on the same domain on which the registry (the server with the package metadata) is, the dependency keys in the lockfile should only contain
/<pkg_name>@​<pkg_version
, not<domain>/<pkg_name>@​<pkg_version>
.This change is a fix to avoid the same package from being added to
node_modules/.pnpm
multiple times. The change to the lockfile is backward compatible, so previous versions of pnpm will work with the fixed lockfile.We recommend that all team members update pnpm in order to avoid repeated changes in the lockfile.
Related PR: #7318.
Patch Changes
pnpm add a-module-already-in-dev-deps
will show a message to notice the user that the package was not moved to "dependencies" #926.Our Gold Sponsors
Our Silver Sponsors
Microsoft/TypeScript (typescript)
v5.3.2
: TypeScript 5.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
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 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.
This PR has been generated by Mend Renovate. View repository job log here.