mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
remove angular 10 and 11
This commit is contained in:
parent
e53d85454e
commit
fa14e30620
@ -183,7 +183,7 @@ jobs:
|
|||||||
command: yarn wait-on http://localhost:6000
|
command: yarn wait-on http://localhost:6000
|
||||||
- run:
|
- run:
|
||||||
name: Run E2E (extended) tests
|
name: Run E2E (extended) tests
|
||||||
command: yarn test:e2e-framework --clean --all --skip angular11 --skip angular --skip angular12 --skip vue3 --skip web_components_typescript --skip cra --skip react
|
command: yarn test:e2e-framework --clean --all --skip angular --skip angular12 --skip vue3 --skip web_components_typescript --skip cra --skip react
|
||||||
no_output_timeout: 5m
|
no_output_timeout: 5m
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: /tmp/cypress-record
|
path: /tmp/cypress-record
|
||||||
@ -192,7 +192,7 @@ jobs:
|
|||||||
executor:
|
executor:
|
||||||
class: large
|
class: large
|
||||||
name: sb_cypress_8_node_14
|
name: sb_cypress_8_node_14
|
||||||
parallelism: 10
|
parallelism: 9
|
||||||
steps:
|
steps:
|
||||||
- git-shallow-clone/checkout_advanced:
|
- git-shallow-clone/checkout_advanced:
|
||||||
clone_options: '--depth 1 --verbose'
|
clone_options: '--depth 1 --verbose'
|
||||||
@ -209,7 +209,7 @@ jobs:
|
|||||||
name: Run E2E (core) tests
|
name: Run E2E (core) tests
|
||||||
# Do not test CRA here because it's done in PnP part
|
# Do not test CRA here because it's done in PnP part
|
||||||
# TODO: Remove `web_components_typescript` as soon as Lit 2 stable is released
|
# TODO: Remove `web_components_typescript` as soon as Lit 2 stable is released
|
||||||
command: yarn test:e2e-framework vue3 angular130 angular13 angular12 angular11 web_components_typescript web_components_lit2 react react_legacy_root_api vite_react
|
command: yarn test:e2e-framework vue3 angular130 angular13 angular12 web_components_typescript web_components_lit2 react react_legacy_root_api vite_react
|
||||||
no_output_timeout: 5m
|
no_output_timeout: 5m
|
||||||
- run:
|
- run:
|
||||||
name: prep artifacts
|
name: prep artifacts
|
||||||
|
@ -106,20 +106,6 @@ describe('angular12 fix', () => {
|
|||||||
).resolves.toBeFalsy();
|
).resolves.toBeFalsy();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
describe('angular11 dependency', () => {
|
|
||||||
it('should no-op', async () => {
|
|
||||||
await expect(
|
|
||||||
checkAngular12({
|
|
||||||
packageJson: {
|
|
||||||
dependencies: {
|
|
||||||
'@angular/core': '11',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
main: {},
|
|
||||||
})
|
|
||||||
).resolves.toBeFalsy();
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
describe('sb 7.0+', () => {
|
describe('sb 7.0+', () => {
|
||||||
describe('angular12 dependency', () => {
|
describe('angular12 dependency', () => {
|
||||||
|
@ -130,18 +130,6 @@ const baseAngular: Parameters = {
|
|||||||
generator: `npx -p @angular/cli@{{version}} ng new {{appName}} --routing=true --minimal=true --style=scss --skipInstall=true --strict`,
|
generator: `npx -p @angular/cli@{{version}} ng new {{appName}} --routing=true --minimal=true --style=scss --skipInstall=true --strict`,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const angular10: Parameters = {
|
|
||||||
...baseAngular,
|
|
||||||
name: 'angular10',
|
|
||||||
version: 'v10-lts',
|
|
||||||
};
|
|
||||||
|
|
||||||
export const angular11: Parameters = {
|
|
||||||
...baseAngular,
|
|
||||||
name: 'angular11',
|
|
||||||
version: 'v11-lts',
|
|
||||||
};
|
|
||||||
|
|
||||||
export const angular12: Parameters = {
|
export const angular12: Parameters = {
|
||||||
...baseAngular,
|
...baseAngular,
|
||||||
name: 'angular12',
|
name: 'angular12',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user