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: vscode-arduino/vscode-arduino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: vscode-arduino/vscode-arduino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 9 files changed
  • 4 contributors

Commits on Sep 14, 2024

  1. Bump eslint-plugin-promise from 5.2.0 to 6.00 (#20)

    Bump eslint-plugin-promise from 5.2.0 to 6.0.0
    Updated build.yaml to use upload-artifacts@v4
    fixed a bug that double download Arduino-cli tools
    Bump typescript-eslint/eslint-plugin from 4.31.1 to 5.62.0
    Bump typescript-eslint/parser from 4.31.1 to 5.62.0
    Bump eslint from 7.32.0 to 8.0.1
    Bump eslint-config-standard from 16.0.3 to 17.1.0
    Removed eslint-plugin-standard
    
    Co-authored-by: lior <liorshalmay1@gmail.com>
    dependabot[bot] and lersi authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    fce3105 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. fixed build system (#41)

    fixed string_decoder dependency
    lersi authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    b485392 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Bump plugin-error from 1.0.1 to 2.0.1 (#21)

    * Bump plugin-error from 1.0.1 to 2.0.1
    
    Bumps [plugin-error](https://github.com/gulpjs/plugin-error) from 1.0.1 to 2.0.1.
    - [Release notes](https://github.com/gulpjs/plugin-error/releases)
    - [Changelog](https://github.com/gulpjs/plugin-error/blob/master/CHANGELOG.md)
    - [Commits](gulpjs/plugin-error@v1.0.1...v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: plugin-error
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: lior <liorshalmay1@gmail.com>
    dependabot[bot] and lersi authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    8b789ca View commit details
    Browse the repository at this point in the history
  2. Bump fancy-log from 1.3.3 to 2.0.0 (#22)

    * Bump fancy-log from 1.3.3 to 2.0.0
    
    Bumps [fancy-log](https://github.com/gulpjs/fancy-log) from 1.3.3 to 2.0.0.
    - [Release notes](https://github.com/gulpjs/fancy-log/releases)
    - [Changelog](https://github.com/gulpjs/fancy-log/blob/master/CHANGELOG.md)
    - [Commits](gulpjs/fancy-log@v1.3.3...v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: fancy-log
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: lior <liorshalmay1@gmail.com>
    dependabot[bot] and lersi authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    ec77119 View commit details
    Browse the repository at this point in the history
  3. Use newer version of Cocopa (#39)

    Use a version of cocopa that supports more advanced inclusion parameters used in RP Pico SDK.
    stigpo authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    bbb99eb View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Added option to use a local arduino-cli.yaml config file to add e.g. …

    …custom library paths. (#59)
    goodchip authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    00cc5f1 View commit details
    Browse the repository at this point in the history
Loading