canjs / can-mustache

standalone mustache
MIT License
0 stars 0 forks source link

An in-range update of steal-tools is breaking the build 🚨 #8

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.8.1 of steal-tools just got published.

Branch Build failing 🚨
Dependency steal-tools
Current Version 1.8.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As steal-tools is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/canjs/can-mustache/builds/265175013?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 7 commits.

  • 01b56aa 1.8.1
  • 88ae892 Merge pull request #808 from stealjs/optimize-cli
  • 90a582a Make 'target' property optional for optimize CLI
  • 97f849c Merge pull request #806 from stealjs/greenkeeper/tmp-0.0.33
  • e7b616a Merge pull request #813 from stealjs/try-steal-fix
  • 4012b46 Upgrade steal to 1.5.8
  • c02a9d5 fix(package): update tmp to version 0.0.33

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 1.8.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 7 years ago

Version 1.8.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.8.2

This is a patch release, fixing an issue with the main bundle being excluded from other bundles listing in the bundle manifest file.

Pull Requests

Commits

The new version differs by 3 commits.

  • 366d3f9 1.8.2
  • 80c32b4 Merge pull request #816 from stealjs/manifest
  • cf01b1b Include main bundle in other entry point bundles manifest

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.8.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.8.3

This patch release fixes a bug whereby dependencies of plugins (or plugins themselves) that exported a getter on the module namespace would have that getter called during transpilation. This is a rare bug that manifested because of a warning output by can-types.

Commits

The new version differs by 4 commits.

  • bff7152 1.8.3
  • 4f794bf Merge pull request #821 from stealjs/dp
  • e521e0b Fix lint errors; cloneDeep
  • 946c1f4 Prevent cloning the options object

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.8.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 commits.

  • 3033632 1.8.4
  • 6d515e7 Merge pull request #824 from stealjs/buildType
  • 935bee2 adds a flag to the buildResult to identify which build process was running.
  • e5f7c3c Merge pull request #822 from stealjs/remove-warning
  • d2c53bb Remove can't find dependency in graph warnings

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.9.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.9.0

Support steal-conditional in optimized builds

Along with being able to use steal-conditional in optimized builds, this release includes fixes for the following issues:

  • UglifyJS and sourcemaps #863
  • bundleAssets is not working with optimized builds #846
  • @loader not defined in slim build #856
  • The loader is deeply cloned during optimize build #855
  • Support require("module") in optimized builds #852
  • Support @steal in optimized builds #849
  • Optimized builder does not work for multimain apps #823
  • stealTools.optimize requires the config argument #819

Thanks to @pYr0x for adding support to bundleAssets in optimized builds and filing a bunch of other issues.

πŸ’₯ 🎊

Commits

The new version differs by 45 commits.

  • b6da933 1.9.0
  • c036da2 Merge pull request #864 from stealjs/uglify-sourcemaps
  • 1c2fa5d Improve minified code sourcemaps
  • 99a0eb0 Merge pull request #848 from stealjs/serviveworker
  • ceb089d remove integrated serviceworker plugin
  • 157f96d Merge branch 'master' into serviveworker
  • 0abee93 Merge pull request #859 from stealjs/no-pluck
  • 2e8b957 Stop plucking @loader from graph in optimized builds
  • 2b6be8e Merge pull request #858 from stealjs/deep-clone
  • e9fc68d Remove unused import
  • b7a2962 Do not deep clone bundles
  • 39f58ee Do not deep clone the graph and loader objects
  • 34fe1cf Merge pull request #853 from stealjs/module
  • 137a64e Support AMD "module" import in slim builds
  • 072cbf2 Merge pull request #850 from stealjs/add-at-steal

There are 45 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.9.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.9.1

This patch release fixes a couple of issues with optimized builds

  • Fix output for UMD detected as AMD that require exports #866
  • Fix context set to module factory functions, see #868
  • Updates steal-bundler version since 0.3.4 was breaking the build
Commits

The new version differs by 9 commits.

  • 20407b3 1.9.1
  • 6b52879 Merge pull request #874 from stealjs/greenkeeper/uglify-es-3.1.3
  • 31b60ea chore(package): update uglify-es to version 3.1.3
  • 48811ba Merge pull request #870 from stealjs/slim-context
  • a08562a Set environment global as context of module factory
  • f3941a2 Merge pull request #866 from stealjs/umd-exports
  • 1f23d00 Make sure transpile handles UMD/AMD with 'exports'
  • 369d9f8 Merge pull request #872 from stealjs/greenkeeper/steal-bundler-0.3.5
  • 8977a7c chore(package): update steal-bundler to version 0.3.5

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.9.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 8 commits.

  • a801c7f 1.9.2
  • ce91cc0 Merge pull request #878 from stealjs/greenkeeper/browserify-14.5.0
  • 0503eff Merge pull request #888 from stealjs/rm-docs
  • 0675926 chore(package): update browserify to version 14.5.0
  • 7ac07ae Remove guides from this repository
  • e56ffdb Merge pull request #890 from stealjs/tests-s
  • abffd2c Use the latest testee
  • 2fec3df Downgrade uglify-es version

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.9.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.9.3

This patch release pins down prettier to 1.8.2; 1.9.0 shipped with a bug that breaks stealTools.build

Commits

The new version differs by 7 commits.

  • 765724a 1.9.3
  • da87f94 Merge pull request #902 from stealjs/greenkeeper/prettier-pin-1.8.2
  • 22b421f fix: pin prettier to 1.8.2
  • d16faff Merge pull request #896 from stealjs/npmignore
  • ca8d3a0 same as on stealjs, ignore all unnecessary folder/files for npm
  • f1b26f5 Merge pull request #892 from frank-dspeed/patch-3
  • 07c8017 Update .travis.yml

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.10.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.10.0

