Commit Graph

788 Commits

Author SHA1 Message Date
Ivan Shmidt aef288b6cb refactor: move to serveBundle 2020-05-18 18:21:42 +02:00
Ivan Shmidt dd93bc9ced feat: proxy
Allowing to put a proxy field into a package.json for both app and
plugin to use it with a wds build-in proxy
2020-05-18 17:56:36 +02:00
Patrik Oldsberg 3c075c3093 Merge pull request #900 from spotify/eide/bump-tl-jest-dom-5-7-0
Manually bump @testing-library/jest-dom from 4.2.4 to 5.7.0
2020-05-18 15:08:17 +02:00
Patrik Oldsberg cd83f5a43f Merge pull request #885 from spotify/rugvip/subjects
packages/core: add behavior and publish subjects to make it easier to produce observables
2020-05-18 13:53:27 +02:00
Marcus Eide 3189871c26 Merge pull request #905 from spotify/eide/bump-tl-user-event-10-2-4
Manually bump @testing-library/user-event from 7.2.1 to 10.2.4
2020-05-18 13:36:53 +02:00
Patrik Oldsberg 8a53a43424 Merge pull request #901 from spotify/rugvip/cleanup
build setup cleanup / PR feedback
2020-05-18 13:33:26 +02:00
Patrik Oldsberg 98816d648a packages/core: use BehaviorSubject in OAuthRequestManager 2020-05-18 13:30:00 +02:00
Patrik Oldsberg df8aac9739 packages/core: use BehavorSubject in OAuthRequestManager 2020-05-18 13:29:59 +02:00
Patrik Oldsberg 73f478380c packages/core: use BehavorSubject in AppThemeSelector 2020-05-18 13:29:59 +02:00
Patrik Oldsberg 06bf6fa6aa packages/core: add basic implementations of bahavior and publish RX subjects 2020-05-18 13:29:58 +02:00
Patrik Oldsberg 9b3e7b345d packages/cli: clarify jest module mapper config 2020-05-18 13:05:51 +02:00
Patrik Oldsberg 26e259d7bd packages/cli: remove old comment in packager 2020-05-18 13:05:51 +02:00
Patrik Oldsberg 0242c8a344 packages/cli: add more explanations to installWithLocalDeps + remove console.log 2020-05-18 13:05:51 +02:00
Patrik Oldsberg a1efd0d76d packages/cli: nicer handling of waiting for bundler to exit 2020-05-18 13:05:51 +02:00
Patrik Oldsberg e8f2b88990 packages/cli: remove redundant type declarations for rollup-plugin-esbuild 2020-05-18 13:05:44 +02:00
Marcus Eide fb3e003272 Bump testing-library/user-event to 10.2.4 2020-05-18 12:59:58 +02:00
Patrik Oldsberg 1362820792 packages/core: export sidebar context type 2020-05-18 12:43:37 +02:00
Patrik Oldsberg 33c412d961 packages/core: fix type issues in sidebar 2020-05-18 12:25:55 +02:00
Victor Viale 5da07d5bbf Improve side navigation (#589)
* Implement sidebar items

* Add intro component

* Add user badge component

* Add Sidebar simple story component

Co-authored-by: Victor Viale <victor.viale@besedo.com>
Co-authored-by: Stefan Ålund <alund@spotify.com>
2020-05-18 11:56:11 +02:00
Marcus Eide 324245586f Change import of jest-dom in setupTests.ts according to change in api 2020-05-18 11:11:58 +02:00
Marcus Eide 8429710760 Bump testing-library/jest-dom to 5.7.0 2020-05-18 11:11:26 +02:00
Patrik Oldsberg 9977724144 packages/cli: disabled bundler performance hints 2020-05-18 01:15:00 +02:00
Patrik Oldsberg fe28a4ccf8 packages/cli: bump sucrase and revert re-export syntax changes 2020-05-18 01:04:03 +02:00
Patrik Oldsberg 5d11dba5db packages/cli: keep comments in ts declarations 2020-05-18 00:19:27 +02:00
Patrik Oldsberg 738704f1d1 packages/cli: fix for bundler looking for tsconfig in the wrong place 2020-05-18 00:05:32 +02:00
Patrik Oldsberg 1d6b9564b3 packages/cli: common yarn install for e2e tests + point to dist 2020-05-17 23:30:18 +02:00
Patrik Oldsberg 5d61636f7f packages/cli: update app template for new build system 2020-05-17 23:30:18 +02:00
Patrik Oldsberg 281f7d512e packages/core: list types as dependencies 2020-05-17 23:30:17 +02:00
Patrik Oldsberg 12ef5f6764 packages/cli: make create-app patch entrypoints of local deps 2020-05-17 23:30:17 +02:00
Patrik Oldsberg 65805ca70b packages: update root package.json and template tsconfig 2020-05-17 23:30:17 +02:00
Patrik Oldsberg 7cb0bdb282 packages/cli: fix bad bundler loader options 2020-05-17 23:30:16 +02:00
Patrik Oldsberg 176085e7a1 packages/cli: skip caching of plugin builds 2020-05-17 23:30:16 +02:00
Patrik Oldsberg 1dd33e8e33 packages,plugins: remove extra tsconfig files 2020-05-17 23:30:16 +02:00
Patrik Oldsberg 8cee042e13 packages/storybook: point to src/ and use sucrase 2020-05-17 23:30:15 +02:00
Patrik Oldsberg 04c66c14df packages/cli: revert jest tranform to use ts-jest, as sucrase doesn't hoist mocks 2020-05-17 23:30:15 +02:00
Patrik Oldsberg 1595bf11dd packages/cli: update jest config to point to src and use sucrase 2020-05-17 23:30:15 +02:00
Patrik Oldsberg 7170a8c174 packages/cli: added d.ts rollup build to packager 2020-05-17 23:30:14 +02:00
Patrik Oldsberg a2db7ff37d packages/cli: support multiple packager configs 2020-05-17 23:30:14 +02:00
Patrik Oldsberg 07cb8ed190 packages/cli: rename lib/bundle to bundler + serveBundle 2020-05-17 23:30:14 +02:00
Patrik Oldsberg 1f159c0f99 packages/cli: switch rollup to use esbuild 2020-05-17 23:30:11 +02:00
Patrik Oldsberg b071dc0e94 packages/cli: throw error message in packages instead of exit 2020-05-17 23:30:10 +02:00
Patrik Oldsberg 590276c677 packages/cli: move rollup build to lib/packager 2020-05-17 23:30:10 +02:00
Patrik Oldsberg f202e30c2c packages/cli: removed plugin:build watch mode 2020-05-17 23:30:10 +02:00
Patrik Oldsberg d1939be664 packages/cli: extract css in bundle prod builds 2020-05-17 23:30:09 +02:00
Patrik Oldsberg d911db4105 packages/cli: rename bundle loaders to transforms and include plugins 2020-05-17 23:30:09 +02:00
Patrik Oldsberg 33df212ae7 packages/cli: remove react-scripts dependency 2020-05-17 23:30:08 +02:00
Patrik Oldsberg f3b54ae618 packages/cli: pick up bundle html template from next to index 2020-05-17 23:30:08 +02:00
Patrik Oldsberg 65220f3ef0 packages/cli: nicer bundle and chunk names for bundler 2020-05-17 23:30:07 +02:00
Patrik Oldsberg 1694bbd7cc packages/cli: separate dev and prod config 2020-05-17 23:30:07 +02:00
Patrik Oldsberg 0de24c3ce9 packages/cli: add basic bundle build and use for app:build 2020-05-17 23:30:06 +02:00