canjs / can-list-sort

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

Update steal to the latest version 🚀 #18

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.5.7 of steal just got published.

Dependency steal
Current Version 0.16.44
Type devDependency

The version 1.5.7 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. 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.


Release Notes 1.5.7

This patch release include fixes for the following issues:

  • Improved error message when mismatched version package is found #1176
  • Improved error message when steal-less is not installed #995
  • Improved error message when package.json is missing "name" and "version" fields #1233
  • Fixes issue with the steal-module script tag type #1185
  • Fixes issue with a flag being out of scope inside Steal's core #1189
  • Fixes a bug loading peerDependencies that are listed as devDependencies as well #1228

🎉 🎉 🎉

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 5 years ago

Update to this version instead 🚀

Release Notes for 2.1.9

This is a bug fix release, fixing an issue with tree-shaking modules with non-ES module parents.

Issues

#1477 Tree-shaking extension fails for non-named imports

Commits

The new version differs by 4 commits.

  • 2bd6ab0 2.1.9
  • 31ce213 Merge pull request #1479 from stealjs/reexptree
  • 38cea48 All exports are used when immediate parent is non-ES
  • 488619c Account for non-ES modules in parent tree

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for 2.1.10

This fixes a false positive JSON parse warning in production when a JSON module is loaded from another bundle.

Commits

The new version differs by 4 commits.

  • 6284000 2.1.10
  • 367badb Merge pull request #1481 from stealjs/json-bundle
  • 490b47e Make JSON error test work in Firefox
  • 9e2e174 Mark loads loaded through bundles config to be defined

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • e112945 2.1.11
  • 16160cd Merge pull request #1485 from stealjs/reexp
  • ccd3604 Prevent tree-shaking the main

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for 2.1.12

This is a patch release, which adds names to all of the extension functions to make them easier to debug.

Commits

The new version differs by 5 commits.

  • 0a5b510 2.1.12
  • f217d58 Merge pull request #1488 from stealjs/name-extensions
  • 7b4a55c Run the build
  • 93e5c8c Add the npm extension name as well
  • 04f83d6 Give all extensions names

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for 2.1.13

Fixes an issue where a module loading a dependency by its exact npm module name might load the wrong package version and error out.

Commits

The new version differs by 3 commits.

  • 8c81c5a 2.1.13
  • 81b9932 Merge pull request #1491 from stealjs/res-mod
  • a8f594c Prevent running normalization on already normalized npm names

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 66c61e1 2.1.14
  • 13b376b Merge pull request #1493 from stealjs/1463-npm-import-warn-with-importer
  • 344bf2c fix the test
  • 15b8d99 clean up tests
  • 86a7944 fix the stack message
  • eaf8a98 remove comment
  • da1d68b warn with the importer in case of missing module

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for Introduce forceES5 flag to skip ES2015 transpilation
{
   "steal": {
      "forceES5": false // defaults to true
   }
}

when set to false, Steal.js does not include the ES2015 preset. This is useful when the target browser supports all of the syntax/features transpiled by the ES2015 preset.

Commits

The new version differs by 6 commits.

  • 506c89c 2.2.0
  • c8d7644 Merge pull request #1495 from stealjs/keep-es2015
  • 8ba4669 Change forceES5 check condition, treat as true by default
  • e4acde4 Call done() to finish test case
  • fb5b348 Introduce forceES5 flag to skip ES2015 transpilation
  • 8d59f3b Update the badges

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • fcb4dcc 2.2.1
  • 78d1f07 Merge pull request #1496 from stealjs/env2
  • 897fd4b Document possible values of steal.loader.env

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • a1fd13d 2.2.2
  • 5f4b0d0 Merge pull request #1501 from stealjs/system-register
  • ef3b887 Skip tests checking stack trace erros in Safari / Iphone
  • e91f6c7 Update Saucelabs platform parameters
  • 607f49f Use a stricter RegExp to detect System.register modules

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