Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency rollup-plugin-visualizer to v5 #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 26, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup-plugin-visualizer ^1.1.1 -> ^5.0.0 age adoption passing confidence

Release Notes

btd/rollup-plugin-visualizer

v5.9.0

Compare Source

  • Add include and exclude options allowing to filter bundles, and files in separate or together
  • Fix possible bug with not correctly cutting prefix when projectRoot is a string
  • Use glob patterns via picomatch in include and exclude allowing to filter both bundles and files
  • treemap received new zoom. On click on node it will increase it size to 100%

v5.8.3

Compare Source

  • Remove not used dependencies and updated rollup to v3

v5.8.2

Compare Source

  • Update dependencies. Most notable source-map updated to 0.7.4

v5.8.1

Compare Source

  • Make rollup to be optional peer dependency

v5.8.0

Compare Source

  • New template type raw-data - it replaces .json option
  • Soft deprecate .json option in favor of new template type
  • New template type list - it outputs yml file with all contents

v5.7.1

Compare Source

  • Return back filter to network diagram

v5.7.0

Compare Source

  • Add emitFile option
  • Allow to drag network diagram
  • Allow to exclude nodes from network diagram by double click
  • Allow to highligh file dependencies listed in toolip by click
  • Remove webcola and switch back to d3-force with defined node positions

v5.6.0

Compare Source

  • Allow to pass function that return options

v5.5.4

Compare Source

v5.5.2

Compare Source

  • Fix coloring in case of 2 chunks

v5.5.1

Compare Source

  • Fix compatibility issue with rollup v1

v5.5.0

Compare Source

  • Refactor internal data structures to optimise perfomance

v5.4.1

Compare Source

  • Remove unnecessary font size grow

v5.4.0

Compare Source

  • Show small notice in tooltip for treemap about what we show as sizes
  • Hide sizes from UI as this creates confusion, because people starts to think about plugin as fs representation and that it is possible to get real size of small portion of bundle.

v5.3.7

Compare Source

  • Fix bug with new parts of bundle structure in treemap, that does not allow to show
    imported by paths

v5.3.6

Compare Source

v5.3.4

Compare Source

  • Just rebuild

v5.3.3

Compare Source

  • Fix node10 compatability

v5.3.2

Compare Source

  • CLI now remove output file if exists before write

v5.3.1

Compare Source

  • Fix issue that network nodes could override hierarhy data
  • Tried to implement groups in network chart, still some work to do
  • In rollup >= 2.44 use code for byte size estimation instead of renderedLength prop

v5.3.0

Compare Source

  • Merge hierarchy nodes with single child together, reducing visual noise by less deep structure

v5.2.1

Compare Source

  • Improve filtering and make it less fragile

v5.2.0

Compare Source

  • Add include and exclude filters to UI, it is plain regexps.

v5.1.0

Compare Source

  • Add projectRoot and stop doing right work, but just assume nobody follow good practice and naming convention.

v5.0.4

Compare Source

  • Fix trimming root of non absolute path, this could happen when plugin does not follow rollup naming convention for virtual modules

v5.0.3

Compare Source

  • It is just not possible to release major version without several patches

v5.0.2

Compare Source

v4.2.2

Compare Source

  • Rollback open to v7 because v8 requires node 12, but i still support 10
  • Add workaround for preact bug for xlink:href attribute - use just href
  • Rework safari bug fix to make it a little more clean

v4.2.1

Compare Source

  • Update deps
  • Fix safari rendering

v4.2.0

  • Switch to npm
  • Add to html template window on resize handler

v4.1.2

  • Update deps, drop pupa because it has not stated breaking change

v4.1.1

  • Update to d3 v6 and other deps

v4.1.0

  • Change color palette for treemap to be less bright
  • Expose bundle actual sizes to root json (this fixes unknown nodes in network chart)
  • Drop chartParameters as it was not used starting 2.x
  • Fix dropping common path from absolute paths only (fix issue with alias plugin)
  • Fix resolve of sourcemap entries
  • Fix if some node do not have lengths report it as 0

v4.0.4

v4.0.3

  • Fix #​69
  • Copy options and env with cli

v4.0.2

v4.0.1

  • Fix bundle.isAsset deprecation

v4.0.0

Compare Source

  • use preact and htm for rendering
  • replace mkdirp with plain fs and use fs.promises
  • Breaking change remove extraStylePath and styleOverridePath
  • Breaking change drop node 8
  • Breaking change drop circlepacking diagram
  • Breaking change require rollup >= 1.20
  • add gzip output and brotli if supported by node version
  • use WebCola with constraints for network diagram instead of d3-force

v3.3.2

Compare Source

v3.3.1

v3.3.0

  • Refine sourcemap option and add test for it

v3.2.3

Compare Source

  • Update light version

v3.2.2

Compare Source

  • Fix different TODO items

v3.2.1

Compare Source

  • Fix bug with no modules

v3.2.0

  • Zoom sunburst
  • Fix bugs with zooming size
  • Zoom circlepacking
  • Drop d3-collection as it is deprecated

v3.1.0

  • Add basic zoom to treemap
  • Add e2e test

v3.0.5

Compare Source

  • Fix trimming prefix
  • Add functinal tests

v3.0.4

Compare Source

  • Handle external deps in better way

v3.0.3

Compare Source

  • Fixes to build script

v3.0.2

Compare Source

  • Make new release working

v3.0.1

Compare Source

v3.0.0

Compare Source

  • Polish network chart (center and rotate for screen size)
  • Add cli util to merge several json files to one chart
  • Allow to produce json with json option
  • Breaking change bundleRelative removed and enabled always
  • Make tooltip to change position
  • Adjust font color depending node color (for new color scheme)
  • Use build script instead of npm scripts
  • Add new coloring scheme for treemap
  • Drop header and footer as non functional elements
  • Updates to styles to remove dups

v2.7.2

Compare Source

  • Fixes for network graph

v2.7.1

Compare Source

  • For hierarchy skip files with zero size

v2.7.0

Compare Source

  • Basic customization for chart svg node
  • Footer
  • Basic dark mode
  • Drop typeface

v2.6.1

Compare Source

  • Bug with order of elements in nest

v2.6.0

Compare Source

  • Add styleOverridePath option

v2.5.4

Compare Source

  • Bugfix

v2.5.3

Compare Source

  • Deps update

v2.5.2

Compare Source

  • Adjust color for network chart

v2.5.1

Compare Source

  • Fix merge for network chart

v2.5.0

Compare Source

  • Add bundlesRelative option to display all bundles on the same chart

v2.4.4

Compare Source

  • Add warning for sourcemap option (when you enable sourcemap but it is disabled in rollup)

v2.4.3

Compare Source

  • Improvements in network chart

v2.4.2

Compare Source

  • Improvements in network chart

v2.4.1

Compare Source

  • Remove shadows

v2.4.0

Compare Source

  • Add shadows

v2.3.0

Compare Source

  • Add network chart
  • Return mkdirp for node 8

v2.2.1

Compare Source

  • Use pupa for template
  • Drop mkdirp

v2.2.0

Compare Source

  • Tooltips

v2.1.1

Compare Source

  • Bug with files in npm

v2.1.0

Compare Source

  • Add circlepacking

v2.0.0

Compare Source

  • Add template and treemap

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

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.

1 participant