Skip to content

Commit d69e5fa

Browse files
committed
chore: workspace updates
1 parent 00802d2 commit d69e5fa

File tree

4 files changed

+1079
-1024
lines changed

4 files changed

+1079
-1024
lines changed

apps/nativescript-demo-ng/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const plugin = require('tailwindcss/plugin');
33

44
/** @type {import('tailwindcss').Config} */
55
module.exports = {
6-
content: ['./app/**/*.{css,xml,html,vue,svelte,ts,tsx}'],
6+
content: ['./src/**/*.{css,xml,html,vue,svelte,ts,tsx}'],
77
// use the .ns-dark class to control dark mode (applied by NativeScript) - since 'media' (default) is not supported.
88
darkMode: ['class', '.ns-dark'],
99
theme: {

migrations.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"migrations": [
3+
{
4+
"version": "20.3.0-beta.1",
5+
"description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)",
6+
"implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides",
7+
"package": "@nx/eslint",
8+
"name": "add-file-extensions-to-overrides"
9+
},
10+
{
11+
"cli": "nx",
12+
"version": "20.3.0-beta.2",
13+
"description": "If workspace includes Module Federation projects, ensure the new @nx/module-federation package is installed.",
14+
"factory": "./src/migrations/update-20-3-0/ensure-nx-module-federation-package",
15+
"package": "@nx/angular",
16+
"name": "ensure-nx-module-federation-package"
17+
}
18+
]
19+
}

package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -35,53 +35,53 @@
3535
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
3636
},
3737
"dependencies": {
38-
"@angular/animations": "19.0.3",
39-
"@angular/common": "19.0.3",
40-
"@angular/compiler": "19.0.3",
41-
"@angular/core": "19.0.3",
42-
"@angular/forms": "19.0.3",
43-
"@angular/platform-browser": "19.0.3",
44-
"@angular/platform-browser-dynamic": "19.0.3",
45-
"@angular/router": "19.0.3",
38+
"@angular/animations": "~19.0.4",
39+
"@angular/common": "~19.0.4",
40+
"@angular/compiler": "~19.0.4",
41+
"@angular/core": "~19.0.4",
42+
"@angular/forms": "~19.0.4",
43+
"@angular/platform-browser": "~19.0.4",
44+
"@angular/platform-browser-dynamic": "~19.0.4",
45+
"@angular/router": "~19.0.4",
4646
"@nativescript/core": "~8.8.0",
4747
"@nativescript/tailwind": "^2.1.0",
4848
"nativescript-fonticon": "~8.1.3",
4949
"rxjs": "^7.8.0",
50-
"zone.js": "0.15.0"
50+
"zone.js": "~0.15.0"
5151
},
5252
"devDependencies": {
53-
"@angular-devkit/build-angular": "19.0.4",
54-
"@angular-devkit/core": "19.0.4",
55-
"@angular-devkit/schematics": "19.0.4",
56-
"@angular-eslint/eslint-plugin": "19.0.1",
57-
"@angular-eslint/eslint-plugin-template": "19.0.1",
58-
"@angular-eslint/template-parser": "19.0.1",
59-
"@angular/compiler-cli": "19.0.3",
53+
"@angular-devkit/build-angular": "~19.0.4",
54+
"@angular-devkit/core": "~19.0.4",
55+
"@angular-devkit/schematics": "~19.0.4",
56+
"@angular-eslint/eslint-plugin": "~19.0.2",
57+
"@angular-eslint/eslint-plugin-template": "~19.0.2",
58+
"@angular-eslint/template-parser": "~19.0.2",
59+
"@angular/compiler-cli": "~19.0.3",
6060
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
6161
"@nativescript/nx": "20.0.4",
6262
"@nativescript/types": "~8.8.0",
6363
"@nativescript/unit-test-runner": "^3.0.4",
6464
"@nativescript/webpack": "~5.0.22",
6565
"@ngtools/webpack": "~19.0.0",
66-
"@nx/angular": "20.2.1",
67-
"@nx/eslint": "20.2.1",
68-
"@nx/eslint-plugin": "20.2.1",
69-
"@nx/jest": "20.2.1",
70-
"@nx/js": "20.2.1",
71-
"@nx/node": "20.2.1",
72-
"@nx/workspace": "20.2.1",
73-
"@schematics/angular": "19.0.4",
66+
"@nx/angular": "20.3.0",
67+
"@nx/eslint": "20.3.0",
68+
"@nx/eslint-plugin": "20.3.0",
69+
"@nx/jest": "20.3.0",
70+
"@nx/js": "20.3.0",
71+
"@nx/node": "20.3.0",
72+
"@nx/workspace": "20.3.0",
73+
"@schematics/angular": "~19.0.4",
7474
"@types/jasmine": "5.1.4",
7575
"@types/jest": "29.5.13",
7676
"@types/node": "^20.0.0",
7777
"@types/sinon": "^17.0.0",
78-
"@typescript-eslint/eslint-plugin": "7.18.0",
79-
"@typescript-eslint/parser": "7.18.0",
80-
"@typescript-eslint/utils": "7.18.0",
81-
"conventional-changelog-cli": "^4.1.0",
78+
"@typescript-eslint/eslint-plugin": "^8.13.0",
79+
"@typescript-eslint/parser": "^8.13.0",
80+
"@typescript-eslint/utils": "^8.13.0",
81+
"conventional-changelog-cli": "^5.0.0",
8282
"dotenv": "16.4.5",
8383
"eslint": "8.57.0",
84-
"eslint-config-prettier": "9.0.0",
84+
"eslint-config-prettier": "9.1.0",
8585
"fs-extra": "^11.1.0",
8686
"husky": "~9.1.0",
8787
"jest": "29.7.0",
@@ -93,20 +93,20 @@
9393
"karma-nativescript-launcher": "0.4.0",
9494
"karma-sinon": "^1.0.5",
9595
"lint-staged": "^15.0.0",
96-
"ng-packagr": "19.0.1",
97-
"nx": "20.2.1",
98-
"nyc": "15.1.0",
96+
"ng-packagr": "~19.0.1",
97+
"nx": "20.3.0",
98+
"nyc": "17.1.0",
9999
"postcss": "^8.4.16",
100-
"postcss-import": "15.1.0",
101-
"postcss-preset-env": "9.3.0",
100+
"postcss-import": "16.1.0",
101+
"postcss-preset-env": "~10.1.3",
102102
"postcss-url": "10.1.3",
103-
"prettier": "~3.2.0",
103+
"prettier": "~3.4.0",
104104
"sass": "^1.54.5",
105105
"sinon": "^17.0.0",
106106
"tailwindcss": "~3.4.0",
107-
"ts-jest": "29.1.1",
107+
"ts-jest": "~29.2.0",
108108
"ts-node": "10.9.2",
109-
"tslib": "^2.6.0",
109+
"tslib": "^2.8.0",
110110
"typescript": "5.6.3"
111111
},
112112
"xplat": {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy