1222 Commits

Author SHA1 Message Date
Norbert de Langen
16281d182a Merge branch 'next' into pr/Spy-Seth/6655
# Conflicts:
#	yarn.lock
2019-05-07 14:15:43 +02:00
dependabot[bot]
3690427d71
Bump @types/node from 11.13.7 to 12.0.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.13.7 to 12.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-07 05:30:42 +00:00
Cameron Stitt
b666591a36 Update test snapshots and svelte-transform 2019-05-02 08:59:48 +10:00
Norbert de Langen
8555198ed0 UPGRADES 2019-04-27 21:32:19 +02:00
Armand Abric
569b55379f Upgrade to core-js v3 2019-04-27 18:14:56 +02:00
Norbert de Langen
8f2bcf1938 REMOVE ---fix flag 2019-04-25 18:25:49 +02:00
Norbert de Langen
022429a44a Merge branch 'next' into tech/remove-tslint
# Conflicts:
#	yarn.lock
2019-04-25 18:21:18 +02:00
Norbert de Langen
f939e1417a just a few little linting issues fixed 2019-04-25 17:59:37 +02:00
Norbert de Langen
0296ef7696 REMOVE tslint, and use eslint for everything 2019-04-25 15:34:20 +02:00
Norbert de Langen
609ea4f568 ADD a js version since I find those easier to debug & extend 2019-04-25 00:00:10 +02:00
Norbert de Langen
2c55fb6c40 CHANGE publish args 2019-04-24 16:00:48 +02:00
Norbert de Langen
5a86768e58 ADD local registry command 2019-04-24 12:54:03 +02:00
Norbert de Langen
3c0ea0f0fb Merge branch 'next' into tech/move-graphql-addon-to-tab 2019-04-23 09:30:07 +02:00
Norbert de Langen
2354138c3a
Merge pull request #6460 from storybooks/dependabot/npm_and_yarn/codelyzer-5.0.0
chore(deps-dev): bump codelyzer from 4.5.0 to 5.0.0
2019-04-18 22:59:02 +02:00
Norbert de Langen
1db2eedea5 UPGRADE graphql && REGEN yarn.lock to get rid of old versions of graphql 2019-04-18 11:00:06 +02:00
dependabot[bot]
6340764da3
Bump @types/node from 11.11.8 to 11.13.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.11.8 to 11.13.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-16 10:54:00 +00:00
Gaëtan Maisse
5c476cb00a chore: fix typo in ts-lint to lint tsx files
Also fix ts-lint errors due to its activation on `tsx` files
2019-04-16 09:09:43 +02:00
dependabot[bot]
1a1b2e449f
chore(deps-dev): bump codelyzer from 4.5.0 to 5.0.0
Bumps [codelyzer](https://github.com/mgechev/codelyzer) from 4.5.0 to 5.0.0.
- [Release notes](https://github.com/mgechev/codelyzer/releases)
- [Changelog](https://github.com/mgechev/codelyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mgechev/codelyzer/compare/4.5.0...5.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-13 15:06:29 +00:00
Norbert de Langen
c90c2d4671 UPGRADE as much of jest packages as possible 2019-04-04 21:32:57 +02:00
Norbert de Langen
c1262f41c5 Merge branch 'next' into dependabot/npm_and_yarn/jest-cli-24.0.0
# Conflicts:
#	jest.config.js
#	package.json
#	yarn.lock
2019-04-04 16:00:58 +02:00
Kai Röder
0b881e20bd Resolved change requests 2019-04-01 19:16:40 +02:00
Kai Röder
6e6df7ccfb Revert "try removing weak-package in the assumption that it is not used and might fix netlifly"
This reverts commit 4729fc4c65fdb5b13d6ecaf257645722b9e15b2f.
2019-03-30 23:39:32 +01:00
Kai Röder
4729fc4c65 try removing weak-package in the assumption that it is not used and might fix netlifly 2019-03-30 22:57:08 +01:00
Kai Röder
33d9835db5 Merge branch 'next' into ts-migration/babel-typescript 2019-03-30 12:54:22 +01:00
Norbert de Langen
0d4cc0f40e
Merge pull request #6227 from storybooks/dependabot/npm_and_yarn/babel-plugin-emotion-10.0.9
Bump babel-plugin-emotion from 10.0.7 to 10.0.9
2019-03-27 23:18:20 +01:00
Michael Shilman
4aaae27292 Require 7.4.1 because 7.4.0 broke codesandbox (?) 2019-03-26 18:18:51 +08:00
Michael Shilman
14c07a5b14 Upgrade babel-preset-env
Fix bug introduced by https://github.com/storybooks/storybook/pull/6267 for older versions of preset-env
2019-03-26 17:39:28 +08:00
Norbert de Langen
e6f7439b60 CLEANUP 2019-03-25 16:36:13 +01:00
Kai Röder
0a9626d5a6 fix --scope command 2019-03-23 16:42:01 +01:00
Kai Röder
7ed0898ecc Merge branch 'next' into ts-migration/babel-typescript 2019-03-22 17:33:33 +01:00
Kai Röder
161fc1fc95 boy-scout-rule: added types for lodash and removed the module declarations in theming 2019-03-22 17:21:17 +01:00
Kai Röder
f0c4cb478b Merge branch 'ts-migration/babel-typescript' of https://github.com/storybooks/storybook into ts-migration/babel-typescript 2019-03-22 17:16:54 +01:00
Arman
ddfc9a3e35
Merge branch 'next' into feat/svelte_generator 2019-03-22 12:10:38 +03:00
dependabot[bot]
0399ab81d3
Bump babel-plugin-emotion from 10.0.7 to 10.0.9
Bumps [babel-plugin-emotion](https://github.com/emotion-js/emotion) from 10.0.7 to 10.0.9.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/babel-plugin-emotion@10.0.7...babel-plugin-emotion@10.0.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-22 05:21:10 +00:00
Norbert de Langen
17707c7e5e
Merge pull request #6168 from storybooks/dependabot/npm_and_yarn/eslint-plugin-jest-22.4.1
Bump eslint-plugin-jest from 22.3.2 to 22.4.1
2019-03-21 15:13:28 +01:00
Norbert de Langen
7129001f81 Merge branch 'next' into pr/Armanio/6132
# Conflicts:
#	lib/cli/package.json
2019-03-21 14:12:49 +01:00
Norbert de Langen
db92ac5773
Merge pull request #6164 from storybooks/dependabot/npm_and_yarn/danger-7.0.15
Bump danger from 7.0.14 to 7.0.15
2019-03-21 13:47:17 +01:00
Norbert de Langen
9235bc367d
Merge pull request #6062 from storybooks/dependabot/npm_and_yarn/jest-jasmine2-24.5.0
build(deps-dev): bump jest-jasmine2 from 24.1.0 to 24.5.0
2019-03-21 13:46:40 +01:00
Norbert de Langen
c1d2ba6449 WIP 2019-03-20 16:55:38 +01:00
Norbert de Langen
14f8cbcb4b Merge branch 'next' into ts-migration/babel-typescript
# Conflicts:
#	yarn.lock
2019-03-20 11:38:50 +01:00
Benoit Dion
ee38974454 Publish crna-kitchen-sink app to expo
Publish the app to `https://exp.host/@storybook/crna-kitchen-sink?release-channel=branch-name`.

This enables contributors/ code reviewers without much RN experience to easily preview the app from their phone.

A side effect of publishing is it confirms the app at the very least bundles correctly.
2019-03-19 21:07:34 -04:00
Norbert de Langen
45dcad38d6 WIP 2019-03-20 00:25:41 +01:00
Norbert de Langen
10a530d9af ADD @storybook/api to dll 2019-03-19 19:32:30 +01:00
Norbert de Langen
d551fb3281 Merge branch 'next' into ts-migration/babel-typescript
# Conflicts:
#	app/angular/src/client/preview/render.js
#	scripts/compile-babel.js
#	yarn.lock
2019-03-19 19:05:58 +01:00
dependabot[bot]
5cb3cd16e3
build(deps-dev): bump jest-jasmine2 from 24.1.0 to 24.5.0
Bumps [jest-jasmine2](https://github.com/facebook/jest/tree/HEAD/packages/jest-jasmine2) from 24.1.0 to 24.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v24.5.0/packages/jest-jasmine2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-19 10:07:40 +00:00
dependabot[bot]
8819a37904
Bump eslint-plugin-jest from 22.3.2 to 22.4.1
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.3.2 to 22.4.1.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.3.2...v22.4.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-19 05:19:19 +00:00
dependabot[bot]
a0350be700
Bump danger from 7.0.14 to 7.0.15
Bumps [danger](https://github.com/danger/danger-js) from 7.0.14 to 7.0.15.
- [Release notes](https://github.com/danger/danger-js/releases)
- [Changelog](https://github.com/danger/danger-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/danger/danger-js/compare/7.0.14...7.0.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-19 05:14:58 +00:00
Norbert de Langen
e73ffa8efe Merge branch 'next' into tech/api-package
# Conflicts:
#	yarn.lock
2019-03-18 23:06:54 +01:00
Norbert de Langen
62299a6c7b trying to speed up yarn tests 2019-03-18 22:28:39 +01:00
Norbert de Langen
9510552a16 ADD always mock for util-deprecate && REMOVE loglines in tests for debug && CLEANUP tests log 2019-03-18 21:28:00 +01:00