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

chore(deps): bump rollup-plugin-commonjs from 9.1.6 to 9.2.0 #44

Merged
merged 1 commit into from
Nov 6, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 6, 2018

Bumps rollup-plugin-commonjs from 9.1.6 to 9.2.0.

Changelog

Sourced from rollup-plugin-commonjs's changelog.

9.2.0

2018-10-10

  • Fix missing default warning, produce better code when importing known ESM default exports (#349)
  • Refactor code and add prettier (#346)

9.1.8

2018-09-18

  • Ignore virtual modules created by other plugins (#327)
  • Add "location" and "process" to reserved words (#330)
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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @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 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)
  • 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.


⚠️ Dependabot is rebasing this PR ⚠️

This PR will be updated for you in a moment. If you make any changes yourself then they will take precedence over the rebase (which will be abandoned).

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 6, 2018
Kocal pushed a commit that referenced this pull request Nov 6, 2018
Bumps [rollup-plugin-json](https://github.com/rollup/rollup-plugin-json) from 3.0.0 to 3.1.0.
<details>
<summary>Changelog</summary>

*Sourced from [rollup-plugin-json's changelog](https://github.com/rollup/rollup-plugin-json/blob/master/CHANGELOG.md).*

> ## 3.1.0
> *2018-09-13*
> * Expose "compact" and "namedExports" options ([#45](https://github-redirect.dependabot.com/rollup/rollup-plugin-json/issues/45))
> * Update rollup-pluginutils to support null values in JSON ([#44](https://github-redirect.dependabot.com/rollup/rollup-plugin-json/issues/44))
> * Update dependencies and ensure rollup@1.0 compatibility ([#46](https://github-redirect.dependabot.com/rollup/rollup-plugin-json/issues/46))
</details>
<details>
<summary>Commits</summary>

- [`bb64f65`](rollup/rollup-plugin-json@bb64f65) 3.1.0
- [`97615d6`](rollup/rollup-plugin-json@97615d6) Update changelog
- [`1bcf81b`](rollup/rollup-plugin-json@1bcf81b) Update dependencies and make tests rollup1.0 compatible ([#46](https://github-redirect.dependabot.com/rollup/rollup-plugin-json/issues/46))
- [`4df5395`](rollup/rollup-plugin-json@4df5395) Update changelog
- [`2a528e3`](rollup/rollup-plugin-json@2a528e3) Expose the "compact" and "namedExports" options ([#45](https://github-redirect.dependabot.com/rollup/rollup-plugin-json/issues/45))
- [`e9c01b9`](rollup/rollup-plugin-json@e9c01b9) Update changelog
- [`8de10c0`](rollup/rollup-plugin-json@8de10c0) Update rollup-pluginutils to support null values in json ([#44](https://github-redirect.dependabot.com/rollup/rollup-plugin-json/issues/44))
- See full diff in [compare view](rollup/rollup-plugin-json@v3.0.0...v3.1.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=rollup-plugin-json&package-manager=npm_and_yarn&previous-version=3.0.0&new-version=3.1.0)](https://dependabot.com/compatibility-score.html?dependency-name=rollup-plugin-json&package-manager=npm_and_yarn&previous-version=3.0.0&new-version=3.1.0)

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`.

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 cancel merge` will cancel a previously requested merge
- `@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 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](https://app.dependabot.com):
- 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.

</details>
@Kocal Kocal merged commit 339e4d1 into master Nov 6, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/rollup-plugin-commonjs-9.2.0 branch November 6, 2018 18:16
@Kocal
Copy link
Contributor

Kocal commented Nov 6, 2018

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@Kocal Kocal added the released label Nov 6, 2018
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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants