chore(deps): update all minor dependency bump #393
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:
1.7.4
->1.11.0
1.69.7
->1.70.0
7.0.1
->7.2.0
Release Notes
dmtrKovalenko/cypress-real-events (cypress-real-events)
v1.11.0
Compare Source
Bug Fixes
Features
v1.10.3
Compare Source
Changes
v1.10.2
Compare Source
v1.10.1
Compare Source
Bug Fixes
v1.10.0
Compare Source
Bug Fixes
Features
v1.9.1
Compare Source
Features
v1.8.1
Compare Source
What's Changed
🎉 feat: new realMouseWheel command by @fernyb in https://github.com/dmtrKovalenko/cypress-real-events/pull/378
chore(readme): Add Typescript types info by @mitchwd in https://github.com/dmtrKovalenko/cypress-real-events/pull/368
chore(deps): support Cypress 12 by @piwysocki in https://github.com/dmtrKovalenko/cypress-real-events/pull/366
chore(docs): Fix real mouse wheel docs by @dmtrKovalenko in https://github.com/dmtrKovalenko/cypress-real-events/pull/384
New Contributors
Full Changelog: dmtrKovalenko/cypress-real-events@v1.7.6...1.8.1
v1.8.0
Compare Source
v1.7.6
What's Changed
Cypress 12 support by @piwysocki
sass/dart-sass (sass)
v1.70.0
Compare Source
JavaScript API
Add a
sass.initCompiler()
function that returns asass.Compiler
objectwhich supports
compile()
andcompileString()
methods with the same API asthe global Sass object. On the Node.js embedded host, each
sass.Compiler
object uses a single long-lived subprocess, making compiling multiple
stylesheets much more efficient.
Add a
sass.initAsyncCompiler()
function that returns asass.AsyncCompiler
object which supports
compileAsync()
andcompileStringAsync()
methods withthe same API as the global Sass object. On the Node.js embedded host, each
sass.AsynCompiler
object uses a single long-lived subprocess, makingcompiling multiple stylesheets much more efficient.
Embedded Sass
Support the
CompileRequest.silent
field. This allows compilations with nologging to avoid unnecessary request/response cycles.
The Dart Sass embedded compiler now reports its name as "dart-sass" rather
than "Dart Sass", to match the JS API's
info
field.jeffbski/wait-on (wait-on)
v7.2.0
Compare Source
Update axios from 0.27.2 to latest 1.6.1 which fixes security vulnerability CVE-2023-45857.
Thanks @AndrewMax for the PR #147 and also for those that confirmed it.
v7.1.0
Compare Source
Update dependencies.
Add ability to specify timeout, httpTimeout, and tcpTimeout with a unit (ms, m, s, h), defaults to ms if not specified. Thanks @ntkoopman
Configuration
📅 Schedule: Branch creation - "before 5am on Monday" in timezone Europe/Warsaw, 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.
This PR has been generated by Mend Renovate. View repository job log here.