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.9.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.9.2
Choose a head ref
  • 18 commits
  • 15 files changed
  • 6 contributors

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    92c68b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f76e4c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f8fef6 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump jest from 27.3.1 to 27.5.1

    Bumps [jest](https://github.com/facebook/jest) from 27.3.1 to 27.5.1.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](jestjs/jest@v27.3.1...v27.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AgentEnder committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    bb18fe0 View commit details
    Browse the repository at this point in the history
  5. 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.7.0 to 5.12.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.12.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 Feb 15, 2022
    Configuration menu
    Copy the full SHA
    e95fe07 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump eslint from 8.4.1 to 8.9.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.4.1 to 8.9.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.4.1...v8.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AgentEnder committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    bce9336 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump lint-staged from 12.1.2 to 12.3.4

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.1.2 to 12.3.4.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Commits](lint-staged/lint-staged@v12.1.2...v12.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: lint-staged
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AgentEnder committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    77bd455 View commit details
    Browse the repository at this point in the history
  8. chore(deps-dev): bump @types/node from 17.0.0 to 17.0.18

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.0 to 17.0.18.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AgentEnder committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    b0be4f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. chore(deps-dev): bump @types/jest from 27.0.3 to 27.4.1

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.0.3 to 27.4.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AgentEnder committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    715a80e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. docs(core): fix JSON format on Handling Solution help page (#375)

    Co-authored-by: Paulo Oliveira <paulo.oliveira@preh.pt>
    asinino and Paulo Oliveira authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    4311cba View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump @docusaurus/preset-classic from 2.0.0-beta.ff31de0f…

    …f to 2.0.0-beta.16 (#374)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    a2f6eb8 View commit details
    Browse the repository at this point in the history
  3. docs: add asinino as a contributor for doc (#376)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    bbbbe5b View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.12.0 to…

    … 5.12.1 (#377)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    4d59266 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump @nrwl/nx-cloud from 13.1.2 to 13.1.5 (#370)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    f6560a7 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump ts-jest from 27.1.2 to 27.1.3 (#368)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    360d221 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd4e16b View commit details
    Browse the repository at this point in the history
  8. docs: add asinino as a contributor for code, bug (#380)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    05e9575 View commit details
    Browse the repository at this point in the history
  9. release: 1.9.2 [skip ci]

    ## [1.9.2](v1.9.1...v1.9.2) (2022-02-28)
    
    ### Bug Fixes
    
    * **dotnet:** project with spaces do not bug out the command ([#379](#379)) ([dd4e16b](dd4e16b))
    
    Feb 28, 2022, 5:18 PM
    semantic-release-bot committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    7317967 View commit details
    Browse the repository at this point in the history
Loading