Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump riot from 3.13.2 to 4.8.1 #9278

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 31, 2019

Bumps riot from 3.13.2 to 4.8.1.

Release notes

Sourced from riot's releases.

v4.8.1

  • Fix nested condition expressions inside slots bug

v4.8.0

  • Improve rendering performance
  • Improve the typescript interfaces adding types for the @riotjs/dom-bindings
  • Add riot.pure adding more granular control over the components rendering

v4.7.2

v4.7.1

v4.7.0

  • Update improve performance
  • Add the meta parameter to the component function to inject slots and attributes
import { component } from 'riot'
import App from './App.riot'
const app = component(App)
app(
document.querySelector('app'),
{ message: 'hello' },
// slots and attributes should be valid @riotjs/dom-bindings objects
{ slots: [], attributes: [] }
)

v4.6.6

v4.6.5

  • Update improve rendering performance of the text expressions

v4.6.4

  • Fix riot/riot#2766
  • Reduce a bit the size of the library removing unnecessary code

v4.6.3

  • Fix riot/riot#2761
  • Update efficiency of the text expressions handling removing trailing white spaces

v4.6.2

... (truncated)
Commits
  • 59cd1d9 4.8.1
  • 7dfd174 updated: dom bindings
  • 52a89c0 4.8.0
  • 50cebe9 updated: add errors for invalid pure components
  • 1d47129 updated: dev dependencies and dom-bindings types
  • 6277642 updated: refactor some internal methods
  • af3e227 update: rename the generics in order to be more semantic
  • 37e2f36 added: pure components rendering
  • a21b6eb added: initial pure implementation
  • c16314b updated: dev dependencies
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • 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)

@vercel
Copy link

vercel bot commented Dec 31, 2019

This pull request is being automatically deployed with ZEIT Now (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/storybook/monorepo/82vs1h9bz
✅ Preview: https://monorepo-git-dependabot-npmandyarnriot-481.storybook.now.sh

Bumps [riot](https://github.com/riot/riot) from 3.13.2 to 4.8.1.
- [Release notes](https://github.com/riot/riot/releases)
- [Commits](riot/riot@v3.13.2...v4.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

Superseded by #9310.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/riot-4.8.1 branch January 3, 2020 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants