romkor / svelte-portal

Svelte component for rendering outside the DOM of parent component
https://svelte.dev/repl/407576d4fa984cfb97dcdd3da98e833e
MIT License
439 stars 21 forks source link

Bump @testing-library/svelte from 3.0.3 to 3.1.3 #140

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @testing-library/svelte from 3.0.3 to 3.1.3.

Release notes

Sourced from @​testing-library/svelte's releases.

v3.1.3

3.1.3 (2022-06-04)

Bug Fixes

v3.1.2

3.1.2 (2022-05-31)

Bug Fixes

  • update incorrect Node version requirement from 8 to 10 (#174) (5336903)
  • types: allow all elements (#101) (6b49bc0)

v3.1.1

3.1.1 (2022-04-07)

Bug Fixes

  • always destroy most recent component on rerender (a6cc764)

v3.1.0

3.1.0 (2022-03-15)

Features

Commits
  • 8d30f73 fix: revert breaking type change (#198)
  • 5336903 fix: update incorrect Node version requirement from 8 to 10 (#174)
  • 6b49bc0 fix(types): allow all elements (#101)
  • d3f2608 chore: replace Semantic Pull Request by amannn/action-semantic-pull-request
  • 724cc22 Merge branch 'pr/137'
  • 167b46b build: add generics to allow props, events, slots
  • af462d0 Merge branch 'pr/135'
  • fc37a2e Merge branch 'main' into patch-1
  • a6cc764 fix: always destroy most recent component on rerender
  • de7ec33 add test for clearing component after multiple rerenders
  • Additional commits viewable in compare view


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 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[bot] commented 2 years ago

Superseded by #152.