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

build(deps): bump the kopia-ui-npm-dependencies group in /app with 8 updates #3120

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023

Bumps the kopia-ui-npm-dependencies group in /app with 8 updates:

Package Update
auto-launch 5.0.5 to 5.0.6
electron-updater 5.3.0 to 6.1.1
@playwright/test 1.33.0 to 1.35.1
concurrently 8.0.1 to 8.2.0
dotenv 16.0.3 to 16.3.1
electron 25.0.0 to 25.2.0
electron-builder 24.2.0 to 24.4.0
playwright 1.32.3 to 1.35.1

Updates auto-launch from 5.0.5 to 5.0.6

Release notes

Sourced from auto-launch's releases.

5.0.6

  • Add FreeBSD support
Commits

Updates electron-updater from 5.3.0 to 6.1.1

Release notes

Sourced from electron-updater's releases.

electron-updater@6.1.1

Patch Changes

electron-updater@6.1.0

Minor Changes

Patch Changes

  • #7544 dab3aeba Thanks @​NoahAndrews! - Fix differential downloads when the server compresses the blockmap file HTTP response

  • Updated dependencies [dab3aeba]:

    • builder-util-runtime@9.2.1

electron-updater@6.0.4

Patch Changes

electron-updater@6.0.3

Patch Changes

  • #7524 1a134800 Thanks @​NoahAndrews! - Fixed error handling when launching updater (fixes NSIS updates when isAdminRightsRequired is incorrectly set to false)

electron-updater@6.0.2

Patch Changes

electron-updater@6.0.1

Patch Changes

electron-updater@6.0.0

Major Changes

Minor Changes

  • #7060 1d130012 Thanks @​mmaietta! - feat: Introducing deb and rpm auto-updates as beta feature

  • #7337 9c0c4228 Thanks @​beyondkmp! - feat: Provide a custom verify function interface to enable nsis signature verification alternatives instead of powershell

Patch Changes

... (truncated)

Changelog

Sourced from electron-updater's changelog.

6.1.1

Patch Changes

6.1.0

Minor Changes

Patch Changes

  • #7544 dab3aeba Thanks @​NoahAndrews! - Fix differential downloads when the server compresses the blockmap file HTTP response

  • Updated dependencies [dab3aeba]:

    • builder-util-runtime@9.2.1

6.0.4

Patch Changes

6.0.3

Patch Changes

  • #7524 1a134800 Thanks @​NoahAndrews! - Fixed error handling when launching updater (fixes NSIS updates when isAdminRightsRequired is incorrectly set to false)

6.0.2

Patch Changes

6.0.1

Patch Changes

6.0.0

Major Changes

Minor Changes

... (truncated)

