create-outsystems-astro 0.11.0 → 0.11.2
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/integrations/.yarnrc.yml +29 -0
- package/integrations/bun.lock +60 -55
- package/integrations/deno.json +39 -2
- package/integrations/deno.lock +249 -232
- package/integrations/package-lock.json +337 -237
- package/integrations/package.json +14 -4
- package/integrations/pnpm-lock.yaml +495 -490
- package/integrations/pnpm-workspace.yaml +33 -0
- package/integrations/yarn.lock +486 -489
- package/package.json +1 -1
- package/template/.yarnrc.yml +33 -1
- package/template/bun.lock +1445 -1364
- package/template/deno.json +48 -4
- package/template/deno.lock +657 -608
- package/template/package-lock.json +1646 -4223
- package/template/package.json +53 -40
- package/template/pnpm-lock.yaml +1770 -2005
- package/template/pnpm-workspace.yaml +41 -2
- package/template/yarn.lock +1290 -1556
- /package/template/patches/{@analogjs+astro-angular+2.5.2.patch → @analogjs+astro-angular+2.6.0.patch} +0 -0
- /package/template/patches/{@angular+build+21.2.12.patch → @angular+build+21.2.16.patch} +0 -0
package/template/package.json
CHANGED
|
@@ -31,56 +31,56 @@
|
|
|
31
31
|
"typecheck": "tsc"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@analogjs/astro-angular": "^2.
|
|
35
|
-
"@angular/animations": "^21.2.
|
|
36
|
-
"@angular/common": "^21.2.
|
|
37
|
-
"@angular/core": "^21.2.
|
|
38
|
-
"@angular/platform-browser": "^21.2.
|
|
39
|
-
"@angular/platform-server": "^21.2.
|
|
40
|
-
"@angular/router": "^21.2.
|
|
41
|
-
"@astrojs/preact": "^5.1.
|
|
42
|
-
"@astrojs/react": "^5.0.
|
|
34
|
+
"@analogjs/astro-angular": "^2.6.0",
|
|
35
|
+
"@angular/animations": "^21.2.17",
|
|
36
|
+
"@angular/common": "^21.2.17",
|
|
37
|
+
"@angular/core": "^21.2.17",
|
|
38
|
+
"@angular/platform-browser": "^21.2.17",
|
|
39
|
+
"@angular/platform-server": "^21.2.17",
|
|
40
|
+
"@angular/router": "^21.2.17",
|
|
41
|
+
"@astrojs/preact": "^5.1.5",
|
|
42
|
+
"@astrojs/react": "^5.0.7",
|
|
43
43
|
"@astrojs/solid-js": "^6.0.1",
|
|
44
|
-
"@astrojs/svelte": "^8.1.
|
|
44
|
+
"@astrojs/svelte": "^8.1.2",
|
|
45
45
|
"@astrojs/vue": "^6.0.1",
|
|
46
46
|
"@nanostores/preact": "^1.1.0",
|
|
47
47
|
"@nanostores/react": "^1.1.0",
|
|
48
48
|
"@nanostores/solid": "^1.1.1",
|
|
49
49
|
"@nanostores/vue": "^1.1.0",
|
|
50
|
-
"astro": "^6.
|
|
50
|
+
"astro": "^6.4.6",
|
|
51
51
|
"islands-integrations": "file:./.integrations",
|
|
52
52
|
"nanostores": "^1.3.0",
|
|
53
53
|
"preact": "^10.29.2",
|
|
54
|
-
"react": "^19.2.
|
|
55
|
-
"react-dom": "^19.2.
|
|
54
|
+
"react": "^19.2.7",
|
|
55
|
+
"react-dom": "^19.2.7",
|
|
56
56
|
"rxjs": "^7.8.2",
|
|
57
57
|
"solid-js": "^1.9.13",
|
|
58
|
-
"svelte": "^5.
|
|
58
|
+
"svelte": "^5.56.2",
|
|
59
59
|
"tslib": "^2.8.1",
|
|
60
60
|
"twig": "^3.0.0",
|
|
61
|
-
"vue": "^3.5.
|
|
61
|
+
"vue": "^3.5.35"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@analogjs/vite-plugin-angular": "^2.
|
|
65
|
-
"@analogjs/vitest-angular": "^2.
|
|
66
|
-
"@angular-devkit/architect": "^0.2102.
|
|
67
|
-
"@angular-devkit/schematics": "^21.2.
|
|
68
|
-
"@angular/build": "^21.2.
|
|
69
|
-
"@angular/cli": "^21.2.
|
|
70
|
-
"@angular/compiler": "^21.2.
|
|
71
|
-
"@angular/compiler-cli": "^21.2.
|
|
72
|
-
"@angular/language-service": "^21.2.
|
|
73
|
-
"@babel/core": "^7.29.
|
|
64
|
+
"@analogjs/vite-plugin-angular": "^2.6.0",
|
|
65
|
+
"@analogjs/vitest-angular": "^2.6.0",
|
|
66
|
+
"@angular-devkit/architect": "^0.2102.15",
|
|
67
|
+
"@angular-devkit/schematics": "^21.2.15",
|
|
68
|
+
"@angular/build": "^21.2.15",
|
|
69
|
+
"@angular/cli": "^21.2.15",
|
|
70
|
+
"@angular/compiler": "^21.2.17",
|
|
71
|
+
"@angular/compiler-cli": "^21.2.17",
|
|
72
|
+
"@angular/language-service": "^21.2.17",
|
|
73
|
+
"@babel/core": "^7.29.7",
|
|
74
74
|
"@eslint/compat": "^2.1.0",
|
|
75
75
|
"@eslint/eslintrc": "^3.3.5",
|
|
76
76
|
"@eslint/js": "^9.39.4",
|
|
77
77
|
"@eslint/markdown": "^8.0.2",
|
|
78
|
-
"@oxc-project/runtime": "^0.
|
|
78
|
+
"@oxc-project/runtime": "^0.134.0",
|
|
79
79
|
"@playwright/test": "1.60.0",
|
|
80
80
|
"@preact/preset-vite": "^2.10.5",
|
|
81
81
|
"@solidjs/testing-library": "^0.8.10",
|
|
82
82
|
"@sveltejs/vite-plugin-svelte": "^7.1.2",
|
|
83
|
-
"@testing-library/angular": "^19.
|
|
83
|
+
"@testing-library/angular": "^19.4.1",
|
|
84
84
|
"@testing-library/dom": "^10.4.1",
|
|
85
85
|
"@testing-library/jest-dom": "^6.9.1",
|
|
86
86
|
"@testing-library/preact": "^3.2.4",
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
"@testing-library/user-event": "^14.6.1",
|
|
90
90
|
"@testing-library/vue": "^8.1.0",
|
|
91
91
|
"@types/js-beautify": "^1.14.3",
|
|
92
|
-
"@types/node": "^25.9.
|
|
93
|
-
"@types/react": "^19.2.
|
|
92
|
+
"@types/node": "^25.9.2",
|
|
93
|
+
"@types/react": "^19.2.17",
|
|
94
94
|
"@types/react-dom": "^19.2.3",
|
|
95
95
|
"@types/twig": "^1.12.17",
|
|
96
96
|
"@vitejs/plugin-react": "^6.0.2",
|
|
@@ -111,29 +111,42 @@
|
|
|
111
111
|
"eslint-plugin-react": "^7.37.5",
|
|
112
112
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
113
113
|
"eslint-plugin-solid": "^0.14.5",
|
|
114
|
-
"eslint-plugin-svelte": "^3.
|
|
114
|
+
"eslint-plugin-svelte": "^3.19.0",
|
|
115
115
|
"eslint-plugin-testing-library": "^7.16.2",
|
|
116
|
-
"eslint-plugin-vue": "^10.9.
|
|
116
|
+
"eslint-plugin-vue": "^10.9.2",
|
|
117
117
|
"globals": "^17.6.0",
|
|
118
|
-
"happy-dom": "^20.
|
|
118
|
+
"happy-dom": "^20.10.0",
|
|
119
119
|
"js-beautify": "^1.15.4",
|
|
120
120
|
"patch-package": "^8.0.1",
|
|
121
121
|
"prettier": "^3.8.3",
|
|
122
122
|
"prettier-plugin-solidity": "^2.3.1",
|
|
123
|
-
"prettier-plugin-svelte": "^4.0
|
|
124
|
-
"svelte-eslint-parser": "^1.
|
|
123
|
+
"prettier-plugin-svelte": "^4.1.0",
|
|
124
|
+
"svelte-eslint-parser": "^1.8.0",
|
|
125
125
|
"ts-node": "^10.9.2",
|
|
126
126
|
"typescript": "^5.9.3",
|
|
127
|
-
"typescript-eslint": "^8.
|
|
128
|
-
"vite": "^8.0.
|
|
127
|
+
"typescript-eslint": "^8.60.1",
|
|
128
|
+
"vite": "^8.0.16",
|
|
129
129
|
"vite-plugin-solid": "^2.11.12",
|
|
130
|
-
"vitest": "^4.1.
|
|
131
|
-
"vue-eslint-parser": "^10.4.
|
|
130
|
+
"vitest": "^4.1.8",
|
|
131
|
+
"vue-eslint-parser": "^10.4.1"
|
|
132
132
|
},
|
|
133
133
|
"overrides": {
|
|
134
|
-
"
|
|
134
|
+
"@babel/core": "^7.29.7",
|
|
135
|
+
"astro": "^6.4.6",
|
|
136
|
+
"esbuild": "^0.28.1",
|
|
137
|
+
"hono": "^4.12.25",
|
|
138
|
+
"js-yaml": "^4.2.0",
|
|
139
|
+
"tar": "^7.5.16",
|
|
140
|
+
"vite@7.0.0 - 7.3.4": "7.3.5"
|
|
135
141
|
},
|
|
136
142
|
"resolutions": {
|
|
137
|
-
"
|
|
143
|
+
"@angular/build/vite": "7.3.5",
|
|
144
|
+
"@babel/core": "^7.29.7",
|
|
145
|
+
"astro": "^6.4.6",
|
|
146
|
+
"esbuild": "^0.28.1",
|
|
147
|
+
"hono": "^4.12.25",
|
|
148
|
+
"js-yaml": "^4.2.0",
|
|
149
|
+
"tar": "^7.5.16",
|
|
150
|
+
"vite@7.0.0 - 7.3.4": "7.3.5"
|
|
138
151
|
}
|
|
139
152
|
}
|