canjs / can-list-sort

Live-bound list sorting
MIT License
1 stars 0 forks source link

Update steal-tools to the latest version πŸš€ #17

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.7.1 of steal-tools just got published.

Dependency steal-tools
Current Version 0.16.8
Type devDependency

The version 1.7.1 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of steal-tools. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


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

Version 1.7.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 1 commits ahead by 1, behind by 16.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.8.0 just got published.

Update to this version instead πŸš€

Release Notes 1.8.0

This release includes a couple of new features along with some bug fixes and documentation updates:

  • Standalone bundles created through stealTools.exports load on Web Workers, see #775
  • Document envify build option #728
  • The optimize API is now available as a CLI command #799
  • A bundlePromisePolyfill option is available to create builds without the Promise polyfill (native promises offer better stack traces) #672
  • Fixes an issue with AMD, ES6 default imports and circular dependencies #802
  • Updates the slim loader guide with steps to create Electron and Cordova builds.

πŸ’₯ πŸ’ͺ

Commits

The new version differs by 17 commits ahead by 17, behind by 1.

  • 917a0e5 1.8.0
  • 666e633 1.7.1
  • 768b448 Merge pull request #805 from stealjs/electron-cordova
  • 6991a7e Update the slim guide with cordova/electron build steps
  • 8783901 Merge pull request #801 from stealjs/circular
  • 9d9ec6c Merge pull request #803 from stealjs/use-steal-sans-promises
  • 6c730ad Fix circular deps and Babel AMD's default import
  • 1de30d4 Provide a way to use StealJS without promise polyfill
  • 3464aa5 Merge pull request #800 from stealjs/slim-cli
  • f5dda02 Improve sentence about targets option
  • 87802fb Add optimize command to steal-tools CLI
  • cc64437 Merge pull request #797 from stealjs/exports-worker
  • 1797485 Merge pull request #798 from stealjs/envify
  • bb2ecdc Document envify build option
  • 2136e7e Add Web Worker support to exports loader shim

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.8.1 just got published.

Update to this version instead πŸš€

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

greenkeeper[bot] commented 7 years ago

Version 1.8.2 just got published.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

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

greenkeeper[bot] commented 6 years ago

Version 2.0.0 just got published.

Update to this version instead πŸš€

Release Notes 2.0.0

This 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.

  • fc90410 2.0.0
  • ca75040 Merge pull request #1037 from stealjs/greenkeeper/fs-extra-7.0.0
  • 1d7b397 fix(package): update fs-extra to version 7.0.0
  • 8cda073 Merge pull request #1043 from stealjs/two
  • efd51d3 Upgrade to steal 2.0.0
  • 8fa2da1 2.0.0-pre.10
  • bd0f96e Merge pull request #1042 from stealjs/node-env
  • d501169 Make "production" the default NODE_ENV.
  • 115b92a Merge pull request #1040 from stealjs/node
  • cf8b37a Update Node version support
  • 1fe9f32 Merge pull request #1039 from stealjs/major
  • 3295d7a Merge branch 'master' into major
  • 579a7d1 Merge pull request #1038 from stealjs/steal
  • 0f75e27 Use local babelOptions defined by package
  • 17bf502 Check in the new test's deps

There are 123 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.1 just got published.

Update to this version instead πŸš€

Release Notes 2.0.1

This 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.

  • 4ded68f 2.0.1
  • 079db1e Merge pull request #1048 from stealjs/shake-dev-bundles
  • f427e3d Merge pull request #1047 from stealjs/process-cwd-windows
  • 4b7fbb0 Use Object.assign()
  • bac543f Prevent client-side tree shaking of dev bundles
  • 8a8ae25 fix #1046

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • d8cfbcb 2.0.2
  • 3d3a638 Merge pull request #1052 from stealjs/side-eff-es
  • 3aa018f Prevent tree shaking CSS imports

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 251d7dd 2.0.3
  • dbdc82f Merge pull request #1059 from stealjs/tree-shaking2
  • 6410fb8 Disable client-side treeshaking when BuildOption is used
  • c377ecd Merge pull request #1057 from stealjs/greenkeeper/steal-2.1.0
  • ec421ba chore(package): update steal to version 2.1.0
  • 7696f0b Merge pull request #1054 from stealjs/greenkeeper/steal-2.0.2
  • 1f85da4 chore(package): update steal to version 2.0.2

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.4 just got published.

