Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 11, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
enzyme (source) 3.3.0 -> 3.11.0 age adoption passing confidence
@types/enzyme (source) 3.1.9 -> 3.10.12 age adoption passing confidence

Release Notes

airbnb/enzyme

v3.11.0

Compare Source

New Stuff
  • render: handle Fiber strings and numbers (#​2221)
Fixes
  • shallow: Share child context logic between shallow and dive (#​2296)
  • mount: children: include text nodes ($2269)
  • mount: invoke: use adapter’s wrapInvoke if present (#​2158)
Docs
  • mount/shallow: closest/parent: Add missing arguments description (#​2264)
  • mount/shallow: fix pluralization of “exist” (#​2262)
  • shallow/mount: simulate: added functional component example to simulate doc (#​2248)
  • mount: debug: add missing verbose option flag (#​2184)
  • mount/shallow: update: fix semantics description (#​2194)
  • add missing backticks to linked method names (#​2170)
  • invoke: Add missing backticks to end of codeblock (#​2160)
  • invoke: Fix typo (#​2167)
  • Explicit React CSS selector syntax description (#​2178)
Meta Stuff
  • [meta] add funding field
  • [meta] Update airbnb.io URLs to use https (#​2222)
  • [deps] update is-boolean-object, is-callable, is-number-object, is-string, enzyme-shallow-equal, array.prototype.flat, function.prototype.name, html-element-map, is-regex, object-inspect, object-is, object.entries, object.vales, raf, string.prototype.trim
  • [dev deps] update eslint, eslint-plugin-import, eslint-plugin-markdown, eslint-plugin-react, safe-publish-latest, eslint-config-airbnb, rimraf, safe-publish-latest, karma-firefox-launcher, babel-preset-airbnb, glob-gitignore, semver, eslint-plugin-jsx-a11y

v3.10.0

Compare Source

New Stuff
  • shallow add suspenseFallback option; support Suspense/Lazy (#​1975)
  • shallow/mount: add invoke(propName)(...args) (#​1856, #​945)
  • shallow: Support rendering and dive()ing createContext() providers and consumers (#​1966)
  • mount/shallow: add getWrappingComponent (#​1960)
  • Utils: add isCustomComponent (#​1960)
  • Utils: add stub argument to spyMethod
  • EnzymeAdapter: add matchesElementType (#​2146)
  • RSTTraversal: add getHTMLFromHostNodes
Fixes
  • selectors: unwrap memo elements - in both directions (#​2146)
  • shallow: properly determine "should render" for PureComponents (#​2096)
  • mount/shallow: renderProp: improve error messages (#​2070)
  • mount: setContext: use proper wrapper name in error message
  • shallow: .contains(): clean up error message
  • shallow/mount: hasClass: avoid a crash with a non-string argument (#​2057)
  • mount: properly handle HTML of multiple nodes (#​2052)
  • shallow: ensure that if gDSFP exists, cDU is called. (#​2027)
  • shallow: Mock sCU if gDSFP defined in shallow renderer rerender (#​1981)
  • mount: .state(): allow getting state from stateful children of a stateless root (#​2043)
  • mount: .text(): properly recurse through fragments and arrays (#​2028)
Refactors
  • ReactWrapper/ShallowWrapper: ensure calling an adapter‘s nodeToElement preserves the receiver
  • mount: use getHTMLFromHostNodes
Docs
  • explain why need to re-call .find() after update (#​2140)
  • shallow: fix childAt (#​2134)
  • Update v2 -> v3 migration guide re props after a stage change (#​1300)
  • debug: Added documentation for verbose flag (#​2104)
  • Add on the fly JSDOM include example (#​2072)
  • reduce/reduceRight: fix example code (#​2066, #​2065, #​2064)
  • update simulateError with getDerivedStateFromError (#​2036)
  • shallow: .hasClass: fix use of mount
  • add link to Cheerio API and another example (#​756)
  • jest: Update deprecated jest config key (#​2024)

v3.9.0

Compare Source

New Stuff
  • shallow: isEmptyRender: allow on multiple elements (#​1924)
  • mount: support :focus selector (#​1965)
  • shallow: Support getChildContext() (#​1971)
  • shallow/mount: .find: find HTML elements by their constructor (#​1933)
  • shallow/mount: selectors: support universal selector (#​1945)
  • mount/shallow: add regex support to .hasClass (#​1987)
Fixes
  • mount/shallow: .text/.html: handle an array of nodes properly (#​2001)
  • shallow: .setProps(): only call cDU once (#​2007)
  • mount: ensure findWhere doesn‘t abort early on an empty string (#​1995)
  • mount: findWhere: avoid passing empty wrappers to predicate
  • mount: text() via findWhere: return the string for a wrapper around a string
  • mount/shallow: Fix .exists not accepting any EnzymeSelector (#​1934)
  • mount: Recursive isEmptyRender (#​1924)
  • mount: setState: allow setting state on a class child of an SFC root
Documentation
  • [jest] update Jest to setupFilesAfterEnv (#​2015)
  • [jest] Change deprecated setupTestFrameworkScriptFile to setupFilesAfterEnv (#​2013)
  • mount: setState: note that you can now call it on "not the root" (#​2010)
  • general improvements (#​1947)
  • Fix typos (#​1992)
  • Added missing pages: isEmptyRender, renderProp, equals, SystemJS guide (#​1984, #​1985)
  • Fix link to .shallow() (#​1951)
  • update jsdoc to use "EnzymeSelector" where applicable
Meta Stuff
  • add "directory" field to package.json

v3.8.0

Compare Source

New Stuff
Fixes
  • shallow/mount: improve error message for "single node" assertion (#​1904)
  • shallow: shallow compare, not deep compare, state and props to determine rerendering (#​1915)
Documentation
  • shallow: dive: add a note about throwing an error (#​1905)
  • selectors: update re displayName` (#​1932)
  • shallow: get: fixed wrong props() usage (#​1921)
  • shallow: html: shallow renders full tree (#​1912)
  • Updated broken link for “.hostNodes()” in migration guide from enzyme 2 to 3 (#​1909)
  • Add tape example project link (#​1898)
  • prop: fix typo (#​1883)
  • Document full support for attribute selectors (#​1881)
  • Documentation update for testing React Native with jsdom (#​1873)
  • Update JSDOM docs to include {request|cancel}AnimationFrame polyfills (#​1867)
  • mount: ref: use correct type (#​1865)

v3.7.0

Compare Source

New Stuff
Fixes
  • makeOptions: ensure that config-level attachTo/hydrateIn are inherited into wrapper options (#​1836, @​ljharb)
  • shallow/Utils: call into adapter’s isCustomComponentElement if present (#​1832, @​SinHouse)
  • shallow/mount: throw an explicit error when state is null/undefined (commit)
  • freeze ROOT_NODES for child wrappers (#​1811, @​jgzuke)
  • shallow: .parents: ensure that one .find call does not affect another (#​1781, @​ljharb)
  • mount: update after simulateError (#​1812, @​jgzuke)
Refactors
  • mount/shallow: getElement: use this.single (commit)

v3.6.0

Compare Source

New Stuff

v3.5.1

Compare Source

Fixes
  • shallow/mount: containsMatchingElement: trim whitespace (commit, #​636)
  • debug: inspect objects instead of showing them as <Component /> (commit)
Documentation
Refactors
  • shallow/mount: make tests and method ordering more consistent (commit)
  • RSTTraversal: remove unnecessary adapter truthiness check (commit)

v3.5.0

Compare Source

New Stuff
Fixes
Refactors
  • remove most uses of lodash (commit)
Meta Stuff
  • ensure a license and readme is present in all packages when published

v3.4.4

Compare Source

Fixes

v3.4.3

Compare Source

Fixes
  • @​ljharb/@​koba04: shallow: .setState(): stub out setState on non-root code paths as well (#​1763)
  • @​ljharb: shallow/mount: restore fallback when adapter lacks invokeSetStateCallback (commit)
  • @​ljharb: mount: setState: invoke callback with the proper receiver (commit)
  • @​ljharb: mount: state and setState should throw an explicit error message when called on an SFC (commit)

v3.4.2

Compare Source

Fixes

v3.4.1

Compare Source

Fixes
Documentation

v3.4.0

Compare Source

New Stuff
Fixes
Refactors
Documentation
Meta Stuff
  • @​ljharb: ensure a license and readme is present in all packages when published
  • @​ljharb: [meta] fix package.json scripts

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from 319f503 to d6047c6 Compare August 16, 2018 06:52
@renovate renovate bot changed the title Update dependency enzyme to v3.4.1 Update dependency enzyme to v3.4.2 Aug 16, 2018
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from d6047c6 to ae64704 Compare August 17, 2018 07:26
@renovate renovate bot changed the title Update dependency enzyme to v3.4.2 Update dependency enzyme to v3.4.3 Aug 17, 2018
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from ae64704 to d93fda4 Compare August 17, 2018 22:52
@renovate renovate bot changed the title Update dependency enzyme to v3.4.3 Update dependency enzyme to v3.4.4 Aug 17, 2018
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from d93fda4 to b5bbe30 Compare August 25, 2018 08:56
@renovate renovate bot changed the title Update dependency enzyme to v3.4.4 Update dependency enzyme to v3.5.0 Aug 25, 2018
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from b5bbe30 to 42cc044 Compare September 3, 2018 21:09
@renovate renovate bot changed the title Update dependency enzyme to v3.5.0 Update dependency enzyme to v3.5.1 Sep 3, 2018
@renovate renovate bot changed the title Update dependency enzyme to v3.5.1 Update dependency @types/enzyme to v3.1.13 Sep 4, 2018
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from 42cc044 to ccdf8ce Compare September 5, 2018 01:18
@renovate renovate bot changed the title Update dependency @types/enzyme to v3.1.13 Update dependency @types/enzyme to v3.1.14 Sep 14, 2018
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from ccdf8ce to d3d4a5c Compare September 14, 2018 18:58
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from d3d4a5c to baa8408 Compare October 5, 2018 06:42
@renovate renovate bot changed the title Update dependency @types/enzyme to v3.1.14 Update dependency @types/enzyme to v3.1.15 Nov 5, 2018
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from baa8408 to 31ace01 Compare November 5, 2018 23:25
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from 31ace01 to 63e208f Compare December 10, 2018 09:59
@renovate renovate bot changed the title Update dependency @types/enzyme to v3.1.15 Update dependency @types/enzyme to v3.1.16 Jan 29, 2019
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from 63e208f to c280198 Compare January 29, 2019 00:39
@renovate renovate bot changed the title Update dependency @types/enzyme to v3.1.16 Update dependency @types/enzyme to v3.1.17 Feb 8, 2019
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from c280198 to 4207474 Compare February 8, 2019 00:26
@renovate renovate bot changed the title Update dependency @types/enzyme to v3.1.17 Update dependency @types/enzyme to v3.1.18 Feb 13, 2019
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch 2 times, most recently from 9239b4c to d274a97 Compare February 17, 2019 07:45
@renovate renovate bot changed the title Update dependency @types/enzyme to v3.1.18 Update dependency @types/enzyme to v3.9.0 Feb 23, 2019
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from d274a97 to bfbf5ce Compare February 23, 2019 00:20
@renovate renovate bot changed the title Update dependency @types/enzyme to v3.9.0 Update dependency @types/enzyme to v3.9.1 Mar 19, 2019
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from bfbf5ce to 82afb89 Compare March 19, 2019 18:21
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from 82afb89 to 61ca5bb Compare May 19, 2019 07:53
@renovate renovate bot changed the title Update dependency @types/enzyme to v3.9.1 Update dependency @types/enzyme to v3.9.2 May 19, 2019
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from 61ca5bb to 33587af Compare May 25, 2019 17:48
@renovate renovate bot changed the title Update dependency @types/enzyme to v3.9.2 Update dependency @types/enzyme to v3.9.3 May 25, 2019
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from 33587af to b4348b7 Compare June 19, 2019 11:41
@renovate renovate bot changed the title Update dependency @types/enzyme to v3.9.3 Update dependency enzyme to v3.10.0 Jun 19, 2019
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from b4348b7 to f6c4246 Compare July 13, 2019 14:59
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from f6c4246 to b1b1370 Compare August 10, 2019 07:00
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from b1b1370 to 3faf9c0 Compare December 14, 2019 21:49
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from 3faf9c0 to 35ab8f6 Compare December 22, 2019 05:54
@renovate renovate bot changed the title Update dependency enzyme to v3.10.0 Update dependency enzyme to v3.11.0 Dec 22, 2019
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from 35ab8f6 to 001c197 Compare February 8, 2020 19:52
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from 001c197 to 8d54cf4 Compare October 26, 2020 12:56
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from 8d54cf4 to 20f5bcd Compare November 28, 2020 10:47
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from 20f5bcd to 4cb7158 Compare October 19, 2021 01:16
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from 4cb7158 to 970cb1f Compare March 7, 2022 13:23
@renovate renovate bot force-pushed the renovate/enzyme-3.x branch from 970cb1f to 61e04f4 Compare April 25, 2022 01:25
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency enzyme to v3.11.0 Update dependency enzyme to v3.11.0 - abandoned Dec 8, 2024
@renovate
Copy link
Author

renovate bot commented Dec 8, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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.

2 participants