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 12 updates #258

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

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

Package From To
electron-is-dev 2.0.0 3.0.1
electron-log 5.0.1 5.1.2
electron-updater 6.1.7 6.1.8
electron-store 8.1.0 8.2.0
semver 7.5.4 7.6.0
@electron/notarize 2.2.0 2.3.0
@playwright/test 1.40.1 1.42.1
dotenv 16.3.1 16.4.5
electron 27.1.3 29.1.6
electron-builder 24.9.1 24.13.3
playwright 1.40.1 1.42.1
playwright-core 1.40.1 1.42.1

Updates electron-is-dev from 2.0.0 to 3.0.1

Release notes

Sourced from electron-is-dev's releases.

v3.0.1

  • Fix missing field in package.json 8a7f7df

sindresorhus/electron-is-dev@v3.0.0...v3.0.1

v3.0.0

Breaking

  • Require Electron 28 8e0dbe5
  • This package is now pure ESM. Please read this and this.

sindresorhus/electron-is-dev@v2.0.0...v3.0.0

Commits

Updates electron-log from 5.0.1 to 5.1.2

Changelog

Sourced from electron-log's changelog.

Changelog

5.1.0

  • New entry point for NW.js / Node.js apps: 'electron-log/node'

5.0.0

Core

  • Now it's a time to use modern ES instead of ES5. It was a joy to use old-fashioned ES5, but since the library grows it becomes harder to follow its restrictions. Starting from v5 the library requires Node.js 14+ or Electron 13 at least.
  • Now a renderer process just sends log data to the main through IPC, so only the main logger can be configured. See initialize for more information
  • A new tranforms property is added for each transport. It allows to configure transformations preformed on message data. See transforms for more information.
  • log.create(logId) is replaced by log.create({ logId })

File transport

  • archiveLog options is renamed to archiveLogFn
  • resolvePath options is renamed to resolvePathFn
  • All logs are written to main.log file. If you want to write renderer logs to a separated file, you can do that by overriding resolvePathFn

Console transport

  • writeFn callback is added. By default, it just passes message.data to console.log function

Remote transport

  • onError is renamed to processErrorFn({ error, message, request })
  • transformBody is renamed to makeBodyFn({ logger, message, transport })

Electron event logger

To simplify app debugging the Electron event logging was implemented.

4.4.0

  • Disable auto-loading of electron-log in the main process for using by ipc transport

4.3.0

  • Add transport.file.inspectOptions

... (truncated)

