Skip to content

Commit 844d1b2

Browse files
authored
Merge branch 'main' into 2887-pf-text-input-autocomplete
2 parents e085a4d + c658b80 commit 844d1b2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+5641
-6075
lines changed

.github/workflows/bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: '20'
28+
node-version-file: '.nvmrc'
2929
cache: npm
3030

3131
- name: Bundle

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: 20
34+
node-version-file: '.nvmrc'
3535
cache: npm
3636
- run: npm ci --prefer-offline
3737
- run: npm i @commitlint/load

.github/workflows/preview.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: '20'
16+
node-version-file: '.nvmrc'
1717
cache: npm
1818

1919
- name: Verify JSPM URL
@@ -23,11 +23,10 @@ jobs:
2323
run: curl https://cachefly.cachefly.net/CacheFlyDebug
2424

2525
# Set up GitHub Actions caching for Wireit.
26-
- uses: google/wireit@setup-github-actions-caching/v2
26+
- uses: google/wireit@setup-github-actions-caching/v2
2727

2828
- run: npm ci --prefer-offline
2929
- run: npm run docs
30-
- run: cat _site/components/icon/demo/custom-icon-sets/index.html
3130

3231
- name: Publish to Netlify
3332
env:

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '20'
17+
node-version-file: '.nvmrc'
1818
cache: npm
19-
2019
# Set up GitHub Actions caching for Wireit.
2120
- uses: google/wireit@setup-github-actions-caching/v2
2221

@@ -44,10 +43,7 @@ jobs:
4443
- name: Transform Tags
4544
id: get-tags
4645
if: ${{ steps.changesets.outputs.published == 'true' }}
47-
run: |
48-
tags=$( echo '${{ steps.changesets.outputs.publishedPackages }}' | jq -c 'map([.name,.version]) | map(join("@")) | join(", ")' )
49-
echo "$tags"
50-
echo "::set-output name=tags::$tags"
46+
run: echo "tags=$( echo '${{ steps.changesets.outputs.publishedPackages }}' | jq -c 'map([.name,.version]) | map(join("@")) | join(", ")' )" >> $GITHUB_OUTPUT
5147

5248
- name: Bundle
5349
id: bundle

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
name: SSR Tests (Playwright)
9999
runs-on: ubuntu-latest
100100
container:
101-
image: mcr.microsoft.com/playwright:v1.46.1-jammy
101+
image: mcr.microsoft.com/playwright:v1.54.1-noble
102102
steps:
103103
- uses: actions/checkout@v4
104104
- uses: actions/setup-node@v4
@@ -161,8 +161,8 @@ jobs:
161161
strategy:
162162
matrix:
163163
node:
164-
- '20'
165-
- '21'
164+
- '22'
165+
- '24'
166166
if: |
167167
github.event_name == 'workflow_dispatch'
168168
|| github.event_name == 'push'
@@ -284,7 +284,7 @@ jobs:
284284
cache: npm
285285

286286
- name: Install dependencies
287-
run: npm ci --prefer-offline
287+
run: npm ci --prefer-offline --include=optional --verbose
288288

289289
- name: Build
290290
id: build

.github/workflows/visual-regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- uses: actions/setup-node@v4
3131
with:
32-
node-version: '20'
32+
node-version-file: '.nvmrc'
3333
cache: npm
3434

3535
# Set up GitHub Actions caching for Wireit.
3636
- uses: google/wireit@setup-github-actions-caching/v2
3737

3838
- run: npm ci --prefer-offline
39-
39+
- run: npx playwright install
4040
- name: Visual Regression Tests
4141
run: npx playwright test
4242
env:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.13.0
1+
v22.16.0

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ npm run test:watch -- --files 'elements/pf-{select,card}/test/*.spec.ts'
7171
# Run all tests excluding react and vue tests.
7272
npm run test:watch
7373

74-
# Run all tests using a React wrapper in watch mode.
75-
npm run test:react
76-
77-
# Run all tests using a Vue wrapper in watch mode.
78-
npm run test:vue
79-
8074
# Run all tests with and without React and Vue wrappers.
8175
# This is run on pull request within CI.
8276
npm run test:ci

core/pfe-core/.config/cem.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
sourceControlRootUrl: https://github.com/patternfly/patternfly-elements/tree/main/
2+
generate:
3+
files:
4+
- ./*/*.ts
5+
exclude:
6+
- './**/*.test.ts'
7+
- './**/*.spec.ts'
8+
- './**/*.e2e.ts'
9+
output: custom-elements.json

core/pfe-core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @patternfly/pfe-core
22

3+
## 5.0.3
4+
### Patch Changes
5+
6+
- 2cf37ca: `InternalsController`: add `ariaRelevant` property
7+
38
## 5.0.2
49
### Patch Changes
510

0 commit comments

Comments
 (0)