Skip to content

[web] Update dependencies (2023-10-03) #787

Merged
dgdavid merged 13 commits intomasterfrom
update-dependencies-20231003
Oct 3, 2023
Merged

[web] Update dependencies (2023-10-03) #787
dgdavid merged 13 commits intomasterfrom
update-dependencies-20231003

Conversation

@dgdavid
Copy link
Copy Markdown
Contributor

@dgdavid dgdavid commented Oct 3, 2023

Problem

Some dependencies are outdated (previous updates were done in #536 and #682)

Click to show/hide npm outdated output
Package                                Current        Wanted  Latest  Location                                       Depended by
@babel/core                            7.22.20        7.23.0  7.23.0  node_modules/@babel/core                       web
@cspell/dict-css                         4.0.7        4.0.11  4.0.11  node_modules/@cspell/dict-css                  web
@cspell/dict-html                        4.0.3         4.0.5   4.0.5  node_modules/@cspell/dict-html                 web
@icons-pack/react-simple-icons           7.2.0         7.2.0   9.0.1  node_modules/@icons-pack/react-simple-icons    web
@material-symbols/svg-400                0.5.5         0.5.5  0.13.0  node_modules/@material-symbols/svg-400         web
@svgr/plugin-jsx                         7.0.0         7.0.0   8.1.0  node_modules/@svgr/plugin-jsx                  web
@svgr/webpack                            7.0.0         7.0.0   8.1.0  node_modules/@svgr/webpack                     web
@testing-library/jest-dom               5.17.0        5.17.0   6.1.3  node_modules/@testing-library/jest-dom         web
@typescript-eslint/eslint-plugin        5.62.0        5.62.0   6.7.4  node_modules/@typescript-eslint/eslint-plugin  web
@typescript-eslint/parser               5.62.0        5.62.0   6.7.4  node_modules/@typescript-eslint/parser         web
chrome-remote-interface                 0.32.2        0.32.2  0.33.0  node_modules/chrome-remote-interface           web
core-js                                 3.32.2        3.33.0  3.33.0  node_modules/core-js                           web
cspell                                  6.31.3        6.31.3   7.3.7  node_modules/cspell                            web
eslint                                  8.49.0        8.50.0  8.50.0  node_modules/eslint                            web
eslint-plugin-n                         15.7.0        15.7.0  16.1.0  node_modules/eslint-plugin-n                   web
po2json                           1.0.0-beta-3  1.0.0-beta-3   0.4.5  node_modules/po2json                           web
qunit                                   2.19.4        2.20.0  2.20.0  node_modules/qunit                             web
regenerator-runtime                    0.13.11       0.13.11  0.14.0  node_modules/regenerator-runtime               web
sass                                    1.67.0        1.68.0  1.68.0  node_modules/sass                              web
stylelint-config-standard               33.0.0        33.0.0  34.0.0  node_modules/stylelint-config-standard         web
stylelint-config-standard-scss           8.0.0         8.0.0  11.0.0  node_modules/stylelint-config-standard-scss    web
typedoc                                 0.24.8        0.24.8  0.25.1  node_modules/typedoc                           web
typescript                               5.1.6         5.2.2   5.2.2  node_modules/typescript                        web

Solution

To update them using the npm update --lockfile-version 2 and npm install --lockfile-version 2 package-name@latest commands.

Notes

Fixed a problem with missing icon

The auto_mode icon seems to be no longer anymore. Fortunately, we're not using it anyway.
We started using it at 67450cc but stopped at e112d5d.

Not updated dependencies

Package                                Current        Wanted  Latest
po2json                           1.0.0-beta-3  1.0.0-beta-3   0.4.5 

Candidates to be removed

chrome-remote-interface                 0.33

Testing

All relevant tasks were executed without problems.

@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 75.116%. remained the same when pulling 135aee1 on update-dependencies-20231003 into 00312cd on master.

@dgdavid dgdavid merged commit b68dc78 into master Oct 3, 2023
@dgdavid dgdavid deleted the update-dependencies-20231003 branch October 3, 2023 13:49
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.

3 participants