alephdata / aleph

Search and browse documents and data; find the people and companies you look for.
http://docs.aleph.occrp.org
MIT License
1.99k stars 265 forks source link

Bump the blueprint group across 1 directory with 6 updates #3744

Closed dependabot[bot] closed 4 days ago

dependabot[bot] commented 2 months ago

Bumps the blueprint group with 6 updates in the /ui directory:

Package From To
@blueprintjs/colors 4.2.1 5.1.1
@blueprintjs/core 4.20.0 5.10.3
@blueprintjs/icons 4.16.0 5.9.0
@blueprintjs/popover2 1.14.8 2.1.5
@blueprintjs/select 4.9.21 5.1.5
@blueprintjs/table 4.10.8 5.1.5

Updates @blueprintjs/colors from 4.2.1 to 5.1.1

Release notes

Sourced from @​blueprintjs/colors's releases.

v5.0.0-alpha.0

First pre-release version of v5.0.0, published to NPM with the next tag.

This release contains all the breaking changes described in the 5.0 wiki page.

Commits


Updates @blueprintjs/core from 4.20.0 to 5.10.3

Release notes

Sourced from @​blueprintjs/core's releases.

v5.0.0-alpha.0

First pre-release version of v5.0.0, published to NPM with the next tag.

This release contains all the breaking changes described in the 5.0 wiki page.

Commits
  • 79010df chore: Publish new release
  • 906f5d0 [core] refactor: Use isTimeoutEnabled constant in other parts of \<Toast2>...
  • e094518 [core] style: comment why start/clear timeout handlers are attached to mouse ...
  • 070b802 [core] fix: toasters closing immediately on hover if timeout is set to 0 (#...
  • 488658d Revert "Remove round corner for search inputs"
  • 84dc6e0 Remove round corner for search inputs
  • 5721022 chore: Publish new release
  • 4f034db [core] fix(PanelStack2): Prevent extra render due to updated previous panel...
  • a19169c [core] fix(Hotkeys): Fix hotkeys dialog having two scrollbars (#6762)
  • d2ef695 [core] fix(TagInput): don't add a tag when Enter` is pressed while composin...
  • Additional commits viewable in compare view


Updates @blueprintjs/icons from 4.16.0 to 5.9.0

Commits


Updates @blueprintjs/popover2 from 1.14.8 to 2.1.5

Release notes

Sourced from @​blueprintjs/popover2's releases.

@​blueprintjs/core@​2.1.1

  • #2329, #2333 Add props for common modifier classes
    • Button: fill, large, minimal, small
    • Checkbox etc: alignIndicator, large
    • InputGroup: large, round
    • Label: inline
    • Menu: large
    • MenuItem: active
    • Navbar: fixedToTop
    • NumericInput: fill
    • ProgressBar: animate, stripes
    • Spinner: large, small
    • Tag: large, minimal, round
    • TagInput: fill, large
  • #2330 Add more Classes constants
  • #2323 Checkbox renders SVG icons
  • #2346 .pt-html-table supports th cells in tbody (🎩 @​VictorHom)
  • #2343 Fix invalid prop warning (🎩 @​CPyle)

@​blueprintjs/docs-theme@​2.1.1

  • #2361 Add Documentation scrollParent prop (🎩 @​styu)
  • #2350 Increase site width by 100px

@​blueprintjs/icons@​2.1.1

  • #2349 Added new icons mountain, outdated, updated
  • #2331, #2349 Fixed a few existing icons

@​blueprintjs/table@​2.1.0

  • ⭐️ #2325 Support for customizing the CSS class namespace pt-
    • in the upcoming 3.0 release, we will change this namespace to bp3- to avoid style conflicts with previous versions of Blueprint on the same page
    • added a new docs page about Classes to encourage use of the forward-compatible Classes constants
  • #2390 Fix hot reload support (🎩 @​dan-katz)
  • #2118 Fix scroll syncing when widths/heights change (🎩 @​mcintyret)

@​blueprintjs/datetime@​2.0.2

  • #2357 increase gap between month selection text and caret (🎩 @​reiv)

@​blueprintjs/core@​2.0.1

  • #2316 Bump react peerDependency to 16.2.0 for fragment support
    • release notes for 2.0.0 declared this minimum version but it was not enforced in core's package.json

@​blueprintjs/core@​2.0.0

Complete 2.0.0 release notes and migration guide

@​blueprintjs/datetime@​2.0.0

Complete 2.0.0 release notes and migration guide

@​blueprintjs/icons@​2.0.0

Complete 2.0.0 release notes and migration guide

... (truncated)

Commits


Updates @blueprintjs/select from 4.9.21 to 5.1.5

Commits


Updates @blueprintjs/table from 4.10.8 to 5.1.5

Commits


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | @blueprintjs/table | [>= 4.6.a, < 4.7] | | @blueprintjs/icons | [>= 4.5.a, < 4.6] | | @blueprintjs/popover2 | [>= 1.6.a, < 1.7] | | @blueprintjs/colors | [>= 4.1.a, < 4.2] |

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 4 days ago

Superseded by #3830.