app-services-guides icon indicating copy to clipboard operation
app-services-guides copied to clipboard

fix(deps): update shared components packages

Open renovate[bot] opened this issue 3 years ago • 2 comments

Note: This PR body was truncated due to platform limits.

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.6 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.5 age confidence devDependencies minor
jest (source) ^27.5.1 -> 27.5.1 age confidence devDependencies pin
js-yaml 4.1.0 -> 4.1.1 age confidence devDependencies patch
maven (source) 3.8.1 -> 3.9.12 age confidence minor
maven (source) 3.6.3 -> 3.9.12 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-1766090732 age confidence final minor
ruby (source) 2.6 -> 2.7.8 age confidence uses-with 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.16 age confidence devDependencies minor
ts-loader 9.2.5 -> 9.5.4 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.17.1 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.4 age confidence test minor
org.apache.maven.plugins:maven-failsafe-plugin (source) 3.0.0-M5 -> 3.5.4 age confidence build minor
org.apache.maven.plugins:maven-surefire-plugin (source) 3.0.0-M5 -> 3.5.4 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.1 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: https://github.com/patternfly/patternfly-quickstarts/compare/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

v4.264.1

Compare Source

4.264.1 (2022-11-30)

Bug Fixes

v4.264.0

Compare Source

Features

v4.263.0

Compare Source

Bug Fixes
Features

v4.262.0

Compare Source

Features

v4.261.0

Compare Source

Features

v4.260.1

[Compare Source](https://redirect.github.com/patternfly/patte


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[bot] avatar Aug 30 '22 11:08 renovate[bot]

⚠ 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[bot] avatar Aug 30 '22 11:08 renovate[bot]

⚠️ 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.93.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-07-22T13_16_05_459Z-debug-0.log

renovate[bot] avatar May 09 '24 09:05 renovate[bot]