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 across 1 directory with 13 updates #362

Conversation

dependabot[bot]
Copy link

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

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

Package From To
electron-is-dev 2.0.0 3.0.1
electron-log 5.0.1 5.1.5
electron-updater 6.1.7 6.2.1
electron-store 8.1.0 10.0.0
uuid 9.0.1 10.0.0
@electron/notarize 2.2.0 2.3.2
@playwright/test 1.40.1 1.45.0
dotenv 16.3.1 16.4.5
electron 27.1.3 31.1.0
electron-builder 24.9.1 24.13.3

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.5

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

Updates electron-updater from 6.1.7 to 6.2.1

Release notes

Sourced from electron-updater's releases.

[email protected]

Patch Changes

[email protected]

Minor Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

Changelog

Sourced from electron-updater's changelog.

6.2.1

Patch Changes

6.2.0

Minor Changes

6.1.9

Patch Changes

6.1.8

Patch Changes

Commits

Updates electron-store from 8.1.0 to 10.0.0

Release notes

Sourced from electron-store's releases.

v10.0.0

Breaking

This is only a breaking change if you use the schema option.

sindresorhus/electron-store@v9.0.0...v10.0.0

v9.0.0

Breaking

  • Require Node.js 20 and Electron 30 7ddf0c6
  • This package is now pure ESM. Please read this and this.
    • For TypeScript users, make sure you have the correct tsconfig.

Improvements

  • Update dependencies 7ddf0c6

sindresorhus/electron-store@v8.2.0...v9.0.0

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.2

Release notes

Sourced from semver's releases.

v7.6.2

7.6.2 (2024-05-09)

Bug Fixes

v7.6.1

7.6.1 (2024-05-04)

Bug Fixes

Dependencies

Chores

v7.6.0

7.6.0 (2024-01-31)

Features

Chores

... (truncated)

Changelog

Sourced from semver's changelog.

7.6.2 (2024-05-09)

Bug Fixes

7.6.1 (2024-05-04)

Bug Fixes

Dependencies

Chores

7.6.0 (2024-01-31)

Features

Chores

