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.215.1 in /src/main/webapp #358

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @patternfly/patternfly from 4.194.4 to 4.215.1.

Release notes

Sourced from @​patternfly/patternfly's releases.

prerelease-v4.215.1

4.215.1 (2022-09-13)

Bug Fixes

  • release-notes: added release notes for 2022.12 (#5085) (fd83f75)

prerelease-v4.215.0

4.215.0 (2022-09-12)

Features

  • banner: added support/docs for status icons and text (#5075) (3ac182a)

prerelease-v4.214.1

4.214.1 (2022-09-07)

Bug Fixes

  • progress-stepper: fix width and long words wrap (#5077) (b6fdfb5)

prerelease-v4.214.0

4.214.0 (2022-09-07)

Features

  • form-control: added plain read only variant (#5059) (22246a9)

prerelease-v4.213.0

4.213.0 (2022-09-06)

Features

prerelease-v4.212.1

4.212.1 (2022-09-02)

Bug Fixes

prerelease-v4.212.0

4.212.0 (2022-09-01)

... (truncated)

Changelog

Sourced from @​patternfly/patternfly's changelog.


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

2022.12 release notes (2022-09-14)

Packages released:

Components

  • Banner: Added support/docs for status icons and text (#5075)
  • Card: Updated card title to use RHD font (#5069)
  • Form control: Added plain read only variant (#5059)
  • Icon: Added icon component (#5014)
  • Log viewer: Added support for custom line number col size (#5068)
  • Notification badge: Added expanded state (#5048)
  • Page: Set max-height on full height variation (#5066)
  • Progress stepper: Fixed width and long word wrapping (#5077)
  • Tabs: Fixed button type for tab link (#5060)
  • Tree view: Fixed dupe id's between checkbox and selectable examples (#5061)
  • Wizard: Small docs fixes in wizard demos (#5078)

Other

  • A11y: Update coverage to include docs (#5064)
  • Docs: Update hbs id params to be specific to component (#5062)

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)

... (truncated)

Commits
  • fd83f75 fix(release-notes): added release notes for 2022.12 (#5085)
  • 3ac182a feat(banner): added support/docs for status icons and text (#5075)
  • b6fdfb5 fix(progress-stepper): fix width and long words wrap (#5077)
  • 9eaf19f chore(wizard): clean up wizard demos (#5078)
  • 22246a9 feat(form-control): added plain read only variant (#5059)
  • 6decbcd feat(icon): adds icon component (#5014)
  • f4c6d9c chore(a11y): update coverage to include docs (#5064)
  • 4bceb86 chore(treeview): checkbox and selectable example id fix (#5061)
  • d71c69a fix(card): font family to red hat display (#5069)
  • 171a92f chore(deps): update dependency @​patternfly/react-table to v4.104.7 (#5072)
  • 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 16, 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.215.1
  • 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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/main/webapp/patternfly/patternfly-4.215.1 branch from a1920bd to 820a99a Compare October 6, 2022 18:53
Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 4.194.4 to 4.215.1.
- [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.215.1)

---
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.215.1 branch from 820a99a to a094972 Compare October 6, 2022 18:54
@carlosthe19916 carlosthe19916 merged commit c9c6aa5 into master Oct 7, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/main/webapp/patternfly/patternfly-4.215.1 branch October 7, 2022 04:58
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