Skip to content
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

Bump wdio-electron-service from 6.5.0 to 7.0.2 #1099

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2024

Bumps wdio-electron-service from 6.5.0 to 7.0.2.

Release notes

Sourced from wdio-electron-service's releases.

Release 7.0.2

Fixed:

  • Error when calling execute with a function which declares a function in a TS spec file - related to tsx / esbuild (72c4535)
  • CJS types are masquerading as ESM (c390e9d)

Developer:

  • E2Es: Added JS variant E2Es using Rollup to convert the (TS) spec files before execution (#763)
  • E2Es: Standardised example apps where possible, fixed a lot of inconsistencies (#763)
  • Linting: Fixed some linting issues, updated linting configuration (#763)
  • Deleted some unused dependencies and package.json fields (#763)
  • Slimmed down package tsconfigs (#763)
  • Updated dependencies (#763)

Full Changelog: webdriverio-community/wdio-electron-service@v7.0.1...v7.0.2

Release 7.0.1

New:

  • The service now detects the use of old Electron versions (< v26) when the user is attempting to use service-managed Chromedriver and throws an error stating that CD needs to be manually configured (#747)

Docs:

  • Added missing README back to NPM package (#748)
  • Added READMEs for utils and types packages (#748)

Developer:

  • Fixed: Versioning issues with release process (#750)
  • Fixed: Release bumping triggers Husky pre-push (#751)
  • Updated to ESLint 9 & config updated for new repo structure (#749)
  • Now using eslint-plugin-import-x (#749)

Full Changelog

Release 7.0.0

New:

  • Complete restructure of the repo, now using Turborepo (#443, #623, #645)
  • Works with WDIO v9 (#623, #666, #729)
  • Node 16 support dropped (#666)
  • "No Binary" mode for testing an app without having to build it using e.g. Electron Forge or electron-builder (#704)

Fixed:

  • Windows CI timeouts with Electron 30 (#578)
  • Executable name on Forge builds doesn't take account of packagerConfig (#621)
  • Multiple build tools present in a project produces errors (#622)
  • E2E debug is too verbose (#634)

... (truncated)

Commits
  • 9febf93 Release 7.0.2
  • 1c70100 Merge pull request #763 from webdriverio-community/sm/update-deps
  • 5eabaaf chore: update @electron/packager, remove asar version pin workaround
  • a6e6be4 fix: add workaround for rollup ts plugin overwriting module value
  • 700b2ba chore: slim down tsconfigs
  • c99d3cf chore: fix include
  • 9102cd3 chore: update lockfile
  • fc3159f chore: improve verbiage
  • 7cfe7aa chore: use top level await
  • 4895655 chore: rename plugin import
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [wdio-electron-service](https://github.com/webdriverio-community/wdio-electron-service) from 6.5.0 to 7.0.2.
- [Release notes](https://github.com/webdriverio-community/wdio-electron-service/releases)
- [Commits](webdriverio-community/wdio-electron-service@6.5.0...v7.0.2)

---
updated-dependencies:
- dependency-name: wdio-electron-service
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants