Closed greenkeeper[bot] closed 6 years ago
After pinning to 1.10.1 your tests are passing again. Downgrade this dependency π.
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 20 commits.
4224e0c
1.11.0
b88db3c
Merge pull request #932 from stealjs/autorender
3f7fc92
Allow plugins to include the slim dynamic loader
faba2a4
Merge pull request #922 from stealjs/bundle-assets
08cfc12
Test steal-bundler does not move assets below dest
a07fc73
Merge pull request #921 from stealjs/fix-cli-test
cb0d28a
Fix export cli test
26f1f18
Merge pull request #908 from stealjs/greenkeeper/prettier-1.9.2
1e12dc4
Merge pull request #916 from stealjs/greenkeeper/yargs-10.0.3
e1d4e2e
Merge pull request #910 from stealjs/greenkeeper/chokidar-2.0.0
26f990a
Merge pull request #911 from stealjs/greenkeeper/browserify-15.0.0
cffe7e8
Merge pull request #907 from stealjs/greenkeeper/fs-extra-5.0.0
f36f6bc
Yargs parses package.json by default now
eead821
fix(package): update yargs to version 10.0.3
321b2e1
Merge pull request #915 from stealjs/greenkeeper/ws-4.0.0
There are 20 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 25 commits.
00f47e6
1.11.1
cae7c46
Merge pull request #938 from stealjs/slim-shared
fac6feb
Add shared bundles support to the slim loader
6558439
Merge pull request #935 from stealjs/css-bundle
ec488e0
Slim should use plugins with dynamic loading too
4224e0c
1.11.0
b88db3c
Merge pull request #932 from stealjs/autorender
3f7fc92
Allow plugins to include the slim dynamic loader
faba2a4
Merge pull request #922 from stealjs/bundle-assets
08cfc12
Test steal-bundler does not move assets below dest
a07fc73
Merge pull request #921 from stealjs/fix-cli-test
cb0d28a
Fix export cli test
26f1f18
Merge pull request #908 from stealjs/greenkeeper/prettier-1.9.2
1e12dc4
Merge pull request #916 from stealjs/greenkeeper/yargs-10.0.3
e1d4e2e
Merge pull request #910 from stealjs/greenkeeper/chokidar-2.0.0
There are 25 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 30 commits.
3fe582c
1.11.2
d16a154
Merge pull request #942 from stealjs/docs
1fdaf48
Make BuildOptions.target use stealTools.optimize
92ca514
Merge pull request #940 from stealjs/normalize-map
b7af34c
Do not use a single normalizeMap for all bundles
00f47e6
1.11.1
cae7c46
Merge pull request #938 from stealjs/slim-shared
fac6feb
Add shared bundles support to the slim loader
6558439
Merge pull request #935 from stealjs/css-bundle
ec488e0
Slim should use plugins with dynamic loading too
4224e0c
1.11.0
b88db3c
Merge pull request #932 from stealjs/autorender
3f7fc92
Allow plugins to include the slim dynamic loader
faba2a4
Merge pull request #922 from stealjs/bundle-assets
08cfc12
Test steal-bundler does not move assets below dest
There are 30 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 33 commits.
31ad05b
1.11.3
4a616c3
Merge pull request #944 from stealjs/shared-js
3995142
Filter out css bundles from shared bundles config
3fe582c
1.11.2
d16a154
Merge pull request #942 from stealjs/docs
1fdaf48
Make BuildOptions.target use stealTools.optimize
92ca514
Merge pull request #940 from stealjs/normalize-map
b7af34c
Do not use a single normalizeMap for all bundles
00f47e6
1.11.1
cae7c46
Merge pull request #938 from stealjs/slim-shared
fac6feb
Add shared bundles support to the slim loader
6558439
Merge pull request #935 from stealjs/css-bundle
ec488e0
Slim should use plugins with dynamic loading too
4224e0c
1.11.0
b88db3c
Merge pull request #932 from stealjs/autorender
There are 33 commits in total.
See the full diff
Version 1.10.2 of steal-tools was just published.
This version is covered by your current version range and after updating it in your project the build failed.
steal-tools is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/stealjs/steal-bundler/builds/325557063?utm_source=github_status&utm_medium=notification)Release Notes
1.10.2This fixes a problem with optimized builds when user code dynamically loads a module bundled in the main bundle.
The slim loader will now flag the main bundle as already loaded, e.g:
The loader checks
loadedBundles
before trying to append ascript
tag when loading bundles in the browser, flagging the main bundle as loaded prevents the loader to throw.Commits
The new version differs by 5 commits.
819b5eb
1.10.2
00b9b24
Merge pull request #914 from stealjs/loaded
f1b4881
Remove console.log
4b4aaae
Only preload main bundle when splitLoader is false
f0ddcee
Preload slim loader loadedBundles variables
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: