diff --git a/.changeset/free-walls-sneeze.md b/.changeset/free-walls-sneeze.md new file mode 100644 index 0000000000..96f01953cf --- /dev/null +++ b/.changeset/free-walls-sneeze.md @@ -0,0 +1,10 @@ +--- +"@patternfly/create-element": patch +"@patternfly/eslint-config-elements": patch +"@patternfly/pfe-tools": patch +"@patternfly/pfe-core": patch +"@patternfly/elements": patch +--- + +Update dependencies + \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e7c00e778c..7868d925cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -98,7 +98,7 @@ jobs: name: SSR Tests (Playwright) runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.54.1-noble + image: mcr.microsoft.com/playwright:v1.48.2-noble steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 diff --git a/core/pfe-core/package.json b/core/pfe-core/package.json index 578aee7e8c..1798521741 100644 --- a/core/pfe-core/package.json +++ b/core/pfe-core/package.json @@ -65,8 +65,8 @@ "test": "wtr --files './test/*.spec.ts' --config ../../web-test-runner.config.js" }, "dependencies": { - "@lit/context": "^1.1.5", - "lit": "^3.3.0" + "@lit/context": "^1.1.6", + "lit": "^3.3.2" }, "repository": { "type": "git", diff --git a/docs/_data/importMap.cjs b/docs/_data/importMap.cjs index d893178837..12279d1b23 100644 --- a/docs/_data/importMap.cjs +++ b/docs/_data/importMap.cjs @@ -73,7 +73,7 @@ module.exports = async function() { await generator.install([ 'tslib', '@rhds/elements', - '@rhds/elements/rh-footer/rh-global-footer.js', + '@rhds/elements/rh-footer/rh-footer-universal.js', `prismjs@${PRISM_VERSION}`, 'element-internals-polyfill', `fuse.js@${FUSE_VERSION}`, diff --git a/docs/_includes/_foot.njk b/docs/_includes/_foot.njk index 5b67ecb432..d4c178f888 100644 --- a/docs/_includes/_foot.njk +++ b/docs/_includes/_foot.njk @@ -4,7 +4,7 @@ {% endif %} {% endfor %} - +