Commits
  • 00136aa chore(deploy): Release 24.5.0 (electron-updater@6.1.1) (#7592)
  • cd15e16 fix: default the downloaded update file name to fileInfo.info.url (#7597)
  • 0c60305 chore(deploy): Release 24.3.0 (electron-updater@6.1.0) (#7546)
  • 4786d41 feat: nsis install method - exposed as public to avoid quit the app for the i...
  • 7c05c36 chore(deploy): Release 24.2.1 (electron-updater@6.0.4) (#7530)
  • 9123e31 fix(updater): handle errors on responses in differential download (#7542)
  • cd7b79f chore(deploy): Release 24.2.0 (electron-updater@6.0.3) (#7521)
  • 1a13480 fix: Fix electron-updater error handling when spawning a process asynchronous...
  • ac9c33c chore(deploy): Release 24.1.2 (electron-updater@6.0.2) (#7509)
  • d4c90b6 chore(deps): Move all DefinitelyTyped packages to dev dependencies (#7508)
  • Additional commits viewable in compare view

Updates @playwright/test from 1.33.0 to 1.35.1

Release notes

Sourced from @​playwright/test's releases.

v1.35.1

Highlights

microsoft/playwright#23622 - [Docs] Provide a description how to correctly use expect.configure with poll parameter microsoft/playwright#23666 - [BUG] Live Trace does not work with Codespaces microsoft/playwright#23693 - [BUG] attachment steps are not hidden inside expect.toHaveScreenshot()

Browser Versions

  • Chromium 115.0.5790.13
  • Mozilla Firefox 113.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 114
  • Microsoft Edge 114

v1.35.0

Highlights

  • UI mode is now available in VSCode Playwright extension via a new "Show trace viewer" button:

    Playwright UI Mode

  • UI mode and trace viewer mark network requests handled with page.route() and browserContext.route() handlers, as well as those issued via the API testing:

    Trace Viewer

  • New option maskColor for methods page.screenshot(), locator.screenshot(), expect(page).toHaveScreenshot() and expect(locator).toHaveScreenshot() to change default masking color:

    await page.goto('https://playwright.dev');
    await expect(page).toHaveScreenshot({
      mask: [page.locator('img')],
      maskColor: '#00FF00', // green
    });
  • New uninstall CLI command to uninstall browser binaries:

    $ npx playwright uninstall # remove browsers installed by this installation
    $ npx playwright uninstall --all # remove all ever-install Playwright browsers
  • Both UI mode and trace viewer now could be opened in a browser tab:

    $ npx playwright test --ui-port 0 # open UI mode in a tab on a random port
    $ npx playwright show-trace --port 0 # open trace viewer in tab on a random port

... (truncated)

Commits

Updates concurrently from 8.0.1 to 8.2.0

Release notes

Sourced from concurrently's releases.

v8.2.0

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.1.0...v8.2.0

v8.1.0

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.0.1...v8.1.0

Commits

Updates dotenv from 16.0.3 to 16.3.1

Changelog

Sourced from dotenv's changelog.

16.3.1 (2023-06-17)

Added

  • Add missing type definitions for processEnv and DOTENV_KEY options. #756

16.3.0 (2023-06-16)

Added

  • Optionally pass DOTENV_KEY to options rather than relying on process.env.DOTENV_KEY. Defaults to process.env.DOTENV_KEY #754

16.2.0 (2023-06-15)

Added

  • Optionally write to your own target object rather than process.env. Defaults to process.env. #753
  • Add import type URL to types file #751

16.1.4 (2023-06-04)

Added

  • Added .github/ to .npmignore #747

16.1.3 (2023-05-31)

Removed

  • Removed browser keys for path, os, and crypto in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills for path, os, and crypto. node-polyfill-webpack-plugin provides these.

16.1.2 (2023-05-31)

Changed

  • Exposed private function _configDotenv as configDotenv. #744

16.1.1 (2023-05-30)

Added

  • Added type definition for decrypt function

Changed

  • Fixed {crypto: false} in packageJson.browser

16.1.0 (2023-05-30)

Added

... (truncated)

Commits
  • b13ca7b 16.3.1
  • 9bcc2e7 Merge pull request #756 from motdotla/type-fix
  • 80fff4b Add type definition for DOTENV_KEY
  • 50163a1 update type file
  • 5c7d7f5 Add example demonstrating setting DOTENV_KEY
  • 76d3682 16.3.0
  • 80219ae Merge pull request #754 from motdotla/dotenv-key-option
  • dacd450 Add DOTENV_KEY to cli config and environment config options
  • f20e646 Add options.DOTENV_KEY
  • 5861f6a Add failing test demonstrating need for DOTENV_KEY option
  • Additional commits viewable in compare view

Updates electron from 25.0.0 to 25.2.0

Release notes

Sourced from electron's releases.

electron v25.2.0

Release Notes for v25.2.0

Features

  • node: prefixed requires are now supported in sandboxed renderer preloads for events, timers and url. #38729 (Also in 24, 26)

Fixes

  • Fixed webContents.printToPDF preferCSSPageSize type error. #38791 (Also in 24, 26)
  • Fixed a crash seen when trying to change nativeTheme source during mara context menu close. #38839 (Also in 26)
  • Fixed an issue where webContents.print() stopped triggering its callback when the user cancelled the print dialog. #38814 (Also in 26)

Other Changes

  • Updated Chromium to 114.0.5735.134. #38782

electron v25.1.1

Release Notes for v25.1.1

Fixes

  • Added transparent color support for WCO on Windows. #38715 (Also in 26)
  • Fixed an error with webContents.print parameter validation by adding missing options required to set printer printable area. #38720 (Also in 26)
  • Fixed an issue where passing webContents.print(null) could incorrectly trigger an error. #38642 (Also in 24, 26)
  • Fixed an issue with potential use-after-free of child windows on close and reparent. #38678 (Also in 24, 26)
  • Fixed potential invalid protocol error handling. #38634 (Also in 26)
  • Fixed visibility of menu bar when exiting full screen. #38682 (Also in 23, 24, 26)

electron v25.1.0

Release Notes for v25.1.0

Features

  • Added setUSBProtectedClassesHandler to allow access to protected USB classes with WebUSB. #38493 (Also in 24)
  • Added setUSBProtectedClassesHandler to allow access to protected USB classes with WebUSB. #38493 (Also in 24)

Fixes

  • Fixed an issue where <datalist> popups are positions incorrectly in BrowserViews. #38609 (Also in 23, 24, 26)

Other Changes

  • Improved error message when contentTracing.stopRecording() fails because no trace was in progress. #38519 (Also in 23, 24)
  • Updated Chromium to 114.0.5735.91. #38516

electron v25.0.1

Release Notes for v25.0.1

Fixes

  • Fixed potential issues when minimizing parent windows with non-modal children on macOS. #38509 (Also in 24)

Other Changes

... (truncated)

Commits
  • fc5a7dd fix: crash on nativeTheme change during context menu close (#38839)
  • 1cb343e fix: webContents.print() cancellation callback (#38814)
  • 11c6f1f refactor: remove unused InspectableWebContentsView::GetWebView() (#38821)
  • c5e5b13 test: disable flaky asar worker test on ASan build (#38805)
  • f44be42 refactor: constexpr lookup tables (#38800)
  • 70fe0d9 feat: support node: prefixed requires in sandboxed renderer preloads (#38729)
  • cea70de chore: bump chromium to 114.0.5735.134 (25-x-y) (#38782)
  • 31b0daa fix: preferCSSPageSize error type (#38791)
  • 4249800 refactor: use compile-time cli arg sets. (#38768)
  • 2ba9860 docs: clarify supported accelerator punctuation (#38755)
  • Additional commits viewable in compare view

Updates electron-builder from 24.2.0 to 24.4.0

Release notes

Sourced from electron-builder's releases.

v24.4.0

What's Changed

Full Changelog: electron-userland/electron-builder@v24.3.0...v24.4.0

v24.3.0

What's Changed

New Contributors

Full Changelog: electron-userland/electron-builder@v24.2.1...v24.3.0

v24.2.1

What's Changed

New Contributors

Full Changelog: electron-userland/electron-builder@v24.2.0...v24.2.1

Changelog

Sourced from electron-builder's changelog.

24.4.0

Patch Changes

24.3.0

Patch Changes

24.2.1

Patch Changes

  • Updated dependencies [a4888ac4, e83dc814]:
    • app-builder-lib@24.2.1
    • dmg-builder@24.2.1
Commits

Updates playwright from 1.32.3 to 1.35.1

Release notes

Sourced from playwright's releases.

v1.35.1

Highlights

microsoft/playwright#23622 - [Docs] Provide a description how to correctly use expect.configure with poll parameter microsoft/playwright#23666 - [BUG] Live Trace does not work with Codespaces microsoft/playwright#23693 - [BUG] attachment steps are not hidden inside expect.toHaveScreenshot()

Browser Versions

  • Chromium 115.0.5790.13
  • Mozilla Firefox 113.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 114
  • Microsoft Edge 114

v1.35.0

Highlights

  • UI mode is now available in VSCode Playwright extension via a new "Show trace viewer" button:

    Playwright UI Mode

  • UI mode and trace viewer mark network requests handled with page.route() and browserContext.route() handlers, as well as those issued via the API testing:

    Trace Viewer

  • New option maskColor for methods page.screenshot(), locator.screenshot(), expect(page).toHaveScreenshot() and expect(locator).toHaveScreenshot() to change default masking color:

    await page.goto('https://playwright.dev');
    await expect(page).toHaveScreenshot({
      mask: [page.locator('img')],
      maskColor: '#00FF00', // green
    });
  • New uninstall CLI command to uninstall browser binaries:

    $ npx playwright uninstall # remove browsers installed by this installation
    $ npx playwright uninstall --all # remove all ever-install Playwright browsers
  • Both UI mode and trace viewer now could be opened in a browser tab:

    $ npx playwright test --ui-port 0 # open UI mode in a tab on a random port
    $ npx playwright show-trace --port 0 # open trace viewer in tab on a random port

... (truncated)

Commits

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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 3, 2023
@codecov
Copy link

codecov bot commented Jul 3, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.03 ⚠️

Comparison is base (53d799e) 75.41% compared to head (f62912f) 75.39%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3120      +/-   ##
==========================================
- Coverage   75.41%   75.39%   -0.03%     
==========================================
  Files         459      459              
  Lines       36320    36320              
==========================================
- Hits        27391    27383       -8     
- Misses       7022     7027       +5     
- Partials     1907     1910       +3     

see 8 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jkowalski jkowalski force-pushed the dependabot/npm_and_yarn/app/kopia-ui-npm-dependencies-9ce8e2e2ba branch from 13bb358 to 38995bb Compare July 4, 2023 05:31
@jkowalski
Copy link
Contributor

@dependabot recreate

…updates

Dependabot couldn't find the original pull request head commit, 0e05e35b342c5b5aa6b1fb4122d87ba9c2cadb22.
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/app/kopia-ui-npm-dependencies-9ce8e2e2ba branch from 38995bb to f62912f Compare July 4, 2023 06:00
@jkowalski jkowalski merged commit 35b1c43 into master Jul 4, 2023
29 checks passed
@jkowalski jkowalski deleted the dependabot/npm_and_yarn/app/kopia-ui-npm-dependencies-9ce8e2e2ba branch July 4, 2023 06:31
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.

None yet

1 participant