test(core): remove IE10 reference from browserslist files ()

This commit updates `browserslist` files to exclude IE10 references.

PR Close 
This commit is contained in:
Andrew Kushnir 2020-10-02 11:46:08 -07:00 committed by atscott
parent 0001dbdede
commit a051d97429
9 changed files with 8 additions and 9 deletions
aio/tools/examples/shared/boilerplate/cli
integration
cli-hello-world-ivy-compat
cli-hello-world-ivy-i18n
cli-hello-world-ivy-minimal
cli-hello-world-lazy-rollup
cli-hello-world-lazy
cli-hello-world
ivy-i18n
ng_update_migrations

@ -14,5 +14,4 @@ last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
not IE 9-10 # Angular support for IE 9-10 has been deprecated and will be removed as of Angular v11. To opt-in, remove the 'not' prefix on this line.
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.

@ -9,4 +9,4 @@
last 2 versions
Firefox ESR
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.
not IE 11 # For IE 11 support, remove 'not'.

@ -9,4 +9,4 @@
last 2 versions
Firefox ESR
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.
not IE 11 # For IE 11 support, remove 'not'.

@ -9,4 +9,4 @@
last 2 versions
Firefox ESR
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.
not IE 11 # For IE 11 support, remove 'not'.

@ -9,4 +9,4 @@
last 2 versions
Firefox ESR
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.
not IE 11 # For IE 11 support, remove 'not'.

@ -9,4 +9,4 @@
last 2 versions
Firefox ESR
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.
not IE 11 # For IE 11 support, remove 'not'.

@ -9,4 +9,4 @@
last 2 versions
Firefox ESR
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.
not IE 11 # For IE 11 support, remove 'not'.

@ -9,4 +9,4 @@
last 2 versions
Firefox ESR
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.
not IE 11 # For IE 11 support, remove 'not'.

@ -9,5 +9,5 @@
last 2 versions
Firefox ESR
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.
not IE 11 # For IE 11 support, remove 'not'.
not Chrome 41 # For Googlebot support, remove 'not'.