canjs / can-stream-kefir

Stream values into and out of computes
https://canjs.com/doc/can-stream-kefir.html
MIT License
3 stars 2 forks source link

Update steal to the latest version 🚀 #16

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.0.8 of steal just got published.

Dependency steal
Current Version 0.16.44
Type devDependency

The version 1.0.8 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 steal. 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.


Release Notes 1.0.8

Bug fixes and project clean-up.

Bugs

*Save 'resolutions' config when progressively fetching package.jsons

Misc

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 1.0.9 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 1.0.10 just got published.

Update to this version instead 🚀

Release Notes 1.0.10

This is a bug fix release.

Bugs

  • 999 - When running in Node, make sure to add Production bundles
greenkeeper[bot] commented 7 years ago

Version 1.0.11 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 1.2.0-pre.0 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 1.2.0 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 1.2.1 just got published.

Update to this version instead 🚀

Release Notes 1.2.1

1.2.1 is a bug fix release that fixes an issue that was causing the steal-tools tests to fail. See here.

This bug fix release makes it so that during a build if we encounter code such as:

require("./package");

Where ./package is actually a package.json, we will eventually retrieve the correct file after some retries.

greenkeeper[bot] commented 7 years ago

Version 1.2.2 just got published.

Update to this version instead 🚀

Release Notes 1.2.2

This is a bug fix release that improves the CommonJS detection within AMD modules. Now things like:

define(function(require){
  var foo = "some string stuff require('bar');";
});

Will not contain false positives.

Bugs

greenkeeper[bot] commented 7 years ago

Version 1.2.3 just got published.

Update to this version instead 🚀

Release Notes 1.2.3

This is a bug fix release that addresses an issue with live-reloading after an npm install.

steal-npm 1.0.9 contains a bug fix for live-reload. When doing an npm install with live-reload on, this keeps the internal state of the npm plugin for use thereafter.

greenkeeper[bot] commented 7 years ago

Version 1.2.4 just got published.

Update to this version instead 🚀

Release Notes 1.2.4

This is a bug fix release, fixing a bug with configuration not being applied during a package.json live-reload.

Bugs

greenkeeper[bot] commented 7 years ago

Version 1.2.5 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 1.2.6 just got published.

Update to this version instead 🚀

Release Notes 1.2.6

This is a bug fix release of steal-npm related to package.json loading

greenkeeper[bot] commented 7 years ago

Version 1.2.7 just got published.

Update to this version instead 🚀

Release Notes 1.2.7

This is a patch release that fixes a problem loading Steal in Node

Commits

The new version differs by 3 commits .

  • 7d150d4 1.2.7
  • 6170809 Merge pull request #1067 from stealjs/move-loader-deps
  • c7de081 Move steal-es6-module-loader to package dependencies

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 1.2.8 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 1.2.9 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 7 years ago

Version 1.2.10 just got published.

Update to this version instead 🚀

Release Notes 1.2.10

This is a bug fix release that makes it possible to load Steal within an Electron app.

Issues