Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency sinon to v4.4.2 - autoclosed #2726

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2018

This Pull Request updates dependency sinon from v4.1.2 to v4.4.2

Note: This PR was created on a configured schedule ("every weekend" in timezone Europe/Paris) and will not receive updates outside those times.

Release Notes

v4.1.4

  • Fix: assertion error messages did not handle Symbol names (#​1640)
  • Deprecate spy.reset(), use spy.resetHistory() instead (#​1446)

v4.1.5

This release fixes an issue, where the server type from useFakeServer is unexpected (#​1534)


v4.1.6

  • Fix bad build, missing nise@​1.2.0 (#​1656)
  • Upgrade dependency supports-color

v4.2.0

  • Add match.every and match.some (#​1624) (#​1661)

v4.2.1

  • Performance: spend less time stubbing methods (#​1627)

v4.2.2

  • Fix #​1638: Make resetHistory work for props

Commits

v4.1.4

  • 4fd01ef ignore-scripts for node v4
  • 360c2e7 added more details and notes
  • ecdc4e0 test with updated mochify
  • 177c4b6 upgraded to the lastest official version of mochify
  • d078af9 try using default chrome install
  • 6315621 invalidate cache
  • 39186f4 use google-chrome-unstable for tests
  • ca9e2fa Merge pull request #​1636 from fearphage/fix-headless-chrome-in-circle
  • 93418f6 Update documentation to emphasize Stack Overflow
  • 7c1ebd0 Update issue links to point to sinonjs/sinon
  • 8fa1e14 Merge pull request #​1641 from mroderick/point-to-stack-overflow
  • a8262dd Assertion error messages handle symbolic method names
  • f2ee9f1 Update History.md and AUTHORS for new release
  • 571263e 4.1.4
  • 078c082 Add release documentation for v4.1.4
  • 1ea2749 Update docs/changelog.md and set new release id in docs/_config.yml

v4.1.5

  • ef81c37 Update package-lock.json
  • bb5529b Use nise.fakeServer as the sandbox serverPrototype
  • ec2496d Run mochify with --allow-chrome-as-root on travis
  • 81fb949 Update History.md and AUTHORS for new release
  • dd9c75c 4.1.5
  • 706ac9e Update docs/changelog.md and set new release id in docs/_config.yml

v4.1.6

  • 7c3cb4f Enable StaleBot with default configuration (#​1649)
  • fcf967b Upgrade dependency supports-color
  • 78ebdb3 Upgrade lint-staged to latest
  • a316f02 Upgrade markdownlint-cli to latest
  • dcd4191 Upgrade browserify to latest
  • 0ae60b6 Merge pull request #​1653 from mroderick/upgrade-dependencies
  • a5c59a5 Update History.md and AUTHORS for new release
  • 29e80be 4.1.6
  • cd8ae51 Add release documentation for v4.1.6
  • 68c37ed Update docs/changelog.md and set new release id in docs/_config.yml

v4.2.0

  • 781429d Use "stale" as label for stale issues (#​1658)
  • c5dfaae Add match.every and match.some (#​1624) (#​1661)
  • f2d5902 Fix tests for IE11
  • 3eaf042 Update package-lock.json
  • 6444c67 Update History.md and AUTHORS for new release
  • 3cc6ac2 4.2.0
  • 28aee6f Add release documentation for v4.2.0
  • 5063c33 Update docs/changelog.md and set new release id in docs/_config.yml

v4.2.1

  • 1503cce Add eslint-plugin-ie11 (#​1666)
  • cf3ed84 Move eslint config into it's own file
  • c28bca3 Make sure eslint-plugin-ie11 is applied to entire codebase
  • d7075d9 Add .yml extension to .eslintrc
  • fdd1948 added another sinon article (#​1669)
  • 1237e0d Update footer to use Stack Overflow
  • 225083e Update copyright statement
  • d929b22 Merge pull request #​1670 from mroderick/update-footer
  • 2d0509e "throttle" is actually a "debounce" in the example
  • a5c22f2 #​1627
  • 158f33e Update History.md and AUTHORS for new release
  • f3e34f8 4.2.1
  • 32d6c4a Add release documentation for v4.2.1
  • a8171c3 Update docs/changelog.md and set new release id in docs/_config.yml

v4.2.2

  • b37820a Fix poor test of resetHistory
  • 3551fdf Fix #​1638: Make resetHistory work for props also
  • 5920e1d Remove mention of PhantomJS from CONTRIBUTING.md
  • 47b9ba9 Update History.md and AUTHORS for new release
  • 6628080 4.2.2
  • c76cf01 Add release documentation for v4.2.2
  • c2f44b0 Update docs/changelog.md and set new release id in docs/_config.yml

v4.2.3

  • f4e44ac Use comments in pull request template to get better descriptions with less template text
  • a21e4f7 Replace formatio with @​sinonjs/formatio
  • a401b34 Update package-lock.json
  • 8f54d73 Update History.md and AUTHORS for new release
  • 45cf330 4.2.3
  • 9cbf3f2 Add release documentation for v4.2.3
  • b5968ab Update docs/changelog.md and set new release id in docs/_config.yml

v4.3.0

  • 3e7edca add calledOnceWithExactly assertion
  • beea2f6 simplify nested if statements
  • 5459212 add calledOnceWith
  • c27e714 add docs
  • c45032e Update package-lock.json
  • 2bee64e Update History.md and AUTHORS for new release
  • 66603e7 4.3.0
  • 0b75f10 Add release documentation for v4.3.0
  • f7139e7 Update docs/changelog.md and set new release id in docs/_config.yml

v4.4.0

  • 2c2bc0d Added comma, for clarity
  • b81d20f Change return value of yield and callArg
  • 9f0615e Update History.md and AUTHORS for new release
  • a50f759 4.4.0
  • 1f3b7dc Add release documentation for v4.4.0
  • 78b2192 Update docs/changelog.md and set new release id in docs/_config.yml

v4.4.1

  • cbc5667 Document that it is allowed to assert on dedicated spy calls.
  • 6e7e71f Update docs
  • 7380a03 add tests to verify asserts on spyCalls
  • 4cf8a83 correct eslint statements
  • ae22a33 merge doc changes to released versions
  • a14d96f Update History.md and AUTHORS for new release
  • 9b4870e 4.4.1
  • 432a284 Add release documentation for v4.4.1
  • c105a46 Update docs/changelog.md and set new release id in docs/_config.yml

v4.4.2

  • 5a2f19f Add descriptive error message on attempt to call argument that is not a function
  • e0bfd43 Update History.md and AUTHORS for new release
  • 5ac4eae 4.4.2
  • 2075fda Add release documentation for v4.4.2
  • 99ef3fa Update docs/changelog.md and set new release id in docs/_config.yml

This PR has been generated by Renovate Bot.

@algobot
Copy link
Contributor

algobot commented Feb 9, 2018

Deploy preview for algolia-instantsearch ready!

Built with commit 1cf0495

https://deploy-preview-2726--algolia-instantsearch.netlify.com

@renovate renovate bot force-pushed the renovate/sinon-4.x branch 2 times, most recently from a233688 to 926b048 Compare February 10, 2018 19:00
@renovate renovate bot changed the title chore(deps): update dependency sinon to v4.2.2 chore(deps): update dependency sinon to v4.2.3 Feb 10, 2018
@renovate renovate bot changed the title chore(deps): update dependency sinon to v4.2.3 chore(deps): update dependency sinon to v4.3.0 Feb 10, 2018
@renovate renovate bot force-pushed the renovate/sinon-4.x branch 11 times, most recently from 4064835 to 6d8e08e Compare February 16, 2018 17:51
@renovate renovate bot changed the title chore(deps): update dependency sinon to v4.3.0 chore(deps): update dependency sinon to v4.4.0 Feb 23, 2018
@renovate renovate bot changed the title chore(deps): update dependency sinon to v4.4.0 chore(deps): update dependency sinon to v4.4.1 Feb 24, 2018
@renovate renovate bot changed the title chore(deps): update dependency sinon to v4.4.1 chore(deps): update dependency sinon to v4.4.2 Feb 25, 2018
@renovate renovate bot force-pushed the renovate/sinon-4.x branch 6 times, most recently from 32eb3d9 to 9408464 Compare March 5, 2018 14:04
@renovate renovate bot force-pushed the renovate/sinon-4.x branch 7 times, most recently from db84051 to f883df1 Compare March 8, 2018 16:38
@renovate renovate bot changed the title chore(deps): update dependency sinon to v4.4.2 chore(deps): update dependency sinon to v4.4.2 - autoclosed Mar 8, 2018
@renovate renovate bot closed this Mar 8, 2018
@renovate renovate bot deleted the renovate/sinon-4.x branch March 8, 2018 21:07
Haroenv pushed a commit that referenced this pull request Jan 4, 2023
# [6.0.0-beta.1](algolia/react-instantsearch@v5.7.0...v6.0.0-beta.1) (2019-10-18)

### Bug Fixes

* **connectToggleRefinement:** cast currentRefinement to boolean ([algolia/react-instantsearch#2701](algolia/react-instantsearch#2701)) ([aaf8043](algolia/react-instantsearch@aaf8043))
* **deps:** update dependency antd to v3.19.3 ([algolia/react-instantsearch#2530](algolia/react-instantsearch#2530)) ([a2a9ba0](algolia/react-instantsearch@a2a9ba0))
* **deps:** update dependency antd to v3.19.4 ([algolia/react-instantsearch#2559](algolia/react-instantsearch#2559)) ([c0d13a5](algolia/react-instantsearch@c0d13a5))
* **deps:** update dependency antd to v3.19.5 ([algolia/react-instantsearch#2560](algolia/react-instantsearch#2560)) ([089ed3e](algolia/react-instantsearch@089ed3e))
* **deps:** update dependency antd to v3.19.6 ([algolia/react-instantsearch#2564](algolia/react-instantsearch#2564)) ([eb496fb](algolia/react-instantsearch@eb496fb))
* **deps:** update dependency antd to v3.19.7 ([algolia/react-instantsearch#2573](algolia/react-instantsearch#2573)) ([f76c9b9](algolia/react-instantsearch@f76c9b9))
* **deps:** update dependency antd to v3.19.8 ([algolia/react-instantsearch#2584](algolia/react-instantsearch#2584)) ([2d243cd](algolia/react-instantsearch@2d243cd))
* **deps:** update dependency antd to v3.20.0 ([algolia/react-instantsearch#2611](algolia/react-instantsearch#2611)) ([635c0ee](algolia/react-instantsearch@635c0ee))
* **deps:** update dependency antd to v3.20.1 ([algolia/react-instantsearch#2635](algolia/react-instantsearch#2635)) ([c45ad1a](algolia/react-instantsearch@c45ad1a))
* **deps:** update dependency antd to v3.20.2 ([algolia/react-instantsearch#2655](algolia/react-instantsearch#2655)) ([aff6af1](algolia/react-instantsearch@aff6af1))
* **deps:** update dependency antd to v3.20.3 ([algolia/react-instantsearch#2658](algolia/react-instantsearch#2658)) ([2fe1b08](algolia/react-instantsearch@2fe1b08))
* **deps:** update dependency antd to v3.20.5 ([algolia/react-instantsearch#2686](algolia/react-instantsearch#2686)) ([767f6bb](algolia/react-instantsearch@767f6bb))
* **deps:** update dependency antd to v3.20.6 ([algolia/react-instantsearch#2711](algolia/react-instantsearch#2711)) ([1026bb1](algolia/react-instantsearch@1026bb1))
* **deps:** update dependency antd to v3.20.7 ([algolia/react-instantsearch#2712](algolia/react-instantsearch#2712)) ([5dbe0f6](algolia/react-instantsearch@5dbe0f6))
* **deps:** update dependency antd to v3.21.1 ([algolia/react-instantsearch#2736](algolia/react-instantsearch#2736)) ([b6028e7](algolia/react-instantsearch@b6028e7))
* **deps:** update dependency antd to v3.21.2 ([algolia/react-instantsearch#2738](algolia/react-instantsearch#2738)) ([fab0a42](algolia/react-instantsearch@fab0a42))
* **deps:** update dependency antd to v3.21.4 ([algolia/react-instantsearch#2747](algolia/react-instantsearch#2747)) ([b31b543](algolia/react-instantsearch@b31b543))
* **deps:** update dependency antd to v3.22.0 ([algolia/react-instantsearch#2758](algolia/react-instantsearch#2758)) ([be351e1](algolia/react-instantsearch@be351e1))
* **deps:** update dependency antd to v3.22.2 ([algolia/react-instantsearch#2791](algolia/react-instantsearch#2791)) ([79ef129](algolia/react-instantsearch@79ef129))
* **deps:** update dependency antd to v3.23.2 ([algolia/react-instantsearch#2814](algolia/react-instantsearch#2814)) ([bd12e7a](algolia/react-instantsearch@bd12e7a))
* **deps:** update dependency lodash to v4.17.13 ([2d2d2da](algolia/react-instantsearch@2d2d2da))
* **deps:** update dependency lodash to v4.17.14 ([algolia/react-instantsearch#2647](algolia/react-instantsearch#2647)) ([3075507](algolia/react-instantsearch@3075507))
* **deps:** update dependency lodash to v4.17.15 ([algolia/react-instantsearch#2684](algolia/react-instantsearch#2684)) ([081fe68](algolia/react-instantsearch@081fe68))
* **deps:** update dependency next to v9 ([algolia/react-instantsearch#2638](algolia/react-instantsearch#2638)) ([23be0c2](algolia/react-instantsearch@23be0c2))
* **deps:** update dependency next to v9.0.1 ([algolia/react-instantsearch#2652](algolia/react-instantsearch#2652)) ([100f04a](algolia/react-instantsearch@100f04a))
* **deps:** update dependency next to v9.0.2 ([algolia/react-instantsearch#2662](algolia/react-instantsearch#2662)) ([09947fb](algolia/react-instantsearch@09947fb))
* **deps:** update dependency next to v9.0.3 ([algolia/react-instantsearch#2724](algolia/react-instantsearch#2724)) ([aaa3f4c](algolia/react-instantsearch@aaa3f4c))
* **deps:** update dependency next to v9.0.4 ([algolia/react-instantsearch#2767](algolia/react-instantsearch#2767)) ([2a73410](algolia/react-instantsearch@2a73410))
* **deps:** update dependency next to v9.0.5 ([algolia/react-instantsearch#2789](algolia/react-instantsearch#2789)) ([c3ef3a7](algolia/react-instantsearch@c3ef3a7))
* **deps:** update dependency qs to v6.8.0 ([algolia/react-instantsearch#2757](algolia/react-instantsearch#2757)) ([0eb150a](algolia/react-instantsearch@0eb150a))
* **deps:** update dependency react-compound-slider to v2.1.0 ([algolia/react-instantsearch#2610](algolia/react-instantsearch#2610)) ([00c680d](algolia/react-instantsearch@00c680d))
* **deps:** update dependency react-compound-slider to v2.2.0 ([algolia/react-instantsearch#2649](algolia/react-instantsearch#2649)) ([fb37e13](algolia/react-instantsearch@fb37e13))
* **deps:** update dependency react-native-vector-icons to v6.5.0 ([algolia/react-instantsearch#2520](algolia/react-instantsearch#2520)) ([2da40fa](algolia/react-instantsearch@2da40fa))
* **deps:** update dependency react-native-vector-icons to v6.6.0 ([algolia/react-instantsearch#2599](algolia/react-instantsearch#2599)) ([cc3a5df](algolia/react-instantsearch@cc3a5df))
* **deps:** update dependency react-router-dom to v5.0.1 ([algolia/react-instantsearch#2506](algolia/react-instantsearch#2506)) ([10c1a8e](algolia/react-instantsearch@10c1a8e))
* **highlight:** switch to index as key ([algolia/react-instantsearch#2691](algolia/react-instantsearch#2691)) ([78e6fad](algolia/react-instantsearch@78e6fad)), closes [#2688](algolia/react-instantsearch#2688)
* **voiceSearch:** fix incorrect status on stop ([algolia/react-instantsearch#2535](algolia/react-instantsearch#2535)) ([129596e](algolia/react-instantsearch@129596e))

### chore

* **release:** 6.0.0-beta.1 ([algolia/react-instantsearch#2861](algolia/react-instantsearch#2861)) ([9a329da](algolia/react-instantsearch@9a329da)), closes [#2023](algolia/react-instantsearch#2023) [#2178](algolia/react-instantsearch#2178) [#2178](algolia/react-instantsearch#2178) [#2179](algolia/react-instantsearch#2179) [#2180](algolia/react-instantsearch#2180) [#2181](algolia/react-instantsearch#2181) [#2185](algolia/react-instantsearch#2185) [#2192](algolia/react-instantsearch#2192) [#2189](algolia/react-instantsearch#2189) [#2190](algolia/react-instantsearch#2190) [#2179](algolia/react-instantsearch#2179) [#2178](algolia/react-instantsearch#2178) [#2180](algolia/react-instantsearch#2180) [#2181](algolia/react-instantsearch#2181) [#2185](algolia/react-instantsearch#2185) [#2192](algolia/react-instantsearch#2192) [#2190](algolia/react-instantsearch#2190) [#2203](algolia/react-instantsearch#2203) [#2432](algolia/react-instantsearch#2432) [#2444](algolia/react-instantsearch#2444) [#2357](algolia/react-instantsearch#2357) [#2454](algolia/react-instantsearch#2454) [#2455](algolia/react-instantsearch#2455) [#2459](algolia/react-instantsearch#2459) [#2458](algolia/react-instantsearch#2458) [#2460](algolia/react-instantsearch#2460) [#2442](algolia/react-instantsearch#2442) [#2446](algolia/react-instantsearch#2446) [#2434](algolia/react-instantsearch#2434) [#2467](algolia/react-instantsearch#2467) [#2466](algolia/react-instantsearch#2466) [#2288](algolia/react-instantsearch#2288) [#2290](algolia/react-instantsearch#2290) [#2289](algolia/react-instantsearch#2289) [#2305](algolia/react-instantsearch#2305) [#2338](algolia/react-instantsearch#2338) [#2461](algolia/react-instantsearch#2461) [#2442](algolia/react-instantsearch#2442) [#2307](algolia/react-instantsearch#2307) [#2314](algolia/react-instantsearch#2314) [#2304](algolia/react-instantsearch#2304) [#2379](algolia/react-instantsearch#2379) [#2552](algolia/react-instantsearch#2552) [#2555](algolia/react-instantsearch#2555) [#2536](algolia/react-instantsearch#2536) [#2537](algolia/react-instantsearch#2537) [#2339](algolia/react-instantsearch#2339) [#2349](algolia/react-instantsearch#2349) [#2570](algolia/react-instantsearch#2570) [#2462](algolia/react-instantsearch#2462) [#2600](algolia/react-instantsearch#2600) [#2468](algolia/react-instantsearch#2468) [#2626](algolia/react-instantsearch#2626) [#2621](algolia/react-instantsearch#2621) [#2627](algolia/react-instantsearch#2627) [#2644](algolia/react-instantsearch#2644) [#2626](algolia/react-instantsearch#2626) [#2645](algolia/react-instantsearch#2645) [#2339](algolia/react-instantsearch#2339) [#2643](algolia/react-instantsearch#2643) [#2467](algolia/react-instantsearch#2467) [#2690](algolia/react-instantsearch#2690) [#2687](algolia/react-instantsearch#2687) [#2722](algolia/react-instantsearch#2722) [#2568](algolia/react-instantsearch#2568) [#2726](algolia/react-instantsearch#2726) [#2379](algolia/react-instantsearch#2379) [#2289](algolia/react-instantsearch#2289) [#2290](algolia/react-instantsearch#2290) [#2304](algolia/react-instantsearch#2304) [#2307](algolia/react-instantsearch#2307) [#2314](algolia/react-instantsearch#2314) [#2288](algolia/react-instantsearch#2288) [#2305](algolia/react-instantsearch#2305) [#2701](algolia/react-instantsearch#2701) [#2568](algolia/react-instantsearch#2568) [#2357](algolia/react-instantsearch#2357) [#2552](algolia/react-instantsearch#2552) [#2530](algolia/react-instantsearch#2530) [#2559](algolia/react-instantsearch#2559) [#2560](algolia/react-instantsearch#2560) [#2564](algolia/react-instantsearch#2564) [#2573](algolia/react-instantsearch#2573) [#2584](algolia/react-instantsearch#2584) [#2611](algolia/react-instantsearch#2611) [#2635](algolia/react-instantsearch#2635) [#2655](algolia/react-instantsearch#2655) [#2658](algolia/react-instantsearch#2658) [#2686](algolia/react-instantsearch#2686) [#2711](algolia/react-instantsearch#2711) [#2712](algolia/react-instantsearch#2712) [#2736](algolia/react-instantsearch#2736) [#2738](algolia/react-instantsearch#2738) [#2747](algolia/react-instantsearch#2747) [#2758](algolia/react-instantsearch#2758) [#2647](algolia/react-instantsearch#2647) [#2684](algolia/react-instantsearch#2684) [#2638](algolia/react-instantsearch#2638) [#2652](algolia/react-instantsearch#2652) [#2662](algolia/react-instantsearch#2662) [#2724](algolia/react-instantsearch#2724) [#2767](algolia/react-instantsearch#2767) [#2757](algolia/react-instantsearch#2757) [#2610](algolia/react-instantsearch#2610) [#2649](algolia/react-instantsearch#2649) [#2520](algolia/react-instantsearch#2520) [#2599](algolia/react-instantsearch#2599) [#2506](algolia/react-instantsearch#2506) [#2467](algolia/react-instantsearch#2467) [#2626](algolia/react-instantsearch#2626) [#2690](algolia/react-instantsearch#2690) [#2688](algolia/react-instantsearch#2688) [#2626](algolia/react-instantsearch#2626) [#2726](algolia/react-instantsearch#2726) [#2535](algolia/react-instantsearch#2535) [#2461](algolia/react-instantsearch#2461) [#2434](algolia/react-instantsearch#2434) [#2687](algolia/react-instantsearch#2687) [#2338](algolia/react-instantsearch#2338) [#2179](algolia/react-instantsearch#2179) [#2180](algolia/react-instantsearch#2180) [#2181](algolia/react-instantsearch#2181) [#2185](algolia/react-instantsearch#2185) [#2192](algolia/react-instantsearch#2192) [#2189](algolia/react-instantsearch#2189) [#2190](algolia/react-instantsearch#2190) [#2179](algolia/react-instantsearch#2179) [#2180](algolia/react-instantsearch#2180) [#2181](algolia/react-instantsearch#2181) [#2185](algolia/react-instantsearch#2185) [#2192](algolia/react-instantsearch#2192) [#2190](algolia/react-instantsearch#2190) [#2536](algolia/react-instantsearch#2536) [#2537](algolia/react-instantsearch#2537) [#2834](algolia/react-instantsearch#2834) [#2845](algolia/react-instantsearch#2845) [#2842](algolia/react-instantsearch#2842) [#2852](algolia/react-instantsearch#2852) [#2853](algolia/react-instantsearch#2853)

### BREAKING CHANGES

* **release:** translation will render default value if passed undefined as value

* chore(lodash): remove imports

* fix(translation): allow undefined value to be passed on purpose
* **release:** no longer do we allow paths like `attribute[5].something`, or other indexed forms, only `.` is allowed as special key.

All existing tests still pass, and we never documented you could use `lodash.get` patterns other than `.`.

* feat(get): accept array & bracked-separated string

moved to utils at the same time

* fix typo

* feedback: test for undefined behaviour

* chore(size): update expectation

this will go down afterwards, but for now there's some more duplication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants