Skip to content

Commit

Permalink
build(deps): bump the patternfly group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the patternfly group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@patternfly/patternfly](https://github.com/patternfly/patternfly) | `5.3.1` | `5.4.0` |
| [@patternfly/react-core](https://github.com/patternfly/patternfly-react) | `5.3.4` | `5.4.0` |
| [@patternfly/react-icons](https://github.com/patternfly/patternfly-react) | `5.3.2` | `5.4.0` |
| @patternfly/react-styles | `5.3.1` | `5.4.0` |
| [@patternfly/react-table](https://github.com/patternfly/patternfly-react) | `5.3.4` | `5.4.0` |
| [@patternfly/react-tokens](https://github.com/patternfly/patternfly-react) | `5.3.1` | `5.4.0` |

Updates `@patternfly/patternfly` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/patternfly/patternfly/releases)
- [Changelog](https://github.com/patternfly/patternfly/blob/main/release.config.js)
- [Commits](patternfly/patternfly@patch-v5.3.1...v5.4.0)

Updates `@patternfly/react-core` from 5.3.4 to 5.4.0
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected])

Updates `@patternfly/react-icons` from 5.3.2 to 5.4.0
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected])

Updates `@patternfly/react-styles` from 5.3.1 to 5.4.0

Updates `@patternfly/react-table` from 5.3.4 to 5.4.0
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected])

Updates `@patternfly/react-tokens` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected])

---
updated-dependencies:
- dependency-name: "@patternfly/patternfly"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patternfly
- dependency-name: "@patternfly/react-core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patternfly
- dependency-name: "@patternfly/react-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patternfly
- dependency-name: "@patternfly/react-styles"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patternfly
- dependency-name: "@patternfly/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patternfly
- dependency-name: "@patternfly/react-tokens"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patternfly
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jelly committed Sep 2, 2024
1 parent 7e25dcf commit 24062ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 3550 files
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"typescript": "5.5.4"
},
"dependencies": {
"@patternfly/patternfly": "5.3.1",
"@patternfly/react-core": "5.3.4",
"@patternfly/react-icons": "5.3.2",
"@patternfly/react-styles": "5.3.1",
"@patternfly/react-table": "5.3.4",
"@patternfly/react-tokens": "5.3.1",
"@patternfly/patternfly": "5.4.0",
"@patternfly/react-core": "5.4.0",
"@patternfly/react-icons": "5.4.0",
"@patternfly/react-styles": "5.4.0",
"@patternfly/react-table": "5.4.0",
"@patternfly/react-tokens": "5.4.0",
"dequal": "2.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
1 change: 0 additions & 1 deletion src/dialogs/rename.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ const RenameItemModal = ({ dialogResult, path, selected } : {
return (
<Modal
position="top"
// @ts-expect-error incorrect PatternFly typing https://github.com/patternfly/patternfly-react/issues/10361
title={fmt_to_fragments(_("Rename $0?"), <b>{selected.name}</b>)}
variant={ModalVariant.small}
isOpen
Expand Down
1 change: 0 additions & 1 deletion src/upload-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ const FileConflictDialog = ({
return (
<Modal
position="top"
// @ts-expect-error incorrect PatternFly typing https://github.com/patternfly/patternfly-react/issues/10361
title={fmt_to_fragments(_("Replace file $0?"), <b>{uploadFile.name}</b>)}
titleIconVariant="warning"
variant={ModalVariant.medium}
Expand Down

0 comments on commit 24062ea

Please sign in to comment.