Skip to content

Commit

Permalink
chore: update nx
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Oct 4, 2023
1 parent 9aee3d0 commit 501adb8
Show file tree
Hide file tree
Showing 4 changed files with 267 additions and 254 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ TypeScript Library with tons of utility tools helping in all projects.

[![NPM](https://nodei.co/npm/dfts-helper.png)](https://npmjs.org/package/dfts-helper)

### dfts-qrcode

`dfts-qrcode` is a tiny and simple-to-use Javascript QR-Code generator library. Fully type-safe and esm module compatible.

[![NPM](https://nodei.co/npm/dfts-qrcode.png)](https://npmjs.org/package/dfts-qrcode)

### dfx-helper

Angular Library with tons of utility tools helping in all projects.
Expand All @@ -36,3 +42,9 @@ A simple translation package for Angular 4 - 12.
Angular table CDK implementation for Bootstrap with filtering, sorting and pagination.

[![NPM](https://nodei.co/npm/dfx-bootstrap-table.png)](https://npmjs.org/package/dfx-bootstrap-table)

### dfx-qrcode

`dfx-qrcode` is a tiny and simple-to-use Angular QrCode generator library.

[![NPM](https://nodei.co/npm/dfx-qrcode.png)](https://npmjs.org/package/dfx-qrcode)
42 changes: 19 additions & 23 deletions migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,34 @@
"migrations": [
{
"cli": "nx",
"version": "16.6.0-beta.6",
"description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed",
"implementation": "./src/migrations/update-15-0-0/prefix-outputs",
"version": "16.8.0-beta.3",
"description": "Escape $ in env variables",
"implementation": "./src/migrations/update-16-8-0/escape-dollar-sign-env-variables",
"package": "nx",
"name": "16.6.0-prefix-outputs"
"name": "16.8.0-escape-dollar-sign-env"
},
{
"cli": "nx",
"version": "16.6.0-beta.0",
"description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.",
"factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps",
"package": "@nx/js",
"name": "explicitly-set-projects-to-update-buildable-deps"
"version": "16.9.0-beta.1",
"description": "Replace imports of Module Federation utils frm @nx/devkit to @nx/webpack",
"implementation": "./src/migrations/update-16-9-0/migrate-mf-util-usage",
"package": "@nx/devkit",
"name": "update-16-9-0-migrate-mf-usage-to-webpack"
},
{
"cli": "nx",
"version": "16.6.0-beta.0",
"description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.",
"factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps",
"package": "@nx/angular",
"name": "explicitly-set-projects-to-update-buildable-deps"
"version": "16.8.2-beta.0",
"description": "Remove invalid options (strict, noInterop) for ES6 type modules.",
"factory": "./src/migrations/update-16-8-2/update-swcrc",
"package": "@nx/js",
"name": "16-8-2-update-swcrc"
},
{
"cli": "nx",
"version": "16.7.0-beta.6",
"requires": {
"@angular/core": ">=16.2.0"
},
"description": "Update the @angular/cli package version to ~16.2.0.",
"factory": "./src/migrations/update-16-7-0/update-angular-cli",
"package": "@nx/angular",
"name": "update-angular-cli-version-16-2-0"
"version": "16.8.0",
"description": "update-16-8-0-add-ignored-files",
"implementation": "./src/migrations/update-16-8-0-add-ignored-files/update-16-8-0-add-ignored-files",
"package": "@nx/linter",
"name": "update-16-8-0-add-ignored-files"
}
]
}
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/platform-browser": "16.2.7",
"@angular/platform-browser-dynamic": "16.2.7",
"@angular/router": "16.2.7",
"@nx/angular": "16.7.3",
"@nx/angular": "16.9.1",
"bootstrap": "5.2.3",
"commander": "11.0.0",
"rxjs": "7.8.1",
Expand All @@ -43,13 +43,13 @@
"@commitlint/config-angular": "17.6.7",
"@hirez_io/observer-spy": "2.2.0",
"@jscutlery/semver": "3.1.0",
"@nx/devkit": "16.7.3",
"@nx/eslint-plugin": "16.7.3",
"@nx/jest": "16.7.3",
"@nx/js": "16.7.3",
"@nx/linter": "16.7.3",
"@nx/web": "16.7.3",
"@nx/workspace": "16.7.3",
"@nx/devkit": "16.9.1",
"@nx/eslint-plugin": "16.9.1",
"@nx/jest": "16.9.1",
"@nx/js": "16.9.1",
"@nx/linter": "16.9.1",
"@nx/web": "16.9.1",
"@nx/workspace": "16.9.1",
"@schematics/angular": "16.2.4",
"@types/jest": "29.5.3",
"@types/node": "18.17.3",
Expand All @@ -64,7 +64,7 @@
"jest-preset-angular": "13.1.1",
"lint-staged": "14.0.1",
"ng-packagr": "16.1.0",
"nx": "16.7.3",
"nx": "16.9.1",
"postcss": "8.4.31",
"postcss-import": "15.1.0",
"postcss-preset-env": "9.1.1",
Expand All @@ -77,3 +77,4 @@
"webpack-merge": "5.9.0"
}
}

Loading

0 comments on commit 501adb8

Please sign in to comment.