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: eclipse-theia/generator-theia-extension
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.32
Choose a base ref
...
head repository: eclipse-theia/generator-theia-extension
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.33
Choose a head ref
  • 5 commits
  • 7 files changed
  • 4 contributors

Commits on Aug 11, 2022

  1. Bump async from 2.6.3 to 2.6.4 (#144)

    Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
    - [Release notes](https://github.com/caolan/async/releases)
    - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
    - [Commits](caolan/async@v2.6.3...v2.6.4)
    
    ---
    updated-dependencies:
    - dependency-name: async
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    cb41111 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Remove obsolete node polyfill from tree editor extension

    Signed-off-by: Lucas Koehler <[email protected]>
    lucas-koehler authored and vince-fugnitto committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    163c610 View commit details
    Browse the repository at this point in the history
  2. repo: add updated information to build

    The commit updates the generator by:
    - setting the `engines` for the repo and templates to allowed node
      versions
    - updating the `prerequisites` documentation to point to the original
      source found in the main repository so it does not get outdated.
    
    Signed-off-by: vince-fugnitto <[email protected]>
    vince-fugnitto committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    4fcf216 View commit details
    Browse the repository at this point in the history
  3. Add theia check:theia-version by default

    This will run the Theia version check after yarn install to check
    whether multiple versions of @theia/* packages are pulled by direct or
    indirect dependencies.
    
    See also eclipse-theia/theia#11483
    
    Contributed on behalf of STMicroelectronics.
    planger authored and vince-fugnitto committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    8b20ade View commit details
    Browse the repository at this point in the history
  4. v0.1.33

    vince-fugnitto committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    2ca1519 View commit details
    Browse the repository at this point in the history
Loading