-
Notifications
You must be signed in to change notification settings - Fork 14
Chore/update ng 20 #590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Chore/update ng 20 #590
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
681fcfa
chore: prepare ng update
yangxiaolang 115354c
chore: update ng and storybook
yangxiaolang f4401b5
chore: mini src
yangxiaolang c494cdf
chore: scss and cdk upgrade
yangxiaolang c577a35
fix: namespace error
yangxiaolang 7d16a49
chore: no more check selector-no-redundant-nesting-selector
yangxiaolang b41cfdb
chore: mod workflow
yangxiaolang b1c7017
chore: mod publish version
yangxiaolang 6c915b7
chore: use script exec lin
yangxiaolang c846f5c
chore: use npm exec jest
yangxiaolang b6be7b4
chore: update jest and prepare
yangxiaolang 328bc47
chore: update git ignore
yangxiaolang 9d6f8e3
chore: update angular cli
yangxiaolang 28c7730
chore: update files
yangxiaolang efd9362
chore: update core and cli 21
yangxiaolang 6774dfd
chore: update storybook
yangxiaolang 5a65523
chore: up angular cdk
yangxiaolang 524fadb
chore: update unit test
yangxiaolang f3b9ea7
fix: missing table import
yangxiaolang 5d302a9
fix: add missing var namespace prefix
yangxiaolang b6dbe97
fix: cdk layer use origin no popover
yangxiaolang afdd287
feat: export theme scss
fengtianze 9f5395d
chore: add changeset
yangxiaolang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| "@alauda/ui": major | ||
| --- | ||
|
|
||
| feat: upgrade Angular toolchain and Sass theme exports | ||
|
|
||
| BREAKING CHANGE: The main branch now targets the Angular 20+ toolchain and updates Sass theme exports and build outputs. Applications that still depend on the v9 Sass import paths, theme structure, or Angular 19-compatible build setup should stay on the `release/v9` maintenance branch until they complete the migration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,3 +12,4 @@ reports | |
| /documentation.json | ||
| /ng-package.debug.json | ||
| /report.*.json | ||
| .yarn/install-state.gz | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| @import './reset-browser'; | ||
| @import '../src/theme/style.scss'; | ||
| @use './reset-browser' as *; | ||
| @use '../src/theme/style.scss' as *; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| module.exports = { | ||
| name: 'plugin-prepare-lifecycle', | ||
| factory: (e) => ({ | ||
| hooks: { | ||
| afterAllInstalled(r) { | ||
| if (!r.topLevelWorkspace.manifest.scripts.get('prepare')) return; | ||
| e('@yarnpkg/shell').execute('yarn prepare'); | ||
| }, | ||
| }, | ||
| }), | ||
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| nodeLinker: node-modules | ||
|
|
||
| npmRegistryServer: "https://registry.npmmirror.com" | ||
|
|
||
| plugins: | ||
| - path: .yarn/plugins/plugin-prepare-lifecycle.cjs | ||
| spec: "https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js" | ||
|
yangxiaolang marked this conversation as resolved.
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.