stealjs / steal-conditional

Conditional loading
https://stealjs.com/docs/steal-conditional.html
MIT License
6 stars 1 forks source link

Update steal to the latest version πŸš€ #62

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

The devDependency steal was updated from 1.12.6 to 2.1.7.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for 2.1.7

Fixes a bug when treeshaking a large app with multiple bundles.

Commits

The new version differs by 115 commits ahead by 115, behind by 5.

  • 1fd569d 2.1.7
  • af8026d Merge pull request #1474 from stealjs/newloader-config
  • 5ab883f Maintain all tree-shaking state during the build
  • 21e8207 2.1.6
  • 56eb233 Merge pull request #1471 from stealjs/ts-clone
  • 947e105 Make steal-clone work with tree-shaken trees
  • 709a004 2.1.5
  • c8ed817 Merge pull request #1469 from stealjs/empty-es
  • cce3dc5 Mark @empty as an __esModule
  • 0d2f2a0 2.1.4
  • 71d00ce Merge pull request #1465 from stealjs/window-less
  • 770142b Set less to be async by default
  • ff4841f 2.1.3
  • f65d33b Merge pull request #1460 from stealjs/compactFalse
  • d9521b7 compact: false

There are 115 commits in total.

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:

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

See the full diff

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