Commits
  • eb1380b chore: release 7.6.2 (#714)
  • 6466ba9 fix(lru): use map.delete() directly (#713)
  • d777418 chore: release 7.6.1 (#706)
  • 988a8de deps: uninstall lru-cache (#709)
  • 5feeb7f chore: postinstall for dependabot template-oss PR
  • dd09b60 chore: bump @​npmcli/template-oss to 4.22.0
  • c570a34 fix(linting): no-unused-vars
  • ad8ff11 fix: use internal cache implementation
  • 3fabe4d deps: remove lru-cache
  • ec49cdc chore: chore: chore: postinstall for dependabot template-oss PR
  • Additional commits viewable in compare view

Updates uuid from 9.0.1 to 10.0.0

Changelog

Sourced from uuid's changelog.

10.0.0 (2024-06-07)

⚠ BREAKING CHANGES

  • update node support (drop node@12, node@14, add node@20) (#750)

Features

Bug Fixes

  • revert "perf: remove superfluous call to toLowerCase (#677)" (#738) (e267b90)
Commits
Maintainer changes

This version was pushed to npm by broofa, a new releaser for uuid since your current version.


Updates @electron/notarize from 2.2.0 to 2.3.2

Release notes

Sourced from @​electron/notarize's releases.

v2.3.2

2.3.2 (2024-05-14)

Bug Fixes

v2.3.1

2.3.1 (2024-05-14)

Bug Fixes

  • remove now-unusable "legacy" notarization (#187) (f48a181)

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
  • 8440fa1 fix: Brittle response parsing from notarytool (#191)
  • f48a181 fix: remove now-unusable "legacy" notarization (#187)
  • ba33a3d chore: bump electronjs/node in .circleci/config.yml to 2.2.2 (#195)
  • fcc747d build(deps): bump amannn/action-semantic-pull-request (#192)
  • 7e5c640 build(deps): bump dsanders11/project-actions from 1.2.0 to 1.3.0 (#188)
  • 66da5a4 build(deps): bump dsanders11/project-actions from 1.1.0 to 1.2.0 (#184)
  • 352e1f8 build(deps): bump amannn/action-semantic-pull-request (#183)
  • c43dee0 chore: use Dependabot to update GitHub Actions deps (#182)
  • df2d00d fix: skip codesign check on pkg and dmg files (#172)
  • 571ebac feat: add support for .pkg and .dmg files (#169)
  • Additional commits viewable in compare view

Updates @playwright/test from 1.40.1 to 1.45.0

Release notes

Sourced from @​playwright/test's releases.

v1.45.0

Clock

Utilizing the new Clock API allows to manipulate and control time within tests to verify time-related behavior. This API covers many common scenarios, including:

  • testing with predefined time;
  • keeping consistent time and timers;
  • monitoring inactivity;
  • ticking through time manually.
// Initialize clock and let the page load naturally.
await page.clock.install({ time: new Date('2024-02-02T08:00:00') });
await page.goto('http://localhost:3333');
// Pretend that the user closed the laptop lid and opened it again at 10am,
// Pause the time once reached that point.
await page.clock.pauseAt(new Date('2024-02-02T10:00:00'));
// Assert the page state.
await expect(page.getByTestId('current-time')).toHaveText('2/2/2024, 10:00:00 AM');
// Close the laptop lid again and open it at 10:30am.
await page.clock.fastForward('30:00');
await expect(page.getByTestId('current-time')).toHaveText('2/2/2024, 10:30:00 AM');

See the clock guide for more details.

Test runner

  • New CLI option --fail-on-flaky-tests that sets exit code to 1 upon any flaky tests. Note that by default, the test runner exits with code 0 when all failed tests recovered upon a retry. With this option, the test run will fail in such case.

  • New enviroment variable PLAYWRIGHT_FORCE_TTY controls whether built-in list, line and dot reporters assume a live terminal. For example, this could be useful to disable tty behavior when your CI environment does not handle ANSI control sequences well. Alternatively, you can enable tty behavior even when to live terminal is present, if you plan to post-process the output and handle control sequences.

    # Avoid TTY features that output ANSI control sequences
    PLAYWRIGHT_FORCE_TTY=0 npx playwright test
    Enable TTY features, assuming a terminal width 80
    PLAYWRIGHT_FORCE_TTY=80 npx playwright test

  • New options testConfig.respectGitIgnore and testProject.respectGitIgnore control whether files matching .gitignore patterns are excluded when searching for tests.

  • New property timeout is now available for custom expect matchers. This property takes into account playwright.config.ts and expect.configure().

    import { expect as baseExpect } from '@playwright/test';
    export const expect = baseExpect.extend({
    async toHaveAmount(locator: Locator, expected: number, options?: { timeout?: number }) {
    // When no timeout option is specified, use the config timeout.
    const timeout = options?.timeout ?? this.timeout;

... (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 31.1.0

Release notes

Sourced from electron's releases.

electron v31.1.0

Release Notes for v31.1.0

Features

  • Expose systemPreferences to utilityProcess. #42598 (Also in 30, 32)

Fixes

  • Fixed an issue where MessagePorts could close unexpectedly with non-cloneable objects sent via postMessage. #42580 (Also in 30, 32)
  • Fixed an issue where fetch-dependent interfaces could be missing in Web Workers with nodeIntegrationInWorker enabled. #42597 (Also in 30, 32)

Other Changes

  • Updated Chromium to 126.0.6478.114. #42584

electron v31.0.2

Release Notes for v31.0.2

Fixes

  • Fixed an issue where navigator.usb.getDevices() could crash in some circumstances. #42462 (Also in 29, 30)

Other Changes

  • Fixed crash in gpu process when software compositing is enabled on linux with x11 platform. #42570 (Also in 29, 30, 32)
  • Updated Chromium to 126.0.6478.61. #42503

electron v31.0.1

Release Notes for v31.0.1

Fixes

  • Fixed an issue where fetch dependent interfaces in Node.js were not defined when nodeIntegration was enabled in some circumstances. #42453 (Also in 30)
  • Fixed an issue where bad flags passed via --js-flags could cause a crash. #42441 (Also in 29, 30)

electron v31.0.0

Release Notes for v31.0.0

Stack Upgrades

…ory with 13 updates

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

| 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.5` |
| [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater) | `6.1.7` | `6.2.1` |
| [electron-store](https://github.com/sindresorhus/electron-store) | `8.1.0` | `10.0.0` |
| [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` |
| [@electron/notarize](https://github.com/electron/notarize) | `2.2.0` | `2.3.2` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.40.1` | `1.45.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.3.1` | `16.4.5` |
| [electron](https://github.com/electron/electron) | `27.1.3` | `31.1.0` |
| [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) | `24.9.1` | `24.13.3` |



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.5
- [Changelog](https://github.com/megahertz/electron-log/blob/master/CHANGELOG.md)
- [Commits](megahertz/electron-log@v5.0.1...v5.1.5)

Updates `electron-updater` from 6.1.7 to 6.2.1
- [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/[email protected]/packages/electron-updater)

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

Updates `semver` from 7.5.4 to 7.6.2
- [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.2)

Updates `uuid` from 9.0.1 to 10.0.0
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.1...v10.0.0)

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

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

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 31.1.0
- [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...v31.1.0)

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.45.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.40.1...v1.45.0)

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

---
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-minor
  dependency-group: kopia-ui-npm-dependencies
- dependency-name: electron-store
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
  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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2024
Copy link
Author

dependabot bot commented on behalf of github Aug 1, 2024

Superseded by #370.

@dependabot dependabot bot closed this Aug 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/kopia-ui-npm-dependencies-8632e76a15 branch August 1, 2024 23:56
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