chore(deps): update all non-major dependencies #496
Merged
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:
~9.4.1
->~9.5.0
6.30.1
->6.31.0
~2.8.1
->~2.8.3
~0.22.0
->~0.22.2
Release Notes
cypress-io/cypress
v9.5.0
Compare Source
Released 2/15/2022
Features:
to improve readability and provide meaningful stack traces. Addressed in
#20124.
cy.request()
log message to hide the origin when it matched thebrowser origin to make debugging easier. This reduces the length of the log
message that could be partially hidden if a long url is requested. Addressed
in #20009.
ShadowRoot
andDocument
elements as HTMLelements. Previously these would be logged as enumerated objects, which were
difficult to evaluate. Addressed in
#20049.
node
path in the run header. Addressed in#20120.
Bugfixes:
.selectFile()
could have thewrong
File
prototype. Fixes#20003.
.select()
to only dispatch thechange
andinput
events when theselected option is not the currently selected option. This change aligns
.select()
with the browser. Fixes#19494.
.type(' ')
to align with the W3C standards where a click eventshould be dispatched when the Space key is pressed and the current focus is on
a state-changing element with type
button
,image
,submit
orreset
.Fixes #20067.
pnpm/pnpm
v6.31.0
Compare Source
Minor Changes
Added
--shell-mode
/-c
option support topnpm exec
#4328--shell-mode
: shell interpreter. See: https://github.com/sindresorhus/execa/tree/484f28de7c35da5150155e7a523cbb20de161a4f#shellUsage example:
Patch Changes
publishConfig
when thepack
orpublish
commands are used #4311pnpx
,pnpm dlx
,pnpm create
, andpnpm exec
commands should set thenpm_config_user_agent
env variable #3985.What's Changed
New Contributors
Full Changelog: pnpm/pnpm@v6.30.1...v6.31.0
vitejs/vite
v2.8.3
Compare Source
Bug Fixes
v2.8.2
Compare Source
Features
import.meta.glob
andimport.meta.globEager
generic (#5073) (78e84c8)Performance Improvements
vuejs/vitepress
v0.22.2
Compare Source
Features
v0.22.1
Compare Source
Features
automatically update hash map + retry on failed page fetch (2324948)
use git-based lastUpdated data (d32d8d4)
Note: lastUpdated data is now disabled by default due to the performance overhead of retrieving the git information. This also means each page's metadata object no longer contains the
lastUpdated
property by default - it will only be present if the newlastUpdated: true
config option is enabled.Configuration
📅 Schedule: "before 2am" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.