Skip to content

Commit 755be0a

Browse files
fix(deps): update shared components packages
1 parent 73764e5 commit 755be0a

File tree

21 files changed

+379
-342
lines changed

21 files changed

+379
-342
lines changed

.build/.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.6.2
1+
20.11.0

.build/package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -9,44 +9,44 @@
99
"license": "MIT",
1010
"private": true,
1111
"devDependencies": {
12-
"@webpack-cli/serve": "1.6.0",
12+
"@webpack-cli/serve": "2.0.5",
1313
"ajv": "8.6.2",
14-
"asciidoctor": "2.2.5",
14+
"asciidoctor": "3.0.4",
1515
"assets-webpack-plugin": "7.1.1",
1616
"copy-dir": "1.3.0",
17-
"copy-webpack-plugin": "9.0.1",
17+
"copy-webpack-plugin": "12.0.2",
1818
"css-loader": "6.2.0",
19-
"css-minimizer-webpack-plugin": "3.0.2",
19+
"css-minimizer-webpack-plugin": "6.0.0",
2020
"file-loader": "6.2.0",
21-
"fs-extra": "10.0.0",
22-
"gh-pages": "3.2.3",
23-
"glob": "7.1.7",
21+
"fs-extra": "11.2.0",
22+
"gh-pages": "6.1.1",
23+
"glob": "10.3.10",
2424
"html-webpack-plugin": "5.3.2",
25-
"jest": "^27.5.1",
25+
"jest": "^29.0.0",
2626
"js-yaml": "4.1.0",
27-
"jsdom": "17.0.0",
27+
"jsdom": "24.0.0",
2828
"jsonpath": "1.1.1",
2929
"mini-css-extract-plugin": "2.2.1",
30-
"mkdirp": "1.0.4",
31-
"node-fetch": "2.6.1",
30+
"mkdirp": "3.0.1",
31+
"node-fetch": "3.3.2",
3232
"node-wget": "0.4.3",
3333
"npm-run-all": "4.1.5",
3434
"null-loader": "4.0.1",
3535
"optimize-css-assets-webpack-plugin": "6.0.1",
3636
"raw-loader": "4.0.2",
37-
"rimraf": "3.0.2",
37+
"rimraf": "5.0.5",
3838
"style-loader": "3.2.1",
39-
"svg-url-loader": "7.1.1",
39+
"svg-url-loader": "8.0.0",
4040
"sync-fetch": "0.3.0",
4141
"terser-webpack-plugin": "5.2.0",
4242
"ts-loader": "9.2.5",
43-
"tsconfig-paths-webpack-plugin": "3.5.1",
43+
"tsconfig-paths-webpack-plugin": "4.1.0",
4444
"tslib": "2.3.1",
45-
"typescript": "4.4.2",
45+
"typescript": "5.3.3",
4646
"url-loader": "4.1.1",
4747
"webpack": "5.51.1",
4848
"webpack-bundle-analyzer": "4.4.2",
49-
"webpack-cli": "4.9.1",
49+
"webpack-cli": "5.1.4",
5050
"webpack-dev-server": "4.2.1",
5151
"webpack-merge": "5.8.0"
5252
},
@@ -73,14 +73,14 @@
7373
"test": "jest ./tests"
7474
},
7575
"dependencies": {
76-
"@patternfly/quickstarts": "2.3.3",
77-
"@patternfly/react-core": "4.135.0",
76+
"@patternfly/quickstarts": "5.1.0",
77+
"@patternfly/react-core": "5.2.0",
7878
"@patternfly/transform-adoc": "0.1.3",
7979
"@redhat-cloud-services/frontend-components-config": "4.3.5",
8080
"@rhoas/app-services-ui-shared": "0.12.2",
8181
"react": "17.0.2",
8282
"react-dom": "17.0.2",
8383
"sync-request": "6.1.0",
84-
"yaml": "1.10.2"
84+
"yaml": "2.3.4"
8585
}
8686
}

.github/workflows/code-examples-kafka-avro-schema-quickstart.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- name: Set up JDK 11
18-
uses: actions/setup-java@v2
18+
uses: actions/setup-java@v4
1919
with:
2020
java-version: 11
2121
distribution: 'adopt' # See 'Supported distributions' for available options

.github/workflows/code-examples-kafka-quickstart.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: Set up JDK 11
17-
uses: actions/setup-java@v2
17+
uses: actions/setup-java@v4
1818
with:
1919
java-version: 11
2020
distribution: 'adopt' # See 'Supported distributions' for available options

.github/workflows/generation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
node-version: [16.6.2]
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v2
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: npm --prefix .build install

.github/workflows/modular-docs-check.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
- product: RHOAD
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525
name: Checkout Source
2626
- name: Use Node.js
27-
uses: actions/setup-node@v2
27+
uses: actions/setup-node@v4
2828
with:
2929
node-version: 16.6.2
3030
- name: Set up JDK 9.0.4 for x64
31-
uses: actions/setup-java@v2
31+
uses: actions/setup-java@v4
3232
with:
3333
java-version: 15
3434
distribution: 'adopt' # See 'Supported distributions' for available options

.github/workflows/modular-docs-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
- product: RHOAD
2929
branch: modular-docs-rhoad
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v4
3232
name: Checkout Source
3333
- name: Use Node.js
34-
uses: actions/setup-node@v2
34+
uses: actions/setup-node@v4
3535
with:
3636
node-version: 16.6.2
3737
- name: Set up JDK 9.0.4 for x64
38-
uses: actions/setup-java@v2
38+
uses: actions/setup-java@v4
3939
with:
4040
java-version: 15
4141
distribution: 'adopt' # See 'Supported distributions' for available options

.github/workflows/node.js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
node-version: [16.6.2]
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v2
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm --prefix .build install

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.6.2
1+
20.11.0
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
2-
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
2+
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar

code-examples/kafka-avro-schema-quickstart/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1515
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
1616
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
17-
<quarkus.platform.version>2.7.0.Final</quarkus.platform.version>
17+
<quarkus.platform.version>3.7.2</quarkus.platform.version>
1818
<surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
1919
<registry.version>2.1.2.Final</registry.version>
2020
</properties>

code-examples/kafka-avro-schema-quickstart/src/main/docker/Dockerfile.native-distroless

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# docker run -i --rm -p 8080:8080 quarkus/kafka-avro-schema-quickstart
1515
#
1616
###
17-
FROM quay.io/quarkus/quarkus-distroless-image:1.0
17+
FROM quay.io/quarkus/quarkus-distroless-image:2.0
1818
COPY target/*-runner /application
1919

2020
EXPOSE 8080
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
117
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
2-
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
18+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar

0 commit comments

Comments
 (0)