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

Update rollup to the latest version 🚀 #75

Merged
merged 1 commit into from
Aug 15, 2017

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Aug 11, 2017

Version 0.46.0 of rollup just got published.

Dependency rollup
Current Version 0.43.1
Type devDependency

The version 0.46.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of rollup.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 67 commits.

There are 67 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling f827e27 on greenkeeper/rollup-0.46.0 into 10cb57e on master.

greenkeeper bot added a commit that referenced this pull request Aug 11, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 11, 2017

Version 0.46.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 19 commits.

  • 8969272 -> v0.46.1
  • 0d5669b Merge pull request #1529 from rollup/gh-1528
  • f9f389c Merge pull request #1531 from rollup/gh-1530
  • 5d651a7 only ship .js files
  • b962cf6 separate node entry from browser entry
  • d8d5eec update config
  • e8da9f5 remove source-map-support
  • aa2b54b Merge pull request #1527 from rollup/tidy-up-tests
  • 0015e05 about to lose my sense of humour
  • 7cd8717 GODDAMMIT
  • 75152bf almost there
  • b38632e AARGGHHHH
  • 2c05caa please let this work
  • b9d0779 losing my goddamn mind over here
  • 6eba4d1 wtf. why are these tests passing locally but not in ci

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 11, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 11, 2017

Version 0.46.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 8e7cbe0 -> v0.46.2
  • 4451ee2 Merge pull request #1537 from rollup/gh-1480
  • 7a2a8d2 init rhs of for-in loop head with correct scope - fixes #1480
  • d0392e9 Merge pull request #1536 from rollup/gh-1533
  • a30f5a5 pass through all necessary options to bundle.write in rollup.watch (fixes #1533)
  • 834acb3 get test to pass
  • bd39fa3 allow passing interop through cli - true/false

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 12, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 12, 2017

Version 0.46.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • b7e1d49 -> v0.46.3
  • 55b2e46 install console-group for debugging convenience
  • c6af5c9 Merge pull request #1542 from rollup/gh-1538
  • f8f2fa7 init for loop scopes correctly
  • 5dec01d Merge pull request #1541 from rollup/gh-1488
  • 0e5f8b6 deshadow indirectly-imported namespaces (#1488)
  • 2e76960 Merge branch 'master' of github.com:rollup/rollup
  • e70dad3 Merge pull request #1540 from rollup/gh-1511
  • a44f442 lint
  • 483dc69 use source-map-support in development
  • cc0e5c7 dont include empty imports for reexported external modules
  • 671757e treat reexports differently from exports
  • 6ba6440 fix external namespace imports in es output (#1511)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 12, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 12, 2017

Version 0.47.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • ed6aeef -> v0.47.0
  • abfb862 Merge pull request #1545 from rollup/gh-1535
  • 7414cdd update config, squelch warnings. closes #1544
  • 0c03d28 watch config file, restart on changes (#1535)
  • 6edcd30 Merge pull request #1543 from rollup/export-name-from
  • 20bff7d fix export-from declarations
  • adef43f oops
  • e345879 reinstate rollup.VERSION

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 12, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 12, 2017

Version 0.47.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • be426f4 -> v0.47.1
  • 08a4ed5 Merge branch 'master' of github.com:rollup/rollup
  • 1ccf54d Merge pull request #1548 from rollup/gh-1547
  • a61e61b squelch warning from chalk
  • f85ffe8 ignore external namespace imports when deshadowing - fixes #1547
  • 3c1b2ff update dependencies, lint

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 12, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 12, 2017

Version 0.47.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 13, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 13, 2017

Version 0.47.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 6b94155 -> v0.47.3
  • 586e255 Merge pull request #1551 from rollup/gh-1550
  • c364ec4 deshadow aliased imports (#1550)
  • 1b48335 Merge pull request #1549 from alippai/patch-1
  • a1c19b8 Add appveyor NodeJS 8 builds
  • ae996b7 Add travis for NodeJS 8
  • 3353338 check for process.hrtime, closes #1495

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 13, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 13, 2017

Version 0.47.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

See the full diff

@alexjoverm alexjoverm merged commit 894ceae into master Aug 15, 2017
@alexjoverm alexjoverm deleted the greenkeeper/rollup-0.46.0 branch August 15, 2017 16:13
alexjoverm pushed a commit that referenced this pull request Nov 21, 2018
## The devDependency [lint-staged](https://github.com/okonet/lint-staged) was updated from `7.3.0` to `8.0.0`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

---

<details>
<summary>Release Notes for v8.0.0</summary>

<h1><a href="http://git+https/github.com/okonet/lint-staged/compare/v7.3.0...v8.0.0" rel="nofollow">8.0.0</a> (2018-10-29)</h1>
<h3>Features</h3>
<ul>
<li>Add support for partially staged files (<a href="http://git+https/github.com/lint-staged/lint-staged/issues/75" rel="nofollow">#75</a>) (<a href="http://git+https/github.com/okonet/lint-staged/commit/f82443c" rel="nofollow">f82443c</a>), closes <a href="http://git+https/github.com/lint-staged/lint-staged/issues/62" rel="nofollow">#62</a></li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>Node &gt;= 8.6 is required</li>
</ul>
</details>

<details>
<summary>Commits</summary>
<p>The new version differs by 5 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/okonet/lint-staged/commit/f82443c7f7b147aae11e65a797b280ce375c8515"><code>f82443c</code></a> <code>feat: Add support for partially staged files (#75)</code></li>
<li><a href="https://urls.greenkeeper.io/okonet/lint-staged/commit/e6a6ec66af26a4fa505279fac937f076687777e7"><code>e6a6ec6</code></a> <code>chore: upgrade to jest 23 (#507)</code></li>
<li><a href="https://urls.greenkeeper.io/okonet/lint-staged/commit/f05ada6c8f5190999df1ac036fcc647dc9ca624e"><code>f05ada6</code></a> <code>docs: Add an example for type checking with flow (#502)</code></li>
<li><a href="https://urls.greenkeeper.io/okonet/lint-staged/commit/bcd0af4467a6da98ab4f115f5a0b987030e7c93c"><code>bcd0af4</code></a> <code>docs: Add SurviveJS link</code></li>
<li><a href="https://urls.greenkeeper.io/okonet/lint-staged/commit/d782fa199855ffac533b8dc8822e01d3fee4673a"><code>d782fa1</code></a> <code>docs: Update documentation for husky 1.0 (#496)</code></li>
</ul>
<p>See the <a href="https://urls.greenkeeper.io/okonet/lint-staged/compare/d386c802b42f8e374090b1f9c58e4b60531d30ff...f82443c7f7b147aae11e65a797b280ce375c8515">full diff</a></p>
</details>

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴
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