cinecove / defunctr

Browser detection based on feature inspection
BSD 3-Clause "New" or "Revised" License
27 stars 2 forks source link

Update rollup to the latest version πŸš€ #154

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 0.53.0 of rollup was just published.

Dependency rollup
Current Version 0.52.3
Type devDependency

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

It might be worth looking into these changes and trying to get this project onto the latest version of rollup.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 40 commits.

  • 3d80c06 Fix memory leak related to caching
  • 9d43508 Do not redefine the default warning handler on each call.
  • 5eec584 Fix code style
  • 1b9913a 0.53.0
  • 5feebb8 0.52.4
  • 08b9b34 Update changelog
  • 7084e30 Merge branch 'guybedford-dynamic-import-hook' into release-0.53.0
  • 36ade1a * Minor cleanup to not display a warning due to the legacy input->entry fix
  • afd30df Errors out when using an unknown option
  • 16d0a85 Removes batchWarnings from Rollup Node API
  • b354766 Removes filtering truthy values, uses spread instead.
  • d86afd7 Adds tests for deprecations.
  • d7b5d56 Fixes failing tests
  • 5afda86 Uses mergeOptions to validate the config accross Node API, CLI and watch.
  • 996fea6 Uses mergedOption in rollup.rollup too. (#1)

There are 40 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:


This change is Reviewable

greenkeeper[bot] commented 5 years ago

Version 0.65.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 6bd7cd1 -> v0.65.2
  • 5c86099 Do not accumulate change listeners in watch mode (#2441)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 18 commits.

  • 2c22622 0.66.0
  • b6ace36 Update changelog
  • 594d24c Switch to rollup-plugin-typescript2 (#2460)
  • 4d1a976 Update changelog
  • b34e54d Fix perf script (#2433)
  • c1bb2fb Make sure pattern defaults are deconflicted correctly (#2446)
  • 138033e Test that errors are passed to the buildEnd hook (#2450)
  • d5a910d Faster test builds (#2457)
  • d9b479d Deconflict top-level class and function expressions with ids (#2458)
  • cdfd279 Update changelog
  • 125e6ed Correctly associate hoisted variables with parameters (#2456)
  • 1828166 Update changelog
  • b67bf5b Added option to transform the paths within a sourcemap. (#2430)
  • 007f42b Support optional catch binding (stage 4 / ES2019) (#2455)
  • 6eb8036 Update changelog

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • d8a4d7b 0.66.2
  • b02da14 Update changelog
  • bfb6b03 Throw better error messages for parse errors in non-JS files (#2466)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • d9696cc Fix type issue
  • c5dadca 0.66.3
  • 7af33e9 Update changelog
  • 177b95e Detect side-effects in method arguments of unknown strings (#2476)
  • 7f4b543 Update changelog
  • ad21dd8 Assign chunk IDs before creating outputBundle chunks (#2483)
  • 8a8721e Update TypeScript and fix type errors (#2488)
  • b9e786d Update changelog
  • 2d2ae21 fix: plugin name in template string (#2470)

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.

  • e5d9f3e 0.66.5
  • 52f74f0 Update changelog
  • 0707a10 Provide better error when creating a namespace object containing a reexported external namespace (#2499)
  • a3be30d Remove previous cache from memory after graph creation (#2496)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • aa68a8c 0.66.6
  • c56876c Update changelog
  • df9ef28 Properly deconflict ids ids of default exports that have been reassigned (#2502)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 18 commits.

  • 72b166a 0.67.0
  • 846df07 Update changelog
  • 841a536 Do not resolve external dynamic imports via plugins (#2505)
  • ecde099 Remove solo test designation
  • e1de51c Update changelog
  • 24fe07f Support excluding sources from sourcemaps (#2531)
  • a1cc69c Update changelog
  • 7746e0f Create chunks for virtual modules when preserving modules (#2511)
  • fa341ab Update changelog
  • 11c367f Do not tree-shake children of unknown nodes (#2510)
  • 663771f Update changelog
  • d26ba28 Prevent memory leak when using cache, fix leak test (#2522)
  • a453c76 Update changelog
  • 273ac73 Improve external and inter-chunk import execution order (#2508)
  • 51d4817 Update changelog

There are 18 commits in total.

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 πŸš€

Commits

The new version differs by 3 commits.

  • fe92d1f 0.67.2
  • ed22964 Update changelog
  • dbd2e47 Fix crash when returning undefined sourcemaps from renderChunk hook (#2558)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • d9a7d65 0.67.3
  • 4be8888 Update changelog
  • bbdf8b3 Add more files to npm distribution (#2552)
  • 084354e fix: experimentalPreserveModules not supported in inlineDynamicImports message (#2560)

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 πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v0.68.1

2018-12-19

Bug Fixes

  • Fix an issue with UMD wrappers where a variable is used without being defined (#2600)

Pull Requests

  • #2600: Fix UMD and IIFE wrapper issues and add comprehensive functional wrapper tests (@lukastaegert)
Commits

The new version differs by 6 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 7cc2f62 1.0.0
  • 5f876b2 Update changelog
  • 4f19233 1.0 changes (#2293)
  • 5328122 Fix hook's name in test's description (#2611)
  • 84cb5b5 Fix a self-contradiction comment in the docs (#2612)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.0.1

2019-01-03

Bug Fixes

  • Properly handle reexporting an external default export for non-ESM targets when using named exports mode (#2620)
  • Do not (wrongly) re-declare input options in the merged RollupOptions type (#2622)

Pull Requests

Commits

The new version differs by 6 commits.

  • fbb5f9e 1.0.1
  • e7b3c78 Update changelog
  • eda15fa Update changelog
  • 5ff6352 Show how to skip imports for optional plugins (#2627)
  • 6d32530 Simplify RollupOptions (#2622)
  • f5364d9 Fixed issue with reexporting default as default with {exports: named, interop: true} options. (#2620)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.0.2

2019-01-05

Bug Fixes

  • Make sure the transform hook is always reevaluated when a file watched by the hook changes (#2633)
  • Fix a crash when generating hashes for tree-shaken dynamic imports (#2638)
  • Fix a crash and some inconsistencies when using the acorn-bigint plugin (#2640)

Pull Requests

Commits

The new version differs by 7 commits.

  • 27cde2a 1.0.2
  • 6b55518 Update changelog
  • 6ac23e9 Make sure all CLI options are listed in the summary (#2641)
  • be7afed Treat bigints as unknown for now on all systems to avoid accidentally (#2640)
  • ee6db13 Do not fail when generating hashes for tree-shaken dynamic imports (#2638)
  • 29b8c64 Make code optional again in rollup warnings (#2635)
  • 6b343ab Make sure this.addWatchFile also declares transform dependencies, (#2633)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 00d7521 1.1.0
  • 76c7162 Update changelog
  • bf47572 Make this.meta available in options hook, pass input options to buildStart (#2642)
  • d2e2c9f Improve how acorn is imported, update dependencies (#2636)
  • b7a8403 implement writeBundle hook (#2643)
  • 34cb08d Fix typo related to entryFileNames example (#2647)

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 πŸš€

Release Notes for v1.1.2

2019-01-21

Bug Fixes

  • Tree-shaken dynamic imports no longer leave behind undefined entries in the bundle information (#2663)
  • Dynamic imports in dynamically imported files could lead to crashes and would not always create new chunks (#2664)

Pull Requests

Commits

The new version differs by 4 commits.

  • 38f3ca6 1.1.2
  • 384e35d Update changelog
  • 296035e Do not include tree-shaken dynamic imports in bundle information (#2663)
  • a7eb784 Properly handle dynamic imports declared in dynamically imported files (#2664)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 17 commits.

  • 60e8df2 1.2.0
  • 56ff3e3 Update changelog
  • 19a7727 Reimplement variable deconflicting logic (#2689)
  • fe84e00 Update changelog
  • db42a04 Prevent final resolution and facade creation for inlined dynamic imports (#2677)
  • 4d082b0 Respect rendered exports when generating chunk hashes (#2695)
  • 14a17af Correctly render function expression inside simplified expression statements. (#2696)
  • 0a46310 Add a fix for MaxListenersExceededWarning (#2700)
  • 1454b90 Update rollup-pluginutils (#2703)
  • d883243 Update changelog
  • f8faa4b Allow config files to contain non-default exports (#2673)
  • d6a865e Update changelog
  • 1ae20fc Improve type of RollupOutput.output (#2679)
  • 7f79ab1 Update changelog
  • c702f3a Fix typo in export-globals test (#2693)

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.2.1

2019-02-17

Bug Fixes

  • Fix ESM version of Rollup (#2705)

Pull Requests

Commits

The new version differs by 3 commits.

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 πŸš€

Release Notes for v1.2.3

2019-02-23

Bug Fixes

  • Use correct path when rendering dynamic imports where the entry module is empty (#2714)

Pull Requests

Commits

The new version differs by 4 commits.

  • 5d6e01c 1.2.3
  • 6c346ba Update changelog
  • 585500e Add npm ci to prepublish script.
  • e8c078d Properly render dynamic imports when imported module is empty (#2714)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.2.4

2019-02-26

Bug Fixes

  • Fix an issue where a variable was imported twice under the same name (#2715)

Pull Requests

  • #2715: Deduplicate imports referencing default exports and their original variables (@lukastaegert)
Commits

The new version differs by 3 commits.

  • c499630 1.2.4
  • 369446b Update changelog
  • 297cc8c Deduplicate imports referencing default exports and their original variables (#2719)

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 πŸš€

Release Notes for v1.3.0

2019-02-26

Features

  • Treeshake call expressions prefixed with UglifyJS style @__PURE__ annotations (#2429)

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.3.1

2019-02-27

Bug Fixes

  • Correctly reexport the default export from entry chunks (#2727)

Pull Requests

Commits

The new version differs by 3 commits.

  • e9abb56 1.3.1
  • 55ef193 Update changelog
  • 45518c2 Take chunk export mode into account when reexporting default, resolves #2721 (#2727)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.3.2

2019-02-27

Bug Fixes

  • Allow ids of default exported classes to be exported separately (#2728)

Pull Requests

Commits

The new version differs by 3 commits.

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 πŸš€

Release Notes for v1.4.0

2019-03-01

Features

  • Add option to change the name of the dynamic import function to allow polyfilling it (#2723)

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.4.1

2019-03-04

Features

  • Do not treat the import target "" as external by default (#2733)

Pull Requests

Commits

The new version differs by 4 commits.

  • f15aefb 1.4.1
  • ccef873 Update changelog
  • 6010bdd fix: the empty string importee should not always be treated as external module id (#2733)
  • d27ee15 Add dynamicImportFunction to CLI guide

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.4.2

2019-03-07

Bug Fixes

  • Respect variable identity of exports when hashing (#2741)
  • Resolve a situations where a variable was imported twice with the same name (#2737)

Pull Requests

Commits

The new version differs by 6 commits.

  • adaa23e 1.4.2
  • 2d03a67 Update changelog
  • 858fea4 Resolve a situation where different default exports referencing the same (#2737)
  • 6903425 Update changelog
  • af41561 Fix an issue where the same hash was generated when different variables (#2741)
  • d27c0f6 Docs: Fix return type (#2738)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.5.0

2019-03-07

Features

  • Allow resolving to a different id while marking it as external at the same time (#2734)

Pull Requests

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 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v1.6.1

2019-03-20

Bug Fixes

  • Avoid name clashes of unused default exports when tree-shaking is false (#2758)
  • Do not crash when generating SystemJS bundles containing array patterns with member expressions (#2760)

Pull Requests

Commits

The new version differs by 4 commits.

  • dfe1713 1.6.1
  • 7513859 Update changelog
  • 8166eb0 Handle member expressions in array patterns (#2760)
  • 26d2b31 Make sure unused default exports are deconflicted when tree-shaking is false (#2758)

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