Upgrade UUID to 14.0#1002
Open
timwan10 wants to merge 2 commits into
Open
Conversation
timwan10
commented
Jun 20, 2026
| "version": "11.0.0", | ||
| "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-11.0.0.tgz", | ||
| "integrity": "sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==", | ||
| "deprecated": "This is a stub types definition. uuid provides its own type definitions, so you do not need this installed.", |
Contributor
Author
There was a problem hiding this comment.
This says that it's not necessary anymore, but when I removed it, npm install put it right back... ?
Collaborator
There was a problem hiding this comment.
This says that it's not necessary anymore, but when I removed it, npm install put it right back... ?
What do you mean "I removed it" Looks like this is referring to the @types/uuid package and the message is saying it's included in the uuid package directly and so the separate @types package in not needed (i.e. remove it from package.json). This is probably why the version diverged (I believe the types version was in sync with the main package up until version 11 of the types package).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for your pull request!
Please add '[major]', '[minor]', or [patch] to the title to indicate the impact the change has on the code. Please also provide the following information.
Change Description:
Do these changes impact command syntax of any of the packages? (e.g., add/remove command, add/remove a command parameter, or update required parameters)
If Yes, briefly describe what is impacted.
Do these changes impact documentation? (e.g., a tutorial on https://learn.microsoft.com/office/dev/add-ins/overview/office-add-ins)
If Yes, briefly describe what is impacted.
If you answered yes to any of these please do the following:
> Include 'Rick-Kirkham' in the review
> Make sure the README file is correct
Validation/testing performed: