canjs / can-construct-super

Call base functions when extending can-constructs
https://canjs.com/doc/can-construct-super.html
MIT License
4 stars 0 forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 1.9.0 of steal-tools just got published.

Branch Build failing 🚨
Dependency steal-tools
Current Version 1.8.4
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-construct-super/builds/282374877?utm_source=github_status&utm_medium=notification)

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

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.4 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 7 years ago

Version 1.9.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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 passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 17 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
  • 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'

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.9.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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 24 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
  • a801c7f 1.9.2
  • 07c8017 Update .travis.yml
  • 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

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.10.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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 32 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
  • 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
  • e8d0a12 fix: pin gzip-size to 4.0.0
  • 263a508 Update package.json
  • f1b26f5 Merge pull request #892 from frank-dspeed/patch-3
  • a801c7f 1.9.2
  • 07c8017 Update .travis.yml

There are 32 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.10.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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 38 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
  • 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
  • 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

There are 38 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.10.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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 43 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
  • 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
  • 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

There are 43 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 63 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 63 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 68 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 68 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 73 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 73 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.11.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 76 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 76 commits in total.

See the full diff