@uni-design-system/uni-angular 0.1.0 → 1.0.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/.turbo/turbo-build.log +25 -23
- package/CHANGELOG.md +12 -0
- package/package.json +19 -13
- package/debug-storybook.log +0 -28
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
[
|
|
9
|
-
[
|
|
10
|
-
|
|
11
|
-
[
|
|
12
|
-
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
[
|
|
18
|
-
[32m
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
1
|
+
$ pnpm ng-packagr -p ng-package.json
|
|
2
|
+
Building Angular Package
|
|
3
|
+
|
|
4
|
+
------------------------------------------------------------------------------
|
|
5
|
+
Building entry point '@uni-design-system/uni-angular'
|
|
6
|
+
------------------------------------------------------------------------------
|
|
7
|
+
- Compiling with Angular sources in partial compilation mode.
|
|
8
|
+
[32m✔[39m Compiling with Angular sources in partial compilation mode.
|
|
9
|
+
[32m✔[39m Generating FESM and DTS bundles
|
|
10
|
+
- Copying assets
|
|
11
|
+
[32m✔[39m Copying assets
|
|
12
|
+
- Writing package manifest
|
|
13
|
+
[34mℹ[39m Removing scripts section in package.json as it's considered a potential security vulnerability.
|
|
14
|
+
[34mℹ[39m Removing devDependencies section in package.json.
|
|
15
|
+
|
|
16
|
+
------------------------------------------------------------------------------
|
|
17
|
+
[32m✔[39m Writing package manifest
|
|
18
|
+
[32m✔[39m Built @uni-design-system/uni-angular
|
|
19
|
+
Built Angular Package
|
|
20
|
+
- from: /home/runner/work/uni/uni/packages/angular
|
|
21
|
+
- to: /home/runner/work/uni/uni/packages/angular/dist
|
|
22
|
+
------------------------------------------------------------------------------
|
|
23
|
+
|
|
24
|
+
Build at: 2026-05-12T03:13:00.556Z - Time: 2783ms
|
|
25
|
+
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# @uni-design-system/uni-angular
|
|
2
|
+
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`7d18157`](https://github.com/uni-design-system/uni/commit/7d18157cb131098688b70286513643423c37c756) Thanks [@gaenglish](https://github.com/gaenglish)! - init release
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`7d18157`](https://github.com/uni-design-system/uni/commit/7d18157cb131098688b70286513643423c37c756)]:
|
|
12
|
+
- @uni-design-system/uni-core@1.0.0
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uni-design-system/uni-angular",
|
|
3
|
-
"version": "
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
"
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "https://github.com/uni-design-system/uni",
|
|
7
|
+
"directory": "packages/angular"
|
|
7
8
|
},
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"build-storybook": "ng run @uni-design-system/uni-angular:build-storybook",
|
|
12
|
-
"release": "pnpm build && pnpm changeset publish"
|
|
9
|
+
"publishConfig": {
|
|
10
|
+
"access": "public",
|
|
11
|
+
"provenance": true
|
|
13
12
|
},
|
|
13
|
+
"private": false,
|
|
14
14
|
"peerDependencies": {
|
|
15
15
|
"@angular/common": "21.2.12",
|
|
16
16
|
"@angular/core": "21.2.12",
|
|
17
|
-
"@uni-design-system/uni-core": "
|
|
17
|
+
"@uni-design-system/uni-core": "1.0.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@analogjs/storybook-angular": "^2.5.0",
|
|
@@ -29,12 +29,18 @@
|
|
|
29
29
|
"@storybook/addon-docs": "^10.3.6",
|
|
30
30
|
"@storybook/addon-interactions": "^8.6.14",
|
|
31
31
|
"@storybook/angular": "^10.3.6",
|
|
32
|
-
"@uni-design-system/tsconfig": "workspace:*",
|
|
33
32
|
"ng-packagr": "^21.0.0",
|
|
34
33
|
"storybook": "^10.3.6",
|
|
35
34
|
"tslib": "^2.8.1",
|
|
36
35
|
"typescript": "5.9.3",
|
|
37
36
|
"vite": "^8.0.10",
|
|
38
|
-
"vite-tsconfig-paths": "^6.1.1"
|
|
37
|
+
"vite-tsconfig-paths": "^6.1.1",
|
|
38
|
+
"@uni-design-system/tsconfig": "0.0.0"
|
|
39
|
+
},
|
|
40
|
+
"scripts": {
|
|
41
|
+
"build": "pnpm ng-packagr -p ng-package.json",
|
|
42
|
+
"storybook": "ng run @uni-design-system/uni-angular:storybook",
|
|
43
|
+
"build-storybook": "ng run @uni-design-system/uni-angular:build-storybook",
|
|
44
|
+
"release": "pnpm build && pnpm changeset publish"
|
|
39
45
|
}
|
|
40
|
-
}
|
|
46
|
+
}
|
package/debug-storybook.log
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
[14:23:36.870] [INFO] storybook v10.3.6
|
|
2
|
-
[14:23:37.740] [DEBUG] Getting package.json info for /Users/george/git/gaenglish/uni/packages/angular/package.json...
|
|
3
|
-
[14:23:38.002] [INFO] Starting...
|
|
4
|
-
[14:23:38.138] [DEBUG] Starting preview..
|
|
5
|
-
[14:23:38.145] [INFO] Addon-docs: using MDX3
|
|
6
|
-
[14:23:38.157] [INFO] Using implicit CSS loaders
|
|
7
|
-
[14:23:38.465] [ERROR] Failed to build the preview
|
|
8
|
-
[14:23:38.466] [ERROR] [38;2;241;97;97mSB_FRAMEWORK_ANGULAR_0001 (AngularLegacyBuildOptionsError): Your Storybook startup script uses a solution that is not supported anymore.
|
|
9
|
-
You must use Angular builder to have an explicit configuration on the project used in angular.json.
|
|
10
|
-
|
|
11
|
-
Please run 'npx storybook automigrate' to automatically fix your config.
|
|
12
|
-
|
|
13
|
-
More info:
|
|
14
|
-
- https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#angular-drop-support-for-calling-storybook-directly
|
|
15
|
-
- https://github.com/storybookjs/storybook/tree/next/code/frameworks/angular#how-do-i-migrate-to-an-angular-storybook-builder
|
|
16
|
-
[39m
|
|
17
|
-
at checkForLegacyBuildOptions (file:///Users/george/git/gaenglish/uni/node_modules/.pnpm/@storybook+angular@10.3.6_51f2ba54bcdf51a50f118aadc673eb3e/node_modules/@storybook/angular/dist/server/framework-preset-angular-cli.js:159:11)
|
|
18
|
-
at Object.webpackFinal (file:///Users/george/git/gaenglish/uni/node_modules/.pnpm/@storybook+angular@10.3.6_51f2ba54bcdf51a50f118aadc673eb3e/node_modules/@storybook/angular/dist/server/framework-preset-angular-cli.js:93:3)
|
|
19
|
-
at async Object.webpack (file:///Users/george/git/gaenglish/uni/node_modules/.pnpm/@storybook+builder-webpack5@10.3.6_esbuild@0.27.7_storybook@10.3.6_@testing-library+dom_db6b670199b912be7a72b23934922527/node_modules/@storybook/builder-webpack5/dist/presets/custom-webpack-preset.js:282:28)
|
|
20
|
-
at async starter (file:///Users/george/git/gaenglish/uni/node_modules/.pnpm/@storybook+builder-webpack5@10.3.6_esbuild@0.27.7_storybook@10.3.6_@testing-library+dom_db6b670199b912be7a72b23934922527/node_modules/@storybook/builder-webpack5/dist/index.js:753:16)
|
|
21
|
-
at async Module.start (file:///Users/george/git/gaenglish/uni/node_modules/.pnpm/@storybook+builder-webpack5@10.3.6_esbuild@0.27.7_storybook@10.3.6_@testing-library+dom_db6b670199b912be7a72b23934922527/node_modules/@storybook/builder-webpack5/dist/index.js:857:14)
|
|
22
|
-
at async storybookDevServer (file:///Users/george/git/gaenglish/uni/node_modules/.pnpm/storybook@10.3.6_@testing-library+dom@10.4.1_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/storybook/dist/core-server/index.js:7503:83)
|
|
23
|
-
at async buildOrThrow (file:///Users/george/git/gaenglish/uni/node_modules/.pnpm/storybook@10.3.6_@testing-library+dom@10.4.1_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/storybook/dist/core-server/index.js:4508:12)
|
|
24
|
-
at async buildDevStandalone (file:///Users/george/git/gaenglish/uni/node_modules/.pnpm/storybook@10.3.6_@testing-library+dom@10.4.1_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/storybook/dist/core-server/index.js:8033:41)
|
|
25
|
-
at async withTelemetry (file:///Users/george/git/gaenglish/uni/node_modules/.pnpm/storybook@10.3.6_@testing-library+dom@10.4.1_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/storybook/dist/_node-chunks/chunk-UYONHJJP.js:225:12)
|
|
26
|
-
at async dev (file:///Users/george/git/gaenglish/uni/node_modules/.pnpm/storybook@10.3.6_@testing-library+dom@10.4.1_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/storybook/dist/bin/core.js:2736:3)
|
|
27
|
-
[14:23:38.472] [WARN] Broken build, fix the error above.
|
|
28
|
-
You may need to refresh the browser.
|