Wykres commitów

584 Commity (b551623ee79228aafef8410eecad53129ff5960c)

Autor SHA1 Wiadomość Data
Amio 5a1a4198a9 web: move examples to gallery page 2018-10-15 17:44:23 +08:00
Amio 034417949c chore: bump dependencies 2018-10-15 11:16:37 +08:00
Amio b51043c1bc icons: add awesome icon #176 2018-10-15 11:01:05 +08:00
Amio 3cedf96b22 chore: bump dependencies 2018-10-11 17:03:06 +08:00
dependabot[bot] 55209ab8cb build(deps): bump chrome-webstore from 1.1.0 to 1.2.0 (#172)
Bumps [chrome-webstore](https://github.com/simov/chrome-webstore) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/simov/chrome-webstore/releases)
- [Commits](https://github.com/simov/chrome-webstore/compare/v1.1.0...v1.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-02 11:09:11 +08:00
dependabot[bot] e941b0456b build(deps-dev): bump next from 7.0.0 to 7.0.1 (#173)
Bumps [next](https://github.com/zeit/next.js) from 7.0.0 to 7.0.1.
<details>
<summary>Release notes</summary>

*Sourced from [next's releases](https://github.com/zeit/next.js/releases).*

> ## 7.0.1
> ### Patches 
> 
> - Upgrade webpack: [#5330](https://github-redirect.dependabot.com/zeit/next.js/issues/5330) 
> - Upgrade styled-jsx: [#5312](https://github-redirect.dependabot.com/zeit/next.js/issues/5312)
> - Introduce dynamic(() => import()): [#5249](https://github-redirect.dependabot.com/zeit/next.js/issues/5249) 
> - Eliminate context code based on process.browser: [#5159](https://github-redirect.dependabot.com/zeit/next.js/issues/5159)
> - Remove _containerProps context: [#5327](https://github-redirect.dependabot.com/zeit/next.js/issues/5327)
> - Refactor head keys: [#5326](https://github-redirect.dependabot.com/zeit/next.js/issues/5326)
> - Remove disabled plugin: 2f618581cfc0e75ff918a5618074b04660f8cd81
> - Use new import syntax in readme examples: 8fb6f7d5b62113c4ee23b827f3f6f8e3d0c1b6a6
> - Remove obsolete check in dev-server: [#5320](https://github-redirect.dependabot.com/zeit/next.js/issues/5320)
> - Don&#39;t require package.json at runtime: [#5321](https://github-redirect.dependabot.com/zeit/next.js/issues/5321)
> - Package.json comma removed: [#5322](https://github-redirect.dependabot.com/zeit/next.js/issues/5322)
> - Rename index.js to next-server.js: [#5323](https://github-redirect.dependabot.com/zeit/next.js/issues/5323)
> - Added with-ts-node with Next js 7 example: [#5204](https://github-redirect.dependabot.com/zeit/next.js/issues/5204)
> - Move out start method from server: [#5315](https://github-redirect.dependabot.com/zeit/next.js/issues/5315)
> - Remove transform-decorators plugin &amp; Bump deps: [#5232](https://github-redirect.dependabot.com/zeit/next.js/issues/5232)
> - Show warning if there is a title in _document.js&#39;s Head: [#5160](https://github-redirect.dependabot.com/zeit/next.js/issues/5160)
> - Initial dev server: [#5317](https://github-redirect.dependabot.com/zeit/next.js/issues/5317)
> - More reliable error-recovery tests: [#5281](https://github-redirect.dependabot.com/zeit/next.js/issues/5281)
> - Even more reliable error-recovery tests: [#5284](https://github-redirect.dependabot.com/zeit/next.js/issues/5284)
> - WithApollo example - move from old HOC APIs to new function-as-child APIs: [#5241](https://github-redirect.dependabot.com/zeit/next.js/issues/5241)
> - Use getBrowserBodyText for HMR test: [#5290](https://github-redirect.dependabot.com/zeit/next.js/issues/5290)
> - Fix swallowed unhandled rejections on the server: [#5273](https://github-redirect.dependabot.com/zeit/next.js/issues/5273)
> - With-typescript example updates: [#5267](https://github-redirect.dependabot.com/zeit/next.js/issues/5267)
> - Add language switch to with-react-i18next example: [#5306](https://github-redirect.dependabot.com/zeit/next.js/issues/5306)
> - Update with-mobx-state-tree-typescript example: [#5266](https://github-redirect.dependabot.com/zeit/next.js/issues/5266)
> - Make sure dynamicIds are added when using function as importer: [#5308](https://github-redirect.dependabot.com/zeit/next.js/issues/5308)
> - Update with-redux-code-splitting example: [#5252](https://github-redirect.dependabot.com/zeit/next.js/issues/5252)
> - Upgrade @zeit/next-sass: a616656f19d744d9ae95d355b4227c9b9ed9e631
> - Doc: fix deploy link: [#5223](https://github-redirect.dependabot.com/zeit/next.js/issues/5223)
> - Fix Example Deploy Links: [#5216](https://github-redirect.dependabot.com/zeit/next.js/issues/5216)
> - Remove Fragment from Main component: [#5222](https://github-redirect.dependabot.com/zeit/next.js/issues/5222)
> - Remove useless link tag in the head of Ant design example: [#5227](https://github-redirect.dependabot.com/zeit/next.js/issues/5227)
> - Update with-mobx example: [#5229](https://github-redirect.dependabot.com/zeit/next.js/issues/5229)
> - Upgrade next plugins to the latest version in examples: 8d649d1b4b949c49be2023c6d59f8ef0fd23df02
> - FIX [#5234](https://github-redirect.dependabot.com/zeit/next.js/issues/5234): [#5235](https://github-redirect.dependabot.com/zeit/next.js/issues/5235)
> - Update GrpahQL dependencies: [#5242](https://github-redirect.dependabot.com/zeit/next.js/issues/5242)
> - Just some simple improvements in formatting codes in documentation: [#5250](https://github-redirect.dependabot.com/zeit/next.js/issues/5250)
> - Update to use @sentry/browser, remove raven-js: [#5253](https://github-redirect.dependabot.com/zeit/next.js/issues/5253)
> - Fix failing linter tests: [#5257](https://github-redirect.dependabot.com/zeit/next.js/issues/5257)
> - Fix with-mobx-state-tree example: [#5258](https://github-redirect.dependabot.com/zeit/next.js/issues/5258)
> - Update with-kea example: [#5259](https://github-redirect.dependabot.com/zeit/next.js/issues/5259)
> - Update with-dynamic-import example: [#5201](https://github-redirect.dependabot.com/zeit/next.js/issues/5201)
> - Example with-apollo note that two render executions are expected: [#5262](https://github-redirect.dependabot.com/zeit/next.js/issues/5262)
> - Example with-sentry note that server side logging available too: [#5261](https://github-redirect.dependabot.com/zeit/next.js/issues/5261)
> - Fix for with-ant-design-less for next7.0: [#5263](https://github-redirect.dependabot.com/zeit/next.js/issues/5263)
> - [#5620](https://github-redirect.dependabot.com/zeit/next.js/issues/5620): Fix react-i18next example to properly SSR: [#5265](https://github-redirect.dependabot.com/zeit/next.js/issues/5265)
> 
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`ae56c78`](ae56c7847f) 7.0.1
- [`c094539`](c0945392f4) Upgrade webpack ([#5330](https://github-redirect.dependabot.com/zeit/next.js/issues/5330))
- [`8fb6f7d`](8fb6f7d5b6) Use new import syntax in readme examples
- [`7f9d244`](7f9d244d1f) 7.0.1-canary.6
- [`2f61858`](2f618581cf) Remove disabled plugin
- [`6c0ea2d`](6c0ea2d424) 7.0.1-canary.5
- [`b065daf`](b065dafa52) Refactor head keys ([#5326](https://github-redirect.dependabot.com/zeit/next.js/issues/5326))
- [`df41997`](df41997d50) Remove _containerProps context ([#5327](https://github-redirect.dependabot.com/zeit/next.js/issues/5327))
- [`30924ea`](30924ea1be) 7.0.1-canary.4
- [`565b026`](565b026e7b) Added with-ts-node with Next js 7 example ([#5204](https://github-redirect.dependabot.com/zeit/next.js/issues/5204))
- Additional commits viewable in [compare view](https://github.com/zeit/next.js/compare/7.0.0...7.0.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=7.0.0&new-version=7.0.1)](https://dependabot.com/compatibility-score.html?dependency-name=next&package-manager=npm_and_yarn&previous-version=7.0.0&new-version=7.0.1)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
2018-10-02 11:08:56 +08:00
Amio 399fc6946f chore: send stats to google analytics 2018-09-29 16:05:07 +08:00
Amio 09e90025da chore: respond 404 for 404 badge 2018-09-29 14:34:32 +08:00
Amio fe075b04e7 chore: 7 days cache for static badges 2018-09-28 14:36:36 +08:00
Amio 4956bdad88 chore: fix example link 2018-09-28 14:30:18 +08:00
Amio 0e9a58cd91 web: fix preview layout 2018-09-28 14:30:17 +08:00
dependabot[bot] f6aa0ed31e build(deps-dev): bump babel-eslint from 10.0.0 to 10.0.1 (#170)
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](https://github.com/babel/babel-eslint/compare/v10.0.0...v10.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-28 10:42:10 +08:00
dependabot[bot] e1fabda7d6 build(deps-dev): bump babel-eslint from 9.0.0 to 10.0.0 (#168)
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](https://github.com/babel/babel-eslint/compare/v9.0.0...v10.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-27 14:32:56 +08:00
dependabot[bot] 6cd251e554 build(deps): bump serve-handler from 5.0.3 to 5.0.5 (#169)
Bumps [serve-handler](https://github.com/zeit/serve-handler) from 5.0.3 to 5.0.5.
- [Release notes](https://github.com/zeit/serve-handler/releases)
- [Commits](https://github.com/zeit/serve-handler/compare/5.0.3...5.0.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-27 14:32:21 +08:00
Amio 35201aa386 live-fns: (codecov) dont break "/gh/" usage 2018-09-27 14:22:22 +08:00
dependabot[bot] cc8a6857b3 build(deps): bump chrome-webstore from 1.0.0 to 1.1.0 (#166)
Bumps [chrome-webstore](https://github.com/simov/chrome-webstore) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/simov/chrome-webstore/releases)
- [Commits](https://github.com/simov/chrome-webstore/compare/v1.0.0...v1.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-25 08:51:41 +08:00
dependabot[bot] 5849346f7a build(deps): bump serve-handler from 5.0.2 to 5.0.3 (#167)
Bumps [serve-handler](https://github.com/zeit/serve-handler) from 5.0.2 to 5.0.3.
<details>
<summary>Release notes</summary>

*Sourced from [serve-handler's releases](https://github.com/zeit/serve-handler/releases).*

> ## 5.0.3
> ### Patches 
> 
> - Interpolate template variables correctly: [#64](https://github-redirect.dependabot.com/zeit/serve-handler/issues/64)
</details>
<details>
<summary>Commits</summary>

- [`604eda8`](604eda8b58) 5.0.3
- [`65b4d41`](65b4d4183a) Interpolate template variables correctly ([#64](https://github-redirect.dependabot.com/zeit/serve-handler/issues/64))
- See full diff in [compare view](https://github.com/zeit/serve-handler/compare/5.0.2...5.0.3)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serve-handler&package-manager=npm_and_yarn&previous-version=5.0.2&new-version=5.0.3)](https://dependabot.com/compatibility-score.html?dependency-name=serve-handler&package-manager=npm_and_yarn&previous-version=5.0.2&new-version=5.0.3)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
2018-09-25 08:51:24 +08:00
Amio 55ac76aebd chore: re-enable fetcher gateway 2018-09-21 16:58:06 +08:00
Amio a1bb0ce826 live-fns: (npm) jsdelivr => unpkg
For better catch up with latest npm package release.
2018-09-21 13:48:29 +08:00
Amio a4684a358d web: add footer examples 2018-09-20 17:52:16 +08:00
Amio 550396d387 docs: update format 2018-09-20 15:32:24 +08:00
Amio 30c3678d2a chore: disable now deployment auto alias 2018-09-20 14:52:20 +08:00
Amio 2ea75381d3 chore: fix now deployment config 2018-09-20 14:45:42 +08:00
Amio 065996885f chore: update now deployment config 2018-09-20 14:43:11 +08:00
Amio 5678c0964f web: add Badgen logo & title 2018-09-20 14:38:02 +08:00
dependabot[bot] 3cb388643c build(deps-dev): bump next from 7.0.0-canary.20 to 7.0.0 (#164)
Bumps [next](https://github.com/zeit/next.js) from 7.0.0-canary.20 to 7.0.0.
- [Release notes](https://github.com/zeit/next.js/releases)
- [Commits](https://github.com/zeit/next.js/compare/7.0.0-canary.20...7.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-20 13:07:20 +08:00
Amio 3c11eb6ba5 docs: add runkit/https to readme 2018-09-19 16:12:45 +08:00
Amio 583b837671 chore: sync package-lock.json 2018-09-19 10:42:15 +08:00
Amio a91baad92f chore: revert 211e3015, better integrate with now 2018-09-19 10:32:45 +08:00
Amio 15c9928684 chore: bump dependencies 2018-09-19 10:10:29 +08:00
dependabot[bot] b28d5f104f build(deps-dev): bump react-dom from 16.5.1 to 16.5.2 (#162)
Bumps [react-dom](https://github.com/facebook/react) from 16.5.1 to 16.5.2.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/compare/v16.5.1...v16.5.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-19 10:08:27 +08:00
Amio 1dc50713d2 refactor: cleanup api handler 2018-09-18 18:04:38 +08:00
Amio / 24828bea17
Continue #158 (#161)
* feat(github): add statuses badge

Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>

* chore: update index

Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>

* docs: update examples for github status
2018-09-18 17:28:22 +08:00
Amio a42e6a60ab chore: disable auto alias for now-github integration 2018-09-18 13:29:30 +08:00
dependabot[bot] 35dedfab8f build(deps): bump got from 9.2.1 to 9.2.2 (#160)
Bumps [got](https://github.com/sindresorhus/got) from 9.2.1 to 9.2.2.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v9.2.1...v9.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-18 11:00:31 +08:00
dependabot[bot] 085d1c9d7c build(deps-dev): bump next from 7.0.0-canary.16 to 7.0.0-canary.20 (#159)
Bumps [next](https://github.com/zeit/next.js) from 7.0.0-canary.16 to 7.0.0-canary.20.
- [Release notes](https://github.com/zeit/next.js/releases)
- [Commits](https://github.com/zeit/next.js/compare/7.0.0-canary.16...7.0.0-canary.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-18 11:00:17 +08:00
Amio 2c74dc9db8 chore: better error messages 2018-09-17 14:35:04 +08:00
Amio 1a65aad0ed refactor: axios => got (done) 2018-09-17 13:35:45 +08:00
Amio b8a482009d refactor: (vs-marketplace) axios => got 2018-09-17 13:22:25 +08:00
Bertrand Marron f73c83f763 live-fns: add xo badges (#154)
I like having xo badges on my repos. :D

/cc @sindresorhus
2018-09-15 01:04:50 +08:00
Amio 2d7787171e refactor: axios => got 2018-09-14 16:53:51 +08:00
dependabot[bot] ca0c81e346 build(deps-dev): bump react-dom from 16.5.0 to 16.5.1 (#155)
Bumps [react-dom](https://github.com/facebook/react) from 16.5.0 to 16.5.1.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/compare/v16.5.0...v16.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-14 09:55:39 +08:00
dependabot[bot] db172fcd40 build(deps-dev): bump react from 16.5.0 to 16.5.1 (#156)
Bumps [react](https://github.com/facebook/react) from 16.5.0 to 16.5.1.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/compare/v16.5.0...v16.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-14 09:54:09 +08:00
Amio e2168b6919 Merge branch 'master' of https://github.com/amio/badgen-service 2018-09-14 00:04:29 +08:00
Amio fc62af6909 web: add static examples 2018-09-13 17:56:57 +08:00
Amio 4044a61538 web: fix long line 2018-09-13 14:44:03 +08:00
Amio 212a485468 web: simplify layout 2018-09-13 14:37:00 +08:00
Amio b62e33b8ad web: add input helper 2018-09-13 13:39:00 +08:00
dependabot[bot] 7058240904 build(deps-dev): bump next from 7.0.0-canary.15 to 7.0.0-canary.16 (#153)
Bumps [next](https://github.com/zeit/next.js) from 7.0.0-canary.15 to 7.0.0-canary.16.
- [Release notes](https://github.com/zeit/next.js/releases)
- [Commits](https://github.com/zeit/next.js/compare/7.0.0-canary.15...7.0.0-canary.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-12 11:17:00 +08:00
Amio a7078f3006 chore: shorter issue stale threshold 2018-09-11 10:28:56 +08:00