PromptMixerDev / prompt-mixer-app-ce

A desktop application for comparing outputs from different Large Language Models (LLMs).
https://www.promptmixer.dev
MIT License
24 stars 3 forks source link

Bump wdio-electron-service from 6.6.1 to 7.0.2 #14

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps wdio-electron-service from 6.6.1 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: https://github.com/webdriverio-community/wdio-electron-service/compare/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 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)
dependabot[bot] commented 1 month ago

Superseded by #17.