Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Update dependency rollup to v1 #182

Merged
merged 1 commit into from Jan 10, 2019
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2018

This PR contains the following updates:

Package Type Update Change References
rollup devDependencies major 0.68.2 -> 1.1.0 source

Release Notes

rollup/rollup

v1.1.0

Compare Source

2019-01-09

Features
  • Make this.meta available from the options plugin hook (#​2642)
  • Add a new writeBundle plugin hook that is called after all files have been written (#​2643)
Bug Fixes
  • Make sure the acorn import of the bundled non-ESM acorn plugins is correctly translated to ESM (#​2636)
  • Make sure input options are actually passed to the buildStart hook (#​2642)
Pull Requests

v1.0.2

Compare Source

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

v1.0.1

Compare Source

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

v1.0.0

Compare Source

2018-12-28

Breaking Changes
  • Several (mostly deprecated) options have been removed or renamed (#​2293, #​2409):
    • banner -> output.banner
    • dest -> output.file
    • entry -> input
    • experimentalCodeSplitting -> now always active
    • experimentalDynamicImport -> now always active
    • experimentalPreserveModules -> preserveModules
    • exports -> output.exports
    • extend -> output.extend
    • footer -> output.footer
    • format -> output.format
    • freeze -> output.freeze
    • globals -> output.globals
    • indent -> output.indent
    • interop -> output.interop
    • intro -> output.intro
    • load -> use plugin API
    • moduleName -> output.name
    • name -> output.name
    • noConflict -> output.noConflict
    • output.moduleId -> output.amd.id
    • outro -> output.outro
    • paths -> output.paths
    • preferConst -> output.preferConst
    • pureExternalModules -> treeshake.pureExternalModules
    • resolveExternal -> use plugin API
    • resolveId -> use plugin API
    • sourcemap -> output.sourcemap
    • sourceMap -> output.sourcemap
    • sourceMapFile -> output.sourcemapFile
    • strict -> output.strict
    • targets -> use output as an array
    • transform -> use plugin API
    • useStrict -> output.strict
  • In general, output options can no longer be used as input options (#​2409)
  • bundle.generate and bundle.write now return a new format (#​2293)
  • Several plugin hooks have become deprecated and will display warnings when used (#​2409):
    • transformBundle
    • transformChunk
    • ongenerate
    • onwrite
  • Plugin transform dependencies are deprecated in favour of using the this.addWatchFile plugin context function (#​2409)
  • Accessing this.watcher in plugin hooks is deprecated in favour of the watchChange plugin hook and the this.addWatchFile plugin context function (#​2409)
  • Using dynamic import statements will by default create a new chunk unless inlineDynamicImports is used (#​2293)
  • Rollup now uses acorn@6 which means that acorn plugins must be compatible with this version; acorn is now external for non-browser builds to make plugins work (#​2293)
Features
  • The --dir ClI option can now be aliased as -d (#​2293)
  • The --input option now supports named entry points via = (#​2293)
Bug Fixes
  • Both the --input option as well as the default CLI option now support named inputs (#​2293)
Pull Requests

Renovate configuration

📅 Schedule: "every weekend" (UTC).

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

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

@coveralls
Copy link

coveralls commented Dec 29, 2018

Coverage Status

Coverage remained the same at 89.235% when pulling 088a1af on renovate/rollup-1.x into bb31074 on master.

@renovate renovate bot force-pushed the renovate/rollup-1.x branch 4 times, most recently from ab8cac5 to 35c311d Compare January 3, 2019 09:44
@renovate renovate bot force-pushed the renovate/rollup-1.x branch 2 times, most recently from 4d23c07 to 48cab4f Compare January 5, 2019 11:54
@FredrikFolkesson FredrikFolkesson merged commit fe178de into master Jan 10, 2019
@renovate renovate bot deleted the renovate/rollup-1.x branch January 10, 2019 10:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants