Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/electron/electron.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 03, 2024
  2. Sep 26, 2024
    • Samuel Attard's avatar
      build: update some build dependencies (#43882) · 74af96da
      Samuel Attard authored
      * build: update some build dependencies
      
      * build: fix eslint issues after updating
      
      * build: disable ts check on busted js example
      
      * build: update internal types for stricter event handling
      
      * restore url.parse behavior
      
      * fix typing issues
      
      * sigh
      
      * build: update easy deps
      
      * build: skip woa engines check
      74af96da
  3. Jun 27, 2023
  4. Jun 26, 2023
  5. Mar 25, 2022
  6. Nov 11, 2020
  7. Oct 30, 2020
  8. Oct 26, 2020
  9. Jul 17, 2020
  10. Jul 15, 2020
  11. May 11, 2020
  12. Mar 21, 2020
  13. Mar 18, 2020
  14. Nov 02, 2019
  15. May 01, 2019
    • Samuel Attard's avatar
      build: ensure consistent lock files across multiple machines (#17955) · 98c51dd6
      Samuel Attard authored
      * build: ensure consistent package-lock across multiple machines
      
      * build: fix linting errors and use npm ci instead of npm install
      
      * build: use a yarn.lock and yarn instead of package-lock and npm
      
      * chore: replace package-lock.json files with yarn.lock
      
      * chore: replace last instance of `npm install`
      98c51dd6
  16. Mar 08, 2019
  17. Feb 07, 2019
  18. Oct 09, 2018
  19. Oct 02, 2018
  20. Sep 29, 2018
  21. Sep 16, 2018
    • Samuel Attard's avatar
      chore: replace standard with eslint-config-standard and add custom rules (#14636) · 6d01952e
      Samuel Attard authored
      * chore: replace standard with eslint-config-standard
      
      This adds support for --cache so linting JS only takes ~1 second and only lints things that changed
      
      It also allows us to add custom linting rules
      
      * chore: add eslint-plugin-mocha and enable the no-exclusive-tests rule
      
      This will block anyone from pushing / merging a `.only` test or describe
      6d01952e