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: nx-dotnet/nx-dotnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.1
Choose a base ref
...
head repository: nx-dotnet/nx-dotnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 11 commits
  • 31 files changed
  • 4 contributors

Commits on Dec 13, 2021

  1. chore(deps-dev): bump verdaccio from 5.2.2 to 5.3.1

    Bumps [verdaccio](https://github.com/verdaccio/verdaccio) from 5.2.2 to 5.3.1.
    - [Release notes](https://github.com/verdaccio/verdaccio/releases)
    - [Changelog](https://github.com/verdaccio/verdaccio/blob/v5.3.1/CHANGELOG.md)
    - [Commits](verdaccio/verdaccio@v5.2.2...v5.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: verdaccio
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AgentEnder committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    c23d244 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @typescript-eslint/eslint-plugin

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.3.1 to 5.6.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.6.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AgentEnder committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    817dd37 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump prettier from 2.4.1 to 2.5.1

    Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 2.5.1.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.4.1...2.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AgentEnder committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    3d91672 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    56c770a View commit details
    Browse the repository at this point in the history
  2. fix(core): add test projects to solution

    Add generated test projects to the same solution as the main project
    Co-authored-by: Ben Callaghan <bcallaghan@selectbankcard.com>
    Ben Callaghan authored and AgentEnder committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    9090b99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed5aed0 View commit details
    Browse the repository at this point in the history
  4. feat(core): support for nx incremental builds

    Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
    AgentEnder committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    6739a6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26e33e3 View commit details
    Browse the repository at this point in the history
  6. chore(core): misc cleanup

    AgentEnder committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    877d99a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ccbaa0 View commit details
    Browse the repository at this point in the history
  8. release: 1.8.0 [skip ci]

    # [1.8.0](v1.7.1...v1.8.0) (2021-12-14)
    
    ### Bug Fixes
    
    * **core:** add test projects to solution ([9090b99](9090b99))
    * **core:** aliases were not being picked up when generating projects w/ solution files ([56c770a](56c770a))
    
    ### Features
    
    * **core:** support for nx incremental builds ([6739a6b](6739a6b))
    
    Dec 14, 2021, 4:36 AM
    semantic-release-bot committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    dd04681 View commit details
    Browse the repository at this point in the history
Loading