Skip to content

Commit 18d9245

Browse files
jamesbssmithad15
authored andcommitted
feat: upgrade to angular 7 (#72)
* Upgrade angular 7 packages and example app (#65) * fix: readme links to deprecated repo update (#66) * fix: minor dependency and attempt to remove extraneous install step in test (#67) * Fix Typescript strict type issues (#68) * fix: typescript strict issues, remove many instances of any, fix minor bugs identified due to type mismatches * Upgrade immutable version to latest (#69) * feat: upgrade immutable, rework yarn versions, bump version, stop hoisting, change main on source package.json * Chore: cleanup documentation (#70) * chore: cleanup docs, remove support for ts-doc api ref, move to docsify * fix: Issue with example-app compilation, script rework, minor cleanup (#71) * fix: resolve issue with example-app compilation * chore: rework build scripts, include ability to run example-app as monorepo script * fix: update doc portal changelog * fix: undefined import issue caused by barrel imports in form module (#74) * chore: add PR feedback (#79) * chore: add auto-formatting to docs * chore: change deps to exact versions * fix: import error during prod build of example-app * chore: revert package version for proper auto-increment * chore: remove unneeded cli files * chore: restore changelogs * chore: add example-app prod build * chore: fix internal package declarations * chore: restore peer dep versions BREAKING CHANGE: Upgrades Angular dependencies to v7
1 parent dac98b6 commit 18d9245

File tree

121 files changed

+11381
-25714
lines changed

Some content is hidden

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

121 files changed

+11381
-25714
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# fallback to using the latest cache if no exact match is found
3434
- v1-dependencies-
3535

36-
- run: yarn install
36+
- run: yarn install --frozen-lockfile
3737

3838
- save_cache:
3939
paths:

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ lerna-debug.log
55
yarn-debug.log
66
yarn-error.log
77
.vscode
8+
.node-version

.yarnrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--add.exact true
1+
--add.exact true

0 commit comments

Comments
 (0)