knockout-contrib
knockout-contrib copied to clipboard
build(deps): bump jsx-dom from 6.4.23 to 7.0.2
Bumps jsx-dom from 6.4.23 to 7.0.2.
Changelog
Sourced from jsx-dom's changelog.
7.0.2
- #61 Support rich data properties
7.0.0
- Breaking change:
- TypeScript 4 is required. This particular release only requires TypeScript 3, but further updates may require TypeScript 4 specific features without a major version bump.
- Remove
jsx-dom/svgalias.- CommonJS builds are removed.
jsx-domare meant to be consumed in the browser and its nature already requires a compiler tool.- Merges #39 - “Fix solution for #33”.
- Merges #38 - “Added support for Class Components”.
- Updates type definition with upstream (#d498b7c).
6.4.16
- Fixes #27
- Makes
propsan optional parameter increateElement.6.4.14
- Update type definitions with React upstream.
- Introduce
useText,useClassListAPI.6.4.12
- Fix: default import for
import React from "jsx-dom/svg".6.4.11
- Expands
HTMLtype alias namespace. No runtime code changed.6.4.10
- Adds support for
import React from "jsx-dom".6.4.9
- Assigns event listener directly instead of
addEventListener.- Exports
HTMLhelper type alias namespace.6.4.5
- Adds
React.createFactorysupport.6.4.0
- Now requires
Object.assignpolyfill for old browsers.6.3.0
- Adds
defaultPropssupport to functional components.6.1.0
- Adds JSX.Fragment support.
6.0.0
- Deprecates undocumented
DOMshortcut functions.5.2.0
- Fixes a bug with xlink attributes for SVG elements.
... (truncated)
Commits
- See full diff in compare view
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.
Dependabot will not automatically merge this PR because it includes a major update to a production dependency.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)