fix(deps): update dependency react-element-to-jsx-string to v14
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| react-element-to-jsx-string | 13.2.0 -> 14.3.4 |
Release Notes
algolia/react-element-to-jsx-string
v14.3.4
Bug Fixes
v14.3.3
Bug Fixes
- deps: pin dependency react-is to 17.0.2 (a62c5fd)
- fixed crashing on circular React elements (#619) (ea73118)
- handle invalid Date objects (#605) (#606) (dbbd9e5)
Features
v14.3.2
Bug Fixes
- deps: update dependency is-plain-object to v3.0.1 (4974512)
- Handle multiple words before trailing space (#572) (e0c082e)
v14.3.1
Bug Fixes
v14.3.0
Features
v14.2.0
Bug Fixes
- deps: pin dependency @base2/pretty-print-object to 1.0.0 (07f19f9)
- formatting: fix the anonymous functional component detection after babel upgrade (7a1b93e)
Features
v14.1.0
Bug Fixes
- deps: Remove dependency stringify-object (6dc6d8d)
- deps: Replace dependency stringify-object with pretty-print-object (940a413)
14.0.3 (2019-07-19)
Bug Fixes
- deps: update dependency is-plain-object to v3 (#361) (b58cbbd)
- Rework the propNameSorter to be less dependents of node sort internals (a9ee312)
- deps: update dependency stringify-object to v3.3.0 (bfe9a9f)
- formatting: Make the props "key" and "ref" order predictibale (#340) (3853463)
chore
Features
BREAKING CHANGES
-
deps: If you use the
showFunctions: trueoption, the function are now always inlined in the output by default. Before it was not always the case (depending one the engine, platform or babel versions)
You could get back to the previous behavior by using the preserveFunctionLineBreak function export as a value of the option functionValue.
- test(smoke): Adapt the CommonJS bundle import
14.0.2 (2018-10-10)
Bug Fixes
- formatting: Fix JSX element in prop object recursive loop (#309) (fd4f53b)
- functionValue: handle nested datastructures (94d1aeb)
14.0.1 (2018-06-20)
Bug Fixes
- browser: Add IE 11 support (#288) (6c071b6), closes #211 #285
- build: missing babel helpers, true esm modules, simplify (#290) (faa8f46)
v14.0.3
Bug Fixes
- deps: update dependency is-plain-object to v3 (#361) (b58cbbd)
- Rework the propNameSorter to be less dependents of node sort internals (a9ee312)
- deps: update dependency stringify-object to v3.3.0 (bfe9a9f)
- formatting: Make the props "key" and "ref" order predictibale (#340) (3853463)
chore
Features
BREAKING CHANGES
-
deps: If you use the
showFunctions: trueoption, the function are now always inlined in the output by default. Before it was not always the case (depending one the engine, platform or babel versions)
You could get back to the previous behavior by using the preserveFunctionLineBreak function export as a value of the option functionValue.
- test(smoke): Adapt the CommonJS bundle import
v14.0.2
Bug Fixes
- formatting: Fix JSX element in prop object recursive loop (#309) (fd4f53b)
- functionValue: handle nested datastructures (94d1aeb)
v14.0.1
Bug Fixes
- browser: Add IE 11 support (#288) (6c071b6), closes #211 #285
- build: missing babel helpers, true esm modules, simplify (#290) (faa8f46)
v14.0.0
Features
BREAKING CHANGES
-
browser: This PR change of the internal directory structure of the exported code. The previous code has move from the
dist/into thedist/esmdirectory (but remender that we do not avice you to do use internals code 🤓) -
fix(bunble): do not bundle peer dependencies
-
qa(ci): Avoid duplicate runs of checks on CI
-
qa(dependencies): Upgrade to latest rollup versions
-
qa(test): Allow to run the smoke tests aggaint all builded versions
Configuration
📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, 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 this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
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.