-
Notifications
You must be signed in to change notification settings - Fork 3
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
build(deps): bump @fontsource/inter from 4.5.14 to 5.0.1 #127
base: main
Are you sure you want to change the base?
Conversation
Bumps [@fontsource/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/inter) from 4.5.14 to 5.0.1. - [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/inter/CHANGELOG.md) - [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/inter) --- updated-dependencies: - dependency-name: "@fontsource/inter" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
@@ -21,7 +21,7 @@ | |||
"license": "MIT", | |||
"dependencies": { | |||
"@babel/preset-typescript": "7.21.4", | |||
"@fontsource/inter": "4.5.14", | |||
"@fontsource/inter": "5.0.1", | |||
"@fontsource/roboto": "4.5.8", | |||
"@khanacademy/simple-markdown": "0.8.6", | |||
"@matrix-org/matrix-sdk-crypto-js": "0.1.0-alpha.6", |
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.
This looks like a simple dependency upgrade patch for a JavaScript project. The only change is the version of "@fontsource/inter" was updated from "4.5.14" to "5.0.1". This should be a low-risk change, assuming there are no known breaking changes in version 5.0.1.
Some possible improvements include adding more information about the reasons for the dependency upgrade or specifying any backward compatibility concerns. Additionally, it may be helpful to have a proper versioning strategy in place and consider automated tests to detect any issues that may arise from future dependency upgrades.
"@fontsource/inter@5.0.1": | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/@fontsource/inter/-/inter-5.0.1.tgz#43fd31988734fe3abbe6864923ad43ede34038c2" | ||
integrity sha512-jezFhHp0HcVy2t6M6r89EcxkT30vx0ofGauveQWQ81j70N/wNDYs4zI+sedeend6zF9GXIEqpOTO2D1k7VQX4w== | ||
|
||
"@fontsource/[email protected]": | ||
version "4.5.8" |
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.
The code patch appears to be a change in the dependency versions for the "@fontsource/inter" package. The new version "5.0.1" is replacing the old version "4.5.14". The integrity hash has also been updated accordingly.
There do not appear to be any bug risks or issues with this code patch. However, it may be worth checking if this new version of "@fontsource/inter" package introduces any breaking changes or other compatibility issues that could affect the rest of the codebase.
As an improvement suggestion, it may be helpful to include a justification or explanation for why this dependency version change was made. This can help future developers understand the reasoning behind the change and make informed decisions about future updates.
Bumps @fontsource/inter from 4.5.14 to 5.0.1.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)