-
Notifications
You must be signed in to change notification settings - Fork 893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade dependencies April 2024 #8098
Conversation
|
Size Report 1Affected ProductsNo changes between base commit (6d31930) and merge commit (a3daa6a).Test Logs |
Size Analysis Report 1Affected ProductsNo changes between base commit (6d31930) and merge commit (a3daa6a).Test Logs |
@types/sinon-chai: 3.2.9 -> 3.2.12 @types/resolve: 1.20.2 -> 1.20.6 @types/tmp: 0.2.3 -> 0.2.6 @types/trusted-types: 2.0.3 -> 2.0.7 @types/webpack : 5.28.0 -> 5.28.5
57072ba
to
32552b3
Compare
43a7296
to
ef8fa04
Compare
FYI it looks like karma-webpack finally publishing 5.0.1 actually means that the 2021 fix from Feiyang actually got published, which means we can get rid of the patch-package patch that was added in this PR in order for webpack 5 to work: #7540 That might be complicated so maybe it can be a separate PR. |
"@types/express": "4.17.17", | ||
"chromedriver": "116.0.0", | ||
"@types/express": "4.17.21", | ||
"chromedriver": "119.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woot, I guess we can go ahead and bump this to the latest now that we're on Node 20
Adding changeset for dependency update PR #8098.
Discussion
Updating a series of Renovate-found outdated dependencies.
Including:
Additional minor dependency updates based on the renovate PR #5566:
@babel/core
:7.22.11 -> 7.24.3
@babel/register
:7.22.5 -> 7.23.7
@rushstack/ts-command-line
:4.15.2 -> 4.19.1
@types/chai
:4.3.5 -> 4.3.14
@types/chai-as-promised
:7.1.5 -> 7.1.8
@types/child-process-promise
:2.2.2 -> 2.2.6
@types/express
:4.17.17 -> 4.17.21
@types/inquirer
:8.2.6 -> 8.2.10
@types/js-yaml
:4.0.5 -> 4.0.9
@types/json-stable-stringify
:1.0.34 -> 1.0.36
@types/listr
:0.14.4 -> 0.14.9
@types/mz
:2.7.4 -> 2.7.8
@types/request
:2.48.8 -> 2.48.12
@types/sinon-chai
:3.2.9 -> 3.2.12
@types/resolve
:1.20.2 -> 1.20.6
@types/tmp
:0.2.3 -> 0.2.6
@types/trusted-types
:2.0.3 -> 2.0.7
@types/webpack
:5.28.0 -> 5.28.5
@types/yargs
:17.0.24 -> 17.0.32
chai
:4.3.7 -> 4.4.1
firebase-admin
:11.10.1 -> 11.11.1
json-stable-stringify
:1.0.2 -> 1.1.1
rollup-plugin-copy
:3.4.0 -> 3.5.0
rollup-plugin-dts
:5.3.0 -> 5.3.1
rollup-plugin-license
:3.0.1 -> 3.3.1
karma-webpack
:5.0.0 -> 5.0.1
karma-firefox-launcher
:2.1.2 -> 2.1.3
karma-spec-reporter
:0.0.34 -> 0.0.36
patch-package
:7.0.0 -> 7.0.2
protobufjs
:7.2.4 -> 7.2.6
simple-git
:3.19.1 -> 3.24.0
Did not upgrade these packages because they cause build errors:
eslint-plugin-import
:2.26.0 -> 2.29.1
# we may need to reorder our imports across our sourcebase.karma
:6.4.2 -> 6.4.3
mocha-chai-jest-snapshot
:1.1.3 -> 1.1.4
prettier
:2.8.7 -> 2.8.8
Testing
CI.
API Changes
N/A.