Skip to content

fix(deps): update shared components packages #579

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2022

This PR contains the following updates:

Package Change Age Confidence Type Update
@patternfly/quickstarts 2.3.3 -> 2.4.5 age confidence dependencies minor
@patternfly/react-core 4.135.0 -> 4.278.1 age confidence dependencies minor
@rhoas/app-services-ui-shared 0.12.2 -> 0.16.6 age confidence dependencies minor
@webpack-cli/serve (source) 1.6.0 -> 1.7.0 age confidence devDependencies minor
JamesIves/github-pages-deploy-action 4.1.5 -> v4.7.3 age confidence action minor
ajv (source) 8.6.2 -> 8.17.1 age confidence devDependencies minor
asciidoctor 2.2.5 -> 2.2.8 age confidence devDependencies patch
copy-webpack-plugin 9.0.1 -> 9.1.0 age confidence devDependencies minor
css-loader 6.2.0 -> 6.11.0 age confidence devDependencies minor
css-minimizer-webpack-plugin 3.0.2 -> 3.4.1 age confidence devDependencies minor
fs-extra 10.0.0 -> 10.1.0 age confidence devDependencies minor
glob 7.1.7 -> 7.2.3 age confidence devDependencies minor
html-webpack-plugin 5.3.2 -> 5.6.3 age confidence devDependencies minor
jest (source) ^27.5.1 -> 27.5.1 age confidence devDependencies pin
maven (source) 3.8.1 -> 3.9.11 age confidence minor
maven (source) 3.6.3 -> 3.9.11 age confidence minor
mini-css-extract-plugin 2.2.1 -> 2.9.4 age confidence devDependencies minor
node (source) 16.6.2 -> 16.20.2 age confidence minor
node 16.6.2 -> 16.20.2 age confidence uses-with minor
npm-run-allnpm-run-all2 4.1.5 -> 5.0.0 devDependencies replacement
patternfly (source) 3.24.0 -> 3.59.5 age confidence minor
registry.access.redhat.com/ubi8/ubi-minimal 8.4 -> 8.10-1753978370 age confidence final minor
style-loader 3.2.1 -> 3.3.4 age confidence devDependencies minor
sync-fetch 0.3.0 -> 0.5.2 age confidence devDependencies minor
terser-webpack-plugin 5.2.0 -> 5.3.14 age confidence devDependencies minor
ts-loader 9.2.5 -> 9.5.2 age confidence devDependencies minor
tsconfig-paths-webpack-plugin 3.5.1 -> 3.5.2 age confidence devDependencies patch
tslib (source) 2.3.1 -> 2.8.1 age confidence devDependencies minor
typescript (source) 4.4.2 -> 4.9.5 age confidence devDependencies minor
webpack-bundle-analyzer 4.4.2 -> 4.10.2 age confidence devDependencies minor
webpack-cli (source) 4.9.1 -> 4.10.0 age confidence devDependencies minor
webpack-merge 5.8.0 -> 5.10.0 age confidence devDependencies minor
io.strimzi:kafka-oauth-client (source) 0.8.1 -> 0.16.2 age confidence compile minor
io.apicurio:apicurio-common-rest-client-vertx (source) 0.1.9.Final -> 0.1.18.Final age confidence compile patch
org.testcontainers:kafka (source) 1.16.0 -> 1.21.3 age confidence test minor
org.apache.maven.plugins:maven-failsafe-plugin (source) 3.0.0-M5 -> 3.5.3 age confidence build minor
org.apache.maven.plugins:maven-surefire-plugin (source) 3.0.0-M5 -> 3.5.3 age confidence build minor
io.quarkus:quarkus-maven-plugin 2.7.0.Final -> 2.16.12.Final age confidence build minor
io.quarkus:quarkus-bom 2.7.0.Final -> 2.16.12.Final age confidence import minor
io.quarkus:quarkus-bom 2.8.0.Final -> 2.16.12.Final age confidence import minor
io.quarkus:quarkus-universe-bom 2.2.1.Final -> 2.16.12.Final age confidence import minor
io.quarkus:quarkus-maven-plugin 2.8.0.Final -> 2.16.12.Final age confidence build minor
io.quarkus:quarkus-maven-plugin 2.2.1.Final -> 2.16.12.Final age confidence build minor
org.apache.maven.plugins:maven-compiler-plugin (source) 3.8.1 -> 3.14.0 age confidence build minor

