create-outsystems-astro 0.4.2 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
- package/template/.prettierignore +2 -1
- package/template/AGENTS.md +58 -5
- package/template/bun.lock +590 -332
- package/template/deno.json +8 -4
- package/template/deno.lock +893 -717
- package/template/eslint.config.mjs +1 -0
- package/template/package-lock.json +1961 -1876
- package/template/package.json +77 -38
- package/template/pnpm-lock.yaml +1607 -1175
- package/template/src/framework/angular/Counter.component.ts +25 -13
- package/template/src/framework/react/Counter.tsx +41 -9
- package/template/src/framework/vue/Counter.vue +49 -14
- package/template/src/pages/angular/angular-counter.astro +21 -5
- package/template/src/pages/react/react-counter.astro +45 -8
- package/template/src/pages/vue/vue-counter.astro +45 -4
- package/template/src/stores/.gitkeep +0 -0
- package/template/src/styles/index.css +65 -0
- package/template/test/e2e/react/react-counter.spec.ts +12 -2
- package/template/test/e2e/vue/vue-counter.spec.ts +12 -2
- package/template/test/integration/angular/Counter.component.spec.ts +1 -1
- package/template/test/integration/react/Counter.test.tsx +35 -10
- package/template/test/integration/vue/Counter.test.ts +42 -4
- package/template/yarn.lock +2597 -722
- /package/template/patches/{@analogjs+astro-angular+2.2.2.patch → @analogjs+astro-angular+2.3.0.patch} +0 -0
- /package/template/patches/{@angular+build+21.1.0.patch → @angular+build+21.2.0.patch} +0 -0
package/template/package.json
CHANGED
|
@@ -3,6 +3,11 @@
|
|
|
3
3
|
"type": "module",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"astro": "astro",
|
|
6
|
+
"audit:bun": "bun audit",
|
|
7
|
+
"audit:deno": "deno audit",
|
|
8
|
+
"audit:npm": "better-npm-audit audit",
|
|
9
|
+
"audit:pnpm": "pnpm audit",
|
|
10
|
+
"audit:yarn": "yarn run improved-yarn-audit",
|
|
6
11
|
"build": "astro build",
|
|
7
12
|
"dev": "astro dev",
|
|
8
13
|
"format": "prettier . --check",
|
|
@@ -24,45 +29,53 @@
|
|
|
24
29
|
"typecheck": "tsc"
|
|
25
30
|
},
|
|
26
31
|
"dependencies": {
|
|
27
|
-
"@analogjs/astro-angular": "^2.
|
|
28
|
-
"@angular/animations": "^21.1.
|
|
29
|
-
"@angular/build": "^21.1.
|
|
30
|
-
"@angular/common": "^21.1.
|
|
31
|
-
"@angular/compiler": "^21.1.
|
|
32
|
-
"@angular/compiler-cli": "^21.1.
|
|
33
|
-
"@angular/core": "^21.1.
|
|
34
|
-
"@angular/language-service": "^21.1.
|
|
35
|
-
"@angular/platform-browser": "^21.1.
|
|
36
|
-
"@angular/platform-server": "^21.1.
|
|
32
|
+
"@analogjs/astro-angular": "^2.3.0",
|
|
33
|
+
"@angular/animations": "^21.1.6",
|
|
34
|
+
"@angular/build": "^21.1.5",
|
|
35
|
+
"@angular/common": "^21.1.6",
|
|
36
|
+
"@angular/compiler": "^21.1.6",
|
|
37
|
+
"@angular/compiler-cli": "^21.1.6",
|
|
38
|
+
"@angular/core": "^21.1.6",
|
|
39
|
+
"@angular/language-service": "^21.1.6",
|
|
40
|
+
"@angular/platform-browser": "^21.1.6",
|
|
41
|
+
"@angular/platform-server": "^21.1.6",
|
|
37
42
|
"@astrojs/react": "^4.4.2",
|
|
38
43
|
"@astrojs/vue": "^5.1.4",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
44
|
+
"@nanostores/react": "^1.0.0",
|
|
45
|
+
"@nanostores/vue": "^1.0.1",
|
|
46
|
+
"astro": "^5.17.1",
|
|
47
|
+
"improved-yarn-audit": "^3.0.4",
|
|
48
|
+
"nanostores": "^1.1.0",
|
|
49
|
+
"react": "^19.2.4",
|
|
50
|
+
"react-dom": "^19.2.4",
|
|
42
51
|
"rxjs": "^7.8.2",
|
|
43
|
-
"vue": "^3.5.
|
|
52
|
+
"vue": "^3.5.27",
|
|
53
|
+
"zod": "^3.25.76"
|
|
44
54
|
},
|
|
45
55
|
"devDependencies": {
|
|
46
|
-
"@analogjs/vite-plugin-angular": "^2.
|
|
47
|
-
"@analogjs/vitest-angular": "^2.2.
|
|
48
|
-
"@angular/
|
|
49
|
-
"@
|
|
56
|
+
"@analogjs/vite-plugin-angular": "^2.3.0",
|
|
57
|
+
"@analogjs/vitest-angular": "^2.2.3",
|
|
58
|
+
"@angular-devkit/architect": "^0.2101.5",
|
|
59
|
+
"@angular/cli": "^21.1.5",
|
|
60
|
+
"@angular/router": "^21.1.6",
|
|
61
|
+
"@eslint/compat": "^2.0.2",
|
|
50
62
|
"@eslint/js": "^9.39.2",
|
|
51
63
|
"@eslint/markdown": "^7.5.1",
|
|
52
64
|
"@playwright/test": "^1.57.0",
|
|
53
65
|
"@testing-library/angular": "^19.0.0",
|
|
54
66
|
"@testing-library/dom": "^10.4.1",
|
|
55
67
|
"@testing-library/jest-dom": "^6.9.1",
|
|
56
|
-
"@testing-library/react": "^16.3.
|
|
68
|
+
"@testing-library/react": "^16.3.2",
|
|
57
69
|
"@testing-library/user-event": "^14.6.1",
|
|
58
70
|
"@testing-library/vue": "^8.1.0",
|
|
59
71
|
"@types/js-beautify": "^1.14.3",
|
|
60
|
-
"@types/node": "^25.0
|
|
61
|
-
"@types/react": "^19.2.
|
|
72
|
+
"@types/node": "^25.1.0",
|
|
73
|
+
"@types/react": "^19.2.10",
|
|
62
74
|
"@types/react-dom": "^19.2.3",
|
|
63
75
|
"@vitejs/plugin-react": "^5.1.2",
|
|
64
76
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
65
|
-
"angular-eslint": "^21.
|
|
77
|
+
"angular-eslint": "^21.2.0",
|
|
78
|
+
"better-npm-audit": "^3.11.0",
|
|
66
79
|
"dotenv": "^17.2.3",
|
|
67
80
|
"eslint": "^9.39.2",
|
|
68
81
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -70,39 +83,65 @@
|
|
|
70
83
|
"eslint-plugin-import": "^2.32.0",
|
|
71
84
|
"eslint-plugin-jest": "^29.12.1",
|
|
72
85
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
73
|
-
"eslint-plugin-perfectionist": "^5.
|
|
74
|
-
"eslint-plugin-playwright": "^2.5.
|
|
86
|
+
"eslint-plugin-perfectionist": "^5.4.0",
|
|
87
|
+
"eslint-plugin-playwright": "^2.5.1",
|
|
75
88
|
"eslint-plugin-react": "^7.37.5",
|
|
76
89
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
77
90
|
"eslint-plugin-testing-library": "^7.15.4",
|
|
78
91
|
"eslint-plugin-vue": "^10.7.0",
|
|
79
|
-
"globals": "^17.
|
|
80
|
-
"happy-dom": "^20.
|
|
92
|
+
"globals": "^17.3.0",
|
|
93
|
+
"happy-dom": "^20.4.0",
|
|
94
|
+
"hono": "^4.12.1",
|
|
81
95
|
"js-beautify": "^1.15.4",
|
|
82
96
|
"patch-package": "^8.0.1",
|
|
83
|
-
"prettier": "^3.8.
|
|
97
|
+
"prettier": "^3.8.1",
|
|
84
98
|
"ts-node": "^10.9.2",
|
|
85
99
|
"tslib": "^2.8.1",
|
|
86
100
|
"typescript": "^5.9.3",
|
|
87
|
-
"typescript-eslint": "^8.
|
|
88
|
-
"
|
|
101
|
+
"typescript-eslint": "^8.54.0",
|
|
102
|
+
"vite": "^6.4.1||^7.3.1",
|
|
103
|
+
"vitest": "^4.0.18",
|
|
89
104
|
"vue-eslint-parser": "^10.2.0"
|
|
90
105
|
},
|
|
91
106
|
"overrides": {
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
107
|
+
"@isaacs/brace-expansion": "^5.0.1",
|
|
108
|
+
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
109
|
+
"ajv@6": "6.14.0",
|
|
110
|
+
"ajv@8": "8.18.0",
|
|
111
|
+
"devalue": "5.6.3",
|
|
112
|
+
"minimatch@3": "^3.1.5",
|
|
113
|
+
"minimatch@9": "^9.0.7",
|
|
114
|
+
"minimatch@10": "^10.2.1",
|
|
115
|
+
"qs": "^6.14.2",
|
|
116
|
+
"rollup": "^4.59.0",
|
|
117
|
+
"tar": "^7.5.8"
|
|
95
118
|
},
|
|
96
119
|
"resolutions": {
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
120
|
+
"@isaacs/brace-expansion": "^5.0.1",
|
|
121
|
+
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
122
|
+
"devalue": "5.6.3",
|
|
123
|
+
"qs": "^6.14.2",
|
|
124
|
+
"rollup": "^4.59.0",
|
|
125
|
+
"tar": "^7.5.8"
|
|
100
126
|
},
|
|
101
127
|
"pnpm": {
|
|
128
|
+
"auditConfig": {
|
|
129
|
+
"ignoreCves": [
|
|
130
|
+
"CVE-2026-26996"
|
|
131
|
+
]
|
|
132
|
+
},
|
|
102
133
|
"overrides": {
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
134
|
+
"@isaacs/brace-expansion": "^5.0.1",
|
|
135
|
+
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
136
|
+
"ajv@6": "6.14.0",
|
|
137
|
+
"ajv@8": "8.18.0",
|
|
138
|
+
"devalue": "5.6.3",
|
|
139
|
+
"minimatch@3": "^3.1.4",
|
|
140
|
+
"minimatch@9": "^9.0.7",
|
|
141
|
+
"minimatch@10": "^10.2.1",
|
|
142
|
+
"qs": "^6.14.2",
|
|
143
|
+
"rollup": "^4.59.0",
|
|
144
|
+
"tar": "^7.5.8"
|
|
106
145
|
}
|
|
107
146
|
}
|
|
108
147
|
}
|