This is a minor release, now making it so that development code is not removed from dev bundles.

Previously code like:

//!steal-remove-start
console.warn("This is a dev warning!");
//!steal-remove-end

Would be removed in dev bundles. In production builds this is what you want, but in development bundles you want the same experience as developing with just the raw source code.

Commits

The new version differs by 8 commits.

  • d177a6e 1.10.0
  • 0795594 Merge pull request #891 from frank-dspeed/patch-2
  • b077b4f Merge pull request #895 from stealjs/greenkeeper/gzip-size-pin-4.0.0
  • 18e0f78 Merge pull request #904 from stealjs/devbundledev
  • 69e16b5 Prevent removing development code in a dev bundle
  • e8d0a12 fix: pin gzip-size to 4.0.0
  • 263a508 Update package.json
  • 10e19ae Update package.json

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.10.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.10.1

This 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

greenkeeper[bot] commented 6 years ago

Version 1.10.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.10.2

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.

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

greenkeeper[bot] commented 6 years ago

Version 1.11.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

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

greenkeeper[bot] commented 6 years ago

Version 1.11.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 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

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 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

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • 31ad05b 1.11.3
  • 4a616c3 Merge pull request #944 from stealjs/shared-js
  • 3995142 Filter out css bundles from shared bundles config

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.11.4

This patch release fixes an issue with the special //!steal-remove-{start|end} comments.

If there was a space after the ! the code would not be removed, e.g:

//! steal-remove-start
doOnlyDuringDevelopmentStuff()
//! steal-remove-end

It should work now.

πŸŽ‰

Commits

The new version differs by 3 commits.

  • 9cb698a 1.11.4
  • b96067a Merge pull request #950 from stealjs/tag-space
  • 041db26 Allow spaces in special comments

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.11.5

This is a patch release, fixing an issue where stealTools.export()ed modules were throwing when run within Node.js

Commits

The new version differs by 3 commits.

  • 4a8d7c0 1.11.5
  • dd10ef3 Merge pull request #953 from stealjs/export-node
  • 0f5a904 Allow global exports to run in Node

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • f19d7b2 1.11.6
  • 464b7ea Merge pull request #956 from stealjs/recover
  • 7c2a403 Recover from initial errors in live-reload

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • c599944 1.11.7
  • 595e0ba Merge pull request #958 from stealjs/patch
  • 4042212 Use runtime detection for circular Babel deps

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.8 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 27 commits.

  • 3ac1576 1.11.8
  • c1c299a Merge pull request #977 from stealjs/test-master
  • 23d8eac Correctly remove development code on Windows
  • c4f9943 Merge pull request #973 from stealjs/greenkeeper/browserify-16.1.1
  • bffcac3 Merge pull request #949 from stealjs/greenkeeper/steal-conditional-1.0.0
  • c795235 Update steal-conditional version in tests
  • 858f0f7 chore(package): update steal-conditional to version 1.0.0
  • 0277aa4 Merge branch 'master' into greenkeeper/browserify-16.1.1
  • 4f31f38 Merge pull request #972 from stealjs/greenkeeper/pump-3.0.0
  • fdde72a Merge pull request #971 from stealjs/greenkeeper/bower-1.8.4
  • 08f4f96 Merge branch 'master' into greenkeeper/pump-3.0.0
  • 92ec44a Merge pull request #933 from stealjs/greenkeeper/yargs-11.0.0
  • e7fca64 Merge branch 'master' into greenkeeper/yargs-11.0.0
  • 89f1105 Merge pull request #969 from stealjs/greenkeeper/prettier-1.11.1
  • de5a7f9 Merge pull request #968 from stealjs/greenkeeper/ws-5.1.1

There are 27 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.9 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 1.11.9

This is a patch release fixing these issues:

Pull Requests

Commits

The new version differs by 9 commits.

  • 98d9949 1.11.9
  • b56ace7 Merge pull request #1007 from stealjs/child-babel2
  • 20d48e4 Pass a callback
  • d64d0cc Use local babelOptions when compiling
  • 2d6e01e Prevent npm preload module to break dev bundles
  • 71459b5 Account for Node v4 nesting dependencies
  • 7ca3c0a Do not add nodes to graph after bundles property is added
  • f12801a Remove unused file
  • 0ce0ccf Fix css bundles lookup in development bundles

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.10 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 14 commits.

  • 38db05d 1.11.10
  • 0cdde78 Merge pull request #1027 from stealjs/greenkeeper/steal-1.12.4
  • a7672ee chore(package): update steal to version 1.12.4
  • f50437d Merge pull request #1025 from stealjs/1024-make-process-available
  • ebeb58e linting the shim
  • d2f72d9 adds a process shim that is on by default for global builds, fixes #1024
  • b26e141 Merge pull request #1012 from stealjs/greenkeeper/testee-0.8.0
  • aa0ac84 chore(package): update testee to version 0.8.0
  • 5dd818b Merge pull request #1010 from stealjs/less-win
  • 31a29d7 Use steal-less 1.3.1
  • 7df7099 Adds a test for building steal project on windows
  • 70bbfa4 Merge pull request #1008 from stealjs/dev-forward-slash
  • d7d3f99 Add test for folder/index convention in dev-bundles
  • b6d9d3a Breaking test for dev bundles folder/index

See the full diff