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.
@@ -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.2.2",
28
- "@angular/animations": "^21.1.0",
29
- "@angular/build": "^21.1.0",
30
- "@angular/common": "^21.1.0",
31
- "@angular/compiler": "^21.1.0",
32
- "@angular/compiler-cli": "^21.1.0",
33
- "@angular/core": "^21.1.0",
34
- "@angular/language-service": "^21.1.0",
35
- "@angular/platform-browser": "^21.1.0",
36
- "@angular/platform-server": "^21.1.0",
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
- "astro": "^5.16.11",
40
- "react": "^19.2.3",
41
- "react-dom": "^19.2.3",
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.26"
52
+ "vue": "^3.5.27",
53
+ "zod": "^3.25.76"
44
54
  },
45
55
  "devDependencies": {
46
- "@analogjs/vite-plugin-angular": "^2.2.2",
47
- "@analogjs/vitest-angular": "^2.2.2",
48
- "@angular/router": "^21.1.0",
49
- "@eslint/compat": "^2.0.1",
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.1",
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.9",
61
- "@types/react": "^19.2.8",
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.1.0",
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.3.1",
74
- "eslint-plugin-playwright": "^2.5.0",
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.0.0",
80
- "happy-dom": "^20.3.1",
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.0",
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.53.0",
88
- "vitest": "^4.0.17",
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
- "diff": "^8.0.3",
93
- "undici": "^7.18.2",
94
- "tar": "^7.5.4"
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
- "diff": "^8.0.3",
98
- "undici": "^7.18.2",
99
- "tar": "^7.5.4"
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
- "diff": "^8.0.3",
104
- "undici": "^7.18.2",
105
- "tar": "^7.5.4"
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
  }