Skip to content

Commit

Permalink
feat: upgrade to angular 7 (#72)
Browse files Browse the repository at this point in the history
* Upgrade angular 7 packages and example app (#65)

- update all package dependencies
- update versions of internal packages
- update example-app to resemble angular-cli 7 app
- get app and tests working

* 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
  • Loading branch information
jamesbs authored and smithad15 committed May 3, 2019
1 parent ea380e9 commit 0c49f94
Show file tree
Hide file tree
Showing 121 changed files with 11,381 additions and 25,714 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: yarn install
- run: yarn install --frozen-lockfile

- save_cache:
paths:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ lerna-debug.log
yarn-debug.log
yarn-error.log
.vscode
.node-version
2 changes: 1 addition & 1 deletion .yarnrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--add.exact true
--add.exact true

0 comments on commit 0c49f94

Please sign in to comment.