mendhak / eleventy-satisfactory

Content-first eleventy blog template with basic layout and various features
https://code.mendhak.com/eleventy-satisfactory/
MIT License
20 stars 1 forks source link

Bump smashtest from 1.7.0 to 1.8.2 #9

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps smashtest from 1.7.0 to 1.8.2.

Release notes

Sourced from smashtest's releases.

v1.8.2

What's Changed

  • Add click and type steps with no target element in smashtestio/smashtest#84
  • Remove remaining stack trace dumping from the console

Full Changelog: https://github.com/smashtestio/smashtest/compare/v1.8.1...v1.8.2

v1.8.1

Changelog

Sourced from smashtest's changelog.

1.8.2

  • Removed leftover stack trace dump from the CLI
  • Added targetless Click and Type steps (#84)

1.8.1

  • Sync versions, npm package and changelog

1.8.0

  • Smashtest has been migrated to Typescript runtime. If you're installing Smashtest as a global package (npm i -g), you have to install ts-node as well
  • Migrated from CJS to ESM
  • The i() API accepts ESM and .ts modules as well. ESM and .ts modules need to be awaited (await i()), CJS modules can be used with pure i() as before. The most compatible way is to always use await i(...)
  • Runtime errors no longer dump the stack trace to the console.
  • REPL commands have been curated, irrelevant factory Node commands are removed (#78)
  • Added REPL command .copy (c): Copy all evaluated passed commands to the clipboard (#78)
  • Sinon now intercepts fetch requests (e1e9ca7)
  • Fixed numerous bugs
    • Sinon not being injected as a local dep (3337b86)
    • Runtime error in not$ called with a non-visible WebElement (ecb7514)
    • Null error on the 'resume' command in REPL when the session finishes (17c56f3)
    • BrowserInstance::isAlertOpen() always returned false (60ca46)
    • The steps were not printed to the console in the browser during debugging (baf85b9)
Commits
Maintainer changes

This version was pushed to npm by sarimarton, a new releaser for smashtest since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Looks like smashtest is up-to-date now, so this is no longer needed.