can-connect
can-connect copied to clipboard
Update steal-tools to the latest version π
Version 2.0.0 of steal-tools was just published.
| Dependency | steal-tools |
|---|---|
| Current Version | 1.11.10 |
| Type | devDependency |
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:
stealTools.build({}, {
treeShaking: false
});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.
fc904102.0.0ca75040Merge pull request #1037 from stealjs/greenkeeper/fs-extra-7.0.01d7b397fix(package): update fs-extra to version 7.0.08cda073Merge pull request #1043 from stealjs/twoefd51d3Upgrade to steal 2.0.08fa2da12.0.0-pre.10bd0f96eMerge pull request #1042 from stealjs/node-envd501169Make "production" the default NODE_ENV.115b92aMerge pull request #1040 from stealjs/nodecf8b37aUpdate Node version support1fe9f32Merge pull request #1039 from stealjs/major3295d7aMerge branch 'master' into major579a7d1Merge pull request #1038 from stealjs/steal0f75e27Use local babelOptions defined by package17bf502Check 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 :palm_tree:
Version 2.0.1 just got published.
Update to this version instead π
Release Notes
2.0.1This is a patch release, fixing the following bugs:
- Tree-shaking not resolving modules correctly in Windows.
- Tree-shaking removing code for dev-bundles.
Commits
The new version differs by 6 commits.
4ded68f2.0.1079db1eMerge pull request #1048 from stealjs/shake-dev-bundlesf427e3dMerge pull request #1047 from stealjs/process-cwd-windows4b7fbb0Use Object.assign()bac543fPrevent client-side tree shaking of dev bundles8a8ae25fix #1046
See the full diff
Version 2.0.2 just got published.
Version 2.0.3 just got published.
Update to this version instead π
Commits
The new version differs by 7 commits.
251d7dd2.0.3dbdc82fMerge pull request #1059 from stealjs/tree-shaking26410fb8Disable client-side treeshaking when BuildOption is usedc377ecdMerge pull request #1057 from stealjs/greenkeeper/steal-2.1.0ec421bachore(package): update steal to version 2.1.07696f0bMerge pull request #1054 from stealjs/greenkeeper/steal-2.0.21f85da4chore(package): update steal to version 2.0.2
See the full diff
Version 2.0.4 just got published.
Update to this version instead π
Release Notes
2.0.4This is a patch release, fixing an issue where the +bundled-es export helper would not remove development code.
Version 2.0.5 just got published.
Update to this version instead π
Release Notes
2.0.5This fixes a tree-shaking bug related to AMD modules that import ES modules that import other ES modules.
- The
devDependencysteal-tools was updated from1.11.10to2.0.6.
Update to this version instead π
Release Notes for 2.0.6
This is a patch releasing, fixing issue #1078, where side-effectual imports (import "foo";) were not working when the module being imported was a global.
- The
devDependencysteal-tools was updated from1.11.10to2.0.7.
Update to this version instead π
Release Notes for 2.0.7
This fixes a bug related to modlet folders and the bundle configuration for progressively loaded bundles. Now the following works:
"bundle": [
"pages/**/"
]Which will find modules like:
- pages/home/home
- pages/cart/cart
But will not pick up
- pages/cart/cart-test
- The
devDependencysteal-tools was updated from1.11.10to2.0.8.
Update to this version instead π
Release Notes for 2.0.8
This patch releases fixing a bug caused when tree shaking CommonJS modules from 2 different ES modules.
Commits
The new version differs by 9 commits.
492651f2.0.8bad9a20Merge pull request #1095 from stealjs/ts4a139abDetermine used exports for CJS modules53f9b45Merge pull request #1076 from stealjs/greenkeeper/babel-minify-0.5.05b6155fMerge pull request #1091 from stealjs/greenkeeper/through2-3.0.026eff78Merge pull request #1092 from stealjs/bu397107eAdd more advanced bundle wildcard testsc1e26d5fix(package): update through2 to version 3.0.02144f33fix(package): update babel-minify to version 0.5.0
See the full diff
- The
devDependencysteal-tools was updated from1.11.10to2.0.9.
Update to this version instead π
Release Notes for 2.0.9
This is a patch release of steal-tools, fixing a regression caused in the last tree shaking fix.
- The
devDependencysteal-tools was updated from1.11.10to2.0.10.
- The
devDependencysteal-tools was updated from1.11.10to2.0.11.
- The
devDependencysteal-tools was updated from1.11.10to2.1.0.
- The
devDependencysteal-tools was updated from1.11.10to2.2.0.
- The
devDependencysteal-tools was updated from1.11.10to2.2.1.
Update to this version instead π
Release Notes for v2.2.1
This changes rollup-plugin-commonjsβs semver range to avoid a buggy version. #1121
Commits
The new version differs by 8 commits.
003ec652.2.1973d62eChange the preversion script to just run test:browserdaef655Merge pull request #1123 from stealjs/greenkeeper/rollup-plugin-commonjs-pin-9.3.236a5941Merge pull request #1124 from stealjs/chasenlehara-patch-10fdf29cChange pinning to an upper bound range604c2b8Run JSHint before Mocha5c369e7Add release scriptsbe5b46achore: pin rollup-plugin-commonjs to 9.3.2
See the full diff
- The
devDependencysteal-tools was updated from1.11.10to2.2.2.
- The
devDependencysteal-tools was updated from1.11.10to2.2.3.
- The
devDependencysteal-tools was updated from1.11.10to2.2.4.
- The
devDependencysteal-tools was updated from1.11.10to2.2.5.
- The
devDependencysteal-tools was updated from1.11.10to2.2.6.