Skip to content

Commit

Permalink
Migrate NX to 19.7.4 (#478)
Browse files Browse the repository at this point in the history
* chore: [nx migration] update-angular-cli-version-18-2-0

* chore: [nx migration] changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
tkit-dev and github-actions[bot] authored Sep 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f1c8704 commit bcc487d
Showing 5 changed files with 1,486 additions and 1,777 deletions.
6 changes: 5 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
@@ -4,6 +4,10 @@ module.exports = {
options: {},
},

addons: ['@storybook/addon-a11y', '@chromatic-com/storybook']
addons: ['@storybook/addon-a11y', '@chromatic-com/storybook'],

docs: {
autodocs: true
}
}

2 changes: 1 addition & 1 deletion libs/angular-accelerator/.storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ const preview: Preview = {
},
},
},
tags: ['autodocs']
tags: ['autodocs', 'autodocs']
}

export default preview
2 changes: 1 addition & 1 deletion libs/portal-integration-angular/.storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ const preview: Preview = {
},
},
},
tags: ['autodocs']
tags: ['autodocs', 'autodocs']
}

export default preview
3,219 changes: 1,462 additions & 1,757 deletions package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@onecx/portal-layout-styles": "file:libs/portal-layout-styles",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-interactions": "^8.3.1",
"axios": "^1.7.3",
"chart.js": "^4.4.3",
"d3-scale-chromatic": "^3.1.0",
@@ -41,7 +41,7 @@
"primeicons": "^7.0.0",
"primeng": "17.18.8",
"rxjs": "7.8.1",
"storybook": "^8.2.9",
"storybook": "^8.3.1",
"tslib": "^2.6.3",
"zod": "^3.23.8",
"zone.js": "^0.14.10"
@@ -54,30 +54,30 @@
"@angular-eslint/eslint-plugin": "^18.3.1",
"@angular-eslint/eslint-plugin-template": "^18.3.1",
"@angular-eslint/template-parser": "^18.3.1",
"@angular/cli": "~18.2.4",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "^18.2.4",
"@angular/language-service": "^18.2.4",
"@chromatic-com/storybook": "^2.0.2",
"@happy-dom/jest-environment": "^15.7.3",
"@nx/angular": "19.6.5",
"@nx/esbuild": "19.6.5",
"@nx/eslint-plugin": "19.6.5",
"@nx/jest": "19.6.5",
"@nx/js": "19.6.5",
"@nx/linter": "19.6.5",
"@nx/node": "19.6.5",
"@nx/storybook": "19.6.5",
"@nx/workspace": "19.6.5",
"@nx/angular": "19.7.4",
"@nx/esbuild": "19.7.4",
"@nx/eslint-plugin": "19.7.4",
"@nx/jest": "19.7.4",
"@nx/js": "19.7.4",
"@nx/linter": "19.7.4",
"@nx/node": "19.7.4",
"@nx/storybook": "19.7.4",
"@nx/workspace": "19.7.4",
"@schematics/angular": "~18.2.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@storybook/addon-a11y": "^8.2.9",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/angular": "^8.2.9",
"@storybook/core-server": "^8.2.9",
"@storybook/addon-a11y": "^8.3.1",
"@storybook/addon-essentials": "^8.3.1",
"@storybook/angular": "^8.3.1",
"@storybook/core-server": "^8.3.1",
"@swc-node/register": "~1.10.0",
"@swc/core": "~1.7.10",
"@swc/helpers": "~0.5.13",
@@ -104,7 +104,7 @@
"ng-mocks": "^14.13.0",
"ng-packagr": "^18.2.1",
"ngx-translate-testing": "^7.0.0",
"nx": "19.6.5",
"nx": "19.7.4",
"nx-release": "^3.3.0",
"postcss": "^8.4.45",
"postcss-import": "~16.1.0",

0 comments on commit bcc487d

Please sign in to comment.