Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
851f378430 chore(deps): bump loader-utils and @nrwl/angular
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 3.2.0 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [loader-utils](https://github.com/webpack/loader-utils) and [@nrwl/angular](https://github.com/nrwl/nx/tree/HEAD/packages/angular). These dependencies need to be updated together.


Updates `loader-utils` from 2.0.2 to 3.2.0
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v3.2.0)

Updates `loader-utils` from 1.4.0 to 3.2.0
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v3.2.0)

Updates `@nrwl/angular` from 14.7.5 to 14.8.6
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/14.8.6/packages/angular)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: "@nrwl/angular"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09 17:59:09 +00:00
3 changed files with 1031 additions and 1278 deletions

View File

@@ -26,8 +26,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: one_run needs: one_run
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v2.3.4
- uses: actions/cache@v3 - uses: actions/cache@v2.1.4
id: cache id: cache
with: with:
path: node_modules path: node_modules
@@ -40,27 +40,25 @@ jobs:
needs: install needs: install
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v2.3.4
- uses: actions/cache@v3 - uses: actions/cache@v2.1.4
with: with:
path: node_modules path: node_modules
key: node_modules-${{ hashFiles('**/package-lock.json') }} key: node_modules-${{ hashFiles('**/package-lock.json') }}
- uses: actions/cache@v3 - uses: actions/cache@v2.1.4
with: with:
path: | path: |
dist dist
key: dist-${{ github.run_id }} key: dist-${{ github.run_id }}
- run: | - run: npx nx run ng2-file-upload-demo:build
npx nx run ng2-file-upload:build --configuration production
npx nx run ng2-file-upload-demo:build --configuration production
# update release notes in github # update release notes in github
update_release_draft: update_release_draft:
needs: install needs: install
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v2.3.4
- uses: actions/cache@v3 - uses: actions/cache@v2.1.4
with: with:
path: node_modules path: node_modules
key: node_modules-${{ hashFiles('**/package-lock.json') }} key: node_modules-${{ hashFiles('**/package-lock.json') }}
@@ -71,17 +69,17 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3 - uses: actions/checkout@v2.3.4
with: with:
ref: 'gh-pages' ref: 'gh-pages'
path: 'gh-pages' path: 'gh-pages'
- uses: actions/cache@v3 - uses: actions/cache@v2.1.4
with: with:
path: node_modules path: node_modules
key: node_modules-${{ hashFiles('**/package-lock.json') }} key: node_modules-${{ hashFiles('**/package-lock.json') }}
- uses: actions/cache@v3 - uses: actions/cache@v2.1.4
with: with:
path: | path: |
dist dist
@@ -106,12 +104,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v2.3.4
- uses: actions/cache@v3 - uses: actions/cache@v2.1.4
with: with:
path: node_modules path: node_modules
key: node_modules-${{ hashFiles('**/package-lock.json') }} key: node_modules-${{ hashFiles('**/package-lock.json') }}
- uses: actions/cache@v3 - uses: actions/cache@v2.1.4
with: with:
path: | path: |
dist dist

2275
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -52,7 +52,7 @@
"@angular/forms": "14.2.2", "@angular/forms": "14.2.2",
"@angular/platform-browser": "14.2.2", "@angular/platform-browser": "14.2.2",
"@angular/platform-browser-dynamic": "14.2.2", "@angular/platform-browser-dynamic": "14.2.2",
"@nrwl/angular": "14.7.5", "@nrwl/angular": "14.8.6",
"@nrwl/cli": "14.7.5", "@nrwl/cli": "14.7.5",
"@nrwl/eslint-plugin-nx": "14.7.5", "@nrwl/eslint-plugin-nx": "14.7.5",
"@nrwl/jest": "14.7.5", "@nrwl/jest": "14.7.5",