Skip to content

Conversation

@rebeccaalpert
Copy link
Member

@rebeccaalpert rebeccaalpert commented Aug 14, 2024

Updated dependencies so we don't have any entries in red anymore with npm outdated. I'm not sure if I should keep going, particularly with the PatternFly deps, but I did bump them somewhat. I updated Commander so I could link this with Core, which wasn't compatible with this older version when linked. This means that I had to change some of the bracketed text in https://github.com/patternfly/patternfly-a11y/pull/78/files#diff-180b3d2af89416b99563fff8c37eb8ca1ef7591fc1ddd736b5dacf740ccd3760R11, since it seems like spaces are no longer supported in square brackets.

New out of date listing:

npm outdated                        
Package                   Current   Wanted   Latest  Location                               Depended by
@patternfly/react-charts  6.94.21  6.94.21    7.3.0  node_modules/@patternfly/react-charts  patternfly-a11y
@patternfly/react-core    4.278.1  4.278.1    5.3.4  node_modules/@patternfly/react-core    patternfly-a11y
@types/react              17.0.80  17.0.80   18.3.3  node_modules/@types/react              patternfly-a11y
@types/react-dom          17.0.25  17.0.25   18.3.0  node_modules/@types/react-dom          patternfly-a11y
chromedriver              119.0.1  119.0.1  127.0.3  node_modules/chromedriver              patternfly-a11y
commander                  11.1.0   11.1.0   12.1.0  node_modules/commander                 patternfly-a11y
copy-webpack-plugin        10.2.4   10.2.4   12.0.2  node_modules/copy-webpack-plugin       patternfly-a11y
css-loader                  4.3.0    4.3.0    7.1.2  node_modules/css-loader                patternfly-a11y
fs-extra                   10.1.0   10.1.0   11.2.0  node_modules/fs-extra                  patternfly-a11y
puppeteer                  15.5.0   15.5.0   23.1.0  node_modules/puppeteer                 patternfly-a11y
puppeteer-cluster          0.23.0   0.23.0   0.24.0  node_modules/puppeteer-cluster         patternfly-a11y
react                      17.0.2   17.0.2   18.3.1  node_modules/react                     patternfly-a11y
react-dom                  17.0.2   17.0.2   18.3.1  node_modules/react-dom                 patternfly-a11y
typescript                  4.9.5    4.9.5    5.5.4  node_modules/typescript                patternfly-a11y
webpack-cli                4.10.0   4.10.0    5.1.4  node_modules/webpack-cli               patternfly-a11y
webpack-dev-server         4.15.2   4.15.2    5.0.4  node_modules/webpack-dev-server        patternfly-a11y

I linked this to React and Core and tested against React and Core with every dependency bump, and made sure this builds.

I also noticed several commands were broken - I fixed yarn start and yarn test:pf. yarn test:org uses a port that I'm unsure we're still using, so I left that broken (want to ask some questions). I opened issues for two other broken commands.

At least partly fixes #73.

@dlabaj dlabaj self-requested a review August 22, 2024 17:57
@nicolethoen nicolethoen merged commit 923e9bb into patternfly:master Sep 12, 2024
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.

Update axe-core, PF, puppeteer, and other outdated dependencies

3 participants