Open greenkeeper[bot] opened 7 years ago
devDependency
steal was updated from 0.16.45
to 2.1.9
.Update to this version instead 🚀
This is a bug fix release, fixing an issue with tree-shaking modules with non-ES module parents.
devDependency
steal was updated from 0.16.45
to 2.1.10
.Update to this version instead 🚀
This fixes a false positive JSON parse warning in production when a JSON module is loaded from another bundle.
devDependency
steal was updated from 0.16.45
to 2.1.12
.Update to this version instead 🚀
This is a patch release, which adds names to all of the extension functions to make them easier to debug.
devDependency
steal was updated from 0.16.45
to 2.1.13
.Update to this version instead 🚀
Fixes an issue where a module loading a dependency by its exact npm module name might load the wrong package version and error out.
devDependency
steal was updated from 0.16.45
to 2.1.14
.Update to this version instead 🚀
The new version differs by 7 commits.
66c61e1
2.1.14
13b376b
Merge pull request #1493 from stealjs/1463-npm-import-warn-with-importer
344bf2c
fix the test
15b8d99
clean up tests
86a7944
fix the stack message
eaf8a98
remove comment
da1d68b
warn with the importer in case of missing module
See the full diff
devDependency
steal was updated from 0.16.45
to 2.2.0
.Update to this version instead 🚀
{
"steal": {
"forceES5": false // defaults to true
}
}
when set to false, Steal.js does not include the ES2015 preset. This is useful when the target browser supports all of the syntax/features transpiled by the ES2015 preset.
The new version differs by 6 commits.
506c89c
2.2.0
c8d7644
Merge pull request #1495 from stealjs/keep-es2015
8ba4669
Change forceES5 check condition, treat as true by default
e4acde4
Call done() to finish test case
fb5b348
Introduce forceES5 flag to skip ES2015 transpilation
8d59f3b
Update the badges
See the full diff
devDependency
steal was updated from 0.16.45
to 2.2.2
.Update to this version instead 🚀
The new version differs by 5 commits.
a1fd13d
2.2.2
5f4b0d0
Merge pull request #1501 from stealjs/system-register
ef3b887
Skip tests checking stack trace erros in Safari / Iphone
e91f6c7
Update Saucelabs platform parameters
607f49f
Use a stricter RegExp to detect System.register modules
See the full diff
devDependency
steal was updated from 0.16.45
to 2.2.3
.devDependency
steal was updated from 0.16.45
to 2.2.4
.
Version 1.5.7 of steal just got published.
The version 1.5.7 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.5.7This patch release include fixes for the following issues:
package.json
is missing "name" and "version" fields #1233steal-module
script tag type #1185peerDependencies
that are listed asdevDependencies
as well #1228Not 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: