Skip to content
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

run make depsupdate #179

Merged
merged 2 commits into from
Sep 18, 2024
Merged

run make depsupdate #179

merged 2 commits into from
Sep 18, 2024

Conversation

hobbitronics
Copy link
Contributor

No description provided.

@hobbitronics hobbitronics requested review from a team, briskt, forevermatt, mtompset and jason-jackson and removed request for a team September 18, 2024 01:05
@@ -1,14 +1,20 @@
{
"version": "6.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't recall this being here, or if we have a process to make sure it shows the correct version at release time. Maybe it doesn't matter much unless it shows in Sentry logs or AWS logs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It has been in the package.json file, but didn't ever get updated until we installed sentry. I suppose we could add it to a checklist, maybe in the PR template (which doesn't exist yet)

"name": "idp-profile-ui",
"dependencies": {
"@babel/polyfill": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.12.1.tgz",
"overridden": false
},
"@sentry/vue": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand why vue is just now showing up as a dependency.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot to run make depsupdate after installing sentry and probably other times dependencies were changed. Probably another thing to add to a checklist in a PR template.

"@simplewebauthn/browser": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-4.1.0.tgz",
"version": "9.0.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

big jump! How long has it been since the last update?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another time I forgot to run make depsupdate. See #169 for details, but the short story is the repo has ui and server, and most of the changes happen in the server code, so not many breaking changes in the ui code.

Copy link

sonarcloud bot commented Sep 18, 2024

@hobbitronics hobbitronics merged commit 1ac863e into develop Sep 18, 2024
2 checks passed
@hobbitronics hobbitronics deleted the make-updatedeps branch September 18, 2024 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants