-
Couldn't load subscription status.
- Fork 8
Update steal to the latest version 🚀 #284
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
base: master
Are you sure you want to change the base?
Conversation
Version 2.0.1 just got published.Update to this version instead 🚀 Release Notes2.0.1This is a patch release, fixing a bug when attempting to use steal in an Electron environment with the npm plugin. |
Version 2.0.2 just got published.Update to this version instead 🚀 Release Notes2.0.2This is a patch release, removing a false position for the "missing main" warning. Pull requests |
Version 2.1.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 6 commits.
See the full diff |
Version 2.1.0 just got published.Update to this version instead 🚀 Release Notes2.1.0This is a minor release, adding support for importing modules from http, https, and |
Version 2.1.1 just got published.Update to this version instead 🚀 Release Notes2.1.1This is a patch release, fixing a fairly rare case where the specifier |
Version 2.1.2 just got published.Update to this version instead 🚀 Release Notes2.1.2This contains 2 bug fixes:
CommitsThe new version differs by 8 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for 2.1.3This is a patch release, fixing stealjs/steal-tools#1071 |
Update to this version instead 🚀 Release Notes for 2.1.4This is a patch release that fixes a bug with less setting |
Update to this version instead 🚀 Release Notes for 2.1.6This fixes a bug with using steal-clone in a tree-shaken context. |
Update to this version instead 🚀 Release Notes for 2.1.7Fixes a bug when treeshaking a large app with multiple bundles. |
Update to this version instead 🚀 Release Notes for 2.1.9This is a bug fix release, fixing an issue with tree-shaking modules with non-ES module parents. Issues |
Update to this version instead 🚀 Release Notes for 2.1.10This fixes a false positive JSON parse warning in production when a JSON module is loaded from another bundle. |
Update to this version instead 🚀 Release Notes for 2.1.12This is a patch release, which adds names to all of the extension functions to make them easier to debug. |
Update to this version instead 🚀 Release Notes for 2.1.13Fixes an issue where a module loading a dependency by its exact npm module name might load the wrong package version and error out. |
Update to this version instead 🚀 CommitsThe new version differs by 7 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for Introduce forceES5 flag to skip ES2015 transpilation{
"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. CommitsThe new version differs by 6 commits.
See the full diff |
Update to this version instead 🚀 CommitsThe new version differs by 5 commits.
See the full diff |
|
|

Version 2.0.0 of steal was just published.
The version 2.0.0 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.
It might be worth looking into these changes and trying to get this project onto the latest version of steal.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Commits
The new version differs by 79 commits.
0112ad62.0.013d0471Merge pull request #1449 from stealjs/major1633f93Update travis version2cd85e3Merge branch 'master' into major96fb45d2.0.0-pre.16c766683Merge pull request #1448 from stealjs/no-tscb594d6Only allow tree shaking to be disabled by root packagec1038a3Provide a way to disable treeShaking501d0412.0.0-pre.15ec53b51Merge pull request #1447 from stealjs/spec83a9969Handle case where moduleSpecifierFromName is callede59ff892.0.0-pre.1449f5672Merge pull request #1446 from stealjs/exp-stared72087Tree-shake export * modules that are progressively loadede95e45dMerge pull request #1442 from stealjs/main-warnThere are 79 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