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 @patternfly/patternfly from 4.194.4 to 4.210.2 in /src/main/webapp #349

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

Bumps @patternfly/patternfly from 4.194.4 to 4.210.2.

Release notes

Sourced from @​patternfly/patternfly's releases.

prerelease-v4.210.2

4.210.2 (2022-08-23)

Bug Fixes

prerelease-v4.210.1

4.210.1 (2022-08-19)

Bug Fixes

  • ExpandableSection: remove top margin on toggle (#5045) (5e4d053)

prerelease-v4.210.0

4.210.0 (2022-08-19)

Features

  • Timestamp: update outlineoffset and display styles (#5047) (9fcad24)

prerelease-v4.209.1

4.209.1 (2022-08-19)

Bug Fixes

  • theme: improved contrast of red-8888, warning button text (#5041) (2f2c58b)

prerelease-v4.209.0

4.209.0 (2022-08-19)

Features

prerelease-v4.208.1

4.208.1 (2022-08-17)

Bug Fixes

  • global: added custom property to override root font-size (#5032) (50c8990)

prerelease-v4.208.0

4.208.0 (2022-08-17)

... (truncated)

Changelog

Sourced from @​patternfly/patternfly's changelog.


id: Release notes section: developer-resources releaseNoteTOC: true

2022.11 release notes (2022-08-25)

Packages released:

Components

  • Avatar: Updated examples to use correct avatar image, simplified hbs (#5026)
  • Button: Added a badge count to the link button (#5029)
  • Card: Updated body fill example to show fill behavior (#5022)
  • Checkbox: Added support for required indicator (#5025)
  • Dropdown, select, context selector: Added static variation for menu (#4986)
  • Expandable section:
    • Added truncate variant (#5001)
    • Fixed top margin on detached truncate toggle (#5045)
  • Menu: Removed footer bottom border when scrollable (#5002)
  • Page: Added full-height modifier (#5018)
  • Search input: Added collapsible variant (#4827)
  • Table: Added max-height support to outerscroll container (#5039)
  • Timestamp: Added outline-offset and fixed trailing whitespace (#5047)

Other

  • Global: Added custom property to allow override of root font-size (#5032)
  • Theme:
    • Adjusted dark theme colors (#5020)
    • Improved contrast of dark theme red-8888, warning button text (#5041)
  • Workspace: Fixed a11y violations in data-list and toolbar (#5015)

2022.10 release notes (2022-08-04)

Packages released:

Components

  • Description list: Removed dl group mod in examples (#4993)
  • Drawer:
    • Fixed sticky page sections when in drawer (#4971)
    • Fixed broken var names (#4950)
  • Form control: Fixed disabled text color (#4988)
  • Menu:
    • Adjusted group title text (#4917)
    • Fixed non-visible drilldown submenu VO issue (#4980)
  • Number input: Added support for status icon (#4983)
  • Page: Fixed sticky-on section padding (#5011)
  • Popover: Aligned edge of close button icon with content (#4998)
  • Sidebar: Added light/dark theme border, remove desktop shadow (#4938)
  • Table:

... (truncated)

Commits
  • 5561e94 fix(release-notes): added 2022.11 (#5051)
  • b113aee chore(docs): better describe variable naming (#5043)
  • 5e4d053 fix(ExpandableSection): remove top margin on toggle (#5045)
  • 3f8f3b0 chore(a11y): updated data list and toolbar duplicate IDs follow up (#5015)
  • 9fcad24 feat(Timestamp): update outlineoffset and display styles (#5047)
  • 2f2c58b fix(theme): improved contrast of red-8888, warning button text (#5041)
  • b53d811 chore(deps): update dependency @​patternfly/react-table to v4.100.8 (#5035)
  • afe588e chore(deps): update dependency @​patternfly/react-code-editor to v4.72.8 (#5034)
  • 23c92d2 feat(table): added max-height to outerscroll (#5039)
  • 50c8990 fix(global): added custom property to override root font-size (#5032)
  • 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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2022
@project-openubl-preview-bot
Copy link
Contributor

🚀 Container image Preview ✨

The creation of the container image might take aproximately 10 minutes. Once it is available you can pull it using:

docker pull ghcr.io/project-openubl/searchpe/searchpe:dependabot/npm_and_yarn/src/main/webapp/patternfly/patternfly-4.210.2
  • To watch the current status of the container image creation visit Workflow runs
  • To see the list of packages created by the boot visit Packages

Docker compose
version: "3"
services:
  postgresql:
    image: postgres:13.7
    ports:
      - 5432:5432
    environment:
      POSTGRES_DB: searchpe_db
      POSTGRES_USER: db_username
      POSTGRES_PASSWORD: db_password
    healthcheck:
      test: [ "CMD-SHELL", "pg_isready -U db_username -d searchpe_db" ]
      interval: 10s
      timeout: 5s
      retries: 5

  searchpe:
    image: quay.io/projectopenubl/searchpe:early-access
    ports:
      - 8180:8080
    environment:
      QUARKUS_HTTP_PORT: 8080
      QUARKUS_DATASOURCE_USERNAME: db_username
      QUARKUS_DATASOURCE_PASSWORD: db_password
      QUARKUS_DATASOURCE_JDBC_URL: jdbc:postgresql://postgresql:5432/searchpe_db
    healthcheck:
      test: [ "CMD", "curl", "-f", "http://localhost:8080/q/health" ]
      interval: 10s
      timeout: 5s
      retries: 5
    depends_on:
      postgresql:
        condition: service_healthy

@carlosthe19916
Copy link
Member

@dependabot recreate

Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 4.194.4 to 4.210.2.
- [Release notes](https://github.com/patternfly/patternfly/releases)
- [Changelog](https://github.com/patternfly/patternfly/blob/main/RELEASE-NOTES.md)
- [Commits](patternfly/patternfly@prerelease-v4.194.4...prerelease-v4.210.2)

---
updated-dependencies:
- dependency-name: "@patternfly/patternfly"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/main/webapp/patternfly/patternfly-4.210.2 branch from 54961d3 to 434b870 Compare September 3, 2022 10:06
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2022

Superseded by #358.

@dependabot dependabot bot closed this Sep 16, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/main/webapp/patternfly/patternfly-4.210.2 branch September 16, 2022 17: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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants