Skip to content

Commit

Permalink
build(deps-dev): bump the app-development-dependencies group with 8 u…
Browse files Browse the repository at this point in the history
…pdates

Bumps the app-development-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [commitizen](https://github.com/commitizen/cz-cli) | `4.2.6` | `4.3.0` |
| [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) | `7.3.0` | `7.3.1` |
| [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) | `0.27.3` | `0.36.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `4.9.4` | `4.9.5` |
| [nodemon](https://github.com/remy/nodemon) | `2.0.20` | `2.0.22` |
| [@types/node-notifier](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-notifier) | `8.0.2` | `8.0.3` |
| [electron](https://github.com/electron/electron) | `18.1.0` | `18.3.15` |
| [regenerator-runtime](https://github.com/facebook/regenerator) | `0.13.11` | `0.14.0` |


Updates `commitizen` from 4.2.6 to 4.3.0
- [Release notes](https://github.com/commitizen/cz-cli/releases)
- [Commits](commitizen/cz-cli@v4.2.6...v4.3.0)

Updates `lerna` from 7.3.0 to 7.3.1
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v7.3.1/packages/lerna)

Updates `rollup-plugin-typescript2` from 0.27.3 to 0.36.0
- [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases)
- [Changelog](https://github.com/ezolenko/rollup-plugin-typescript2/blob/master/CHANGELOG.md)
- [Commits](ezolenko/rollup-plugin-typescript2@0.27.3...0.36.0)

Updates `typescript` from 4.9.4 to 4.9.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.9.4...v4.9.5)

Updates `nodemon` from 2.0.20 to 2.0.22
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v2.0.20...v2.0.22)

Updates `@types/node-notifier` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-notifier)

Updates `electron` from 18.1.0 to 18.3.15
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v18.1.0...v18.3.15)

Updates `regenerator-runtime` from 0.13.11 to 0.14.0
- [Release notes](https://github.com/facebook/regenerator/releases)
- [Commits](https://github.com/facebook/regenerator/compare/[email protected]@0.14.0)

---
updated-dependencies:
- dependency-name: commitizen
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: app-development-dependencies
- dependency-name: lerna
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app-development-dependencies
- dependency-name: rollup-plugin-typescript2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: app-development-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app-development-dependencies
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app-development-dependencies
- dependency-name: "@types/node-notifier"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app-development-dependencies
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: app-development-dependencies
- dependency-name: regenerator-runtime
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: app-development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 3f7bc99 commit dc253c8
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 136 deletions.
8 changes: 4 additions & 4 deletions app/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,18 @@
"v8-compile-cache": "^2.1.1"
},
"devDependencies": {
"nodemon": "2.0.20",
"nodemon": "2.0.22",
"@jest-runner/electron": "^3.0.0",
"electron-devtools-installer": "^3.2.0",
"@types/lodash.debounce": "^4.0.6",
"@types/node-notifier": "8.0.2",
"@types/node-notifier": "8.0.3",
"@types/universal-analytics": "^0.4.4",
"@types/uuid": "7.0.3",
"babel-core": "^6.26.3",
"babel-jest": "^26.6.3",
"electron": "18.1.0",
"electron": "18.3.15",
"electron-builder": "23.6.0",
"regenerator-runtime": "^0.13.11",
"regenerator-runtime": "^0.14.0",
"electron-reload": "2.0.0-alpha.1",
"ts-jest": "^26.5.6"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-typescript2": "^0.27.3",
"typescript": "4.9.4",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "4.9.5",
"wait-on": "^5.3.0"
},
"resolutions": {
Expand Down
Loading

0 comments on commit dc253c8

Please sign in to comment.