Commit Graph

859 Commits

Author SHA1 Message Date
Patrik Oldsberg 299589040f packages/core: use useHistory in ErrorPage instead of passing via props 2020-05-15 09:38:01 +02:00
dependabot-preview[bot] 0f57dd2aac build(deps): bump rc-progress from 2.5.3 to 3.0.0 (#872)
Bumps [rc-progress](https://github.com/react-component/progress) from 2.5.3 to 3.0.0.
- [Release notes](https://github.com/react-component/progress/releases)
- [Changelog](https://github.com/react-component/progress/blob/master/HISTORY.md)
- [Commits](https://github.com/react-component/progress/compare/2.5.3...3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-15 08:54:56 +02:00
Patrik Oldsberg 218f38f569 Merge pull request #868 from spotify/rugvip/APIS
packages/core: rename api definitions to CamelCaseApi
2020-05-14 17:48:49 +02:00
Patrik Oldsberg ebab927425 packages/core: rename api definitions to CamelCaseApi 2020-05-14 16:47:16 +02:00
Fredrik Adelöw 4ffea230fc Merge pull request #863 from spotify/freben/responsibility
Link components to the location that created them
2020-05-14 16:06:01 +02:00
Patrik Oldsberg a82d2a523d Merge pull request #864 from spotify/rugvip/srct
packages,plugins: point types to src/ for development
2020-05-14 15:48:34 +02:00
Patrik Oldsberg 2414267cc0 tsconfig: skip declaration map creation 2020-05-14 14:25:05 +02:00
Patrik Oldsberg 682d9ce612 packages,plugins: point types to src/ for development + add pre/post back cli commands 2020-05-14 14:24:19 +02:00
Patrik Oldsberg d10325da29 Merge pull request #860 from spotify/rugvip/cleandist
packages,plugins: only publish .js and .d.ts files in dist
2020-05-14 13:47:50 +02:00
Marcus Eide a038b5595e Merge pull request #816 from spotify/dependabot/npm_and_yarn/rollup-plugin-postcss-3.1.1
build(deps): bump rollup-plugin-postcss from 2.5.0 to 3.1.1
2020-05-14 13:19:20 +02:00
Fredrik Adelöw 9a2d473346 Link components to the location that created them 2020-05-14 13:16:04 +02:00
Patrik Oldsberg 71ead7eb35 Merge pull request #861 from spotify/rugvip/nodiff
github/workflows: add check to make sure plugin templates stay in sync
2020-05-14 12:01:11 +02:00
Patrik Oldsberg 75395ecff1 packages/cli: add publish config sync to plugin:diff 2020-05-14 11:54:58 +02:00
Patrik Oldsberg 920607ea8b Merge pull request #852 from spotify/rugvip/oauth
packages/core: lift out and adapt internal oauth request API
2020-05-14 11:44:37 +02:00
Patrik Oldsberg bdec811fe1 packages/cli: update templates to use latest @types/jest version 2020-05-14 11:35:15 +02:00
Patrik Oldsberg d76f8714a4 packages,plugins: only publish .js and .d.ts files in dist 2020-05-14 11:32:07 +02:00
Patrik Oldsberg 97711d2cc4 packages/cli: only ship js files in dist 2020-05-14 11:17:13 +02:00
Patrik Oldsberg eec599738d packages/core: naming and docs updates for OAuthRequest API 2020-05-14 11:02:56 +02:00
Patrik Oldsberg 1c50ded618 packages/core: added some basic docs for OAuthRequestManager 2020-05-14 11:02:55 +02:00
Patrik Oldsberg c689244a17 packages/core: added OAuthRequestDialog 2020-05-14 11:02:54 +02:00
Patrik Oldsberg 5553d2dc94 bump react-use to 14.2.0 + add to core 2020-05-14 11:02:53 +02:00
Patrik Oldsberg 08732d57d0 packages/core: add implementation of OAuthRequest API 2020-05-14 11:02:52 +02:00
Patrik Oldsberg 348e35d60b packages/core: added zen-observable dependency 2020-05-14 11:02:50 +02:00
Patrik Oldsberg 4cd23d0231 packages/core: added oauthRequest API definition 2020-05-14 11:02:49 +02:00
Patrik Oldsberg 150908ae55 packages/core: add common Observable type based on TC39 2020-05-14 11:02:48 +02:00
Patrik Oldsberg 579ba54480 Merge pull request #850 from spotify/rugvip/cleancore
packages/core: use cleaner tree of index files in api + remove default exports
2020-05-14 10:35:08 +02:00
dependabot-preview[bot] b23c6d3276 build(deps): bump rollup-plugin-postcss from 2.5.0 to 3.1.1
Bumps [rollup-plugin-postcss](https://github.com/egoist/rollup-plugin-postcss) from 2.5.0 to 3.1.1.
- [Release notes](https://github.com/egoist/rollup-plugin-postcss/releases)
- [Changelog](https://github.com/egoist/rollup-plugin-postcss/blob/master/CHANGELOG-OLD.md)
- [Commits](https://github.com/egoist/rollup-plugin-postcss/compare/v2.5.0...v3.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-14 06:44:01 +00:00
dependabot-preview[bot] 5ed0ec374a build(deps): bump ts-loader from 6.2.1 to 7.0.4 (#838)
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 6.2.1 to 7.0.4.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v6.2.1...v7.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-14 08:39:16 +02:00
Patrik Oldsberg 3f00f82e28 packages/core: use cleaner tree of index files in api + remove default exports 2020-05-13 18:47:53 +02:00
dependabot-preview[bot] 7cb381b664 build(deps): bump replace-in-file from 5.0.2 to 6.0.0
Bumps [replace-in-file](https://github.com/adamreisnz/replace-in-file) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/adamreisnz/replace-in-file/releases)
- [Changelog](https://github.com/adamreisnz/replace-in-file/blob/master/CHANGELOG.md)
- [Commits](https://github.com/adamreisnz/replace-in-file/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-13 15:07:22 +00:00
Patrik Oldsberg 2bde9d3854 v0.1.1-alpha.5 2020-05-13 16:28:41 +02:00
Patrik Oldsberg 4b260bf70a Merge pull request #836 from spotify/dependabot/npm_and_yarn/types/helmet-0.0.47
build(deps-dev): bump @types/helmet from 0.0.45 to 0.0.47
2020-05-13 16:22:53 +02:00
Patrik Oldsberg 0f0f0405ff Merge pull request #819 from spotify/dependabot/npm_and_yarn/types/jest-25.2.1
build(deps): bump @types/jest from 24.9.1 to 25.2.1
2020-05-13 16:22:18 +02:00
Patrik Oldsberg fb54d1d300 Merge pull request #844 from spotify/rugvip/release-fix
packages/cli: fix create-app package resolution in e2e test mode
2020-05-13 15:53:41 +02:00
Niklas Ek 9c4317ea39 Merge pull request #831 from Nishikoh/stop-animation
Change 'Running' status to static
2020-05-13 15:22:02 +02:00
Patrik Oldsberg 6faf3709d6 packages/core: fix layout/Sidebar icon prop type 2020-05-13 14:58:59 +02:00
Patrik Oldsberg 14c551c616 packages/dev-utils: add nav targets to the sidebar 2020-05-13 14:58:58 +02:00
Patrik Oldsberg 97877ca296 packages/core: new addRoute to router hook that adds a nav-target route 2020-05-13 14:57:56 +02:00
Patrik Oldsberg f298700ba9 packages/core: added basic nav target implementation 2020-05-13 14:57:55 +02:00
Patrik Oldsberg 29abee4c31 packages/cli: fix create-app package resolution in e2e test mode 2020-05-13 14:56:20 +02:00
KoukiNishihara 5753652dd4 Refactor background on animation 2020-05-13 21:32:34 +09:00
KoukiNishihara 78c3c08de7 Delete animation 2020-05-13 21:32:34 +09:00
dependabot-preview[bot] ab5c7c533c build(deps): bump @types/jest from 24.9.1 to 25.2.1
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.9.1 to 25.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-13 12:29:29 +00:00
Patrik Oldsberg 1713fac765 packages,plugins: bump react-router-dom to 5.2.0 2020-05-13 13:56:59 +02:00
Fredrik Adelöw 9114a08081 Rearrange ingestion and descriptor parsing 2020-05-13 10:34:53 +02:00
Fredrik Adelöw eb2b85fba4 Merge pull request #829 from spotify/mob/refresh
Implement first-light location refresh loop
2020-05-13 10:33:47 +02:00
dependabot-preview[bot] 930752a453 build(deps-dev): bump @types/helmet from 0.0.45 to 0.0.47
Bumps [@types/helmet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/helmet) from 0.0.45 to 0.0.47.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/helmet)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-13 07:29:35 +00:00
Fredrik Adelöw 1e8ad4b163 Bump TS to 3.9 2020-05-13 08:34:08 +02:00
Wojciech Adaszyński 3435ae9a13 Add Register Component plugin (#826)
Co-authored-by: Wojciech Adaszynski <wojciecha@spotify.com>
2020-05-13 08:11:06 +02:00
Fredrik Adelöw 92ec964b98 Implement first-light location refresh loop 2020-05-12 16:17:41 +02:00