Closed greenkeeper[bot] closed 6 years ago
After pinning to 1.10.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are passing again with this version. Explicitly upgrade to this version π
This 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:
var loadedBundles = { 6: LOADED };
The loader checks loadedBundles
before trying to append a script
tag when loading bundles in the browser, flagging the main bundle as loaded prevents the loader to throw.
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 25 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 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.
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 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 35 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 35 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 38 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 38 commits in total.
See the full diff
Version 1.10.1 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 failed [Details](https://travis-ci.org/canjs/steal-stache/builds/325205119?utm_source=github_status&utm_medium=notification)Release Notes
1.10.1This fixes a problem with using live-reload in Chrome 63. Chrome 63 doesn't close websocket's socket correctly, causing a socket error on the server. This change makes it so that we handle that situation cleanly.
Pull Requests
Commits
The new version differs by 6 commits.
88f64cf
1.10.1
fb14242
Merge pull request #913 from stealjs/lr-error-ev
0cd100a
Fix lint errors
ed19f24
Handle errors from uncleaned disconnected connections
a48747d
Merge pull request #905 from stealjs/dev-bundle-minify
0516719
Do not minify development bundles by default
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: