-
Notifications
You must be signed in to change notification settings - Fork 1
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 steal-tools to the latest version 🚀 #75
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 the following bugs:
CommitsThe new version differs by 6 commits.
See the full diff |
Version 2.0.2 just got published. |
Version 2.0.3 just got published.Update to this version instead 🚀 CommitsThe new version differs by 7 commits.
See the full diff |
Version 2.0.4 just got published.Update to this version instead 🚀 Release Notes2.0.4This is a patch release, fixing an issue where the |
Version 2.0.5 just got published.Update to this version instead 🚀 Release Notes2.0.5This fixes a tree-shaking bug related to AMD modules that import ES modules that import other ES modules. |
Update to this version instead 🚀 Release Notes for 2.0.6This is a patch releasing, fixing issue #1078, where side-effectual imports ( |
Update to this version instead 🚀 Release Notes for 2.0.7This fixes a bug related to modlet folders and the "bundle": [ "pages/**/" ] Which will find modules like:
But will not pick up
|
Update to this version instead 🚀 Release Notes for 2.0.8This patch releases fixing a bug caused when tree shaking CommonJS modules from 2 different ES modules. CommitsThe new version differs by 9 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for 2.0.9This is a patch release of steal-tools, fixing a regression caused in the last tree shaking fix. |
|
|
|
|
Update to this version instead 🚀 Release Notes for v2.2.1This changes CommitsThe new version differs by 8 commits.
See the full diff |
|
|
|
|
|
Version 2.0.0 of steal-tools 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-tools.
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.
Release Notes
2.0.0This is the second major release of steal-tools 2.0.0. When upgrading be sure to also get steal 2.0.0. See the migration guide and upgrade today.
Major features
Tree shaking
In steal-tools 2.0.0 unused exports (and unused modules) are tree shaken away. You don't need to do anything to get this behavior. In the chance that your code doesn't work well with tree shaking, you can disable it through a build option:
The migration guide explains these choices.
Envify on by default
In steal 1.x you could enable envify, which replaces usage of
process.env
with the current environment variables. In 2.0 this behavior is on by default.Commits
The new version differs by 123 commits.
fc90410
2.0.0
ca75040
Merge pull request #1037 from stealjs/greenkeeper/fs-extra-7.0.0
1d7b397
fix(package): update fs-extra to version 7.0.0
8cda073
Merge pull request #1043 from stealjs/two
efd51d3
Upgrade to steal 2.0.0
8fa2da1
2.0.0-pre.10
bd0f96e
Merge pull request #1042 from stealjs/node-env
d501169
Make "production" the default NODE_ENV.
115b92a
Merge pull request #1040 from stealjs/node
cf8b37a
Update Node version support
1fe9f32
Merge pull request #1039 from stealjs/major
3295d7a
Merge branch 'master' into major
579a7d1
Merge pull request #1038 from stealjs/steal
0f75e27
Use local babelOptions defined by package
17bf502
Check in the new test's deps
There are 123 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 🌴