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

build(deps): Bump @bundle-stats/utils from 2.1.1 to 2.2.0 #54

Merged
merged 2 commits into from
May 11, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 20, 2020

Bumps @bundle-stats/utils from 2.1.1 to 2.2.0.

Release notes

Sourced from @bundle-stats/utils's releases.

v2.2.0

Features

edf4790f0ff138105979afc73bba1ce06ddb3914 feature(ui): BundlePackages - add search by name 1ae60fb00ffaa0bcfb0b64e79b148ccb27221e43 feature(ui): BundleChunkModules - add search by name c91e46c1b1328513856c00b81f282463ce211eb8 feature: Add search to BundleAssets f9ef7c8139e35c2a885d643f119fc34b72b54a5b feature: Add withSearch hoc 15ccf2ac4b083cfd4d9360a4b0305462d15347cd feature: Add MetricsTableSearch component e6f476a722ce580d783e9b27eb661a133c796ad2 feature(ui): Icon - add cancel icon

Fixes

ab9ae427358021147ecf0bcfbaf8a25d94b14c0c fix(html-templates): Handle modules and non-modules styles 8543d56b1d7c6b7e3ea47c65e9198b60f4f55879 fix(ui): RunLabelSum - increase font size 3140c03d8a239076a0d6c393765da5ce6ce751be fix(ui): SortDropdown - merge buttons 60ab489003979a8c9089bd9a6a30b0762061e55d fix(ui): Table - use unique keys 35f448365f5fde295ed75d70fa2dc8818f695306 fix(ui): Consistent prop name for metric items 5b0e78510f74302db452ab3dc30a6d3772eadeff fix(ui): Debounce metrics table search 7f04086c801f408e376323e8f37f4933e87dcb47 fix(ui): Correct prop types 3eb8d2cbff7623d6ffd12a0b85078dc43d7e2419 fix(ui): Dropdown - substract border from padding 49181c0148aa13f0fc3d8f1deaae3f56201bcfb9 fix(ui): EmptySet - update message c2f2ba670fd8bdc2b8b5b60ede55f357dd07399a fix(utils): Validate webpack stats structure ba2c11c91e9275925a57b1112107c661a3b9fae0 fix(utils): Handle missing asset/module names

Other

