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

Bump the blueprint group in /ui with 6 updates #3586

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps the blueprint group in /ui with 6 updates:

Package From To
@blueprintjs/colors 4.2.1 5.1.0
@blueprintjs/core 4.20.0 5.9.0
@blueprintjs/icons 4.16.0 5.7.1
@blueprintjs/popover2 1.14.8 2.1.0
@blueprintjs/select 4.9.21 5.1.0
@blueprintjs/table 4.10.8 5.1.0

Updates @blueprintjs/colors from 4.2.1 to 5.1.0

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

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
  • 59be963 chore: Publish new release
  • b3bb648 [core] feat(Callout): compact modifier prop (#6592)
  • 13866c7 [core] feat: CompoundTag (#6686)
  • 956bf16 [core] fix(Text): use isomorphic layout effect (#6687)
  • cbb705c [core] fix(ContextMenuPopover): clean up document handlers on close (#6685)
  • a1fc694 [core] break(Portal): stop using legacy context in React 18 (#6680)
  • def9459 [core] fix(Overlay2): use mutable stack ref, fix document event listeners (#6...
  • dbb0dab [core] feat(Overlay2): useImperativeHandle (#6675)
  • 315061a [core] feat: OverlaysProvider (#6674)
  • dcf31b8 chore: upgrade dev deps (#6671)
  • Additional commits viewable in compare view

Updates @blueprintjs/icons from 4.16.0 to 5.7.1

Commits

Updates @blueprintjs/popover2 from 1.14.8 to 2.1.0

Release notes

Sourced from @​blueprintjs/popover2's releases.

@​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

@​blueprintjs/select@​2.0.0

Complete 2.0.0 release notes and migration guide

@​blueprintjs/table@​2.0.0

Complete 2.0.0 release notes and migration guide

@​blueprintjs/timezone@​2.0.0

Complete 2.0.0 release notes and migration guide

@​blueprintjs/core@​2.0.0-rc.4

General

  • 🌟 #2241 Run published CSS files through postcss to remove comments and run Autoprefixer.
  • #2268 Copyright comments in files use /* comments only.
  • #2269 Use React.HTMLAttributes instead of React.HTMLProps in components that support arbitrary HTML props.

@blueprintjs/core 2.0.0-rc.4

  • #2230 Publish the 2.0.0 upgrade script which renames most symbols.
    # the following script will now appear in your `npm bin` directory.
    # run it for full usage instructions.
    ./upgrade-blueprint-2.0.0-rename
  • #2256 Add KeyCombo minimal prop to render icon and text only
  • #2251 Add Tag interactive modifier support (through .pt-interactive class)
  • #2276 Add Popover targetElementTag prop a la rootElementTag (:tophat: @​tgreen7)

... (truncated)

Commits

Updates @blueprintjs/select from 4.9.21 to 5.1.0

Commits

Updates @blueprintjs/table from 4.10.8 to 5.1.0

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the blueprint group in /ui with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@blueprintjs/colors](https://github.com/palantir/blueprint/tree/HEAD/packages/colors) | `4.2.1` | `5.1.0` |
| [@blueprintjs/core](https://github.com/palantir/blueprint/tree/HEAD/packages/core) | `4.20.0` | `5.9.0` |
| [@blueprintjs/icons](https://github.com/palantir/blueprint/tree/HEAD/packages/icons) | `4.16.0` | `5.7.1` |
| [@blueprintjs/popover2](https://github.com/palantir/blueprint/tree/HEAD/packages/popover2) | `1.14.8` | `2.1.0` |
| [@blueprintjs/select](https://github.com/palantir/blueprint/tree/HEAD/packages/select) | `4.9.21` | `5.1.0` |
| [@blueprintjs/table](https://github.com/palantir/blueprint/tree/HEAD/packages/table) | `4.10.8` | `5.1.0` |


Updates `@blueprintjs/colors` from 4.2.1 to 5.1.0
- [Release notes](https://github.com/palantir/blueprint/releases)
- [Changelog](https://github.com/palantir/blueprint/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/palantir/blueprint/commits/@blueprintjs/[email protected]/packages/colors)

Updates `@blueprintjs/core` from 4.20.0 to 5.9.0
- [Release notes](https://github.com/palantir/blueprint/releases)
- [Changelog](https://github.com/palantir/blueprint/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/palantir/blueprint/commits/@blueprintjs/[email protected]/packages/core)

Updates `@blueprintjs/icons` from 4.16.0 to 5.7.1
- [Release notes](https://github.com/palantir/blueprint/releases)
- [Changelog](https://github.com/palantir/blueprint/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/palantir/blueprint/commits/@blueprintjs/[email protected]/packages/icons)

Updates `@blueprintjs/popover2` from 1.14.8 to 2.1.0
- [Release notes](https://github.com/palantir/blueprint/releases)
- [Changelog](https://github.com/palantir/blueprint/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/palantir/blueprint/commits/@blueprintjs/[email protected]/packages/popover2)

Updates `@blueprintjs/select` from 4.9.21 to 5.1.0
- [Release notes](https://github.com/palantir/blueprint/releases)
- [Changelog](https://github.com/palantir/blueprint/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/palantir/blueprint/commits/@blueprintjs/[email protected]/packages/select)

Updates `@blueprintjs/table` from 4.10.8 to 5.1.0
- [Release notes](https://github.com/palantir/blueprint/releases)
- [Changelog](https://github.com/palantir/blueprint/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/palantir/blueprint/commits/@blueprintjs/[email protected]/packages/table)

---
updated-dependencies:
- dependency-name: "@blueprintjs/colors"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: blueprint
- dependency-name: "@blueprintjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: blueprint
- dependency-name: "@blueprintjs/icons"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: blueprint
- dependency-name: "@blueprintjs/popover2"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: blueprint
- dependency-name: "@blueprintjs/select"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: blueprint
- dependency-name: "@blueprintjs/table"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: blueprint
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2024

Superseded by #3625.

@dependabot dependabot bot closed this Mar 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/develop/blueprint-12cb043d78 branch March 1, 2024 11:39
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants