Skip to content

Bump rollup and riot#94

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-c23c9d5f34
Open

Bump rollup and riot#94
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-c23c9d5f34

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 27, 2026

Removes rollup. It's no longer used after updating ancestor dependency riot. These dependencies need to be updated together.

Removes rollup

Updates riot from 3.13.2 to 10.1.2

Release notes

Sourced from riot's releases.

v10.1.2

  • Fix same improvements as v10.1.1 but updating the @riotjs/dom-bindings dependency this time :)

Demo

v10.1.1

  • Improve the Nodes movement within lists by utilizing the moveBefore method when available

v10.1.0

v10.0.1

V10 - equinox

Breaking changes

With Riot.js < 10:

Component
<parent>
  <child class="colored" role={computed} />
<script>
export default { role: 'alert' }
</script>
</parent>

Output
<parent>
  <child class="colored" role="alert" />
</parent>

With Riot.js >= 10:

<parent>
  <!-- you will need to render these props inside the child component by yourself -->
  <child class="colored" role={computed} />
</tr></table>

... (truncated)

Commits
  • 32aecfa 10.1.2
  • 4ac112b 10.1.1
  • a704fc6 updated: Dependencies
  • 3dedc80 10.1.0
  • 6b0d807 updated: Dev deps
  • a29aae6 updated: Add the typescript example for the new createPureComponent implement...
  • cd5f5f0 fixed: Add the missing name param
  • 5e20f6e updated: Improve the ergonomic of the createPureComponent method
  • 1a1d5b6 added: the create pure component API method
  • 9ae6a9a updated: dev deps
  • Additional commits viewable 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [rollup](https://github.com/rollup/rollup). It's no longer used after updating ancestor dependency [riot](https://github.com/riot/riot). These dependencies need to be updated together.


Removes `rollup`

Updates `riot` from 3.13.2 to 10.1.2
- [Release notes](https://github.com/riot/riot/releases)
- [Commits](riot/riot@v3.13.2...v10.1.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 
  dependency-type: indirect
- dependency-name: riot
  dependency-version: 10.1.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 27, 2026
@dependabot dependabot bot requested review from Copilot and removed request for Copilot February 27, 2026 05:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 27, 2026
@dependabot dependabot bot mentioned this pull request Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants