Skip to content

Commit

Permalink
Merge #908 #916
Browse files Browse the repository at this point in the history
908: chore(deps): update dependency @types/jest to v23.3.12 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| @​types/jest | devDependencies | patch | `23.3.11` -> `23.3.12` | [source](https://togithub.com/DefinitelyTyped/DefinitelyTyped) |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one).

916: chore(deps): update dependency connect-history-api-fallback to v1.6.0 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| connect-history-api-fallback | devDependencies | minor | `1.5.0` -> `1.6.0` | [source](https://togithub.com/bripkens/connect-history-api-fallback) |

---

### Release Notes

<details>
<summary>bripkens/connect-history-api-fallback</summary>

### [`v1.6.0`](https://togithub.com/bripkens/connect-history-api-fallback/blob/master/CHANGELOG.md#v160)

[Compare Source](https://togithub.com/bripkens/connect-history-api-fallback/compare/v1.5.0...v1.6.0)

-   Recommend absolute paths for rewrite targets. Contributed by [@&#8203;helfi92](https://togithub.com/helfi92).

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot committed Jan 9, 2019
3 parents 94bb771 + 888d40b + 8bf9ff5 commit 41f48fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"@cypress/webpack-preprocessor": "4.0.2",
"@reactivex/ix-esnext-esm": "2.4.3",
"@types/autoprefixer": "9.1.1",
"@types/jest": "23.3.11",
"@types/jest": "23.3.12",
"@types/react": "16.7.18",
"@types/styled-components": "4.1.0",
"@types/webpack": "4.4.22",
Expand All @@ -169,7 +169,7 @@
"codecov": "3.1.0",
"commitizen": "3.0.5",
"compression-webpack-plugin": "2.0.0",
"connect-history-api-fallback": "1.5.0",
"connect-history-api-fallback": "1.6.0",
"cross-env": "5.2.0",
"css-loader": "2.1.0",
"cypress": "3.1.4",
Expand Down
12 changes: 8 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2642,9 +2642,9 @@
version "2.1.0"
resolved "https://registry.yarnpkg.com/@types/is-running/-/is-running-2.1.0.tgz#883e7bb60ac9cbf256b43727790bfb0110ccb86a"

"@types/jest@23.3.11":
version "23.3.11"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.11.tgz#d3a936ae753d9e484965f5cbd19027c2b8af2551"
"@types/jest@23.3.12":
version "23.3.12"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.12.tgz#7e0ced251fa94c3bc2d1023d4b84b2992fa06376"

"@types/jquery@*":
version "3.3.22"
Expand Down Expand Up @@ -6041,7 +6041,11 @@ configstore@^4.0.0:
write-file-atomic "^2.0.0"
xdg-basedir "^3.0.0"

connect-history-api-fallback@1.5.0, connect-history-api-fallback@^1.3.0:
connect-history-api-fallback@1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc"

connect-history-api-fallback@^1.3.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.5.0.tgz#b06873934bc5e344fef611a196a6faae0aee015a"

Expand Down

0 comments on commit 41f48fe

Please sign in to comment.