Fredrik Adelöw
748a0858d4
Merge pull request #812 from spotify/freben/inventory2
...
Implement location management
2020-05-12 10:32:03 +02:00
Patrik Oldsberg
10c85d97f9
Merge pull request #817 from spotify/dependabot/npm_and_yarn/types/webpack-4.41.12
...
build(deps-dev): bump @types/webpack from 4.41.8 to 4.41.12
2020-05-12 09:57:26 +02:00
Fredrik Adelöw
4e4dd67095
Merge pull request #746 from spotify/dependabot/npm_and_yarn/fs-extra-9.0.0
...
build(deps): bump fs-extra from 8.1.0 to 9.0.0
2020-05-12 08:28:04 +02:00
Fredrik Adelöw
41f32d90ae
Merge pull request #818 from spotify/dependabot/npm_and_yarn/husky-4.2.5
...
build(deps-dev): bump husky from 4.2.3 to 4.2.5
2020-05-12 08:26:15 +02:00
Fredrik Adelöw
a4b0e78ad9
Merge pull request #815 from spotify/dependabot/npm_and_yarn/tar-6.0.2
...
build(deps): bump tar from 6.0.1 to 6.0.2
2020-05-12 08:25:07 +02:00
dependabot-preview[bot]
978fcee4a9
build(deps-dev): bump husky from 4.2.3 to 4.2.5
...
Bumps [husky](https://github.com/typicode/husky ) from 4.2.3 to 4.2.5.
- [Release notes](https://github.com/typicode/husky/releases )
- [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md )
- [Commits](https://github.com/typicode/husky/compare/v4.2.3...v4.2.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-12 06:17:02 +00:00
dependabot-preview[bot]
f74ebf31ca
build(deps-dev): bump @types/webpack from 4.41.8 to 4.41.12
...
Bumps [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack ) from 4.41.8 to 4.41.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-12 06:16:08 +00:00
dependabot-preview[bot]
e8bbf91647
build(deps): bump tar from 6.0.1 to 6.0.2
...
Bumps [tar](https://github.com/npm/node-tar ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/master/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-12 06:12:13 +00:00
Fredrik Adelöw
d682714249
Implement location management
2020-05-11 20:10:44 +02:00
Nathan Calvank
8b2dd21fd0
Issue 660: CodeSnippet Reuseable component ( #803 )
...
* Initial CodeSnippet setup in Storybook
* Add support for line numbers
* Pseudo-code some basic tests and leverage useTheme hook
The test suite cannot currently be run, as the react-syntax-highlighter
appears to be using ESM, which are not supported by Jest out-of-the-box.
This should only require a simple Babel loader to remedy, but I want to
make sure first that I have not misconfigured something, as configuring
Babel is likely a notable scope increase for this relatively small
issue.
* Fix ESM Jest issue and update tests
It would be ideal to have snapshot tests to cover the lightmode vs
darkmode rendering. I started experimenting with directly testing the
styling, and it quickly became very sloppy.
* Provide more examples in stories
* Add showLineNumbers to PropType validation
2020-05-11 16:28:20 +02:00
Niklas Ek
901562a0b2
Merge pull request #779 from spotify/rugvip/serve
...
plugins: applied diff for all plugins to enable plugin:serve
2020-05-11 15:07:17 +02:00
Fredrik Adelöw
2955884047
Rename item/items -> component/components
2020-05-11 14:20:08 +02:00
Fredrik Adelöw
2955b4e862
Merge pull request #810 from spotify/freben/inventory1
...
Implement first knex database basics
2020-05-11 14:05:09 +02:00
Fredrik Adelöw
4b1d80b43a
Implement first knex database basics
2020-05-11 13:55:00 +02:00
Patrik Oldsberg
dd44730719
Merge pull request #808 from spotify/rugvip/noresolve
...
packages/cli: remove cypress version override from app template
2020-05-11 11:47:54 +02:00
Patrik Oldsberg
b1400b9896
packages/cli: remove cypress version override from app template
2020-05-11 11:23:33 +02:00
dependabot-preview[bot]
24928cf283
build(deps): bump rc-progress from 2.5.2 to 2.5.3 ( #806 )
...
Bumps [rc-progress](https://github.com/react-component/progress ) from 2.5.2 to 2.5.3.
- [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.2...2.5.3 )
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-11 08:25:06 +02:00
dependabot-preview[bot]
d07101cffe
build(deps): bump chokidar from 3.3.1 to 3.4.0 ( #739 )
...
Bumps [chokidar](https://github.com/paulmillr/chokidar ) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/paulmillr/chokidar/releases )
- [Commits](https://github.com/paulmillr/chokidar/compare/3.3.1...3.4.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-10 18:01:28 +02:00
Adil Alimbetov
6f0cb5de5d
Updated colors for table in dark mode ( #802 )
...
* Updated colors for dark mode
* Updated type on useTheme
* Fixed code style
* Revert "Fixed code style"
This reverts commit 1969fce9a511e7f1b7390948b7b31ff13d4d9165.
* Changed hook position
2020-05-10 08:04:01 +02:00
Patrik Oldsberg
70195df296
Merge pull request #777 from spotify/rugvip/cleanup
...
packages/core: fix import and remove bonus code
2020-05-09 11:01:19 +02:00
dependabot-preview[bot]
25987dc467
build(deps): bump @rollup/plugin-node-resolve from 7.1.1 to 7.1.3 ( #738 )
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins ) from 7.1.1 to 7.1.3.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Commits](https://github.com/rollup/plugins/compare/node-resolve-v7.1.1...node-resolve-v7.1.3 )
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-09 00:01:07 +02:00
Patrik Oldsberg
fca586b704
Merge pull request #781 from spotify/rugvip/nodefault
...
packages/dev-utils: fix for default api factories being omitted
2020-05-08 20:28:17 +02:00
Patrik Oldsberg
0c3a91e058
Merge pull request #780 from spotify/rugvip/nosrc
...
package/cli: remove src-relative imports from plugin:serve
2020-05-08 19:47:07 +02:00
Patrik Oldsberg
0fc188d8a4
packages/dev-utils: fix for default api factories being omitted
2020-05-08 18:55:46 +02:00
Patrik Oldsberg
77d0e9a10f
package/cli: remove src-relative imports from plugin:serve
2020-05-08 18:55:38 +02:00
Patrik Oldsberg
242427be7b
plugins/tech-radar: add lighthouse api to dev env
2020-05-08 18:53:32 +02:00
Patrik Oldsberg
81cb54d52b
plugins/lighthouse: add lighthouse api to dev env
2020-05-08 18:53:04 +02:00
Patrik Oldsberg
198bf2d1a6
plugins: applied diff for all plugins to enable plugin:serve
2020-05-08 17:18:36 +02:00
Patrik Oldsberg
24cb7a7f9d
Merge pull request #768 from spotify/rugvip/noremove
...
packages/cli: avoid removing empty lines in remove-plugin
2020-05-08 17:05:59 +02:00
Patrik Oldsberg
657834e485
packages/core: remove bonus file
2020-05-08 17:04:47 +02:00
Patrik Oldsberg
c723fc33e5
packages/core: fix src-relative import
2020-05-08 17:04:31 +02:00
Patrik Oldsberg
f913777de9
Merge pull request #761 from spotify/rugvip/adiff
...
plugins: almost fully sync plugins with templates
2020-05-08 16:06:15 +02:00
Patrik Oldsberg
ad1e2fec2b
Merge pull request #764 from spotify/rugvip/pdocs
...
packages/cli: update plugin template README to explain next steps and plugin:serve
2020-05-08 16:05:45 +02:00
Patrik Oldsberg
66d056a46c
Merge pull request #763 from spotify/rugvip/pserve
...
packages/cli: update templates to include plugin:serve setup
2020-05-08 16:05:34 +02:00
Patrik Oldsberg
fa7001007d
Merge pull request #760 from spotify/rugvip/pdiff
...
plugins: added diff command to all plugins and templates
2020-05-08 16:05:24 +02:00
Patrik Oldsberg
36b0dc849c
packages/cli: avoid removing empty lines in remove-plugin
2020-05-08 15:00:14 +02:00
Patrik Oldsberg
fca8b3211e
packages/cli: update plugin template README to explain next steps and plugin:serve
2020-05-08 14:52:50 +02:00
Patrik Oldsberg
298c6979e7
Merge pull request #759 from spotify/rugvip/template-deps
...
packages/cli: update templates dependencies
2020-05-08 14:09:14 +02:00
Fredrik Adelöw
91963eb572
Merge pull request #762 from spotify/freben/moved
...
Move the plugin init into their own files to keep index clean
2020-05-08 14:06:07 +02:00
Fredrik Adelöw
53b9c0766d
Move the plugin init into their own files to keep index clean
2020-05-08 14:00:25 +02:00
Patrik Oldsberg
c615ba09c4
packages/cli: update templates to include plugin:serve setup
2020-05-08 13:50:12 +02:00
Patrik Oldsberg
8fa65fc519
plugins: added diff command to all plugins and templates
2020-05-08 13:26:37 +02:00
Patrik Oldsberg
7f06008496
plugins: almost fully sync plugins with templates
2020-05-08 13:26:27 +02:00
Patrik Oldsberg
bf4ad8d84f
Merge pull request #758 from spotify/rugvip/diffcheck
...
packages/cli: make plugin:diff --check output all errors
2020-05-08 13:25:28 +02:00
Patrik Oldsberg
1afd6c7d92
packages/cli: update templates dependencies
2020-05-08 13:09:32 +02:00
Stefan Ålund
8b6d05abbf
Adjust header label spacing ( #756 )
2020-05-08 13:07:36 +02:00
dependabot-preview[bot]
dbf6b462bc
build(deps): bump webpack from 4.42.0 to 4.43.0 ( #744 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.42.0 to 4.43.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.42.0...v4.43.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-08 13:06:36 +02:00
Patrik Oldsberg
d568edb876
packages/cli: make plugin:diff --check output all errors
2020-05-08 13:02:29 +02:00
dependabot-preview[bot]
7474a67738
build(deps): bump ora from 4.0.3 to 4.0.4 ( #745 )
...
Bumps [ora](https://github.com/sindresorhus/ora ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/sindresorhus/ora/releases )
- [Commits](https://github.com/sindresorhus/ora/compare/v4.0.3...v4.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-08 12:12:32 +02:00
dependabot-preview[bot]
c6a4d74cce
build(deps-dev): bump @storybook/addon-actions from 5.3.17 to 5.3.18 ( #747 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.18/addons/actions )
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-08 08:30:34 +02:00