This is a special PR that replaces npm-run-all with the community suggested minimal stable replacement version.


Release Notes

patternfly/patternfly-quickstarts (@​patternfly/quickstarts)

v2.4.5

Compare Source

Bug Fixes
  • markdown: fix plain code fences not being transformed (#​375) (a6908ee)

v2.4.4

Compare Source

What's Changed

We've changed the markdown parser to one that's more actively being maintained.

If you're supplying any custom markdown extensions please verify that they still work properly, as this is the area where bugs are most likely from this change.

If you see issues with custom markdown extensions, or any other issues with markdown parsing after this change, please raise an issue.

Full Changelog: patternfly/patternfly-quickstarts@v2.4.3...v2.4.4

v2.4.3

Compare Source

Bug Fixes
  • deps: Remove showdown as dependency (41c230a)

v2.4.2

Compare Source

Bug Fixes
  • docs: update docs for special release (0e90561)

v2.4.1

Compare Source

Bug Fixes
  • webpack: Format webpack config (bade950)

v2.4.0

Compare Source

Bug Fixes
  • package.json: more dry run releases (84ecb44)
  • package.json: update module/package.json (9fdc5e3)
  • readme: whitespace change to watch dry run (b2d64ad)
  • release-config: still trying dry-runs (1a2fb4d)
  • release.config: add commas (b96ecd0)
  • release.config: again a dry-run (304403c)
  • release.config: clean up (855c265)
  • release.config: need non pre-release branch (f642909)
  • release.yml: --legacy-peer-deps (30c539e)
  • release.yml: publish pre-release candidates on merge to main (35cb7f4)
Features
  • package.json: dry-run release again (085ba65)
  • package.json: fix typo (cc37352)
  • release.yml: Dry run publish prerelease using github actions (a7aef73)
  • release.yml: try another dry-run (3061285)
  • release.yml: update node version --dry-run (3ac61d4)
  • release: more dry runs (89ecb81)

v2.3.4

Compare Source

patternfly/patternfly-react (@​patternfly/react-core)

v4.278.1

Compare Source

Note: Version bump only for package @​patternfly/react-core

v4.278.0

Compare Source

Features
  • Dropdown next: able to append the menu to any DOM element (#​9652) (a238182)

v4.277.0

Compare Source

Features

v4.276.12

Compare Source

Bug Fixes

v4.276.11

Compare Source

Bug Fixes
  • SelectToggle: corrected removeEventListener on unmount for v4 (#​9381) (0cbca14)

v4.276.10

Compare Source

4.276.10 (2023-06-05)

Note: Version bump only for package @​patternfly/react-core

v4.276.9

Compare Source

4.276.9 (2023-04-06)

Note: Version bump only for package @​patternfly/react-core

v4.276.8

Compare Source

Bug Fixes

v4.276.7

Compare Source

4.276.7 (2023-03-01)

Bug Fixes

v4.276.6

Compare Source

Note: Version bump only for package @​patternfly/react-core

v4.276.5

Compare Source

4.276.5 (2023-01-24)

Note: Version bump only for package @​patternfly/react-core

v4.276.4

Compare Source

Bug Fixes

v4.276.3

Compare Source

Note: Version bump only for package @​patternfly/react-core

v4.276.2

Compare Source

Bug Fixes
  • ExpandableSection: made toggle button conditional with truncate variant (#​8570) (2385b96)
  • Select-next,Dropdown-next: updated logic for keyboard interaction (#​8496) (0a343ce)

v4.276.1

Compare Source

Note: Version bump only for package @​patternfly/react-core

v4.276.0

Compare Source

Features
  • Accordion: made scrollable content focusable (#​8515) (859c4d4)
  • Menu: added event param to onDrillIn and onDrillOut callbacks (#​8514) (a0bdf70)

v4.275.0

Compare Source

4.275.0 (2023-01-19)

Features

v4.274.1

Compare Source

Note: Version bump only for package @​patternfly/react-core

v4.274.0

Compare Source

Bug Fixes
Features

v4.273.3

Compare Source

Note: Version bump only for package @​patternfly/react-core

v4.273.2

Compare Source

4.273.2 (2023-01-18)

Note: Version bump only for package @​patternfly/react-core

v4.273.1

Compare Source

Bug Fixes

v4.273.0

Compare Source

4.273.0 (2023-01-18)

Features

v4.272.0

Compare Source

Bug Fixes
Features

v4.271.2

Compare Source

Note: Version bump only for package @​patternfly/react-core

v4.271.1

Compare Source

Bug Fixes
  • DualListSelector: added empty state to composable examples (#​8480) (94bed40)

v4.271.0

Compare Source

Features

v4.270.0

Compare Source

Features

v4.269.0

Compare Source

Bug Fixes
Features

v4.268.2

Compare Source

4.268.2 (2023-01-11)

Bug Fixes
  • LabelGroup: show the correct count of overflow labels (#​8505) (3dd3eda)

v4.268.1

Compare Source

Bug Fixes

v4.268.0

Compare Source

4.268.0 (2023-01-09)

Features

v4.267.14

Compare Source

Note: Version bump only for package @​patternfly/react-core

v4.267.13

Compare Source

4.267.13 (2023-01-06)

Bug Fixes
  • MenuGroup: Add option to use React component and Node in groupMenu (#​8219) (9c8fef8)

v4.267.12

Compare Source

Note: Version bump only for package @​patternfly/react-core

v4.267.11

Compare Source

Note: Version bump only for package @​patternfly/react-core

v4.267.10

Compare Source

Bug Fixes

v4.267.9

Compare Source

Bug Fixes

v4.267.8

Compare Source

4.267.8 (2023-01-04)

Note: Version bump only for package @​patternfly/react-core

v4.267.7

Compare Source

4.267.7 (2022-12-19)

Note: Version bump only for package @​patternfly/react-core

v4.267.6

Compare Source

Bug Fixes

v4.267.5

Compare Source

Note: Version bump only for package @​patternfly/react-core

v4.267.4

Compare Source

Note: Version bump only for package @​patternfly/react-core

v4.267.3

Compare Source

Note: Version bump only for package @​patternfly/react-core

v4.267.2

Compare Source

4.267.2 (2022-12-08)

Bug Fixes

v4.267.1

Compare Source

4.267.1 (2022-12-08)

Note: Version bump only for package @​patternfly/react-core

v4.267.0

Compare Source

Features
  • Menu: add drilldown filter demo, add flag to support demo & fix some keyboard interaction (#​8405) (6fd28da)

v4.266.3

Compare Source

Note: Version bump only for package @​patternfly/react-core

v4.266.2

Compare Source

Bug Fixes

v4.266.1

Compare Source

Note: Version bump only for package @​patternfly/react-core

v4.266.0

Compare Source

Features

v4.265.2

Compare Source

4.265.2 (2022-12-06)

Bug Fixes

v4.265.1

Compare Source

Note: Version bump only for package @​patternfly/react-core

v4.265.0

Compare Source

4.265.0 (2022-12-01)

Bug Fixes
Features
  • add pf-screen-reader for screen reader text to Badge (#​8361) (91f6b4d), closes [

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 30, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: .build/package-lock.json
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/ajv-keywords/node_modules/ajv
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer ajv@"^6.9.1" from [email protected]
npm WARN node_modules/ajv-keywords
npm WARN   ajv-keywords@"^3.5.2" from [email protected]
npm WARN   node_modules/@redhat-cloud-services/frontend-components-config/node_modules/babel-loader/node_modules/schema-utils
npm WARN   4 more (schema-utils, schema-utils, schema-utils, schema-utils)
npm WARN 
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/ajv
npm WARN   peer ajv@"^6.9.1" from [email protected]
npm WARN   node_modules/ajv-keywords
npm WARN     ajv-keywords@"^3.5.2" from [email protected]
npm WARN     node_modules/@redhat-cloud-services/frontend-components-config/node_modules/babel-loader/node_modules/schema-utils
npm WARN     4 more (schema-utils, schema-utils, schema-utils, schema-utils)
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/webpack
npm ERR!   dev webpack@"5.91.0" from the root project
npm ERR!   peer webpack@">=5.0.0" from [email protected]
npm ERR!   node_modules/assets-webpack-plugin
npm ERR!     dev assets-webpack-plugin@"7.1.1" from the root project
npm ERR!   28 more (file-loader, null-loader, raw-loader, svg-url-loader, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^4.0.0" from [email protected]
npm ERR! node_modules/optimize-css-assets-webpack-plugin
npm ERR!   dev optimize-css-assets-webpack-plugin@"6.0.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/webpack
npm ERR!   peer webpack@"^4.0.0" from [email protected]
npm ERR!   node_modules/optimize-css-assets-webpack-plugin
npm ERR!     dev optimize-css-assets-webpack-plugin@"6.0.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-09T01_18_58_500Z-debug-0.log

@renovate renovate bot force-pushed the renovate/shared-components-packages branch 6 times, most recently from be3b5c5 to 409a139 Compare September 2, 2022 10:45
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 8 times, most recently from 5866800 to 34cc28f Compare September 14, 2022 14:35
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 10 times, most recently from 23f710e to c2e8483 Compare September 21, 2022 21:51
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 5 times, most recently from 2420bd7 to 28668ca Compare September 29, 2022 17:00
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 4 times, most recently from 167c582 to f610787 Compare February 27, 2025 22:44
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 3 times, most recently from 213b0de to c1567d5 Compare March 6, 2025 16:11
@renovate renovate bot force-pushed the renovate/shared-components-packages branch from c1567d5 to baf497e Compare March 14, 2025 21:39
@renovate renovate bot force-pushed the renovate/shared-components-packages branch from baf497e to a5a01b8 Compare March 31, 2025 02:15
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 3 times, most recently from d6acf59 to 21918b0 Compare April 16, 2025 07:15
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 2 times, most recently from b051d8d to 1865a9e Compare April 24, 2025 20:17
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 2 times, most recently from cf062d5 to 2f9f885 Compare May 17, 2025 19:10
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 2 times, most recently from 8785209 to b73532d Compare June 3, 2025 16:22
@renovate renovate bot force-pushed the renovate/shared-components-packages branch from b73532d to bd02e80 Compare June 6, 2025 20:52
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 2 times, most recently from a7043ea to b942cad Compare June 23, 2025 08:55
@renovate renovate bot force-pushed the renovate/shared-components-packages branch from b942cad to 3de8554 Compare June 29, 2025 01:11
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 4 times, most recently from faed328 to a46aeb3 Compare July 16, 2025 04:05
@renovate renovate bot force-pushed the renovate/shared-components-packages branch from a46aeb3 to bb099e5 Compare July 28, 2025 08:34
@renovate renovate bot force-pushed the renovate/shared-components-packages branch from bb099e5 to 37d9ab1 Compare August 7, 2025 11:36
@renovate renovate bot force-pushed the renovate/shared-components-packages branch from 37d9ab1 to 3640423 Compare August 11, 2025 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants