Skip to content

Commit 3881723

Browse files
DaschyppooJan-Niklas Wortmann
authored andcommitted
docs(angular): migrate app from angular 6 to 8(#4687) (#4688)
* docs(operator): add missing marble diagramms * Revert "docs(operator): add marbel diagramm to distinctUntilChanged" This reverts commit 6bf3aae. * Revert "docs(operator): add fitting description and diagramm to distinctUntilKeyChanged" This reverts commit 98c23b5. * Revert "docs(operator): add missing marble diagramms" This reverts commit b61acad. * docs(angular): update angular/ codelyzer/ typescript version * docs(angular): fix minor errors after migration * chore(eslint): update version * docs(app): upgrade to angular 8 * docs(migration): fix wrong polyfill imports
1 parent b68e867 commit 3881723

File tree

68 files changed

+7527
-11409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+7527
-11409
lines changed

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
integration/side-effects/snapshots/
1+
integration/side-effects/snapshots/
2+
docs_app/src/ie-polyfills.js
-24.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-55.8 KB
Binary file not shown.
Binary file not shown.
-27.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-51.1 KB
Binary file not shown.
Binary file not shown.

docs_app/browserslist

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
2+
# For additional information regarding the format and rule options, please see:
3+
# https://github.com/browserslist/browserslist#queries
4+
5+
# You can see what browsers were selected by your queries by running:
6+
# npx browserslist
7+
8+
> 0.5%
9+
last 2 versions
10+
Firefox ESR
11+
not dead
12+
not IE 9-11 # For IE 9-11 support, remove 'not'.

docs_app/package-lock.json

Lines changed: 6429 additions & 10345 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs_app/package.json

Lines changed: 70 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -39,99 +39,98 @@
3939
"~~clean-generated": "node --eval \"require('shelljs').rm('-rf', 'src/generated')\""
4040
},
4141
"engines": {
42-
"node": ">=8.9.1 <9.0.0",
43-
"npm": ">=2.0.0"
42+
"node": ">=10.9"
4443
},
4544
"private": true,
4645
"dependencies": {
47-
"@angular/animations": "^6.1.0",
48-
"@angular/cdk": "^6.4.0",
49-
"@angular/common": "^6.1.0",
50-
"@angular/compiler": "^6.1.0",
51-
"@angular/core": "^6.1.0",
52-
"@angular/elements": "^6.1.0",
53-
"@angular/forms": "^6.1.0",
54-
"@angular/material": "^6.4.0",
55-
"@angular/platform-browser": "^6.1.0",
56-
"@angular/platform-browser-dynamic": "^6.1.0",
57-
"@angular/router": "^6.1.0",
58-
"@angular/service-worker": "^6.1.0",
46+
"@angular/animations": "^8.0.0",
47+
"@angular/cdk": "^8.0.1",
48+
"@angular/common": "^8.0.0",
49+
"@angular/compiler": "^8.0.0",
50+
"@angular/core": "^8.0.0",
51+
"@angular/elements": "^8.0.0",
52+
"@angular/forms": "^8.0.0",
53+
"@angular/material": "^8.0.1",
54+
"@angular/platform-browser": "^8.0.0",
55+
"@angular/platform-browser-dynamic": "^8.0.0",
56+
"@angular/router": "^8.0.0",
57+
"@angular/service-worker": "^8.0.0",
5958
"@stackblitz/sdk": "^1.2.0",
60-
"@webcomponents/custom-elements": "^1.0.8",
59+
"@webcomponents/custom-elements": "^1.2.4",
6160
"classlist.js": "^1.1.20150312",
62-
"core-js": "^2.4.1",
63-
"rxjs": "^6.2.0",
64-
"tslib": "^1.9.0",
65-
"web-animations-js": "^2.2.5",
66-
"zone.js": "^0.8.26"
61+
"core-js": "^3.1.3",
62+
"rxjs": "^6.5.2",
63+
"tslib": "^1.10.0",
64+
"web-animations-js": "github:angular/web-animations-js#release_pr208",
65+
"zone.js": "~0.9.1"
6766
},
6867
"devDependencies": {
69-
"@angular-devkit/build-angular": "^0.7.4",
70-
"@angular/cli": "^6.1.0",
71-
"@angular/compiler-cli": "^6.1.0",
72-
"@types/jasmine": "^2.5.52",
68+
"@angular-devkit/build-angular": "~0.800.0",
69+
"@angular/cli": "^8.0.2",
70+
"@angular/compiler-cli": "^8.0.0",
71+
"@types/jasmine": "^3.3.13",
7372
"@types/jasminewd2": "^2.0.3",
74-
"@types/node": "~6.0.60",
75-
"archiver": "^1.3.0",
76-
"canonical-path": "^0.0.2",
73+
"@types/node": "~12.0.8",
74+
"archiver": "^3.0.0",
75+
"canonical-path": "^1.0.0",
7776
"chalk": "^2.1.0",
7877
"cjson": "^0.5.0",
79-
"codelyzer": "^3.0.1",
80-
"concurrently": "^3.4.0",
81-
"cross-spawn": "^5.1.0",
78+
"codelyzer": "^5.0.1",
79+
"concurrently": "^4.1.0",
80+
"cross-spawn": "^6.0.5",
8281
"css-selector-parser": "^1.3.0",
83-
"dgeni": "^0.4.7",
84-
"dgeni-packages": "^0.26.0",
82+
"dgeni": "^0.4.12",
83+
"dgeni-packages": "^0.27.3",
8584
"entities": "^1.1.1",
86-
"eslint": "^3.19.0",
85+
"eslint": "^5.16.0",
8786
"eslint-plugin-jasmine": "^2.2.0",
88-
"firebase-tools": "^3.2.1",
89-
"fs-extra": "^2.1.2",
90-
"globby": "^6.1.0",
91-
"hast-util-is-element": "^1.0.0",
92-
"hast-util-to-string": "^1.0.0",
87+
"firebase-tools": "^6.11.0",
88+
"fs-extra": "^8.0.1",
89+
"globby": "^9.2.0",
90+
"hast-util-is-element": "^1.0.3",
91+
"hast-util-to-string": "^1.0.2",
9392
"html": "^1.0.0",
94-
"http-server": "^0.9.0",
95-
"ignore": "^3.3.3",
96-
"image-size": "^0.5.1",
97-
"jasmine": "^2.6.0",
98-
"jasmine-core": "^2.8.0",
99-
"jasmine-marbles": "^0.4.0",
93+
"http-server": "^0.11.1",
94+
"ignore": "^5.1.2",
95+
"image-size": "^0.7.4",
96+
"jasmine": "^3.4.0",
97+
"jasmine-core": "^3.4.0",
98+
"jasmine-marbles": "^0.5.0",
10099
"jasmine-spec-reporter": "^4.1.0",
101-
"jasmine-ts": "^0.2.1",
102-
"jsdom": "^9.12.0",
103-
"karma": "^1.7.0",
100+
"jasmine-ts": "^0.3.0",
101+
"jsdom": "^15.1.1",
102+
"karma": "^4.1.0",
104103
"karma-chrome-launcher": "^2.1.1",
105-
"karma-cli": "^1.0.1",
106-
"karma-coverage-istanbul-reporter": "^1.3.0",
107-
"karma-jasmine": "^1.1.0",
108-
"karma-jasmine-html-reporter": "^0.2.2",
109-
"lighthouse": "^2.5.0",
110-
"lodash": "^4.17.4",
104+
"karma-cli": "^2.0.0",
105+
"karma-coverage-istanbul-reporter": "^2.0.5",
106+
"karma-jasmine": "^2.0.1",
107+
"karma-jasmine-html-reporter": "^1.4.2",
108+
"lighthouse": "^5.1.0",
109+
"lodash": "^4.17.11",
111110
"lunr": "^2.1.0",
112111
"mkdirp": "^0.5.1",
113112
"protractor": "^5.2.0",
114-
"rehype": "^4.0.0",
115-
"rehype-slug": "^2.0.0",
116-
"remark": "^7.0.0",
117-
"remark-html": "^6.0.0",
113+
"rehype": "^8.0.0",
114+
"rehype-slug": "^2.0.3",
115+
"remark": "^10.0.1",
116+
"remark-html": "^9.0.0",
118117
"rimraf": "^2.6.1",
119-
"semver": "^5.3.0",
120-
"shelljs": "^0.7.7",
118+
"semver": "^6.1.1",
119+
"shelljs": "^0.8.3",
121120
"tree-kill": "^1.1.0",
122-
"ts-node": "^3.3.0",
123-
"tslint": "^5.1.0",
124-
"typescript": "^2.9.2",
125-
"uglify-js": "^3.0.15",
126-
"unist-util-filter": "^0.2.1",
127-
"unist-util-source": "^1.0.1",
128-
"unist-util-visit": "^1.1.1",
129-
"unist-util-visit-parents": "^1.1.1",
130-
"vrsource-tslint-rules": "^4.0.1",
131-
"watchr": "^3.0.1",
132-
"webpack-cli": "^3.1.0",
121+
"ts-node": "^8.2.0",
122+
"tslint": "^5.17.0",
123+
"typescript": "3.4.1",
124+
"uglify-js": "^3.6.0",
125+
"unist-util-filter": "^1.0.2",
126+
"unist-util-source": "^1.0.5",
127+
"unist-util-visit": "^1.4.1",
128+
"unist-util-visit-parents": "^2.1.2",
129+
"vrsource-tslint-rules": "^6.0.0",
130+
"watchr": "^4.1.0",
131+
"webpack-cli": "^3.3.4",
133132
"xregexp": "^4.0.0",
134133
"yamljs": "^0.3.0",
135-
"yargs": "^7.0.2"
134+
"yargs": "^13.2.4"
136135
}
137136
}

0 commit comments

Comments
 (0)