Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino/arduino-ide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bf8a402
Choose a base ref
...
head repository: arduino/arduino-ide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c4f33ce
Choose a head ref
  • 4 commits
  • 175 files changed
  • 1 contributor

Commits on May 9, 2023

  1. chore: updated to Theia 1.37.0

     - Updated `@theia/*` to `1.37.0`.
     - Fixed all `yarn audit` security vulnerabilities.
     - Updated to `electron@23.2.4`:
       - `contextIsolation` is `true`,
       - `nodeIntegration` is `false`, and the
       - `webpack` target is moved from `electron-renderer` to `web`.
     - Updated to `typescript@4.9.3`.
     - Updated the `eslint` plugins.
     - Added the new `Light High Contrast` theme to the IDE2.
     - High contrast themes use Theia APIs for style adjustments.
     - Support for ESM modules: `"moduleResolution": "node16"`.
     - Node.js >= 16.14 is required.
     - VISX langage packs were bumped to `1.70.0`.
     - Removed undesired editor context menu items. (Closes #1394)
    
    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta authored and kittaakos committed May 9, 2023
    Configuration menu
    Copy the full SHA
    192aac5 View commit details
    Browse the repository at this point in the history
  2. build: use execFileSync for npm scripts

    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta authored and kittaakos committed May 9, 2023
    Configuration menu
    Copy the full SHA
    33ab2a6 View commit details
    Browse the repository at this point in the history
  3. build: use execa for the packager

    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta authored and kittaakos committed May 9, 2023
    Configuration menu
    Copy the full SHA
    36e2092 View commit details
    Browse the repository at this point in the history
  4. fix: do not enqueue write operations on conflict

    Closes #2051
    
    Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
    Akos Kitta committed May 9, 2023
    Configuration menu
    Copy the full SHA
    c4f33ce View commit details
    Browse the repository at this point in the history
Loading