apollo-cache-persist icon indicating copy to clipboard operation
apollo-cache-persist copied to clipboard

chore(deps): update dependency rollup to v1.32.1

Open renovate[bot] opened this issue 5 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup (source) 1.25.2 -> 1.32.1 age adoption passing confidence

Release Notes

rollup/rollup

v1.32.1

Compare Source

2020-03-06

Bug Fixes
  • Handle default export detection for AMD and IIFE externals that do not have a prototype (#​3420)
  • Handle missing whitespace when the else branch of an if-statement is simplified (#​3421)
  • Mention the importing module when reporting errors for missing named exports (#​3401)
  • Add code to warning for missing output.name of IIFE bundles (#​3372)
Pull Requests

v1.32.0

Compare Source

2020-02-28

Features
  • Allow adding plugins on the command line via --plugin <plugin> (#​3379)
Pull Requests

v1.31.1

Compare Source

2020-02-14

Bug Fixes
  • Make sure errored files are always re-evaluated in watch mode to avoid an issue in the typescript plugin (#​3388)
Pull Requests

v1.31.0

Compare Source

2020-01-31

Features
  • Always disable tree-shaking for asm.js functions to maintain semantics (#​3362)
Pull Requests

v1.30.1

Compare Source

2020-01-27

Bug Fixes
  • Do not mistreat static entgry points as dynamic ones when chunking (#​3357)
  • Resolve a crash when chunking circular dynamic imports (#​3357)
Pull Requests

v1.30.0

Compare Source

2020-01-27

Features
  • Do not split chunks when dynamically imported modules import modules that are already loaded by all dynamic importers (#​3354)
  • Add hoistTransitiveImports option to disable hoisting imports of static dependencies into entry chunks (#​3353)
Bug Fixes
  • Make sure polyfills are always loaded first when each static entry point contains them as first import (#​3354)
Pull Requests

v1.29.1

Compare Source

2020-01-21

Bug Fixes
  • Avoid crashes for circular reexports when named exports cannot be found (#​3350)
Pull Requests

v1.29.0

Compare Source

2020-01-08

Features
  • Enable top-level await by default (#​3089)
  • Add typings for watch events (#​3302)
Bug Fixes
  • Deconflict files that would conflict only on a case-insensitive OS (#​3317)
  • Do not fail in certain scenarios where a logical expression inside a sequence expression was being directly included (#​3327)
Pull Requests

v1.28.0

Compare Source

2020-01-04

Features
  • Allow piping in stdin via the command line interface (#​3312, #​3290)
  • Allow plugins to mark modules as having syntheticNamedExports for e.g. better CJS interoperability (#​3295)
  • Ignore variable reassignments in dead code when tree-shaking to remove more unneeded code (#​3212)
Bug Fixes
  • Properly respect tree-shaken code when generating sourcemaps (#​3318)
Pull Requests

v1.27.14

Compare Source

2019-12-22

Bug Fixes
  • Update references to official rollup plugins in error messages (#​3297, #​3298)
Pull Requests

v1.27.13

Compare Source

2019-12-14

Bug Fixes
  • Do not truncate environment variable values at the first colon when using the --environment option (#​3283)
Pull Requests

v1.27.12

Compare Source

2019-12-13

Bug Fixes
  • Prevent invalid AMD or SystemJS code when accessing import.meta (#​3282)
Pull Requests
  • #​3282: Always make "module" available for SystemJS and AMD formats if import.meta is accessed directly (@​lukastaegert)

v1.27.11

Compare Source

2019-12-12

Bug Fixes
  • Resolve a crash due to an infinite loop (#​3280)
Pull Requests

v1.27.10

Compare Source

2019-12-11

Bug Fixes
  • Keep track of function return values in more situations (#​3278)
Pull Requests

v1.27.9

Compare Source

2019-12-07

Bug Fixes
  • Fix an issue where reexports could be missing when preserving modules (#​3273)
  • Allow turning of color output via NO_COLOR or FORCE_COLOR=0 environment variables (#​3272)
Pull Requests

v1.27.8

Compare Source

2019-12-02

Bug Fixes
  • Deoptimize objects when a method is called on them to make sure modifications via "this" are observed (#​3266)
Pull Requests

v1.27.7

Compare Source

2019-12-01

Bug Fixes
  • Fix a scenario where a reassignments to computed properties were not tracked (#​3267)
Pull Requests

v1.27.6

Compare Source

2019-11-30

Bug Fixes
  • Use "auto" export mode by default for all modules when preserving modules (#​3265)
  • Observe "output.exports" when preserving modules and warn for mixed exports if necessary (#​3265)
Pull Requests

v1.27.5

Compare Source

2019-11-25

Bug Fixes
  • Make sure namespaces for inlined dynamic imports are treated as variable accesses when deconflicting (#​3256)
Pull Requests

v1.27.4

Compare Source

2019-11-22

Bug Fixes
  • Aggregate circular dependency warnings in the CLI (#​3249)
  • Do not defer non-aggregated handlers in the CLI (#​3249)
Pull Requests

v1.27.3

Compare Source

2019-11-20

Bug Fixes
  • Provide better warning when empty chunks are created in a code-splitting scenario (#​3244)
Pull Requests

v1.27.2

Compare Source

2019-11-18

Bug Fixes
  • Fix an issue where live bindings were not working correctly when using += in SystemJS (#​3242)
Pull Requests
  • #​3242: Export updated assignments when using shorthand update assignment expressions in SystemJS (@​lukastaegert)

v1.27.1

Compare Source

2019-12-22

Bug Fixes
  • Update references to official rollup plugins in error messages (#​3297, #​3298)
Pull Requests

v1.27.0

Compare Source

2019-11-12

Features
  • Add support for output-specific plugins (#​3218)
  • Reenable parallel output processing when using the CLI (#​3218)
  • Warn if files are emitted that would overwrite previously emitted files (#​3218)
Bug Fixes
  • Do not overwrite files emitted in other builds if outputs are generated in parallel (#​3218)
Pull Requests

v1.26.5

Compare Source

2019-11-11

Bug Fixes
  • Fix a regression where it was no longer to pass a certain option format to generate (#​3223)
Pull Requests

v1.26.4

Compare Source

2019-11-09

Bug Fixes
  • Keep watching known files after a plugin error during the initial build (#​3219)
Pull Requests

v1.26.3

Compare Source

2019-11-02

Bug Fixes
  • Work around an incompatibility with rollup-plugin-dts (#​3211)
Pull Requests

v1.26.2

Compare Source

2019-10-31

Bug Fixes
  • Do not create invalid code when using treeshake: false and star re-exports (#​3209)
Pull Requests

v1.26.1

Compare Source

2019-10-31

Bug Fixes
  • Prevent an issue where outputs would overwrite files emitted by other outputs (#​3201)
  • Do not throw an error if the config file does not have a .js extension (#​3204)
Pull Requests

v1.26.0

Compare Source

2019-10-27

Features
  • Only warn when no output is provided for an IIFE bundle but still produce valid code (#​3181)
  • Support reexporting namespaces as a binding (#​3193)
  • Switch from hash.js to crypto for hashing in the Node build for better performance and support for very large assets (#​3194)
Bug Fixes
  • Correctly handle chunks reexporting the same namespace as two different bindings (#​3193)
Pull Requests

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Oct 08 '20 12:10 renovate[bot]