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: bikecoders/ngx-deploy-npm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ngx-deploy-npm-7.1.0
Choose a base ref
...
head repository: bikecoders/ngx-deploy-npm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ngx-deploy-npm-8.0.0
Choose a head ref
  • 10 commits
  • 90 files changed
  • 3 contributors

Commits on Nov 10, 2023

  1. build: 📦 dependency @types/node to v18.18.9 (#549)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    08dfa55 View commit details
    Browse the repository at this point in the history
  2. chore: 📦 lock file maintenance (#538)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    bb49fc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. chore: 📦 lock file maintenance (#557)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b41f2f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. chore: 📦 lock file maintenance (#558)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ebb701c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. build: 📦 nrwl monorepo to v17.1.3 (#548)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    c995142 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    1072a85 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. feat: drop support for Angular workspaces (#570)

    We have decided to stop supporting Angular Workspaces and focus exclusively on Nx Workspaces. This
    decision is motivated by several factors, including the fact that the Nx Devkit no longer supports
    compatibility with Angular Workspaces. To offer support, we would have to create a second plugin
    that uses AngularDevkit under the hood, which would require considerable effort on the part of our
    maintainers. We want to focus on what brings the most value to our current users, and Nx Workspaces
    is the best way to do that.
    
    BREAKING CHANGE: As an alternative, maintainers suggest migrating your Angular Workspaces to Nx
    Workspaces if you want to use this plugin. A stand-alone approach to Nx workspaces is an option that
    you should consider. We apologize for any inconvenience this may cause and appreciate your
    understanding.
    dianjuar authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    af95f44 View commit details
    Browse the repository at this point in the history
  2. feat: remove internal build process (#571)

    Deprecate the built-in build process in favor of `dependsOn` Nx feature.
    Add support for libraries that doesn't require build process.
    
    BREAKING CHANGE:
     - `ngx-deploy-npm:install`: Added `--dist-folder-path` option as
    required.
     - `ngx-deploy-npm:install`: Drop the option `--projects`, now, each project needs to be specified
    independently using `--project`.
     - `ngx-deploy-npm:deploy`: `distFolderPath` option is now required.
     - `ngx-deploy-npm:deploy`: Remove options `noBuild` and `buildTarget`.
    dianjuar authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    afa228c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    3e6a9b0 View commit details
    Browse the repository at this point in the history
  2. chore(ngx-deploy-npm): release version 8.0.0

    Github Actions committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    cf60497 View commit details
    Browse the repository at this point in the history
Loading