Skip to content

chore(deps-dev): bump eslint-plugin-promise from 6.4.0 to 6.6.0#265

Merged
fhlavac merged 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-promise-6.6.0
Aug 13, 2024
Merged

chore(deps-dev): bump eslint-plugin-promise from 6.4.0 to 6.6.0#265
fhlavac merged 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-promise-6.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2024

Copy link
Copy Markdown
Contributor

Bumps eslint-plugin-promise from 6.4.0 to 6.6.0.

Release notes

Sourced from eslint-plugin-promise's releases.

v6.6.0

6.6.0 (2024-07-21)

Bug Fixes

  • always-return: treat process.exit() or process.abort() as an acceptable "return" (#493) (f368c5a)

Features

  • add strict option to disallow then or catch following await or yield (#494) (fa482cc)

v6.5.1

6.5.1 (2024-07-20)

Bug Fixes

v6.5.0

6.5.0 (2024-07-19)

Features

  • add name property to configs (for use with tooling) (#486) (ca9e9b4)
Commits
  • fa482cc feat: add strict option to disallow then or catch following await or ...
  • f368c5a fix(always-return): treat process.exit() or process.abort() as an acceptabl...
  • 36d13f5 docs: add for prefer-await-to-callbacks; fixes #118 (#491)
  • c011a1a fix: remove name from eslintrc config; fixes #489 (#490)
  • 46667d3 chore: avoid recursion in format/lint (#487)
  • ca9e9b4 feat: add name property to configs (for use with tooling) (#486)
  • 1c951cd chore(deps-dev): bump lint-staged from 12.5.0 to 15.2.7 (#476)
  • 744ef1d chore(deps-dev): bump eslint-plugin-jest from 26.9.0 to 28.6.0 (#474)
  • 1376ecf chore: add format workflow (#441)
  • d8d0fbe docs: update README (#383)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.4.0 to 6.6.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v6.4.0...v6.6.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 13, 2024
@dependabot dependabot Bot requested review from dlabaj, fhlavac and nicolethoen August 13, 2024 17:21
@patternfly-build

patternfly-build commented Aug 13, 2024

Copy link
Copy Markdown

@fhlavac fhlavac merged commit 56b52dc into main Aug 13, 2024
@fhlavac fhlavac deleted the dependabot/npm_and_yarn/eslint-plugin-promise-6.6.0 branch August 13, 2024 21:40
fhlavac pushed a commit to fhlavac/react-component-groups that referenced this pull request Aug 18, 2024
fhlavac added a commit that referenced this pull request Aug 19, 2024
* chore(deps-dev): bump caniuse-lite from 1.0.30001643 to 1.0.30001649 (#255)

Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001643 to 1.0.30001649.
- [Commits](browserslist/caniuse-lite@1.0.30001643...1.0.30001649)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.3 (#254)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/connect-history-api-fallback (#252)

Bumps [@types/connect-history-api-fallback](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/connect-history-api-fallback) from 1.5.0 to 1.5.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/connect-history-api-fallback/connect-history-api-fallback-tests.ts)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/connect-history-api-fallback)

---
updated-dependencies:
- dependency-name: "@types/connect-history-api-fallback"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump readable-stream from 1.0.34 to 2.3.8 (#251)

Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 1.0.34 to 2.3.8.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v1.0.34...v2.3.8)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(ServiceCard): Add horizontal layout to the ServiceCard (#260)

* Add horizontal layout to the ServiceCard

* fix(ServiceCard): Update tests

* fix(ServiceCard): Support isFullHeight

* chore(deps-dev): bump acorn-walk from 8.2.0 to 8.3.3 (#269)

* chore(deps-dev): bump rimraf from 5.0.7 to 5.0.10 (#271)

* make subtitle prop optional (#261)

* chore(deps-dev): bump chrome-trace-event from 1.0.3 to 1.0.4 (#270)

* chore(deps-dev): bump memfs from 3.5.1 to 3.5.3 (#268)

* chore(deps-dev): bump @types/eslint from 8.40.0 to 9.6.0 (#267)

* chore(deps-dev): bump regenerate-unicode-properties (#266)

* chore(deps-dev): bump eslint-plugin-promise from 6.4.0 to 6.6.0 (#265)

* chore(deps-dev): bump nwsapi from 2.2.5 to 2.2.12 (#262)

* chore(deps-dev): bump @babel/plugin-transform-typescript (#263)

* chore(deps-dev): bump escodegen from 2.0.0 to 2.1.0 (#264)

* Update to PatternFly 6 (#145)

* Update to the latest PF versions (#224)

* Update PF dependencies

* Fix MCC colors

* Replace not existing PF Text components

* Update snapshots

* fix(v6): Fix generated files

* fix(pf6):  Rebase to the latest main (#259)

* add ServiceCard component (#200)

* fix(readme): Update README.md (#257)

* chore(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.3 (#254)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump eslint from 8.41.0 to 8.57.0 (#253)

Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.41.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump readable-stream from 1.0.34 to 2.3.8 (#251)

Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 1.0.34 to 2.3.8.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v1.0.34...v2.3.8)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump sax from 1.2.4 to 1.4.1 (#250)

Bumps [sax](https://github.com/isaacs/sax-js) from 1.2.4 to 1.4.1.
- [Commits](isaacs/sax-js@v1.2.4...v1.4.1)

---
updated-dependencies:
- dependency-name: sax
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump fast-glob from 3.2.12 to 3.3.2 (#249)

Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.2.12 to 3.3.2.
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](mrmlnc/fast-glob@3.2.12...3.3.2)

---
updated-dependencies:
- dependency-name: fast-glob
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @jridgewell/sourcemap-codec from 1.4.15 to 1.5.0 (#248)

Bumps [@jridgewell/sourcemap-codec](https://github.com/jridgewell/sourcemap-codec) from 1.4.15 to 1.5.0.
- [Release notes](https://github.com/jridgewell/sourcemap-codec/releases)
- [Changelog](https://github.com/jridgewell/sourcemap-codec/blob/main/CHANGELOG.md)
- [Commits](jridgewell/sourcemap-codec@v1.4.15...v1.5.0)

---
updated-dependencies:
- dependency-name: "@jridgewell/sourcemap-codec"
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump launch-editor from 2.8.0 to 2.8.1 (#247)

Bumps [launch-editor](https://github.com/yyx990803/launch-editor) from 2.8.0 to 2.8.1.
- [Commits](vitejs/launch-editor@v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: launch-editor
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/eslint-scope from 3.7.4 to 3.7.7 (#246)

Bumps [@types/eslint-scope](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint-scope) from 3.7.4 to 3.7.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint-scope)

---
updated-dependencies:
- dependency-name: "@types/eslint-scope"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update to PatternFly 6 (#145)

* Update to the latest PF versions (#224)

* Update PF dependencies

* Fix MCC colors

* Replace not existing PF Text components

* Update snapshots

* fix(v6): Fix generated files

* fix(v6): Fix TagCount styling (#237)

* fix(v6): Fix TagCount styling

* Update tokens

* Update snapshots

* fix(pf6): Update generated files

* Remove extra padding

* Remove unused import

* Update README.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update examples

* fix(pf6): Fix MCC example

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>
fhlavac added a commit to fhlavac/react-component-groups that referenced this pull request Aug 20, 2024
* chore(deps-dev): bump caniuse-lite from 1.0.30001643 to 1.0.30001649 (patternfly#255)

Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001643 to 1.0.30001649.
- [Commits](browserslist/caniuse-lite@1.0.30001643...1.0.30001649)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.3 (patternfly#254)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/connect-history-api-fallback (patternfly#252)

Bumps [@types/connect-history-api-fallback](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/connect-history-api-fallback) from 1.5.0 to 1.5.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/connect-history-api-fallback/connect-history-api-fallback-tests.ts)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/connect-history-api-fallback)

---
updated-dependencies:
- dependency-name: "@types/connect-history-api-fallback"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump readable-stream from 1.0.34 to 2.3.8 (patternfly#251)

Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 1.0.34 to 2.3.8.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v1.0.34...v2.3.8)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(ServiceCard): Add horizontal layout to the ServiceCard (patternfly#260)

* Add horizontal layout to the ServiceCard

* fix(ServiceCard): Update tests

* fix(ServiceCard): Support isFullHeight

* chore(deps-dev): bump acorn-walk from 8.2.0 to 8.3.3 (patternfly#269)

* chore(deps-dev): bump rimraf from 5.0.7 to 5.0.10 (patternfly#271)

* make subtitle prop optional (patternfly#261)

* chore(deps-dev): bump chrome-trace-event from 1.0.3 to 1.0.4 (patternfly#270)

* chore(deps-dev): bump memfs from 3.5.1 to 3.5.3 (patternfly#268)

* chore(deps-dev): bump @types/eslint from 8.40.0 to 9.6.0 (patternfly#267)

* chore(deps-dev): bump regenerate-unicode-properties (patternfly#266)

* chore(deps-dev): bump eslint-plugin-promise from 6.4.0 to 6.6.0 (patternfly#265)

* chore(deps-dev): bump nwsapi from 2.2.5 to 2.2.12 (patternfly#262)

* chore(deps-dev): bump @babel/plugin-transform-typescript (patternfly#263)

* chore(deps-dev): bump escodegen from 2.0.0 to 2.1.0 (patternfly#264)

* Update to PatternFly 6 (patternfly#145)

* Update to the latest PF versions (patternfly#224)

* Update PF dependencies

* Fix MCC colors

* Replace not existing PF Text components

* Update snapshots

* fix(v6): Fix generated files

* fix(pf6):  Rebase to the latest main (patternfly#259)

* add ServiceCard component (patternfly#200)

* fix(readme): Update README.md (patternfly#257)

* chore(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.3 (patternfly#254)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump eslint from 8.41.0 to 8.57.0 (patternfly#253)

Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.41.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump readable-stream from 1.0.34 to 2.3.8 (patternfly#251)

Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 1.0.34 to 2.3.8.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v1.0.34...v2.3.8)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump sax from 1.2.4 to 1.4.1 (patternfly#250)

Bumps [sax](https://github.com/isaacs/sax-js) from 1.2.4 to 1.4.1.
- [Commits](isaacs/sax-js@v1.2.4...v1.4.1)

---
updated-dependencies:
- dependency-name: sax
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump fast-glob from 3.2.12 to 3.3.2 (patternfly#249)

Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.2.12 to 3.3.2.
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](mrmlnc/fast-glob@3.2.12...3.3.2)

---
updated-dependencies:
- dependency-name: fast-glob
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @jridgewell/sourcemap-codec from 1.4.15 to 1.5.0 (patternfly#248)

Bumps [@jridgewell/sourcemap-codec](https://github.com/jridgewell/sourcemap-codec) from 1.4.15 to 1.5.0.
- [Release notes](https://github.com/jridgewell/sourcemap-codec/releases)
- [Changelog](https://github.com/jridgewell/sourcemap-codec/blob/main/CHANGELOG.md)
- [Commits](jridgewell/sourcemap-codec@v1.4.15...v1.5.0)

---
updated-dependencies:
- dependency-name: "@jridgewell/sourcemap-codec"
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump launch-editor from 2.8.0 to 2.8.1 (patternfly#247)

Bumps [launch-editor](https://github.com/yyx990803/launch-editor) from 2.8.0 to 2.8.1.
- [Commits](vitejs/launch-editor@v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: launch-editor
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/eslint-scope from 3.7.4 to 3.7.7 (patternfly#246)

Bumps [@types/eslint-scope](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint-scope) from 3.7.4 to 3.7.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint-scope)

---
updated-dependencies:
- dependency-name: "@types/eslint-scope"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update to PatternFly 6 (patternfly#145)

* Update to the latest PF versions (patternfly#224)

* Update PF dependencies

* Fix MCC colors

* Replace not existing PF Text components

* Update snapshots

* fix(v6): Fix generated files

* fix(v6): Fix TagCount styling (patternfly#237)

* fix(v6): Fix TagCount styling

* Update tokens

* Update snapshots

* fix(pf6): Update generated files

* Remove extra padding

* Remove unused import

* Update README.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update examples

* fix(pf6): Fix MCC example

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>
fhlavac added a commit to fhlavac/react-component-groups that referenced this pull request Aug 20, 2024
* chore(deps-dev): bump caniuse-lite from 1.0.30001643 to 1.0.30001649 (patternfly#255)

Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001643 to 1.0.30001649.
- [Commits](browserslist/caniuse-lite@1.0.30001643...1.0.30001649)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.3 (patternfly#254)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/connect-history-api-fallback (patternfly#252)

Bumps [@types/connect-history-api-fallback](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/connect-history-api-fallback) from 1.5.0 to 1.5.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/connect-history-api-fallback/connect-history-api-fallback-tests.ts)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/connect-history-api-fallback)

---
updated-dependencies:
- dependency-name: "@types/connect-history-api-fallback"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump readable-stream from 1.0.34 to 2.3.8 (patternfly#251)

Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 1.0.34 to 2.3.8.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v1.0.34...v2.3.8)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(ServiceCard): Add horizontal layout to the ServiceCard (patternfly#260)

* Add horizontal layout to the ServiceCard

* fix(ServiceCard): Update tests

* fix(ServiceCard): Support isFullHeight

* chore(deps-dev): bump acorn-walk from 8.2.0 to 8.3.3 (patternfly#269)

* chore(deps-dev): bump rimraf from 5.0.7 to 5.0.10 (patternfly#271)

* make subtitle prop optional (patternfly#261)

* chore(deps-dev): bump chrome-trace-event from 1.0.3 to 1.0.4 (patternfly#270)

* chore(deps-dev): bump memfs from 3.5.1 to 3.5.3 (patternfly#268)

* chore(deps-dev): bump @types/eslint from 8.40.0 to 9.6.0 (patternfly#267)

* chore(deps-dev): bump regenerate-unicode-properties (patternfly#266)

* chore(deps-dev): bump eslint-plugin-promise from 6.4.0 to 6.6.0 (patternfly#265)

* chore(deps-dev): bump nwsapi from 2.2.5 to 2.2.12 (patternfly#262)

* chore(deps-dev): bump @babel/plugin-transform-typescript (patternfly#263)

* chore(deps-dev): bump escodegen from 2.0.0 to 2.1.0 (patternfly#264)

* Update to PatternFly 6 (patternfly#145)

* Update to the latest PF versions (patternfly#224)

* Update PF dependencies

* Fix MCC colors

* Replace not existing PF Text components

* Update snapshots

* fix(v6): Fix generated files

* fix(pf6):  Rebase to the latest main (patternfly#259)

* add ServiceCard component (patternfly#200)

* fix(readme): Update README.md (patternfly#257)

* chore(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.3 (patternfly#254)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump eslint from 8.41.0 to 8.57.0 (patternfly#253)

Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.41.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump readable-stream from 1.0.34 to 2.3.8 (patternfly#251)

Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 1.0.34 to 2.3.8.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v1.0.34...v2.3.8)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump sax from 1.2.4 to 1.4.1 (patternfly#250)

Bumps [sax](https://github.com/isaacs/sax-js) from 1.2.4 to 1.4.1.
- [Commits](isaacs/sax-js@v1.2.4...v1.4.1)

---
updated-dependencies:
- dependency-name: sax
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump fast-glob from 3.2.12 to 3.3.2 (patternfly#249)

Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.2.12 to 3.3.2.
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](mrmlnc/fast-glob@3.2.12...3.3.2)

---
updated-dependencies:
- dependency-name: fast-glob
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @jridgewell/sourcemap-codec from 1.4.15 to 1.5.0 (patternfly#248)

Bumps [@jridgewell/sourcemap-codec](https://github.com/jridgewell/sourcemap-codec) from 1.4.15 to 1.5.0.
- [Release notes](https://github.com/jridgewell/sourcemap-codec/releases)
- [Changelog](https://github.com/jridgewell/sourcemap-codec/blob/main/CHANGELOG.md)
- [Commits](jridgewell/sourcemap-codec@v1.4.15...v1.5.0)

---
updated-dependencies:
- dependency-name: "@jridgewell/sourcemap-codec"
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump launch-editor from 2.8.0 to 2.8.1 (patternfly#247)

Bumps [launch-editor](https://github.com/yyx990803/launch-editor) from 2.8.0 to 2.8.1.
- [Commits](vitejs/launch-editor@v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: launch-editor
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/eslint-scope from 3.7.4 to 3.7.7 (patternfly#246)

Bumps [@types/eslint-scope](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint-scope) from 3.7.4 to 3.7.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint-scope)

---
updated-dependencies:
- dependency-name: "@types/eslint-scope"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update to PatternFly 6 (patternfly#145)

* Update to the latest PF versions (patternfly#224)

* Update PF dependencies

* Fix MCC colors

* Replace not existing PF Text components

* Update snapshots

* fix(v6): Fix generated files

* fix(v6): Fix TagCount styling (patternfly#237)

* fix(v6): Fix TagCount styling

* Update tokens

* Update snapshots

* fix(pf6): Update generated files

* Remove extra padding

* Remove unused import

* Update README.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update examples

* fix(pf6): Fix MCC example

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>
nicolethoen pushed a commit that referenced this pull request Aug 20, 2024
* fix(ServiceCard): Add horizontal layout to the ServiceCard (#260)

* Add horizontal layout to the ServiceCard

* fix(ServiceCard): Update tests

* fix(ServiceCard): Support isFullHeight

* make subtitle prop optional (#261)

* Update to PatternFly 6 (#145)

* fix(v6): Fix generated files

* Rebase to latest main (#274)

* chore(deps-dev): bump caniuse-lite from 1.0.30001643 to 1.0.30001649 (#255)

Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001643 to 1.0.30001649.
- [Commits](browserslist/caniuse-lite@1.0.30001643...1.0.30001649)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.3 (#254)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/connect-history-api-fallback (#252)

Bumps [@types/connect-history-api-fallback](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/connect-history-api-fallback) from 1.5.0 to 1.5.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/connect-history-api-fallback/connect-history-api-fallback-tests.ts)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/connect-history-api-fallback)

---
updated-dependencies:
- dependency-name: "@types/connect-history-api-fallback"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump readable-stream from 1.0.34 to 2.3.8 (#251)

Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 1.0.34 to 2.3.8.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v1.0.34...v2.3.8)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(ServiceCard): Add horizontal layout to the ServiceCard (#260)

* Add horizontal layout to the ServiceCard

* fix(ServiceCard): Update tests

* fix(ServiceCard): Support isFullHeight

* chore(deps-dev): bump acorn-walk from 8.2.0 to 8.3.3 (#269)

* chore(deps-dev): bump rimraf from 5.0.7 to 5.0.10 (#271)

* make subtitle prop optional (#261)

* chore(deps-dev): bump chrome-trace-event from 1.0.3 to 1.0.4 (#270)

* chore(deps-dev): bump memfs from 3.5.1 to 3.5.3 (#268)

* chore(deps-dev): bump @types/eslint from 8.40.0 to 9.6.0 (#267)

* chore(deps-dev): bump regenerate-unicode-properties (#266)

* chore(deps-dev): bump eslint-plugin-promise from 6.4.0 to 6.6.0 (#265)

* chore(deps-dev): bump nwsapi from 2.2.5 to 2.2.12 (#262)

* chore(deps-dev): bump @babel/plugin-transform-typescript (#263)

* chore(deps-dev): bump escodegen from 2.0.0 to 2.1.0 (#264)

* Update to PatternFly 6 (#145)

* Update to the latest PF versions (#224)

* Update PF dependencies

* Fix MCC colors

* Replace not existing PF Text components

* Update snapshots

* fix(v6): Fix generated files

* fix(pf6):  Rebase to the latest main (#259)

* add ServiceCard component (#200)

* fix(readme): Update README.md (#257)

* chore(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.3 (#254)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump eslint from 8.41.0 to 8.57.0 (#253)

Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.41.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump readable-stream from 1.0.34 to 2.3.8 (#251)

Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 1.0.34 to 2.3.8.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v1.0.34...v2.3.8)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump sax from 1.2.4 to 1.4.1 (#250)

Bumps [sax](https://github.com/isaacs/sax-js) from 1.2.4 to 1.4.1.
- [Commits](isaacs/sax-js@v1.2.4...v1.4.1)

---
updated-dependencies:
- dependency-name: sax
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump fast-glob from 3.2.12 to 3.3.2 (#249)

Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.2.12 to 3.3.2.
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](mrmlnc/fast-glob@3.2.12...3.3.2)

---
updated-dependencies:
- dependency-name: fast-glob
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @jridgewell/sourcemap-codec from 1.4.15 to 1.5.0 (#248)

Bumps [@jridgewell/sourcemap-codec](https://github.com/jridgewell/sourcemap-codec) from 1.4.15 to 1.5.0.
- [Release notes](https://github.com/jridgewell/sourcemap-codec/releases)
- [Changelog](https://github.com/jridgewell/sourcemap-codec/blob/main/CHANGELOG.md)
- [Commits](jridgewell/sourcemap-codec@v1.4.15...v1.5.0)

---
updated-dependencies:
- dependency-name: "@jridgewell/sourcemap-codec"
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump launch-editor from 2.8.0 to 2.8.1 (#247)

Bumps [launch-editor](https://github.com/yyx990803/launch-editor) from 2.8.0 to 2.8.1.
- [Commits](vitejs/launch-editor@v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: launch-editor
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/eslint-scope from 3.7.4 to 3.7.7 (#246)

Bumps [@types/eslint-scope](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint-scope) from 3.7.4 to 3.7.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint-scope)

---
updated-dependencies:
- dependency-name: "@types/eslint-scope"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update to PatternFly 6 (#145)

* Update to the latest PF versions (#224)

* Update PF dependencies

* Fix MCC colors

* Replace not existing PF Text components

* Update snapshots

* fix(v6): Fix generated files

* fix(v6): Fix TagCount styling (#237)

* fix(v6): Fix TagCount styling

* Update tokens

* Update snapshots

* fix(pf6): Update generated files

* Remove extra padding

* Remove unused import

* Update README.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update examples

* fix(pf6): Fix MCC example

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>

* Update lockfile

* fix(pf6): Update packages/module/src/ServiceCard/ServiceCard.tsx

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fhlavac added a commit to fhlavac/react-component-groups that referenced this pull request Aug 20, 2024
* chore(deps-dev): bump caniuse-lite from 1.0.30001643 to 1.0.30001649 (patternfly#255)

Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001643 to 1.0.30001649.
- [Commits](browserslist/caniuse-lite@1.0.30001643...1.0.30001649)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.3 (patternfly#254)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/connect-history-api-fallback (patternfly#252)

Bumps [@types/connect-history-api-fallback](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/connect-history-api-fallback) from 1.5.0 to 1.5.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/connect-history-api-fallback/connect-history-api-fallback-tests.ts)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/connect-history-api-fallback)

---
updated-dependencies:
- dependency-name: "@types/connect-history-api-fallback"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump readable-stream from 1.0.34 to 2.3.8 (patternfly#251)

Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 1.0.34 to 2.3.8.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v1.0.34...v2.3.8)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(ServiceCard): Add horizontal layout to the ServiceCard (patternfly#260)

* Add horizontal layout to the ServiceCard

* fix(ServiceCard): Update tests

* fix(ServiceCard): Support isFullHeight

* chore(deps-dev): bump acorn-walk from 8.2.0 to 8.3.3 (patternfly#269)

* chore(deps-dev): bump rimraf from 5.0.7 to 5.0.10 (patternfly#271)

* make subtitle prop optional (patternfly#261)

* chore(deps-dev): bump chrome-trace-event from 1.0.3 to 1.0.4 (patternfly#270)

* chore(deps-dev): bump memfs from 3.5.1 to 3.5.3 (patternfly#268)

* chore(deps-dev): bump @types/eslint from 8.40.0 to 9.6.0 (patternfly#267)

* chore(deps-dev): bump regenerate-unicode-properties (patternfly#266)

* chore(deps-dev): bump eslint-plugin-promise from 6.4.0 to 6.6.0 (patternfly#265)

* chore(deps-dev): bump nwsapi from 2.2.5 to 2.2.12 (patternfly#262)

* chore(deps-dev): bump @babel/plugin-transform-typescript (patternfly#263)

* chore(deps-dev): bump escodegen from 2.0.0 to 2.1.0 (patternfly#264)

* Update to PatternFly 6 (patternfly#145)

* Update to the latest PF versions (patternfly#224)

* Update PF dependencies

* Fix MCC colors

* Replace not existing PF Text components

* Update snapshots

* fix(v6): Fix generated files

* fix(pf6):  Rebase to the latest main (patternfly#259)

* add ServiceCard component (patternfly#200)

* fix(readme): Update README.md (patternfly#257)

* chore(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.3 (patternfly#254)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump eslint from 8.41.0 to 8.57.0 (patternfly#253)

Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.41.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump readable-stream from 1.0.34 to 2.3.8 (patternfly#251)

Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 1.0.34 to 2.3.8.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v1.0.34...v2.3.8)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump sax from 1.2.4 to 1.4.1 (patternfly#250)

Bumps [sax](https://github.com/isaacs/sax-js) from 1.2.4 to 1.4.1.
- [Commits](isaacs/sax-js@v1.2.4...v1.4.1)

---
updated-dependencies:
- dependency-name: sax
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump fast-glob from 3.2.12 to 3.3.2 (patternfly#249)

Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.2.12 to 3.3.2.
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](mrmlnc/fast-glob@3.2.12...3.3.2)

---
updated-dependencies:
- dependency-name: fast-glob
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @jridgewell/sourcemap-codec from 1.4.15 to 1.5.0 (patternfly#248)

Bumps [@jridgewell/sourcemap-codec](https://github.com/jridgewell/sourcemap-codec) from 1.4.15 to 1.5.0.
- [Release notes](https://github.com/jridgewell/sourcemap-codec/releases)
- [Changelog](https://github.com/jridgewell/sourcemap-codec/blob/main/CHANGELOG.md)
- [Commits](jridgewell/sourcemap-codec@v1.4.15...v1.5.0)

---
updated-dependencies:
- dependency-name: "@jridgewell/sourcemap-codec"
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump launch-editor from 2.8.0 to 2.8.1 (patternfly#247)

Bumps [launch-editor](https://github.com/yyx990803/launch-editor) from 2.8.0 to 2.8.1.
- [Commits](vitejs/launch-editor@v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: launch-editor
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/eslint-scope from 3.7.4 to 3.7.7 (patternfly#246)

Bumps [@types/eslint-scope](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint-scope) from 3.7.4 to 3.7.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint-scope)

---
updated-dependencies:
- dependency-name: "@types/eslint-scope"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update to PatternFly 6 (patternfly#145)

* Update to the latest PF versions (patternfly#224)

* Update PF dependencies

* Fix MCC colors

* Replace not existing PF Text components

* Update snapshots

* fix(v6): Fix generated files

* fix(v6): Fix TagCount styling (patternfly#237)

* fix(v6): Fix TagCount styling

* Update tokens

* Update snapshots

* fix(pf6): Update generated files

* Remove extra padding

* Remove unused import

* Update README.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update examples

* fix(pf6): Fix MCC example

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>
fhlavac added a commit to fhlavac/react-component-groups that referenced this pull request Aug 20, 2024
* chore(deps-dev): bump caniuse-lite from 1.0.30001643 to 1.0.30001649 (patternfly#255)

Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001643 to 1.0.30001649.
- [Commits](browserslist/caniuse-lite@1.0.30001643...1.0.30001649)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.3 (patternfly#254)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/connect-history-api-fallback (patternfly#252)

Bumps [@types/connect-history-api-fallback](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/connect-history-api-fallback) from 1.5.0 to 1.5.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/connect-history-api-fallback/connect-history-api-fallback-tests.ts)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/connect-history-api-fallback)

---
updated-dependencies:
- dependency-name: "@types/connect-history-api-fallback"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump readable-stream from 1.0.34 to 2.3.8 (patternfly#251)

Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 1.0.34 to 2.3.8.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v1.0.34...v2.3.8)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(ServiceCard): Add horizontal layout to the ServiceCard (patternfly#260)

* Add horizontal layout to the ServiceCard

* fix(ServiceCard): Update tests

* fix(ServiceCard): Support isFullHeight

* chore(deps-dev): bump acorn-walk from 8.2.0 to 8.3.3 (patternfly#269)

* chore(deps-dev): bump rimraf from 5.0.7 to 5.0.10 (patternfly#271)

* make subtitle prop optional (patternfly#261)

* chore(deps-dev): bump chrome-trace-event from 1.0.3 to 1.0.4 (patternfly#270)

* chore(deps-dev): bump memfs from 3.5.1 to 3.5.3 (patternfly#268)

* chore(deps-dev): bump @types/eslint from 8.40.0 to 9.6.0 (patternfly#267)

* chore(deps-dev): bump regenerate-unicode-properties (patternfly#266)

* chore(deps-dev): bump eslint-plugin-promise from 6.4.0 to 6.6.0 (patternfly#265)

* chore(deps-dev): bump nwsapi from 2.2.5 to 2.2.12 (patternfly#262)

* chore(deps-dev): bump @babel/plugin-transform-typescript (patternfly#263)

* chore(deps-dev): bump escodegen from 2.0.0 to 2.1.0 (patternfly#264)

* Update to PatternFly 6 (patternfly#145)

* Update to the latest PF versions (patternfly#224)

* Update PF dependencies

* Fix MCC colors

* Replace not existing PF Text components

* Update snapshots

* fix(v6): Fix generated files

* fix(pf6):  Rebase to the latest main (patternfly#259)

* add ServiceCard component (patternfly#200)

* fix(readme): Update README.md (patternfly#257)

* chore(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.3 (patternfly#254)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump eslint from 8.41.0 to 8.57.0 (patternfly#253)

Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.41.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump readable-stream from 1.0.34 to 2.3.8 (patternfly#251)

Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 1.0.34 to 2.3.8.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v1.0.34...v2.3.8)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump sax from 1.2.4 to 1.4.1 (patternfly#250)

Bumps [sax](https://github.com/isaacs/sax-js) from 1.2.4 to 1.4.1.
- [Commits](isaacs/sax-js@v1.2.4...v1.4.1)

---
updated-dependencies:
- dependency-name: sax
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump fast-glob from 3.2.12 to 3.3.2 (patternfly#249)

Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.2.12 to 3.3.2.
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](mrmlnc/fast-glob@3.2.12...3.3.2)

---
updated-dependencies:
- dependency-name: fast-glob
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @jridgewell/sourcemap-codec from 1.4.15 to 1.5.0 (patternfly#248)

Bumps [@jridgewell/sourcemap-codec](https://github.com/jridgewell/sourcemap-codec) from 1.4.15 to 1.5.0.
- [Release notes](https://github.com/jridgewell/sourcemap-codec/releases)
- [Changelog](https://github.com/jridgewell/sourcemap-codec/blob/main/CHANGELOG.md)
- [Commits](jridgewell/sourcemap-codec@v1.4.15...v1.5.0)

---
updated-dependencies:
- dependency-name: "@jridgewell/sourcemap-codec"
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump launch-editor from 2.8.0 to 2.8.1 (patternfly#247)

Bumps [launch-editor](https://github.com/yyx990803/launch-editor) from 2.8.0 to 2.8.1.
- [Commits](vitejs/launch-editor@v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: launch-editor
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/eslint-scope from 3.7.4 to 3.7.7 (patternfly#246)

Bumps [@types/eslint-scope](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint-scope) from 3.7.4 to 3.7.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint-scope)

---
updated-dependencies:
- dependency-name: "@types/eslint-scope"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update to PatternFly 6 (patternfly#145)

* Update to the latest PF versions (patternfly#224)

* Update PF dependencies

* Fix MCC colors

* Replace not existing PF Text components

* Update snapshots

* fix(v6): Fix generated files

* fix(v6): Fix TagCount styling (patternfly#237)

* fix(v6): Fix TagCount styling

* Update tokens

* Update snapshots

* fix(pf6): Update generated files

* Remove extra padding

* Remove unused import

* Update README.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update examples

* fix(pf6): Fix MCC example

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>
fhlavac added a commit to fhlavac/react-component-groups that referenced this pull request Aug 20, 2024
* chore(deps-dev): bump caniuse-lite from 1.0.30001643 to 1.0.30001649 (patternfly#255)

Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001643 to 1.0.30001649.
- [Commits](browserslist/caniuse-lite@1.0.30001643...1.0.30001649)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.3 (patternfly#254)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/connect-history-api-fallback (patternfly#252)

Bumps [@types/connect-history-api-fallback](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/connect-history-api-fallback) from 1.5.0 to 1.5.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/connect-history-api-fallback/connect-history-api-fallback-tests.ts)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/connect-history-api-fallback)

---
updated-dependencies:
- dependency-name: "@types/connect-history-api-fallback"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump readable-stream from 1.0.34 to 2.3.8 (patternfly#251)

Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 1.0.34 to 2.3.8.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v1.0.34...v2.3.8)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(ServiceCard): Add horizontal layout to the ServiceCard (patternfly#260)

* Add horizontal layout to the ServiceCard

* fix(ServiceCard): Update tests

* fix(ServiceCard): Support isFullHeight

* chore(deps-dev): bump acorn-walk from 8.2.0 to 8.3.3 (patternfly#269)

* chore(deps-dev): bump rimraf from 5.0.7 to 5.0.10 (patternfly#271)

* make subtitle prop optional (patternfly#261)

* chore(deps-dev): bump chrome-trace-event from 1.0.3 to 1.0.4 (patternfly#270)

* chore(deps-dev): bump memfs from 3.5.1 to 3.5.3 (patternfly#268)

* chore(deps-dev): bump @types/eslint from 8.40.0 to 9.6.0 (patternfly#267)

* chore(deps-dev): bump regenerate-unicode-properties (patternfly#266)

* chore(deps-dev): bump eslint-plugin-promise from 6.4.0 to 6.6.0 (patternfly#265)

* chore(deps-dev): bump nwsapi from 2.2.5 to 2.2.12 (patternfly#262)

* chore(deps-dev): bump @babel/plugin-transform-typescript (patternfly#263)

* chore(deps-dev): bump escodegen from 2.0.0 to 2.1.0 (patternfly#264)

* Update to PatternFly 6 (patternfly#145)

* Update to the latest PF versions (patternfly#224)

* Update PF dependencies

* Fix MCC colors

* Replace not existing PF Text components

* Update snapshots

* fix(v6): Fix generated files

* fix(pf6):  Rebase to the latest main (patternfly#259)

* add ServiceCard component (patternfly#200)

* fix(readme): Update README.md (patternfly#257)

* chore(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.3 (patternfly#254)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump eslint from 8.41.0 to 8.57.0 (patternfly#253)

Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.41.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump readable-stream from 1.0.34 to 2.3.8 (patternfly#251)

Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 1.0.34 to 2.3.8.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v1.0.34...v2.3.8)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump sax from 1.2.4 to 1.4.1 (patternfly#250)

Bumps [sax](https://github.com/isaacs/sax-js) from 1.2.4 to 1.4.1.
- [Commits](isaacs/sax-js@v1.2.4...v1.4.1)

---
updated-dependencies:
- dependency-name: sax
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump fast-glob from 3.2.12 to 3.3.2 (patternfly#249)

Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.2.12 to 3.3.2.
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](mrmlnc/fast-glob@3.2.12...3.3.2)

---
updated-dependencies:
- dependency-name: fast-glob
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @jridgewell/sourcemap-codec from 1.4.15 to 1.5.0 (patternfly#248)

Bumps [@jridgewell/sourcemap-codec](https://github.com/jridgewell/sourcemap-codec) from 1.4.15 to 1.5.0.
- [Release notes](https://github.com/jridgewell/sourcemap-codec/releases)
- [Changelog](https://github.com/jridgewell/sourcemap-codec/blob/main/CHANGELOG.md)
- [Commits](jridgewell/sourcemap-codec@v1.4.15...v1.5.0)

---
updated-dependencies:
- dependency-name: "@jridgewell/sourcemap-codec"
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump launch-editor from 2.8.0 to 2.8.1 (patternfly#247)

Bumps [launch-editor](https://github.com/yyx990803/launch-editor) from 2.8.0 to 2.8.1.
- [Commits](vitejs/launch-editor@v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: launch-editor
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/eslint-scope from 3.7.4 to 3.7.7 (patternfly#246)

Bumps [@types/eslint-scope](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint-scope) from 3.7.4 to 3.7.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint-scope)

---
updated-dependencies:
- dependency-name: "@types/eslint-scope"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update to PatternFly 6 (patternfly#145)

* Update to the latest PF versions (patternfly#224)

* Update PF dependencies

* Fix MCC colors

* Replace not existing PF Text components

* Update snapshots

* fix(v6): Fix generated files

* fix(v6): Fix TagCount styling (patternfly#237)

* fix(v6): Fix TagCount styling

* Update tokens

* Update snapshots

* fix(pf6): Update generated files

* Remove extra padding

* Remove unused import

* Update README.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update examples

* fix(pf6): Fix MCC example

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>
fhlavac added a commit to fhlavac/react-component-groups that referenced this pull request Aug 20, 2024
* fix(ServiceCard): Add horizontal layout to the ServiceCard (patternfly#260)

* Add horizontal layout to the ServiceCard

* fix(ServiceCard): Update tests

* fix(ServiceCard): Support isFullHeight

* make subtitle prop optional (patternfly#261)

* Update to PatternFly 6 (patternfly#145)

* fix(v6): Fix generated files

* Rebase to latest main (patternfly#274)

* chore(deps-dev): bump caniuse-lite from 1.0.30001643 to 1.0.30001649 (patternfly#255)

Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001643 to 1.0.30001649.
- [Commits](browserslist/caniuse-lite@1.0.30001643...1.0.30001649)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.3 (patternfly#254)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/connect-history-api-fallback (patternfly#252)

Bumps [@types/connect-history-api-fallback](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/connect-history-api-fallback) from 1.5.0 to 1.5.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Changelog](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/connect-history-api-fallback/connect-history-api-fallback-tests.ts)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/connect-history-api-fallback)

---
updated-dependencies:
- dependency-name: "@types/connect-history-api-fallback"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump readable-stream from 1.0.34 to 2.3.8 (patternfly#251)

Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 1.0.34 to 2.3.8.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v1.0.34...v2.3.8)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(ServiceCard): Add horizontal layout to the ServiceCard (patternfly#260)

* Add horizontal layout to the ServiceCard

* fix(ServiceCard): Update tests

* fix(ServiceCard): Support isFullHeight

* chore(deps-dev): bump acorn-walk from 8.2.0 to 8.3.3 (patternfly#269)

* chore(deps-dev): bump rimraf from 5.0.7 to 5.0.10 (patternfly#271)

* make subtitle prop optional (patternfly#261)

* chore(deps-dev): bump chrome-trace-event from 1.0.3 to 1.0.4 (patternfly#270)

* chore(deps-dev): bump memfs from 3.5.1 to 3.5.3 (patternfly#268)

* chore(deps-dev): bump @types/eslint from 8.40.0 to 9.6.0 (patternfly#267)

* chore(deps-dev): bump regenerate-unicode-properties (patternfly#266)

* chore(deps-dev): bump eslint-plugin-promise from 6.4.0 to 6.6.0 (patternfly#265)

* chore(deps-dev): bump nwsapi from 2.2.5 to 2.2.12 (patternfly#262)

* chore(deps-dev): bump @babel/plugin-transform-typescript (patternfly#263)

* chore(deps-dev): bump escodegen from 2.0.0 to 2.1.0 (patternfly#264)

* Update to PatternFly 6 (patternfly#145)

* Update to the latest PF versions (patternfly#224)

* Update PF dependencies

* Fix MCC colors

* Replace not existing PF Text components

* Update snapshots

* fix(v6): Fix generated files

* fix(pf6):  Rebase to the latest main (patternfly#259)

* add ServiceCard component (patternfly#200)

* fix(readme): Update README.md (patternfly#257)

* chore(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.3 (patternfly#254)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.8 to 7.25.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump eslint from 8.41.0 to 8.57.0 (patternfly#253)

Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.41.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump readable-stream from 1.0.34 to 2.3.8 (patternfly#251)

Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 1.0.34 to 2.3.8.
- [Release notes](https://github.com/nodejs/readable-stream/releases)
- [Commits](nodejs/readable-stream@v1.0.34...v2.3.8)

---
updated-dependencies:
- dependency-name: readable-stream
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump sax from 1.2.4 to 1.4.1 (patternfly#250)

Bumps [sax](https://github.com/isaacs/sax-js) from 1.2.4 to 1.4.1.
- [Commits](isaacs/sax-js@v1.2.4...v1.4.1)

---
updated-dependencies:
- dependency-name: sax
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump fast-glob from 3.2.12 to 3.3.2 (patternfly#249)

Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.2.12 to 3.3.2.
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](mrmlnc/fast-glob@3.2.12...3.3.2)

---
updated-dependencies:
- dependency-name: fast-glob
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @jridgewell/sourcemap-codec from 1.4.15 to 1.5.0 (patternfly#248)

Bumps [@jridgewell/sourcemap-codec](https://github.com/jridgewell/sourcemap-codec) from 1.4.15 to 1.5.0.
- [Release notes](https://github.com/jridgewell/sourcemap-codec/releases)
- [Changelog](https://github.com/jridgewell/sourcemap-codec/blob/main/CHANGELOG.md)
- [Commits](jridgewell/sourcemap-codec@v1.4.15...v1.5.0)

---
updated-dependencies:
- dependency-name: "@jridgewell/sourcemap-codec"
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump launch-editor from 2.8.0 to 2.8.1 (patternfly#247)

Bumps [launch-editor](https://github.com/yyx990803/launch-editor) from 2.8.0 to 2.8.1.
- [Commits](vitejs/launch-editor@v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: launch-editor
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/eslint-scope from 3.7.4 to 3.7.7 (patternfly#246)

Bumps [@types/eslint-scope](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint-scope) from 3.7.4 to 3.7.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint-scope)

---
updated-dependencies:
- dependency-name: "@types/eslint-scope"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update to PatternFly 6 (patternfly#145)

* Update to the latest PF versions (patternfly#224)

* Update PF dependencies

* Fix MCC colors

* Replace not existing PF Text components

* Update snapshots

* fix(v6): Fix generated files

* fix(v6): Fix TagCount styling (patternfly#237)

* fix(v6): Fix TagCount styling

* Update tokens

* Update snapshots

* fix(pf6): Update generated files

* Remove extra padding

* Remove unused import

* Update README.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update examples

* fix(pf6): Fix MCC example

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>

* Update lockfile

* fix(pf6): Update packages/module/src/ServiceCard/ServiceCard.tsx

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: InsaneZein <zsleiman@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants