Skip to content

Commit

Permalink
chore: workspace updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Dec 28, 2024
1 parent 00802d2 commit d69e5fa
Show file tree
Hide file tree
Showing 4 changed files with 1,079 additions and 1,024 deletions.
2 changes: 1 addition & 1 deletion apps/nativescript-demo-ng/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const plugin = require('tailwindcss/plugin');

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./app/**/*.{css,xml,html,vue,svelte,ts,tsx}'],
content: ['./src/**/*.{css,xml,html,vue,svelte,ts,tsx}'],
// use the .ns-dark class to control dark mode (applied by NativeScript) - since 'media' (default) is not supported.
darkMode: ['class', '.ns-dark'],
theme: {
Expand Down
19 changes: 19 additions & 0 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"migrations": [
{
"version": "20.3.0-beta.1",
"description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)",
"implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides",
"package": "@nx/eslint",
"name": "add-file-extensions-to-overrides"
},
{
"cli": "nx",
"version": "20.3.0-beta.2",
"description": "If workspace includes Module Federation projects, ensure the new @nx/module-federation package is installed.",
"factory": "./src/migrations/update-20-3-0/ensure-nx-module-federation-package",
"package": "@nx/angular",
"name": "ensure-nx-module-federation-package"
}
]
}
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,53 +35,53 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"dependencies": {
"@angular/animations": "19.0.3",
"@angular/common": "19.0.3",
"@angular/compiler": "19.0.3",
"@angular/core": "19.0.3",
"@angular/forms": "19.0.3",
"@angular/platform-browser": "19.0.3",
"@angular/platform-browser-dynamic": "19.0.3",
"@angular/router": "19.0.3",
"@angular/animations": "~19.0.4",
"@angular/common": "~19.0.4",
"@angular/compiler": "~19.0.4",
"@angular/core": "~19.0.4",
"@angular/forms": "~19.0.4",
"@angular/platform-browser": "~19.0.4",
"@angular/platform-browser-dynamic": "~19.0.4",
"@angular/router": "~19.0.4",
"@nativescript/core": "~8.8.0",
"@nativescript/tailwind": "^2.1.0",
"nativescript-fonticon": "~8.1.3",
"rxjs": "^7.8.0",
"zone.js": "0.15.0"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.0.4",
"@angular-devkit/core": "19.0.4",
"@angular-devkit/schematics": "19.0.4",
"@angular-eslint/eslint-plugin": "19.0.1",
"@angular-eslint/eslint-plugin-template": "19.0.1",
"@angular-eslint/template-parser": "19.0.1",
"@angular/compiler-cli": "19.0.3",
"@angular-devkit/build-angular": "~19.0.4",
"@angular-devkit/core": "~19.0.4",
"@angular-devkit/schematics": "~19.0.4",
"@angular-eslint/eslint-plugin": "~19.0.2",
"@angular-eslint/eslint-plugin-template": "~19.0.2",
"@angular-eslint/template-parser": "~19.0.2",
"@angular/compiler-cli": "~19.0.3",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@nativescript/nx": "20.0.4",
"@nativescript/types": "~8.8.0",
"@nativescript/unit-test-runner": "^3.0.4",
"@nativescript/webpack": "~5.0.22",
"@ngtools/webpack": "~19.0.0",
"@nx/angular": "20.2.1",
"@nx/eslint": "20.2.1",
"@nx/eslint-plugin": "20.2.1",
"@nx/jest": "20.2.1",
"@nx/js": "20.2.1",
"@nx/node": "20.2.1",
"@nx/workspace": "20.2.1",
"@schematics/angular": "19.0.4",
"@nx/angular": "20.3.0",
"@nx/eslint": "20.3.0",
"@nx/eslint-plugin": "20.3.0",
"@nx/jest": "20.3.0",
"@nx/js": "20.3.0",
"@nx/node": "20.3.0",
"@nx/workspace": "20.3.0",
"@schematics/angular": "~19.0.4",
"@types/jasmine": "5.1.4",
"@types/jest": "29.5.13",
"@types/node": "^20.0.0",
"@types/sinon": "^17.0.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"conventional-changelog-cli": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@typescript-eslint/utils": "^8.13.0",
"conventional-changelog-cli": "^5.0.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"fs-extra": "^11.1.0",
"husky": "~9.1.0",
"jest": "29.7.0",
Expand All @@ -93,20 +93,20 @@
"karma-nativescript-launcher": "0.4.0",
"karma-sinon": "^1.0.5",
"lint-staged": "^15.0.0",
"ng-packagr": "19.0.1",
"nx": "20.2.1",
"nyc": "15.1.0",
"ng-packagr": "~19.0.1",
"nx": "20.3.0",
"nyc": "17.1.0",
"postcss": "^8.4.16",
"postcss-import": "15.1.0",
"postcss-preset-env": "9.3.0",
"postcss-import": "16.1.0",
"postcss-preset-env": "~10.1.3",
"postcss-url": "10.1.3",
"prettier": "~3.2.0",
"prettier": "~3.4.0",
"sass": "^1.54.5",
"sinon": "^17.0.0",
"tailwindcss": "~3.4.0",
"ts-jest": "29.1.1",
"ts-jest": "~29.2.0",
"ts-node": "10.9.2",
"tslib": "^2.6.0",
"tslib": "^2.8.0",
"typescript": "5.6.3"
},
"xplat": {
Expand Down
Loading

0 comments on commit d69e5fa

Please sign in to comment.