Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 30, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup (source) 1.27.5 -> 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

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, check this box

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

@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 08e3708 to f46e9d8 Compare December 1, 2019 20:55
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.6 chore(deps): update dependency rollup to v1.27.7 Dec 1, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from f46e9d8 to 876f31d Compare December 2, 2019 06:25
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.7 chore(deps): update dependency rollup to v1.27.8 Dec 2, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.8 chore(deps): update dependency rollup to v1.27.9 Dec 7, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 2 times, most recently from 18a5993 to 688a224 Compare December 11, 2019 08:18
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.9 chore(deps): update dependency rollup to v1.27.10 Dec 11, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 688a224 to 23111f8 Compare December 12, 2019 06:20
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.10 chore(deps): update dependency rollup to v1.27.11 Dec 12, 2019
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.11 chore(deps): update dependency rollup to v1.27.12 Dec 13, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 2 times, most recently from 186ec42 to a2f37f3 Compare December 14, 2019 19:22
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.12 chore(deps): update dependency rollup to v1.27.13 Dec 14, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from a2f37f3 to e9c1dfd Compare December 22, 2019 15:47
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.13 chore(deps): update dependency rollup to v1.27.14 Dec 22, 2019
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from e9c1dfd to 8a2fec8 Compare January 4, 2020 20:16
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.27.14 chore(deps): update dependency rollup to v1.28.0 Jan 4, 2020
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 8a2fec8 to 4e65934 Compare January 8, 2020 10:23
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.28.0 chore(deps): update dependency rollup to v1.29.0 Jan 8, 2020
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 4e65934 to 12bb437 Compare January 21, 2020 06:56
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.29.0 chore(deps): update dependency rollup to v1.29.1 Jan 21, 2020
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 12bb437 to 9f057b4 Compare February 8, 2020 19:56
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.29.1 chore(deps): update dependency rollup to v1.31.0 Feb 8, 2020
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from 9f057b4 to d6c224b Compare February 22, 2020 07:59
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.31.0 chore(deps): update dependency rollup to v1.31.1 Feb 22, 2020
@renovate renovate bot force-pushed the renovate/rollup-1.x branch from d6c224b to 1c80a34 Compare March 14, 2020 08:57
@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.31.1 chore(deps): update dependency rollup to v1.32.1 Mar 14, 2020
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title chore(deps): update dependency rollup to v1.32.1 chore(deps): update dependency rollup to v1.32.1 - abandoned Dec 8, 2024
@renovate
Copy link
Author

renovate bot commented Dec 8, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants