Profiscience / knockout-contrib

:metal: KnockoutJS Goodies Monorepo
Do What The F*ck You Want To Public License
42 stars 6 forks source link

build(deps): bump jsx-dom from 6.4.23 to 7.0.2 #1142

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

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/svg alias.
    • CommonJS builds are removed. jsx-dom are 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 props an optional parameter in createElement.

6.4.14

  • Update type definitions with React upstream.
  • Introduce useText, useClassList API.

6.4.12

  • Fix: default import for import React from "jsx-dom/svg".

6.4.11

  • Expands HTML type 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 HTML helper type alias namespace.

6.4.5

  • Adds React.createFactory support.

6.4.0

  • Now requires Object.assign polyfill for old browsers.

6.3.0

  • Adds defaultProps support to functional components.

6.1.0

  • Adds JSX.Fragment support.

6.0.0

  • Deprecates undocumented DOM shortcut functions.

5.2.0

  • Fixes a bug with xlink attributes for SVG elements.

... (truncated)

Commits


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will 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)