Update to this version instead πŸš€

Release Notes 2.0.4

This is a patch release, fixing an issue where the +bundled-es export helper would not remove development code.

Commits

The new version differs by 3 commits.

  • 1397fe6 2.0.4
  • 0feb516 Merge pull request #1067 from stealjs/es-dev
  • 7d19918 Make dev code removal work for bundled-es exports

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.5 just got published.

Update to this version instead πŸš€

Release Notes 2.0.5

This fixes a tree-shaking bug related to AMD modules that import ES modules that import other ES modules.

Commits

The new version differs by 5 commits.

  • f4b9e49 2.0.5
  • 461227c Merge pull request #1070 from stealjs/amd-shake
  • aa98380 Import and use ES modules' namespace object.
  • 59ced05 Enable traversing non-ES modules imports
  • 6255900 Breaking test for #1068

See the full diff

greenkeeper[bot] commented 5 years ago

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.

Commits

The new version differs by 3 commits.

  • 672cbc9 2.0.6
  • e508453 Merge pull request #1081 from stealjs/se
  • 1793329 Make side-effectual imports work with globals.

See the full diff

greenkeeper[bot] commented 5 years ago

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
Commits

The new version differs by 4 commits.

  • f8ecfd4 2.0.7
  • e298a5c Merge pull request #1090 from stealjs/bundle-wildcard
  • fa1ad6f Restructure the bundle false test
  • 444cb85 Make bundle globs work with the modlet pattern

See the full diff

greenkeeper[bot] commented 5 years ago

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.

  • 492651f 2.0.8
  • bad9a20 Merge pull request #1095 from stealjs/ts
  • 4a139ab Determine used exports for CJS modules
  • 53f9b45 Merge pull request #1076 from stealjs/greenkeeper/babel-minify-0.5.0
  • 5b6155f Merge pull request #1091 from stealjs/greenkeeper/through2-3.0.0
  • 26eff78 Merge pull request #1092 from stealjs/bu
  • 397107e Add more advanced bundle wildcard tests
  • c1e26d5 fix(package): update through2 to version 3.0.0
  • 2144f33 fix(package): update babel-minify to version 0.5.0

See the full diff

greenkeeper[bot] commented 5 years ago

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.

Commits

The new version differs by 3 commits.

  • 3d64f6a 2.0.9
  • 14634e5 Merge pull request #1097 from stealjs/guard-importspecifiers
  • 9442dc3 Account for modules without importNames

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 22cadf6 2.0.11
  • cc5b5b3 Merge pull request #1099 from stealjs/ts-side
  • 946cfb2 Add the dependencies to git for treeshaking
  • dda6e08 Make sure all side-effectual deps remain in tree

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 504d11d 2.1.0
  • 8cbc6aa Merge pull request #1114 from stealjs/keep-es2015
  • 089fa13 Switch steal and transpile to the released versions
  • 9685d61 Treat loader.forceES5 as true by default
  • 64b099d Add option to keep ES2015 code in built code

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 258afab 2.2.0
  • f091485 Merge pull request #1118 from stealjs/terser
  • cb444c7 Replace uglify-es with terser

See the full diff

greenkeeper[bot] commented 5 years ago

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.

  • 003ec65 2.2.1
  • 973d62e Change the preversion script to just run test:browser
  • daef655 Merge pull request #1123 from stealjs/greenkeeper/rollup-plugin-commonjs-pin-9.3.2
  • 36a5941 Merge pull request #1124 from stealjs/chasenlehara-patch-1
  • 0fdf29c Change pinning to an upper bound range
  • 604c2b8 Run JSHint before Mocha
  • 5c369e7 Add release scripts
  • be5b46a chore: pin rollup-plugin-commonjs to 9.3.2

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€