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.3.5 #7381

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 11, 2019

Bumps riot from 3.13.2 to 4.3.5.

Release notes

Sourced from riot's releases.

v4.3.5

  • Fix: Improve the fix for #2714
  • Fix: support for backslashed css properties like for example p { content: '\263c'; }

v4.3.4

v4.3.3

  • Fix: #2726
  • Improve: each bindings performance

v4.3.2

v4.3.1

v4.3.0

  • Add the keepRootElement parameter to the riot.unmount method #2721
  • Fix #2719

v4.2.0

  • Fix: attributes removal for numerical values #2711
  • Add: the \<template> tag to support html fragment rendering for each and if directives #2692
<!-- each + template -->
<dl>
  \<template each={ item in items }>
    <dt>{ item.title }</dt>
    <dd>{ item.description }</dd>
  </template>
</dl>
<!-- if + template -->
<div>
  \<template if={ meta }>
    <h1>{ meta.title }</h1>
    <h2>{ meta.subtitle }</h2>
  </template>
</div>
  • Add: typescript generics support for component definitions #2709
  • Add: improve rendering performance of custom looped components

v4.1.1

  • Add: the RiotComponentExport interface to simplify the components creation in typescript, for example:
import Child from './child.riot'
</tr></table> ... (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 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@vercel
Copy link

vercel bot commented Jul 11, 2019

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://monorepo-git-dependabot-npmandyarnriot-435.storybook.now.sh

@dependabot-preview
Copy link
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

2 similar comments
@dependabot-preview
Copy link
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot-preview
Copy link
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from 4d28cf3 to dc862bd Compare July 18, 2019 14:14
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from dc862bd to 97e9fcd Compare July 18, 2019 17:44
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from 97e9fcd to b2a5fc6 Compare July 19, 2019 10:53
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from b2a5fc6 to dd165e3 Compare July 19, 2019 12:21
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from dd165e3 to 73d0d0f Compare July 20, 2019 04:47
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from 73d0d0f to 109433e Compare July 21, 2019 02:05
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from 109433e to 5bc01a6 Compare July 22, 2019 18:11
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch 2 times, most recently from 925a9a5 to 800b19d Compare July 27, 2019 01:50
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from 800b19d to a8c338a Compare July 27, 2019 08:43
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from a8c338a to c941d5a Compare July 29, 2019 04:36
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from c941d5a to 061588e Compare July 29, 2019 04:54
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from 061588e to a5f25a2 Compare July 29, 2019 08:33
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from a5f25a2 to 7d1aa8a Compare July 29, 2019 11:09
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from 7d1aa8a to a9bf4c4 Compare July 29, 2019 23:46
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from a9bf4c4 to a6019e1 Compare July 31, 2019 09:26
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from a6019e1 to cad75e0 Compare August 1, 2019 15:47
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from cad75e0 to c032ace Compare August 2, 2019 16:32
Bumps [riot](https://github.com/riot/riot) from 3.13.2 to 4.3.5.
- [Release notes](https://github.com/riot/riot/releases)
- [Commits](riot/riot@v3.13.2...v4.3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/riot-4.3.5 branch from c032ace to 4285acf Compare August 3, 2019 04:13
@dependabot-preview
Copy link
Contributor Author

Superseded by #7686.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/riot-4.3.5 branch August 5, 2019 16:42
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.

2 participants