-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
refactor: Bump uuid from 10.0.0 to 11.0.5 #2402
base: alpha
Are you sure you want to change the base?
Conversation
I will reformat the title to use the proper commit message syntax. |
2423106
to
e8a8caa
Compare
UUID seems to use Attempted to use babelify to transform to no avail |
What are the possible solutions to this? |
8f4ae0f
to
a4b5d7e
Compare
Not sure. My thinking was that we need to pass the uuid node module through a babel transform before passing through to browserify. Was unsuccessful here tho. Other solution I can think of would be to move to another bundler such as vite/esbuild |
If it's the Node-native uuid module, then it would be strange that a bundler doesn't work with it. If there's no issue open in browserify that is likely to be fixed, then maybe we should change the bundler - or upgrade if there's a newer version that may have a fix? |
465834a
to
8fcb06e
Compare
How should we go about this? Maybe move to webpack? Seems better maintained and is way more popular looking at npm stats. |
f9de9c9
to
1afff47
Compare
12d6325
to
11e1bf0
Compare
616ef3f
to
b7e7f31
Compare
Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.0.5. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v10.0.0...v11.0.5) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
b7e7f31
to
0f12eb3
Compare
Bumps uuid from 10.0.0 to 11.0.5.
Release notes
Sourced from uuid's releases.
... (truncated)
Changelog
Sourced from uuid's changelog.
... (truncated)
Commits
46ada3c
chore(main): release 11.0.5 (#861)24ac2fd
fix: add TS unit test, pin to [email protected] (#860)e426aaa
build: usenpm pack
tarball for local examples and testing instead of .loca...050cd5b
chore(main): release 11.0.4 (#842)e0ee900
fix: Test for invalid byte array sizes and ranges inv1()
,v4()
, and `v7(...6e83b3a
chore: update deps (#848)5f58b43
docs: Ensure link to getrandomvalues-not-supported is maintained (#844)d2a61e1
fix(docs): insure -> ensure (#843)f992ff4
fix: exclude tests from published package (#840)59df709
docs: add notes on platform support (#838)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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)