Um timer feito para ser usado para cronometrar os intevralos entre as aulas da Trybe, desenvolvido em Electron

Overview

electron-quick-start

Clone and run for a quick way to see Electron in action.

This is a minimal Electron application based on the Quick Start Guide within the Electron documentation.

A basic Electron application needs just these files:

  • package.json - Points to the app's main file and lists its details and dependencies.
  • main.js - Starts the app and creates a browser window to render HTML. This is the app's main process.
  • index.html - A web page to render. This is the app's renderer process.
  • preload.js - A content script that runs before the renderer process loads.

You can learn more about each of these components in depth within the Tutorial.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/electron/electron-quick-start
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Resources for Learning Electron

License

CC0 1.0 (Public Domain)

Comments
  • Bump electron from 20.1.4 to 21.3.1

    Bump electron from 20.1.4 to 21.3.1

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump electron from 20.1.4 to 21.3.0

    Bump electron from 20.1.4 to 21.3.0

    Bumps electron from 20.1.4 to 21.3.0.

    Release notes

    Sourced from electron's releases.

    electron v21.3.0

    Release Notes for v21.3.0

    Features

    • Added an app.getPreferredSystemLanguages() API to return the user's system languages. #36290 (Also in 22)

    Fixes

    • Fixed an issue where calling app.dock.setIcon(/path/t/icon) would crash when called before the ready event on app. #36294 (Also in 20, 22)

    Other Changes

    • Updated Chromium to 106.0.5249.181. #36288

    Unknown

    • Reverted fix for chromium:1361612 due to stability issues. #36264

    electron v21.2.3

    Release Notes for v21.2.3

    Other Changes

    • Security: backported fix for 1356234. #36219
    • Security: backported fix for 1361612. #36216

    electron v21.2.2

    Release Notes for v21.2.2

    Other Changes

    • Security: backported fix for CVE-2022-3656. #36222
    • Updated Chromium to 106.0.5249.168. #36185

    electron v21.2.1

    Release Notes for v21.2.1

    Fixes

    • Default margin has been added in the code. #36072 (Also in 22)
    • Fixed a potential issue when calling webContents.printToPDF(). #36064 (Also in 22)
    • Fixed spurious promise rejection in webContents.loadURL when navigating to a hash. #36150

    Other Changes

    • Updated Chromium to 106.0.5249.165. #36162

    electron v21.2.0

    Release Notes for v21.2.0

    Fixes

    • Added support for Windows drop-down dialog extensions. #36027 (Also in 18, 19, 20)

    ... (truncated)

    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump @electron-forge/maker-squirrel from 6.0.0-beta.66 to 6.0.3

    Bump @electron-forge/maker-squirrel from 6.0.0-beta.66 to 6.0.3

    Bumps @electron-forge/maker-squirrel from 6.0.0-beta.66 to 6.0.3.

    Release notes

    Sourced from @​electron-forge/maker-squirrel's releases.

    v6.0.3

    Electron Forge v6.0.3 is the direct successor to v6.0.1.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/electron/forge/compare/v6.0.1...v6.0.3

    v6.0.2

    We failed the npm publish for this version so we recommend upgrading directly to v6.0.3.

    Anya shocked

    v6.0.1

    What's Changed

    Refactors

    Internal Changes

    Full Changelog: https://github.com/electron/forge/compare/v6.0.0...v6.0.1

    v6.0.0

    What's Changed

    Breaking changes

    Forge has spent a considerable time in beta development; this is a list of breaking changes made in recent betas (>= 6.0.0-beta.65), so that users who have been using the later beta versions in their apps can more easily transition to the stable release.

    A complete list of changes and commits can be found below.

    Config: Changed plugins syntax (#2963)

    ... (truncated)

    Changelog

    Sourced from @​electron-forge/maker-squirrel's changelog.

    6.0.2 (2022-11-14)

    6.0.1 (2022-11-08)

    6.0.0 (2022-11-02)

    6.0.0-beta.75 (2022-11-01)

    New Features

    6.0.0-beta.74 (2022-11-01)

    Bug Fixes
    • do not proxify class instances in forge config (#3039) (a89ed7d3)
    Other Changes
    • add proper package test for webpack ts template (#3040) (6e9cca35)

    6.0.0-beta.73 (2022-11-01)

    Bug Fixes

    6.0.0-beta.72 (2022-10-31)

    6.0.0-beta.71 (2022-10-31)

    Bug Fixes
    • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
    • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
    • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
    • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
    • restore isProd in the webpack plugin (#3021) (531788ba)

    6.0.0-beta.70 (2022-10-28)

    Bug Fixes

    6.0.0-beta.69 (2022-10-27)

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by georgexu99, a new releaser for @​electron-forge/maker-squirrel since your current version.


    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump @electron-forge/cli from 6.0.0-beta.66 to 6.0.3

    Bump @electron-forge/cli from 6.0.0-beta.66 to 6.0.3

    Bumps @electron-forge/cli from 6.0.0-beta.66 to 6.0.3.

    Release notes

    Sourced from @​electron-forge/cli's releases.

    v6.0.3

    Electron Forge v6.0.3 is the direct successor to v6.0.1.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/electron/forge/compare/v6.0.1...v6.0.3

    v6.0.2

    We failed the npm publish for this version so we recommend upgrading directly to v6.0.3.

    Anya shocked

    v6.0.1

    What's Changed

    Refactors

    Internal Changes

    Full Changelog: https://github.com/electron/forge/compare/v6.0.0...v6.0.1

    v6.0.0

    What's Changed

    Breaking changes

    Forge has spent a considerable time in beta development; this is a list of breaking changes made in recent betas (>= 6.0.0-beta.65), so that users who have been using the later beta versions in their apps can more easily transition to the stable release.

    A complete list of changes and commits can be found below.

    Config: Changed plugins syntax (#2963)

    ... (truncated)

    Changelog

    Sourced from @​electron-forge/cli's changelog.

    6.0.2 (2022-11-14)

    6.0.1 (2022-11-08)

    6.0.0 (2022-11-02)

    6.0.0-beta.75 (2022-11-01)

    New Features

    6.0.0-beta.74 (2022-11-01)

    Bug Fixes
    • do not proxify class instances in forge config (#3039) (a89ed7d3)
    Other Changes
    • add proper package test for webpack ts template (#3040) (6e9cca35)

    6.0.0-beta.73 (2022-11-01)

    Bug Fixes

    6.0.0-beta.72 (2022-10-31)

    6.0.0-beta.71 (2022-10-31)

    Bug Fixes
    • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
    • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
    • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
    • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
    • restore isProd in the webpack plugin (#3021) (531788ba)

    6.0.0-beta.70 (2022-10-28)

    Bug Fixes

    6.0.0-beta.69 (2022-10-27)

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by georgexu99, a new releaser for @​electron-forge/cli since your current version.


    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump @electron-forge/maker-zip from 6.0.0-beta.66 to 6.0.3

    Bump @electron-forge/maker-zip from 6.0.0-beta.66 to 6.0.3

    Bumps @electron-forge/maker-zip from 6.0.0-beta.66 to 6.0.3.

    Release notes

    Sourced from @​electron-forge/maker-zip's releases.

    v6.0.3

    Electron Forge v6.0.3 is the direct successor to v6.0.1.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/electron/forge/compare/v6.0.1...v6.0.3

    v6.0.2

    We failed the npm publish for this version so we recommend upgrading directly to v6.0.3.

    Anya shocked

    v6.0.1

    What's Changed

    Refactors

    Internal Changes

    Full Changelog: https://github.com/electron/forge/compare/v6.0.0...v6.0.1

    v6.0.0

    What's Changed

    Breaking changes

    Forge has spent a considerable time in beta development; this is a list of breaking changes made in recent betas (>= 6.0.0-beta.65), so that users who have been using the later beta versions in their apps can more easily transition to the stable release.

    A complete list of changes and commits can be found below.

    Config: Changed plugins syntax (#2963)

    ... (truncated)

    Changelog

    Sourced from @​electron-forge/maker-zip's changelog.

    6.0.2 (2022-11-14)

    6.0.1 (2022-11-08)

    6.0.0 (2022-11-02)

    6.0.0-beta.75 (2022-11-01)

    New Features

    6.0.0-beta.74 (2022-11-01)

    Bug Fixes
    • do not proxify class instances in forge config (#3039) (a89ed7d3)
    Other Changes
    • add proper package test for webpack ts template (#3040) (6e9cca35)

    6.0.0-beta.73 (2022-11-01)

    Bug Fixes

    6.0.0-beta.72 (2022-10-31)

    6.0.0-beta.71 (2022-10-31)

    Bug Fixes
    • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
    • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
    • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
    • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
    • restore isProd in the webpack plugin (#3021) (531788ba)

    6.0.0-beta.70 (2022-10-28)

    Bug Fixes

    6.0.0-beta.69 (2022-10-27)

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by georgexu99, a new releaser for @​electron-forge/maker-zip since your current version.


    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump @electron-forge/publisher-github from 6.0.0-beta.66 to 6.0.3

    Bump @electron-forge/publisher-github from 6.0.0-beta.66 to 6.0.3

    Bumps @electron-forge/publisher-github from 6.0.0-beta.66 to 6.0.3.

    Release notes

    Sourced from @​electron-forge/publisher-github's releases.

    v6.0.3

    Electron Forge v6.0.3 is the direct successor to v6.0.1.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/electron/forge/compare/v6.0.1...v6.0.3

    v6.0.2

    We failed the npm publish for this version so we recommend upgrading directly to v6.0.3.

    Anya shocked

    v6.0.1

    What's Changed

    Refactors

    Internal Changes

    Full Changelog: https://github.com/electron/forge/compare/v6.0.0...v6.0.1

    v6.0.0

    What's Changed

    Breaking changes

    Forge has spent a considerable time in beta development; this is a list of breaking changes made in recent betas (>= 6.0.0-beta.65), so that users who have been using the later beta versions in their apps can more easily transition to the stable release.

    A complete list of changes and commits can be found below.

    Config: Changed plugins syntax (#2963)

    ... (truncated)

    Changelog

    Sourced from @​electron-forge/publisher-github's changelog.

    6.0.2 (2022-11-14)

    6.0.1 (2022-11-08)

    6.0.0 (2022-11-02)

    6.0.0-beta.75 (2022-11-01)

    New Features

    6.0.0-beta.74 (2022-11-01)

    Bug Fixes
    • do not proxify class instances in forge config (#3039) (a89ed7d3)
    Other Changes
    • add proper package test for webpack ts template (#3040) (6e9cca35)

    6.0.0-beta.73 (2022-11-01)

    Bug Fixes

    6.0.0-beta.72 (2022-10-31)

    6.0.0-beta.71 (2022-10-31)

    Bug Fixes
    • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
    • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
    • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
    • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
    • restore isProd in the webpack plugin (#3021) (531788ba)

    6.0.0-beta.70 (2022-10-28)

    Bug Fixes

    6.0.0-beta.69 (2022-10-27)

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by georgexu99, a new releaser for @​electron-forge/publisher-github since your current version.


    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump @electron-forge/maker-deb from 6.0.0-beta.66 to 6.0.3

    Bump @electron-forge/maker-deb from 6.0.0-beta.66 to 6.0.3

    Bumps @electron-forge/maker-deb from 6.0.0-beta.66 to 6.0.3.

    Release notes

    Sourced from @​electron-forge/maker-deb's releases.

    v6.0.3

    Electron Forge v6.0.3 is the direct successor to v6.0.1.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/electron/forge/compare/v6.0.1...v6.0.3

    v6.0.2

    We failed the npm publish for this version so we recommend upgrading directly to v6.0.3.

    Anya shocked

    v6.0.1

    What's Changed

    Refactors

    Internal Changes

    Full Changelog: https://github.com/electron/forge/compare/v6.0.0...v6.0.1

    v6.0.0

    What's Changed

    Breaking changes

    Forge has spent a considerable time in beta development; this is a list of breaking changes made in recent betas (>= 6.0.0-beta.65), so that users who have been using the later beta versions in their apps can more easily transition to the stable release.

    A complete list of changes and commits can be found below.

    Config: Changed plugins syntax (#2963)

    ... (truncated)

    Changelog

    Sourced from @​electron-forge/maker-deb's changelog.

    6.0.2 (2022-11-14)

    6.0.1 (2022-11-08)

    6.0.0 (2022-11-02)

    6.0.0-beta.75 (2022-11-01)

    New Features

    6.0.0-beta.74 (2022-11-01)

    Bug Fixes
    • do not proxify class instances in forge config (#3039) (a89ed7d3)
    Other Changes
    • add proper package test for webpack ts template (#3040) (6e9cca35)

    6.0.0-beta.73 (2022-11-01)

    Bug Fixes

    6.0.0-beta.72 (2022-10-31)

    6.0.0-beta.71 (2022-10-31)

    Bug Fixes
    • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
    • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
    • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
    • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
    • restore isProd in the webpack plugin (#3021) (531788ba)

    6.0.0-beta.70 (2022-10-28)

    Bug Fixes

    6.0.0-beta.69 (2022-10-27)

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by georgexu99, a new releaser for @​electron-forge/maker-deb since your current version.


    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump @electron-forge/maker-rpm from 6.0.0-beta.66 to 6.0.3

    Bump @electron-forge/maker-rpm from 6.0.0-beta.66 to 6.0.3

    Bumps @electron-forge/maker-rpm from 6.0.0-beta.66 to 6.0.3.

    Release notes

    Sourced from @​electron-forge/maker-rpm's releases.

    v6.0.3

    Electron Forge v6.0.3 is the direct successor to v6.0.1.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/electron/forge/compare/v6.0.1...v6.0.3

    v6.0.2

    We failed the npm publish for this version so we recommend upgrading directly to v6.0.3.

    Anya shocked

    v6.0.1

    What's Changed

    Refactors

    Internal Changes

    Full Changelog: https://github.com/electron/forge/compare/v6.0.0...v6.0.1

    v6.0.0

    What's Changed

    Breaking changes

    Forge has spent a considerable time in beta development; this is a list of breaking changes made in recent betas (>= 6.0.0-beta.65), so that users who have been using the later beta versions in their apps can more easily transition to the stable release.

    A complete list of changes and commits can be found below.

    Config: Changed plugins syntax (#2963)

    ... (truncated)

    Changelog

    Sourced from @​electron-forge/maker-rpm's changelog.

    6.0.2 (2022-11-14)

    6.0.1 (2022-11-08)

    6.0.0 (2022-11-02)

    6.0.0-beta.75 (2022-11-01)

    New Features

    6.0.0-beta.74 (2022-11-01)

    Bug Fixes
    • do not proxify class instances in forge config (#3039) (a89ed7d3)
    Other Changes
    • add proper package test for webpack ts template (#3040) (6e9cca35)

    6.0.0-beta.73 (2022-11-01)

    Bug Fixes

    6.0.0-beta.72 (2022-10-31)

    6.0.0-beta.71 (2022-10-31)

    Bug Fixes
    • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
    • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
    • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
    • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
    • restore isProd in the webpack plugin (#3021) (531788ba)

    6.0.0-beta.70 (2022-10-28)

    Bug Fixes

    6.0.0-beta.69 (2022-10-27)

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by georgexu99, a new releaser for @​electron-forge/maker-rpm since your current version.


    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump electron from 20.1.4 to 21.2.3

    Bump electron from 20.1.4 to 21.2.3

    Bumps electron from 20.1.4 to 21.2.3.

    Release notes

    Sourced from electron's releases.

    electron v21.2.3

    Release Notes for v21.2.3

    Other Changes

    • Security: backported fix for 1356234. #36219
    • Security: backported fix for 1361612. #36216

    electron v21.2.2

    Release Notes for v21.2.2

    Other Changes

    • Security: backported fix for CVE-2022-3656. #36222
    • Updated Chromium to 106.0.5249.168. #36185

    electron v21.2.1

    Release Notes for v21.2.1

    Fixes

    • Default margin has been added in the code. #36072 (Also in 22)
    • Fixed a potential issue when calling webContents.printToPDF(). #36064 (Also in 22)
    • Fixed spurious promise rejection in webContents.loadURL when navigating to a hash. #36150

    Other Changes

    • Updated Chromium to 106.0.5249.165. #36162

    electron v21.2.0

    Release Notes for v21.2.0

    Fixes

    • Added support for Windows drop-down dialog extensions. #36027 (Also in 18, 19, 20)
    • Fixed v8 flags and desktop name in package.json does not hornored when running local app using electron cli. #36050 (Also in 20, 22)
    • Removed support for nodeIntegrationInWorker in Service Workers and Shared Workers owing to sandboxing policies. #36009 (Also in 22)

    Other Changes

    • Updated Chromium to 106.0.5249.119. #36001

    electron v21.1.1

    Release Notes for v21.1.1

    Fixes

    • Fixed a drag-and-drop issue on macOS where items would be incorrectly moved instead of copied in some contexts. #35977 (Also in 20, 22)
    • Fixed a potential memory leak. #35965 (Also in 22)
    • Fixed an issue where some options were incorrectly ignored when using webContents.printToPDF(). #35992 (Also in 22)
    • Fixed on-screen-keyboard not hiding on input rendered in webview is blurred. #35982 (Also in 20, 22)
    • You can now import the built-in electron module via ESModule loaders, i.e. import('electron') and import 'electron' now work natively. #35958 (Also in 20, 22)

    ... (truncated)

    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump @electron-forge/maker-zip from 6.0.0-beta.66 to 6.0.1

    Bump @electron-forge/maker-zip from 6.0.0-beta.66 to 6.0.1

    Bumps @electron-forge/maker-zip from 6.0.0-beta.66 to 6.0.1.

    Release notes

    Sourced from @​electron-forge/maker-zip's releases.

    v6.0.1

    What's Changed

    Refactors

    Internal Changes

    Full Changelog: https://github.com/electron/forge/compare/v6.0.0...v6.0.1

    v6.0.0

    What's Changed

    Breaking changes

    Forge has spent a considerable time in beta development; this is a list of breaking changes made in recent betas (>= 6.0.0-beta.65), so that users who have been using the later beta versions in their apps can more easily transition to the stable release.

    A complete list of changes and commits can be found below.

    Config: Changed plugins syntax (#2963)

    The plugins array now takes objects containing an object with properties name and config, rather than tuples containing the plugin name and config.

    This aligns the syntax for this configuration with the publishers and makers arrays.

    {
      plugins: [
    -      [
    -        '@electron-forge/plugin-webpack',
    -        { /* ... */ }
    -      ]
    +
    +      {
    +        name: '@electron-forge/plugin-webpack',
    +        config: { /* ... */ }
    +      }
     ]
    }
    

    Config: Prefer forge.config.js for new Forge projects (#2991) (#2995)

    We have changed the electron-forge init and electron-forge import commands to create a JavaScript config file rather than a section in package.json. This is to better

    ... (truncated)

    Changelog

    Sourced from @​electron-forge/maker-zip's changelog.

    6.0.1 (2022-11-08)

    6.0.0 (2022-11-02)

    6.0.0-beta.75 (2022-11-01)

    New Features

    6.0.0-beta.74 (2022-11-01)

    Bug Fixes
    • do not proxify class instances in forge config (#3039) (a89ed7d3)
    Other Changes
    • add proper package test for webpack ts template (#3040) (6e9cca35)

    6.0.0-beta.73 (2022-11-01)

    Bug Fixes

    6.0.0-beta.72 (2022-10-31)

    6.0.0-beta.71 (2022-10-31)

    Bug Fixes
    • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
    • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
    • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
    • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
    • restore isProd in the webpack plugin (#3021) (531788ba)

    6.0.0-beta.70 (2022-10-28)

    Bug Fixes

    6.0.0-beta.69 (2022-10-27)

    New Features

    ... (truncated)

    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump @electron-forge/cli from 6.0.0-beta.66 to 6.0.1

    Bump @electron-forge/cli from 6.0.0-beta.66 to 6.0.1

    Bumps @electron-forge/cli from 6.0.0-beta.66 to 6.0.1.

    Release notes

    Sourced from @​electron-forge/cli's releases.

    v6.0.1

    What's Changed

    Refactors

    Internal Changes

    Full Changelog: https://github.com/electron/forge/compare/v6.0.0...v6.0.1

    v6.0.0

    What's Changed

    Breaking changes

    Forge has spent a considerable time in beta development; this is a list of breaking changes made in recent betas (>= 6.0.0-beta.65), so that users who have been using the later beta versions in their apps can more easily transition to the stable release.

    A complete list of changes and commits can be found below.

    Config: Changed plugins syntax (#2963)

    The plugins array now takes objects containing an object with properties name and config, rather than tuples containing the plugin name and config.

    This aligns the syntax for this configuration with the publishers and makers arrays.

    {
      plugins: [
    -      [
    -        '@electron-forge/plugin-webpack',
    -        { /* ... */ }
    -      ]
    +
    +      {
    +        name: '@electron-forge/plugin-webpack',
    +        config: { /* ... */ }
    +      }
     ]
    }
    

    Config: Prefer forge.config.js for new Forge projects (#2991) (#2995)

    We have changed the electron-forge init and electron-forge import commands to create a JavaScript config file rather than a section in package.json. This is to better

    ... (truncated)

    Changelog

    Sourced from @​electron-forge/cli's changelog.

    6.0.1 (2022-11-08)

    6.0.0 (2022-11-02)

    6.0.0-beta.75 (2022-11-01)

    New Features

    6.0.0-beta.74 (2022-11-01)

    Bug Fixes
    • do not proxify class instances in forge config (#3039) (a89ed7d3)
    Other Changes
    • add proper package test for webpack ts template (#3040) (6e9cca35)

    6.0.0-beta.73 (2022-11-01)

    Bug Fixes

    6.0.0-beta.72 (2022-10-31)

    6.0.0-beta.71 (2022-10-31)

    Bug Fixes
    • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
    • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
    • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
    • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
    • restore isProd in the webpack plugin (#3021) (531788ba)

    6.0.0-beta.70 (2022-10-28)

    Bug Fixes

    6.0.0-beta.69 (2022-10-27)

    New Features

    ... (truncated)

    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump @electron-forge/maker-rpm from 6.0.0-beta.66 to 6.0.4

    Bump @electron-forge/maker-rpm from 6.0.0-beta.66 to 6.0.4

    Bumps @electron-forge/maker-rpm from 6.0.0-beta.66 to 6.0.4.

    Release notes

    Sourced from @​electron-forge/maker-rpm's releases.

    v6.0.4

    What's Changed

    v6.0.4 is a small release with a lot of internal code cleanup changes. Most importantly for users, this release adds clearer error messages for [object Object] errors that were thrown during the Make step.

    Internal changes

    New Contributors

    Full Changelog: https://github.com/electron/forge/compare/v6.0.3...v6.0.4

    v6.0.3

    Electron Forge v6.0.3 is the direct successor to v6.0.1.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/electron/forge/compare/v6.0.1...v6.0.3

    v6.0.2

    We failed the npm publish for this version so we recommend upgrading directly to v6.0.3.

    Anya shocked

    v6.0.1

    ... (truncated)

    Changelog

    Sourced from @​electron-forge/maker-rpm's changelog.

    6.0.2 (2022-11-14)

    6.0.1 (2022-11-08)

    6.0.0 (2022-11-02)

    6.0.0-beta.75 (2022-11-01)

    New Features

    6.0.0-beta.74 (2022-11-01)

    Bug Fixes
    • do not proxify class instances in forge config (#3039) (a89ed7d3)
    Other Changes
    • add proper package test for webpack ts template (#3040) (6e9cca35)

    6.0.0-beta.73 (2022-11-01)

    Bug Fixes

    6.0.0-beta.72 (2022-10-31)

    6.0.0-beta.71 (2022-10-31)

    Bug Fixes
    • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
    • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
    • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
    • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
    • restore isProd in the webpack plugin (#3021) (531788ba)

    6.0.0-beta.70 (2022-10-28)

    Bug Fixes

    6.0.0-beta.69 (2022-10-27)

    ... (truncated)

    Commits
    • 7c93695 v6.0.4
    • d4a51de fix(publisher-ers): properly publish non-default flavors (#3079)
    • d2eea20 docs: explain how to test local code changes with symlinks (#3089)
    • 51fcc92 build: use a single top-level tsc -b for all packages (#3090)
    • 3ede278 fix(all): disallow throwing literals (@typescript-eslint/no-throw-literal) ...
    • 3c6e7eb build: improve lerna publish process (#3082)
    • 9e9128f chore: add husky pre-push script (#3061)
    • 3dbaa33 docs: fix InternalOptions links in API docs (#3083)
    • be2f4b1 docs: remove mentions of lerna run test in contributing.md (#3081)
    • 2e5a8bc fix(core): allow the forge.config property in package.json to point to a ...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @electron-forge/publisher-github from 6.0.0-beta.66 to 6.0.4

    Bump @electron-forge/publisher-github from 6.0.0-beta.66 to 6.0.4

    Bumps @electron-forge/publisher-github from 6.0.0-beta.66 to 6.0.4.

    Release notes

    Sourced from @​electron-forge/publisher-github's releases.

    v6.0.4

    What's Changed

    v6.0.4 is a small release with a lot of internal code cleanup changes. Most importantly for users, this release adds clearer error messages for [object Object] errors that were thrown during the Make step.

    Internal changes

    New Contributors

    Full Changelog: https://github.com/electron/forge/compare/v6.0.3...v6.0.4

    v6.0.3

    Electron Forge v6.0.3 is the direct successor to v6.0.1.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/electron/forge/compare/v6.0.1...v6.0.3

    v6.0.2

    We failed the npm publish for this version so we recommend upgrading directly to v6.0.3.

    Anya shocked

    v6.0.1

    ... (truncated)

    Changelog

    Sourced from @​electron-forge/publisher-github's changelog.

    6.0.2 (2022-11-14)

    6.0.1 (2022-11-08)

    6.0.0 (2022-11-02)

    6.0.0-beta.75 (2022-11-01)

    New Features

    6.0.0-beta.74 (2022-11-01)

    Bug Fixes
    • do not proxify class instances in forge config (#3039) (a89ed7d3)
    Other Changes
    • add proper package test for webpack ts template (#3040) (6e9cca35)

    6.0.0-beta.73 (2022-11-01)

    Bug Fixes

    6.0.0-beta.72 (2022-10-31)

    6.0.0-beta.71 (2022-10-31)

    Bug Fixes
    • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
    • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
    • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
    • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
    • restore isProd in the webpack plugin (#3021) (531788ba)

    6.0.0-beta.70 (2022-10-28)

    Bug Fixes

    6.0.0-beta.69 (2022-10-27)

    ... (truncated)

    Commits
    • 7c93695 v6.0.4
    • d4a51de fix(publisher-ers): properly publish non-default flavors (#3079)
    • d2eea20 docs: explain how to test local code changes with symlinks (#3089)
    • 51fcc92 build: use a single top-level tsc -b for all packages (#3090)
    • 3ede278 fix(all): disallow throwing literals (@typescript-eslint/no-throw-literal) ...
    • 3c6e7eb build: improve lerna publish process (#3082)
    • 9e9128f chore: add husky pre-push script (#3061)
    • 3dbaa33 docs: fix InternalOptions links in API docs (#3083)
    • be2f4b1 docs: remove mentions of lerna run test in contributing.md (#3081)
    • 2e5a8bc fix(core): allow the forge.config property in package.json to point to a ...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @electron-forge/maker-squirrel from 6.0.0-beta.66 to 6.0.4

    Bump @electron-forge/maker-squirrel from 6.0.0-beta.66 to 6.0.4

    Bumps @electron-forge/maker-squirrel from 6.0.0-beta.66 to 6.0.4.

    Release notes

    Sourced from @​electron-forge/maker-squirrel's releases.

    v6.0.4

    What's Changed

    v6.0.4 is a small release with a lot of internal code cleanup changes. Most importantly for users, this release adds clearer error messages for [object Object] errors that were thrown during the Make step.

    Internal changes

    New Contributors

    Full Changelog: https://github.com/electron/forge/compare/v6.0.3...v6.0.4

    v6.0.3

    Electron Forge v6.0.3 is the direct successor to v6.0.1.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/electron/forge/compare/v6.0.1...v6.0.3

    v6.0.2

    We failed the npm publish for this version so we recommend upgrading directly to v6.0.3.

    Anya shocked

    v6.0.1

    ... (truncated)

    Changelog

    Sourced from @​electron-forge/maker-squirrel's changelog.

    6.0.2 (2022-11-14)

    6.0.1 (2022-11-08)

    6.0.0 (2022-11-02)

    6.0.0-beta.75 (2022-11-01)

    New Features

    6.0.0-beta.74 (2022-11-01)

    Bug Fixes
    • do not proxify class instances in forge config (#3039) (a89ed7d3)
    Other Changes
    • add proper package test for webpack ts template (#3040) (6e9cca35)

    6.0.0-beta.73 (2022-11-01)

    Bug Fixes

    6.0.0-beta.72 (2022-10-31)

    6.0.0-beta.71 (2022-10-31)

    Bug Fixes
    • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
    • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
    • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
    • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
    • restore isProd in the webpack plugin (#3021) (531788ba)

    6.0.0-beta.70 (2022-10-28)

    Bug Fixes

    6.0.0-beta.69 (2022-10-27)

    ... (truncated)

    Commits
    • 7c93695 v6.0.4
    • d4a51de fix(publisher-ers): properly publish non-default flavors (#3079)
    • d2eea20 docs: explain how to test local code changes with symlinks (#3089)
    • 51fcc92 build: use a single top-level tsc -b for all packages (#3090)
    • 3ede278 fix(all): disallow throwing literals (@typescript-eslint/no-throw-literal) ...
    • 3c6e7eb build: improve lerna publish process (#3082)
    • 9e9128f chore: add husky pre-push script (#3061)
    • 3dbaa33 docs: fix InternalOptions links in API docs (#3083)
    • be2f4b1 docs: remove mentions of lerna run test in contributing.md (#3081)
    • 2e5a8bc fix(core): allow the forge.config property in package.json to point to a ...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @electron-forge/maker-zip from 6.0.0-beta.66 to 6.0.4

    Bump @electron-forge/maker-zip from 6.0.0-beta.66 to 6.0.4

    Bumps @electron-forge/maker-zip from 6.0.0-beta.66 to 6.0.4.

    Release notes

    Sourced from @​electron-forge/maker-zip's releases.

    v6.0.4

    What's Changed

    v6.0.4 is a small release with a lot of internal code cleanup changes. Most importantly for users, this release adds clearer error messages for [object Object] errors that were thrown during the Make step.

    Internal changes

    New Contributors

    Full Changelog: https://github.com/electron/forge/compare/v6.0.3...v6.0.4

    v6.0.3

    Electron Forge v6.0.3 is the direct successor to v6.0.1.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/electron/forge/compare/v6.0.1...v6.0.3

    v6.0.2

    We failed the npm publish for this version so we recommend upgrading directly to v6.0.3.

    Anya shocked

    v6.0.1

    ... (truncated)

    Changelog

    Sourced from @​electron-forge/maker-zip's changelog.

    6.0.2 (2022-11-14)

    6.0.1 (2022-11-08)

    6.0.0 (2022-11-02)

    6.0.0-beta.75 (2022-11-01)

    New Features

    6.0.0-beta.74 (2022-11-01)

    Bug Fixes
    • do not proxify class instances in forge config (#3039) (a89ed7d3)
    Other Changes
    • add proper package test for webpack ts template (#3040) (6e9cca35)

    6.0.0-beta.73 (2022-11-01)

    Bug Fixes

    6.0.0-beta.72 (2022-10-31)

    6.0.0-beta.71 (2022-10-31)

    Bug Fixes
    • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
    • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
    • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
    • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
    • restore isProd in the webpack plugin (#3021) (531788ba)

    6.0.0-beta.70 (2022-10-28)

    Bug Fixes

    6.0.0-beta.69 (2022-10-27)

    ... (truncated)

    Commits
    • 7c93695 v6.0.4
    • d4a51de fix(publisher-ers): properly publish non-default flavors (#3079)
    • d2eea20 docs: explain how to test local code changes with symlinks (#3089)
    • 51fcc92 build: use a single top-level tsc -b for all packages (#3090)
    • 3ede278 fix(all): disallow throwing literals (@typescript-eslint/no-throw-literal) ...
    • 3c6e7eb build: improve lerna publish process (#3082)
    • 9e9128f chore: add husky pre-push script (#3061)
    • 3dbaa33 docs: fix InternalOptions links in API docs (#3083)
    • be2f4b1 docs: remove mentions of lerna run test in contributing.md (#3081)
    • 2e5a8bc fix(core): allow the forge.config property in package.json to point to a ...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @electron-forge/cli from 6.0.0-beta.66 to 6.0.4

    Bump @electron-forge/cli from 6.0.0-beta.66 to 6.0.4

    Bumps @electron-forge/cli from 6.0.0-beta.66 to 6.0.4.

    Release notes

    Sourced from @​electron-forge/cli's releases.

    v6.0.4

    What's Changed

    v6.0.4 is a small release with a lot of internal code cleanup changes. Most importantly for users, this release adds clearer error messages for [object Object] errors that were thrown during the Make step.

    Internal changes

    New Contributors

    Full Changelog: https://github.com/electron/forge/compare/v6.0.3...v6.0.4

    v6.0.3

    Electron Forge v6.0.3 is the direct successor to v6.0.1.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/electron/forge/compare/v6.0.1...v6.0.3

    v6.0.2

    We failed the npm publish for this version so we recommend upgrading directly to v6.0.3.

    Anya shocked

    v6.0.1

    ... (truncated)

    Changelog

    Sourced from @​electron-forge/cli's changelog.

    6.0.2 (2022-11-14)

    6.0.1 (2022-11-08)

    6.0.0 (2022-11-02)

    6.0.0-beta.75 (2022-11-01)

    New Features

    6.0.0-beta.74 (2022-11-01)

    Bug Fixes
    • do not proxify class instances in forge config (#3039) (a89ed7d3)
    Other Changes
    • add proper package test for webpack ts template (#3040) (6e9cca35)

    6.0.0-beta.73 (2022-11-01)

    Bug Fixes

    6.0.0-beta.72 (2022-10-31)

    6.0.0-beta.71 (2022-10-31)

    Bug Fixes
    • packager: "packaging application" log never stops when building for multiple architectures (#3006) (247f52ab)
    • publish: ignore unnecessary files when publishing to npm (#3024) (ab8ea661)
    • template-base: use minimum instead of exact version when replacing ELECTRON_FORGE/VERSION in templates (#3030) (7aaa7029)
    • use @​electron-forge/cli hint for project resolution (#3023) (b5d05874)
    • restore isProd in the webpack plugin (#3021) (531788ba)

    6.0.0-beta.70 (2022-10-28)

    Bug Fixes

    6.0.0-beta.69 (2022-10-27)

    ... (truncated)

    Commits
    • 7c93695 v6.0.4
    • d4a51de fix(publisher-ers): properly publish non-default flavors (#3079)
    • d2eea20 docs: explain how to test local code changes with symlinks (#3089)
    • 51fcc92 build: use a single top-level tsc -b for all packages (#3090)
    • 3ede278 fix(all): disallow throwing literals (@typescript-eslint/no-throw-literal) ...
    • 3c6e7eb build: improve lerna publish process (#3082)
    • 9e9128f chore: add husky pre-push script (#3061)
    • 3dbaa33 docs: fix InternalOptions links in API docs (#3083)
    • be2f4b1 docs: remove mentions of lerna run test in contributing.md (#3081)
    • 2e5a8bc fix(core): allow the forge.config property in package.json to point to a ...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump electron from 20.1.4 to 22.0.0

    Bump electron from 20.1.4 to 22.0.0

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
Releases(V0.1.0)
Owner
VICTOR GABRIEL RODRIGUES LINS
Desenvolvedor de software júnior | Estudante da Trybe - Turma 20
VICTOR GABRIEL RODRIGUES LINS
Um bot de suporte feito usando threads para o Discord, 100% customizável, feito em JavaScript e inspirado no Rio Helper do servidor Elixir Lab e na Loritta Helper do serivdor de suporte da Loritta.

Ticket Bot Um bot de suporte feito usando threads para o Discord, 100% customizável, feito em JavaScript e inspirado no Rio Helper do servidor Elixir

ADG 6 Dec 21, 2022
Script para colocar la altura maxima entre el conjunto de elementos.

set-height-elements Script para colocar la altura maxima entre el conjunto de elementos. La principal función de este script es hacer que todos los el

Lenin Felix 2 Feb 4, 2022
Arquitetura que possa vir a ser utilizada para um micro serviço em nodejs com nestjs e typescript

Descrição Exemplo prático de uma API desenvolvida em NodeJs com NestJs e Banco de Dados Postgres Instalação Instalando as dependencias $ npm install

Vinicius Barbosa Honorio 2 Jan 11, 2022
Repositório do desafio técnico da para o processo seletivo da turma XP na Trybe

Desafio Backend de Yuri Carvalho Desafio técnico para o processo seletivo da XP Inc. realizado por Yuri Carvalho utilizando: Link da API: https://yuri

Yuri Carvalho Peixoto 5 Jul 25, 2022
Back-end desenvolvido com NodeJS, TypeScript, Prisma e Express para prover dados para as aplicações em desenvolvimento.plicações do evento NLW eSports.

NLW eSports Back-End Aplicação back-end para surprir as necessidades de dados das demais plataformas desenvolvidas que são citadas mais abaixo. Este s

Felippe Rian 2 Sep 17, 2022
Um projeto feito utilizando a biblioteca React para entrada e saída de custos e serviços realizados.

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

Vinícius 3 Mar 9, 2022
Projeito feito em PHP no padrão MVC para voce conectar sua api do MyZap e enviar mensagens

SendMyZAP Projeto realizado para integração com a API do MyZap, projeto realizado em php puro no padrão MVC e OO. Passo a passo para instalar: Primeir

João Paulo de Oliveira 18 Dec 13, 2022
Todas as aulas da Semana JS Expert 5.0 - Google Drive Clone

Google Drive Clone - Semana JS Expert 5.0 Seja bem vindo(a) à quinta Semana Javascript Expert. Este é o código inicial para iniciar nossa jornada. Mar

Erick Wendel 1.5k Dec 29, 2022
Códigos das aulas da Imersão FrontExpert

Imersão FrontExpert 01 Olá Dev, este repositório faz parte da Imersão FrontExpert, evento realizado durante os dias 11 à 13/04/2022. Para se inscrever

Daniel Castro 75 Nov 12, 2022
Secure-electron-template - The best way to build Electron apps with security in mind.

secure-electron-template A current electron app template with the most popular frameworks, designed and built with security in mind. (If you are curio

reZach 1.4k Dec 29, 2022
Exemplo de como deve ser implementação de nirvana do teste de contrato com Pact seguindo todas as práticas descritas em https://docs.pact.io/pact_nirvana

Exemplo de 'Nirvana' do teste de contrato Esse repositório exemplifica as melhores implementações de teste de contrato, atingindo o nirvana e tendo co

Paulo Gonçalves 66 Nov 28, 2022
Welcome To Amru Ser Wa Bot🙂. Tnx to ABUSER❤️

Project created by AMRU-SER to make it public | © | Reserved | Setup Click Instagram logo to follow this page ?? Simple Method The Hard Method GET QR

null 41 Jan 1, 2023
¿Cómo ser autodidacta? Introducción al desarrollo web.

Introducción al desarrollo web ??‍?? ?? Me puse como objetivo crear una serie de posibles pasos a seguir para poder introducir a alguien al desarrollo

Felipe Nahuel Delicia 8 Nov 3, 2022
Aergo Timer Service schedule smart contract function calls

Aergo Timer Service ⏰ Create timers to call functions on your smart contracts Schedule calls based on time interval or on specific date-times For a sm

aergo 3 Mar 10, 2022
With this plugin, you can easily make a stopwatch or timer on your site. Just init, style and enjoy.

TimezZ With this plugin, you can easily make a stopwatch or timer on your site. Just init, style and enjoy. Features Typescript support Support all en

Valery Strelets 37 Dec 5, 2022
A jQuery plugin that creates a countdown timer in years, months, days, hours and seconds in the form a bunch of rotating 3d cubes

CountdownCube is a jQuery plugin that is in the form of a bunch of rotating 3D cubes. It uses CSS transitions to create the 3D rotating cube effects.

null 16 Mar 6, 2022
Todo List, Pomodoro Timer, Daily Receipt.

Daily Receipt - 하루 영수증 ?? Print your time ⏱ Todo List, Pomodoro Timer, Daily Receipt. Daily Receipt는 당신의 시간을 정산해드리는 애플리케이션입니다. ?? 서비스 기획의도 매일 더 성장한 나를

null 8 Dec 30, 2022
Want to *contribute* to *open source*? Participate in **HacktoberFest 2022** *Beginner friendly* *First Timer*

# HacktoberFest 2022 (No Longer Participating in hacktoberfest) THIS REPO IS NO LONGER CONSIDERED IN HACKTOBERFEST. YOU CAN STILL USE THIS REPOSITORY

Jitender Singh Chhapola 5 Nov 12, 2022
This extensions adds blocks to help you create your own carnival games in MakeCode Arcade using throwable balls, extra timer functions, and extra game-over options.

Usage This extensions adds blocks to help you create your own carnival games in MakeCode Arcade using throwable balls, extra timer functions, and extr

Microsoft 6 Nov 16, 2022