f657e1fadd25438d68f9a3e9e85f0612cb16035e Merge pull request #710 from relative-ci/renovate/eslint-plugin-prettier-3.x f846a838b6339f768e59e31a3dcc56d55ca11013 chore(deps): update dependency eslint-plugin-prettier to v3.1.3 23f268e085c30c09ce2bc39c52b8c4fd1b4ca5f9 Merge pull request #709 from relative-ci/fix-report-styles a6e92dd3d0df8767965ea760cafacc9510eca571 Merge pull request #706 from relative-ci/renovate/pin-dependencies 973ae265d6da14b240bd891ef19dba7aaa5ca634 Merge pull request #707 from relative-ci/renovate/stylelint-13.x a14623a2d9a032fd195503b897f6bda2e77073eb Merge pull request #708 from relative-ci/update-docs f94d9a86f72afb1d08393a7bf0650e1dbb75c05d docs(utils): Add how to 8abc68adca69705bcb6dd4c957c27fdac05fca27 docs(webpack-plugin): Add typings.d.ts 78ec8bd71d7d0620307aaf10254b1a74b5351648 chore(deps): update dependency stylelint to v13.3.2 65bc775c2bc41346ee38ac275d7d05d23e6462d8 chore(deps): pin dependency enzyme-adapter-react-16 to 1.15.2 f2be27b853f33ab8b70929049f166b592de6c976 Merge pull request #687 from relative-ci/metrics-table-search 94953371c6f449047a7aad6c4babeb095945e486 perf(ui): useMemo for filtering & sorting 36b2f7b010bb620eac00d4edc47df0bc1f41b13a refactor(ui): Merge filters & search functionality fcc3ae430b8c202bd7b04e8842af6e5bfa5e0824 build(ui): Add shallow rendering for components 2badbda78b66647d5ce12aebb9162be599d310ac build(html-templates): Use shallow rendering for testing 80a580a7643175883b0c843aa76f90c484449470 refactor(ui): BundleAssets - use Toolbar bfdaf062de6ea7e20e35a010ff87b18f8fd8a4b5 refactor: Extract Toolbar component f88e683c1b68c280469d26ad65f5fdea113962f4 Merge pull request #705 from relative-ci/renovate/css-loader-3.x 596a9d43ed7f2cc1eaa13fed4498f3ad1238239f chore(deps): update dependency css-loader to v3.5.2 329a5f9f370775ace66b1d756fa5f3926acf0eda Merge pull request #697 from relative-ci/update-validation 510ab7d951387e7a46e5419bfb642734c21741c2 Merge pull request #700 from relative-ci/renovate/jest-monorepo 436eededf1284ac1667a8c7781a9a22399b46919 Update jest monorepo to v25.3.0 a6a9966865cee078724eb87b2ba553d46a19d586 Merge pull request #704 from relative-ci/renovate/husky-4.x 9ff334b80875bff7ca840221b82e091983246e1a Merge pull request #703 from relative-ci/renovate/core-js-3.x bdeaa0f51bccfdb666893f86d4b4622ecc6fa631 Merge pull request #702 from relative-ci/renovate/lint-staged-10.x 3667305320d528e123f86ed8b854cbd3d6390112 Merge pull request #701 from relative-ci/renovate/stylelint-13.x 7358d0951e63b0121bfaabfe41eeb5263be429e2 Merge pull request #699 from relative-ci/renovate/moonwalker-orbit-ui-1.x

... (truncated)
Changelog

Sourced from @bundle-stats/utils's changelog.

2.2.0 (2020-04-13)

Bug Fixes

  • html-templates: Handle modules and non-modules styles (ab9ae42)
  • ui: Consistent prop name for metric items (35f4483)
  • ui: Correct prop types (7f04086)
  • ui: Debounce metrics table search (5b0e785)
  • ui: Dropdown - substract border from padding (3eb8d2c)
  • ui: EmptySet - update message (49181c0)
  • ui: RunLabelSum - increase font size (8543d56)
  • ui: SortDropdown - merge buttons (3140c03)
  • ui: Table - use unique keys (60ab489)
  • utils: Handle missing asset/module names (ba2c11c)
  • utils: Validate webpack stats structure (c2f2ba6)

Performance Improvements

  • ui: useMemo for filtering & sorting (9495337)
Commits
  • 2f7b828 📦 release v2.2.0
  • f657e1f Merge pull request #710 from relative-ci/renovate/eslint-plugin-prettier-3.x
  • f846a83 chore(deps): update dependency eslint-plugin-prettier to v3.1.3
  • 23f268e Merge pull request #709 from relative-ci/fix-report-styles
  • ab9ae42 fix(html-templates): Handle modules and non-modules styles
  • a6e92dd Merge pull request #706 from relative-ci/renovate/pin-dependencies
  • 973ae26 Merge pull request #707 from relative-ci/renovate/stylelint-13.x
  • a14623a Merge pull request #708 from relative-ci/update-docs
  • f94d9a8 docs(utils): Add how to
  • 8abc68a docs(webpack-plugin): Add typings.d.ts
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 20, 2020
@vio
Copy link
Member

vio commented Apr 20, 2020

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/bundle-stats/utils-2.2.0 branch from 69d040b to 8db25f0 Compare April 20, 2020 17:05
@vio vio force-pushed the dependabot/npm_and_yarn/bundle-stats/utils-2.2.0 branch from 8db25f0 to f9e26fb Compare May 11, 2020 21:12
@vio vio merged commit c05c114 into master May 11, 2020
@vio vio deleted the dependabot/npm_and_yarn/bundle-stats/utils-2.2.0 branch May 11, 2020 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant