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 6 updates #232

Conversation

dependabot[bot]
Copy link

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

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

Package From To
electron-is-dev 2.0.0 3.0.1
electron-log 5.0.1 5.1.0
@electron/notarize 2.2.0 2.2.1
@playwright/test 1.40.1 1.41.1
dotenv 16.3.1 16.4.1
electron 27.1.3 28.2.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.0

Changelog

Sourced from electron-log's 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
  • transport.file.depth is deprecated

... (truncated)

Commits
  • 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
  • ae1f0d6 fix: Allow using in ESM bundled by Vite (electron loading workaround) #390
  • a8448c9 5.0.4
  • af7b7a0 fix: Allow using in ESM bundled by Vite #390
  • 3526fec feat(e2e): Add esbuild-esm test
  • Additional commits viewable in compare view

Updates @electron/notarize from 2.2.0 to 2.2.1

Release notes

Sourced from @​electron/notarize's releases.

v2.2.1

2.2.1 (2024-01-24)

Bug Fixes

Commits
  • 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.41.1

Release notes

Sourced from @​playwright/test's releases.

v1.41.1

Highlights

microsoft/playwright#29067 - [REGRESSION] Codegen/Recorder: not all clicks are being actioned nor recorded microsoft/playwright#29028 - [REGRESSION] React component tests throw type error when passing null/undefined to component microsoft/playwright#29027 - [REGRESSION] React component tests not passing Date prop values microsoft/playwright#29023 - [REGRESSION] React component tests not rendering children prop microsoft/playwright#29019 - [REGRESSION] trace.playwright.dev does not currently support the loading from URL

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120

v1.41.0

New APIs

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120
Commits
  • 8f0163f chore: mark 1.41.1 (#29075)
  • 98a6618 cherry-pick(#29069): Revert "feat(codegen): add range input recording support...
  • 50f1f08 cherry-pick(#29070): chore(ct): revert export mount result
  • e5d201b cherry-pick(#29031): fix(ct): allow passing date, url, bigint as properties
  • 8ee2d81 cherry-pick(#29026): test: add a props.children test
  • 50a8e4f cherry-pick(#29016): chore: add an image import component test
  • cb6c64c cherry-pick(#28986): fix(ct): move import list into the compilation cache data
  • 06518b2 cherry-pick(#28978): chore: build import registry source
  • d47ed6a cherry-pick(#28975): chore: refactor import processing in ct
  • 4d9f923 cherry-pick(#29034): docs: fix typo for stylePath (#29035)
  • Additional commits viewable in compare view
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.1

Changelog

Sourced from dotenv's changelog.

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
  • e251ee2 16.4.1
  • a7fee29 update CHANGELOG 🪵
  • 579d136 update README
  • 7ea2f81 Merge pull request #798 from motdotla/fix-tests
  • 6b829d2 demonstrate currently failing (pending) test. multiple env files should merge
  • 3e2284b largely remove mocking from tests except where useful
  • 2039c4e wip: fix tests
  • 48a6ade Merge pull request #797 from tran-simon/master
  • cfd735d fix: support array for path option
  • a44cb3d update README
  • Additional commits viewable in compare view

Updates electron from 27.1.3 to 28.2.1

Release notes

Sourced from electron's releases.

electron v28.2.1

Release Notes for v28.2.1

Fixes

  • Apply module search paths restriction on worker and child process. #41137 (Also in 27, 29)
  • Fixed a potential async_hooks crash when listening for the restore event on Windows after minimizing a maximized BrowserWindow. #41145 (Also in 27, 29)
  • Fixed an issue where Request objects did not correctly copy headers into fetches. #41103
  • Fixed an issue where non-modal windows with vibrancy could have incorrectly rounded corners on Sonoma. #41036 (Also in 27, 29)
  • Fixed an issue where the printBackground option in webContents.printToPDF did not work as expected. #41179 (Also in 29)
  • Fixed forked child process not able to send IPC message under some cases on macOS. #41101 (Also in 26, 27, 29)
  • Fixed on-screen-keyboard not hiding for webviews under some cases. #41150 (Also in 27, 29)

Other Changes

  • Removed extraneous dlls from Windows zip files. #41128 (Also in 29)
  • Security: backported fix for CVE-2024-0807.
    • Security: backported fix for 1407197. #41105
  • Updated Chromium to 120.0.6099.268. #41094

electron v28.2.0

Release Notes for v28.2.0

Features

  • Added net module to utility process. #40967 (Also in 27, 29)

Fixes

  • Fixed session.fromPartition() key lookup bug. #41083 (Also in 29)
  • Fixed a potential crash when calling dialog.showMessageBoxSync. #41042 (Also in 27, 29)
  • Fixed a potential renderer crash when inspecting elements. #40981
  • Fixed macOS bug that causes window maximize button to be disabled in full-screen mode. #41028 (Also in 27, 29)

Other Changes

  • Updated Chromium to 120.0.6099.227. #41075

electron v28.1.4

Release Notes for v28.1.4

Fixes

  • Fixed an issue where inAppPurchase.getProducts and inAppPurchase.purchasedProduct did not resolve as expected. #40956 (Also in 27, 29)

Other Changes

  • Security: backported fix for CVE-2024-0518.
  • Security: backported fix for chromium:1517354. #40970
  • Updated Chromium to 120.0.6099.216. #40926

electron v28.1.3

... (truncated)

Commits
  • 2df0c05 refactor: inline simple getters (#41168)
  • d5d40d5 fix: avoid potential CHECK() failure in DictionaryToRect() (#41183)
  • b9acd8a refactor: simplify code by using base::Value::EnsureList() (#41181)
  • 865a72f fix: shouldPrintBackgrounds -> printBackground in `webContents.printToPDF...
  • 59f50c7 refactor: type-safe imports in lib/node/init.ts (#41185)
  • 52251f2 fix: update osk patch to fix more corner cases (#41150)
  • 750df6a fix: undici incorrectly copies headers onto fetches (#41103)
  • e21a6bf fix: potential async_hooks crash in NotifyWindowRestore on Windows (#41145)
  • 8f005ee build: remove unneeded dlls in Windows zip (#41128)
  • 38b64d3 fix: apply module search paths restriction on worker and child process (#41137)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the kopia-ui-npm-dependencies group in /app with 6 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.0` |
| [@electron/notarize](https://github.com/electron/notarize) | `2.2.0` | `2.2.1` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.40.1` | `1.41.1` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.3.1` | `16.4.1` |
| [electron](https://github.com/electron/electron) | `27.1.3` | `28.2.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.0
- [Changelog](https://github.com/megahertz/electron-log/blob/master/CHANGELOG.md)
- [Commits](megahertz/electron-log@v5.0.1...v5.1.0)

Updates `@electron/notarize` from 2.2.0 to 2.2.1
- [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.2.1)

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

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

Updates `electron` from 27.1.3 to 28.2.1
- [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...v28.2.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/notarize"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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
...

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 Feb 1, 2024
Copy link
Author

dependabot bot commented on behalf of github Mar 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

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