Commits
  • 9668b39 5.1.2
  • 35f7184 fix(ipc): Message duplicated in dev console, fixes #407
  • feaf2f3 5.1.1
  • a86e48f fix: ElectronExternalApi fallback to super when electron app is undefined, fi...
  • ba23a9a 5.1.0
  • c35ba87 feat: Enabled ipc transport again, fixes #395
  • 4c719e2 fix(transform): Transform data and primirives correctly, fixes #394
  • 0f9d340 refactor(main): Separate electron API Node.js api (#392)
  • f1844e0 chore(e2e): Skip vite-isolation-context-sandbox on node14
  • 9dcfda7 chore(e2e): Don't run ESM tests for Electron < 28
  • Additional commits viewable in compare view

Updates electron-updater from 6.1.7 to 6.1.8

Release notes

Sourced from electron-updater's releases.

electron-updater@6.1.8

Patch Changes

Changelog

Sourced from electron-updater's changelog.

6.1.8

Patch Changes

Commits

Updates electron-store from 8.1.0 to 8.2.0

Release notes

Sourced from electron-store's releases.

v8.2.0

  • Allow awaiting .openInEditor() (#272) c0bcdb7

sindresorhus/electron-store@v8.1.0...v8.2.0

Commits

Updates semver from 7.5.4 to 7.6.0

Release notes

Sourced from semver's releases.

v7.6.0

7.6.0 (2024-01-31)

Features

Chores

Changelog

Sourced from semver's changelog.

7.6.0 (2024-01-31)

Features

Chores

Commits
  • 377f709 chore: release 7.6.0 (#661)
  • a7ab13a feat: preserve pre-release and build parts of a version on coerce (#671)
  • 816c7b2 chore: postinstall for dependabot template-oss PR
  • 0bd24d9 chore: bump @​npmcli/template-oss from 4.21.1 to 4.21.3
  • e521932 chore: postinstall for dependabot template-oss PR
  • 8873991 chore: chore: chore: postinstall for dependabot template-oss PR
  • f317dc8 chore: bump @​npmcli/template-oss from 4.19.0 to 4.21.0
  • 7303db1 chore: add clean() test for build metadata (#658)
  • 6240d75 chore: add missing quotes in README.md (#656)
  • 14d263f chore: postinstall for dependabot template-oss PR
  • Additional commits viewable in compare view

Updates @electron/notarize from 2.2.0 to 2.3.0

Release notes

Sourced from @​electron/notarize's releases.

v2.3.0

2.3.0 (2024-02-15)

Bug Fixes

  • skip codesign check on pkg and dmg files (#172) (df2d00d)

Features

v2.2.1

2.2.1 (2024-01-24)

Bug Fixes

Commits
  • df2d00d fix: skip codesign check on pkg and dmg files (#172)
  • 571ebac feat: add support for .pkg and .dmg files (#169)
  • 75d914e chore: bump electronjs/node in .circleci/config.yml to 2.2.1 (#178)
  • fa2cb22 fix: check notarytool response status (#173)
  • 5481607 docs: specify keychain option is optional (#174)
  • e4f0f73 chore: bump electronjs/node in .circleci/config.yml to 2.2.0 (#176)
  • 83f6f8e chore: bump electronjs/node to 2.1.0 (main) (#170)
  • 82369dc chore: bump continuousauth/npm to 2.1.0 (main) (#171)
  • See full diff in compare view

Updates @playwright/test from 1.40.1 to 1.42.1

Release notes

Sourced from @​playwright/test's releases.

v1.42.1

Highlights

microsoft/playwright#29732 - [Regression]: HEAD requests to webServer.url since v1.42.0 microsoft/playwright#29746 - [Regression]: Playwright CT CLI scripts fail due to broken initializePlugin import microsoft/playwright#29739 - [Bug]: Component tests fails when imported a module with a dot in a name microsoft/playwright#29731 - [Regression]: 1.42.0 breaks some import statements microsoft/playwright#29760 - [Bug]: Possible regression with chained locators in v1.42

Browser Versions

  • Chromium 123.0.6312.4
  • Mozilla Firefox 123.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 122
  • Microsoft Edge 123

v1.42.0

New APIs

  • Test tags

    New tag syntax for adding tags to the tests (@-tokens in the test title are still supported).

    test('test customer login', { tag: ['@fast', '@login'] }, async ({ page }) => {
      // ...
    });

    Use --grep command line option to run only tests with certain tags.

    npx playwright test --grep @fast
  • Annotating skipped tests

    New annotation syntax for test annotations allows annotating the tests that do not run.

    test('test full report', {
      annotation: [
        { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/23180' },
        { type: 'docs', description: 'https://playwright.dev/docs/test-annotations#tag-tests' },
      ],
    }, async ({ page }) => {
      // ...
    });

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by yurys, a new releaser for @​playwright/test since your current version.


Updates dotenv from 16.3.1 to 16.4.5

Changelog

Sourced from dotenv's changelog.

16.4.5 (2024-02-19)

Changed

  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #814

16.4.4 (2024-02-13)

Changed

  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #812

16.4.3 (2024-02-12)

Changed

  • Fixed processing of multiple files in options.path #805

16.4.2 (2024-02-10)

Changed

16.4.1 (2024-01-24)

  • Patch support for array as path option #797

16.4.0 (2024-01-23)

  • Add error.code to error messages around .env.vault decryption handling #795
  • Add ability to find .env.vault file when filename(s) passed as an array #784

16.3.2 (2024-01-18)

Added

  • Add debug message when no encoding set #735

Changed

  • Fix output typing for populate #792
  • Use subarray instead of slice #793
Commits

Updates electron from 27.1.3 to 29.1.6

Release notes

Sourced from electron's releases.

electron v29.1.6

Release Notes for v29.1.6

Fixes

  • Fixed shell.showItemInFolder not opening Windows Explorer if the passed path contains forward slashes. #41672 (Also in 28, 30)
  • Fixed a potential crash in chrome.scripting on extension unload. #41701 (Also in 30)
  • Fixed an issue where emojis weren't properly handled on Windows. #41680 (Also in 30)
  • Fixed an issue where the serial-port-added event improperly respected filters set by serial.requestPort(). #41636 (Also in 28, 30)

Other Changes

electron v29.1.5

Release Notes for v29.1.5

Fixes

  • Fixed an issue where badge text set using the Badging API no longer appeared correctly on Windows. #41628 (Also in 30)

Other Changes

  • Updated Chromium to 122.0.6261.130. #41598

electron v29.1.4

Release Notes for v29.1.4

Other Changes

  • Updated Chromium to 122.0.6261.129. #41583

electron v29.1.3

Release Notes for v29.1.3

Fixes

  • Fixed chrome://process-internals failing to load. #41542 (Also in 28, 30)
  • Fixed a memory corruption crash on Windows by removing DXDiag telemetry code. #41574

Other Changes

  • Backported fix for 40265302. #41573
  • Updated Chromium to 122.0.6261.112. #41552

electron v29.1.2

Release Notes for v29.1.2

Fixes

  • Fixed chrome://process-internals failing to load. #41542 (Also in 28, 30)
  • Fixed a memory corruption crash on Windows by removing DXDiag telemetry code. #41574

... (truncated)

Commits
  • 3b025ec test: add test and api_feature definition for `chrome.scripting.globalParam...
  • d2c14f1 fix: crash on extension unload when script validation finishes (#41701)
  • 0d3f50f docs: backslash escape parametrized TypeScript types (#41692)
  • d3da708 fix: WTF-8 decoding issue in node:fs (#41680)
  • e64c123 fix: normalize path before calling showItemInFolder and openPath (#41672)
  • 9ce58dd ci: use CircleCI hosted macOS arm64 runners for testing (#41655)
  • 4da7bff docs: nodejs trademark policy link broken (#41653)
  • 53a7faa chore: bump chromium to 122.0.6261.139 (29-x-y) (#41634)
  • d2177e4 chore: cherry-pick 1 change from Release-0-M123 (#41631)
  • 07f5075 fix: serial-port-added should respect filters (#41636)
  • Additional commits viewable in compare view

Updates electron-builder from 24.9.1 to 24.13.3

Release notes

Sourced from electron-builder's releases.

v24.13.3

What's Changed

New Contributors

Full Changelog: electron-userland/electron-builder@v24.13.2...v24.13.3

v24.13.2

What's Changed

Full Changelog: electron-userland/electron-builder@v24.13.1...v24.13.2

v24.13.1

What's Changed

Full Changelog: electron-userland/electron-builder@v24.13.0...v24.13.1

v24.13.0

What's Changed

... (truncated)

Changelog

Sourced from electron-builder's changelog.

24.13.3

Patch Changes

24.13.2

Patch Changes

24.13.1

Patch Changes

  • Updated dependencies [6a4f605f, ccbb80de]:
    • app-builder-lib@24.13.1
    • builder-util@24.13.1
    • builder-util-runtime@9.2.4
    • dmg-builder@24.13.1

24.13.0

Patch Changes

24.12.0

Minor Changes

Patch Changes

24.11.0

Patch Changes

... (truncated)

Commits

Updates playwright from 1.40.1 to 1.42.1

Release notes

Sourced from playwright's releases.

v1.42.1

Highlights

microsoft/playwright#29732 - [Regression]: HEAD requests to webServer.url since v1.42.0 microsoft/playwright#29746 - [Regression]: Playwright CT CLI scripts fail due to broken initializePlugin import microsoft/playwright#29739 - [Bug]: Component tests fails when imported a module with a dot in a name microsoft/playwright#29731 - [Regression]: 1.42.0 breaks some import statements microsoft/playwright#29760 - [Bug]: Possible regression with chained locators in v1.42

Browser Versions

  • Chromium 123.0.6312.4
  • Mozilla Firefox 123.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 122
  • Microsoft Edge 123

v1.42.0

New APIs

  • Test tags

    New tag syntax for adding tags to the tests (@-tokens in the test title are still supported).

    test('test customer login', { tag: ['@fast', '@login'] }, async ({ page }) => {
      // ...
    });

    Use --grep command line option to run only tests with certain tags.

    npx playwright test --grep @fast
  • Annotating skipped tests

    New annotation syntax for test annotations allows annotating the tests that do not run.

    test('test full report', {
      annotation: [
        { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/23180' },
        { type: 'docs', description: 'https://playwright.dev/docs/test-annotations#tag-tests' },
      ],
    }, async ({ page }) => {
      // ...
    });

... (truncated)

Commits

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

| Package | From | To |
| --- | --- | --- |
| [electron-is-dev](https://github.com/sindresorhus/electron-is-dev) | `2.0.0` | `3.0.1` |
| [electron-log](https://github.com/megahertz/electron-log) | `5.0.1` | `5.1.2` |
| [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater) | `6.1.7` | `6.1.8` |
| [electron-store](https://github.com/sindresorhus/electron-store) | `8.1.0` | `8.2.0` |
| [semver](https://github.com/npm/node-semver) | `7.5.4` | `7.6.0` |
| [@electron/notarize](https://github.com/electron/notarize) | `2.2.0` | `2.3.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.40.1` | `1.42.1` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.3.1` | `16.4.5` |
| [electron](https://github.com/electron/electron) | `27.1.3` | `29.1.6` |
| [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `24.9.1` | `24.13.3` |
| [playwright](https://github.com/microsoft/playwright) | `1.40.1` | `1.42.1` |
| [playwright-core](https://github.com/microsoft/playwright) | `1.40.1` | `1.42.1` |


Updates `electron-is-dev` from 2.0.0 to 3.0.1
- [Release notes](https://github.com/sindresorhus/electron-is-dev/releases)
- [Commits](sindresorhus/electron-is-dev@v2.0.0...v3.0.1)

Updates `electron-log` from 5.0.1 to 5.1.2
- [Changelog](https://github.com/megahertz/electron-log/blob/master/CHANGELOG.md)
- [Commits](megahertz/electron-log@v5.0.1...v5.1.2)

Updates `electron-updater` from 6.1.7 to 6.1.8
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-updater@6.1.8/packages/electron-updater)

Updates `electron-store` from 8.1.0 to 8.2.0
- [Release notes](https://github.com/sindresorhus/electron-store/releases)
- [Commits](sindresorhus/electron-store@v8.1.0...v8.2.0)

Updates `semver` from 7.5.4 to 7.6.0
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.5.4...v7.6.0)

Updates `@electron/notarize` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/electron/notarize/releases)
- [Changelog](https://github.com/electron/notarize/blob/main/.releaserc.json)
- [Commits](electron/notarize@v2.2.0...v2.3.0)

Updates `@playwright/test` from 1.40.1 to 1.42.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.40.1...v1.42.1)

Updates `dotenv` from 16.3.1 to 16.4.5
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.3.1...v16.4.5)

Updates `electron` from 27.1.3 to 29.1.6
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v27.1.3...v29.1.6)

Updates `electron-builder` from 24.9.1 to 24.13.3
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.13.3/packages/electron-builder)

Updates `playwright` from 1.40.1 to 1.42.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.40.1...v1.42.1)

Updates `playwright-core` from 1.40.1 to 1.42.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.40.1...v1.42.1)

---
updated-dependencies:
- dependency-name: electron-is-dev
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: electron-log
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: electron-updater
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: electron-store
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: "@electron/notarize"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: dotenv
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: electron-builder
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: playwright-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: kopia-ui-npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2024
Copy link
Author

dependabot bot commented on behalf of github May 1, 2024

Superseded by #271.

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/kopia-ui-npm-dependencies-47f349e2c9 branch May 1, 2024 01:45
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