Skip to content

Commit e2a6679

Browse files
gnapseproxi
andauthored
Upgrade some dependencies (#356)
* Upgrade reakit * Remove unneeded 'git add' from lint-staged config * Upgrade some test tools and other dev tools * Upgrade prettier * Upgrade enzyme and releated packages * Upgrade type definition dependencies * Increase patch version and update Changelog * Changes from 'npm run build-all' * chore: Update all of eslint and prettier packages (#357) * Update all of eslint and prettier packages. * Allow exceptions to jest/valid-title. Co-authored-by: Janusz Gregorczyk <janusz@doist.com>
1 parent 7dbb90a commit e2a6679

21 files changed

+1246
-419
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lint-staged.config.js

.github/ISSUE_TEMPLATE/Bug.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ If possible, describe how this bug could be fixed.
3131
Consider adding any relevant environment information here.
3232
-->
3333

34-
- `@doist/reactist` version:
35-
- `react` version:
36-
- Browser:
34+
- `@doist/reactist` version:
35+
- `react` version:
36+
- Browser:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Reactist follows [semantic versioning](https://semver.org/) and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it.
44

5+
## v7.1.6
6+
7+
- [Tweak] Upgrade some dependencies.
8+
59
## v7.1.5
610

711
- [Tweak] Adds a backdrop/overlay to dropdown menus.

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ import Loading from '@doist/reactist/dist/Loading'
2828
You also need to load the CSS file of reactist somewhere in your app. For instance:
2929

3030
```html
31-
<link
32-
rel="stylesheet"
33-
type="text/css"
34-
href="./node_modules/@doist/reactist/styles/Loading.css"
35-
/>
31+
<link rel="stylesheet" type="text/css" href="./node_modules/@doist/reactist/styles/Loading.css" />
3632
```
3733

3834
If you prefer to include static files grab the [minified build from the dist folder](https://github.com/Doist/reactist/tree/develop/dist).

docs/iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@
7171
}</script><style>#root[hidden],
7272
#docs-root[hidden] {
7373
display: none !important;
74-
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.ba946ee3e7fabd7e27e1.bundle.js"></script><script src="vendors~main.ba946ee3e7fabd7e27e1.bundle.js"></script><script src="main.ba946ee3e7fabd7e27e1.bundle.js"></script></body></html>
74+
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.4a0329658ebe5e455975.bundle.js"></script><script src="vendors~main.4a0329658ebe5e455975.bundle.js"></script><script src="main.4a0329658ebe5e455975.bundle.js"></script></body></html>
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.4a0329658ebe5e455975.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.ba946ee3e7fabd7e27e1.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/runtime~main.ba946ee3e7fabd7e27e1.bundle.js renamed to docs/runtime~main.4a0329658ebe5e455975.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/runtime~main.4a0329658ebe5e455975.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)