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-dev): bump the app-development-dependencies group with 8 updates #443

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2023

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

Package From To
commitizen 4.2.6 4.3.0
lerna 7.3.0 7.3.1
rollup-plugin-typescript2 0.27.3 0.36.0
typescript 4.9.4 4.9.5
nodemon 2.0.20 2.0.22
@types/node-notifier 8.0.2 8.0.3
electron 18.1.0 18.3.15
regenerator-runtime 0.13.11 0.14.0

Updates commitizen from 4.2.6 to 4.3.0

Release notes

Sourced from commitizen's releases.

v4.3.0

4.3.0 (2023-01-19)

Features

Commits

Updates lerna from 7.3.0 to 7.3.1

Release notes

Sourced from lerna's releases.

v7.3.1

7.3.1 (2023-10-10)

Bug Fixes

  • core: update package engines.node to correctly include only >=16 (#3861) (0674555)
Changelog

Sourced from lerna's changelog.

7.3.1 (2023-10-10)

Bug Fixes

  • core: update package engines.node to correctly include only >=16 (#3861) (0674555)
Commits

Updates rollup-plugin-typescript2 from 0.27.3 to 0.36.0

Release notes

Sourced from rollup-plugin-typescript2's releases.

0.36.0

Features/bugfixes

Internal (testing, refactors)

Full Changelog: ezolenko/rollup-plugin-typescript2@0.35.0...0.36.0

0.35.0

Features

Bugfixes

Full Changelog: ezolenko/rollup-plugin-typescript2@0.34.1...0.35.0

0.34.1

Bugfixes

Internal (testing, refactors)

Full Changelog: ezolenko/rollup-plugin-typescript2@0.34.0...0.34.1

0.34.0

Bugfixes

  • fix: handle all type-only imports by piping TS imports by @​agilgur5 in #406
    • If you have ever had issues with some files not being type-checked or not generating declarations, this should conclusively fix all such issues. This type of issue used to occur if you had a type-only / interface-only / emit-less file, i.e. a file with only TS types and interfaces that would produce no JS.
    • NOTE: This requires Rollup version 2.60.0+ as it requires the use of this.load

... (truncated)

Commits

Updates typescript from 4.9.4 to 4.9.5

Release notes

Sourced from typescript's releases.

TypeScript 4.9.5

For release notes, check out the release announcement.

Downloads are available on:

Changes:

  • 69e88ef5513a81acf69ec78f4af1f927da0d0584 Port ignore deprecations to 4.9 (#52419)
  • daf4e817a18def96b70ac34703b158ff0e6d58df Port timestamp fix to 4.9 (#52426)
Commits

Updates nodemon from 2.0.20 to 2.0.22

Release notes

Sourced from nodemon's releases.

v2.0.22

2.0.22 (2023-03-22)

Bug Fixes

  • remove ts mapping if loader present (f7816e4), closes #2083

v2.0.21

2.0.21 (2023-03-02)

Bug Fixes

  • remove ts mapping if loader present (1468397), closes #2083
Commits
  • c971fdc Merge branch 'main' of github.com:remy/nodemon
  • b9679a2 chore: supporters
  • f7816e4 fix: remove ts mapping if loader present
  • 9f3ffdb One more fix
  • abc8522 Get rid of spawning shell windows if nodemon is started without console.
  • b11ddd1 Merge branch 'main' of github.com:remy/nodemon
  • 204af11 chore: missing supporters
  • 1468397 fix: remove ts mapping if loader present
  • 26b1f0f chore: add conventional commit check
  • adaafa1 One more fix
  • Additional commits viewable in compare view

Updates @types/node-notifier from 8.0.2 to 8.0.3

Commits

Updates electron from 18.1.0 to 18.3.15

Commits

Updates regenerator-runtime from 0.13.11 to 0.14.0

Commits
  • 30771b7 Bump regenerator-runtime version to 0.14.0.
  • d3bac38 Runtime: yield* should throw if not iterable (#636)
  • b3bf1a9 Add Node.js v20 to test rotation.
  • ffd1de9 Bump internal dependencies on transform package.
  • bad2990 Bump regenerator-transform version to 0.15.2.
  • c467f23 Bump semver from 7.3.8 to 7.5.2 (#681)
  • 59f1601 Bump @​babel/runtime from 7.20.1 to 7.22.5 (#677)
  • b278ff3 Bump @​babel/plugin-transform-parameters from 7.20.3 to 7.22.5 (#676)
  • b2bf94e Bump @​babel/parser from 7.20.3 to 7.22.5 (#675)
  • a0e61c6 Bump @​babel/types from 7.20.2 to 7.22.5 (#674)
  • 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

…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]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 11, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2023

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

@dependabot dependabot bot closed this Oct 18, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app-development-dependencies-c9568bb3b3 branch October 18, 2023 16:36
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
Status: Closed/Done
Development

Successfully merging this pull request may close these issues.

0 participants