chore(deps): bump the major group across 1 directory with 19 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(29 days ago)
(22 days ago)
(22 days ago)
dependencies javascript
Bumps the major group with 19 updates in the / directory:
Package | From | To |
---|---|---|
@fortawesome/fontawesome-svg-core | 6.7.2 |
7.0.0 |
@fortawesome/free-brands-svg-icons | 6.7.2 |
7.0.0 |
@fortawesome/free-solid-svg-icons | 6.7.2 |
7.0.0 |
bcrypt | 5.1.1 |
6.0.0 |
@types/bcrypt | 5.0.2 |
6.0.0 |
nodemailer | 6.9.16 |
7.0.5 |
react | 18.3.1 |
19.1.1 |
@types/react | 18.3.11 |
19.1.10 |
react-dom | 18.3.1 |
19.1.1 |
@types/react-dom | 18.3.1 |
19.1.7 |
react-pdf | 9.1.1 |
10.0.1 |
uuid | 10.0.0 |
11.1.0 |
zod | 3.24.1 |
4.0.17 |
zod-form-data | 2.0.4 |
3.0.0 |
@jest/globals | 29.7.0 |
30.0.5 |
@types/node | 22.10.2 |
24.2.1 |
eslint-config-next | 14.2.15 |
15.4.6 |
jest | 29.7.0 |
30.0.5 |
@types/jest | 29.5.14 |
30.0.0 |
Updates @fortawesome/fontawesome-svg-core
from 6.7.2 to 7.0.0
Release notes
Sourced from @fortawesome/fontawesome-svg-core
's releases.
Release 7.0.0
Change log available at https://fontawesome.com/docs/changelog/
Commits
14189d0
Release 7.0.0 (#20715)8ff114b
Initial commit for 7- See full diff in compare view
Updates @fortawesome/free-brands-svg-icons
from 6.7.2 to 7.0.0
Release notes
Sourced from @fortawesome/free-brands-svg-icons
's releases.
Release 7.0.0
Change log available at https://fontawesome.com/docs/changelog/
Commits
14189d0
Release 7.0.0 (#20715)8ff114b
Initial commit for 7- See full diff in compare view
Updates @fortawesome/free-solid-svg-icons
from 6.7.2 to 7.0.0
Release notes
Sourced from @fortawesome/free-solid-svg-icons
's releases.
Release 7.0.0
Change log available at https://fontawesome.com/docs/changelog/
Commits
14189d0
Release 7.0.0 (#20715)8ff114b
Initial commit for 7- See full diff in compare view
Updates bcrypt
from 5.1.1 to 6.0.0
Release notes
Sourced from bcrypt's releases.
v6.0.0
What's Changed
- Include platform, arch, and libc in module path by
@johanholmerin
in kelektiv/node.bcrypt.js#1002- Remove node-pre-gyp, use prebuildify by
@thom-nic
in kelektiv/node.bcrypt.js#890- Add string encoding to README by
@veigaribo
in kelektiv/node.bcrypt.js#1009- Fix redefine variable in async_compare.js by
@asportnoy
in kelektiv/node.bcrypt.js#1045- fix/typo-overridden-word by
@nikhilnishadoo7
in kelektiv/node.bcrypt.js#1043- fix:typo error in comments in bcrypt.js file by
@alokranjan609
in kelektiv/node.bcrypt.js#1036- update libs for security reasons by
@tbo47
in kelektiv/node.bcrypt.js#1049- Prepare for v6 by
@recrsn
in kelektiv/node.bcrypt.js#1186New Contributors
@johanholmerin
made their first contribution in kelektiv/node.bcrypt.js#1002@thom-nic
made their first contribution in kelektiv/node.bcrypt.js#890@veigaribo
made their first contribution in kelektiv/node.bcrypt.js#1009@asportnoy
made their first contribution in kelektiv/node.bcrypt.js#1045@nikhilnishadoo7
made their first contribution in kelektiv/node.bcrypt.js#1043@alokranjan609
made their first contribution in kelektiv/node.bcrypt.js#1036@tbo47
made their first contribution in kelektiv/node.bcrypt.js#1049Full Changelog: https://github.com/kelektiv/node.bcrypt.js/compare/v5.1.1...v6.0.0
Changelog
Sourced from bcrypt's changelog.
6.0.0 (2025-02-28)
- Drop support for NodeJS <= 16
- Remove
node-pre-gyp
in favor ofprebuildify
, prebuilt binaries are now shipped with the package- Update
node-addon-api
to 8.3.0- Update JS code to newer ES syntax
Commits
17894bd
Merge pull request #1186 from recrsn/v6-release473c150
Update changelog7e93b78
Test package8fc0cea
Exclude Windows x86 as it is no longer supported1bbb5ae
Also compile linux against Node 185517028
Use Node 18/20 for macos/windows271035a
Modernize JSefe4968
Prepare for v6cf4269a
Merge pull request #1049 from tbo47/update-libs5e9afd4
Merge pull request #1036 from alokranjan609/fix/typo-in-comments- Additional commits viewable in compare view
Updates @types/bcrypt
from 5.0.2 to 6.0.0
Commits
- See full diff in compare view
Updates nodemailer
from 6.9.16 to 7.0.5
Release notes
Sourced from nodemailer's releases.
v7.0.5
7.0.5 (2025-07-07)
Bug Fixes
- updated well known delivery service list (fa2724b)
v7.0.4
7.0.4 (2025-06-29)
Bug Fixes
- pools: Emit 'clear' once transporter is idle and all connections are closed (839e286)
- smtp-connection: jsdoc public annotation for socket (#1741) (c45c84f)
- well-known-services: Added AliyunQiye (bb9e6da)
v7.0.3
7.0.3 (2025-05-08)
Bug Fixes
- attachments: Set the default transfer encoding for message/rfc822 attachments as '7bit' (007d5f3)
v7.0.2
7.0.2 (2025-05-04)
Bug Fixes
- ses: Fixed structured from header (faa9a5e)
v7.0.1
7.0.1 (2025-05-04)
Bug Fixes
- ses: Use formatted FromEmailAddress for SES emails (821cd09)
v7.0.0
7.0.0 (2025-05-03)
⚠ BREAKING CHANGES
- SESv2 SDK support, removed older SES SDK v2 and v3 , removed SES rate limiting and idling features
... (truncated)
Changelog
Sourced from nodemailer's changelog.
7.0.5 (2025-07-07)
Bug Fixes
- updated well known delivery service list (fa2724b)
7.0.4 (2025-06-29)
Bug Fixes
- pools: Emit 'clear' once transporter is idle and all connections are closed (839e286)
- smtp-connection: jsdoc public annotation for socket (#1741) (c45c84f)
- well-known-services: Added AliyunQiye (bb9e6da)
7.0.3 (2025-05-08)
Bug Fixes
- attachments: Set the default transfer encoding for message/rfc822 attachments as '7bit' (007d5f3)
7.0.2 (2025-05-04)
Bug Fixes
- ses: Fixed structured from header (faa9a5e)
7.0.1 (2025-05-04)
Bug Fixes
- ses: Use formatted FromEmailAddress for SES emails (821cd09)
7.0.0 (2025-05-03)
⚠ BREAKING CHANGES
- SESv2 SDK support, removed older SES SDK v2 and v3 , removed SES rate limiting and idling features
Features
- SESv2 SDK support, removed older SES SDK v2 and v3 , removed SES rate limiting and idling features (15db667)
6.10.1 (2025-02-06)
... (truncated)
Commits
8033604
chore(master): release 7.0.5 [skip-ci] (#1744)5bafe58
fixed tests6f30901
Merge branch 'master' of github.com:nodemailer/nodemailerfa2724b
fix: updated well known delivery service lista48ef26
chore(master): release 7.0.4 [skip-ci] (#1738)c45c84f
fix(smtp-connection): jsdoc public annotation for socket (#1741)839e286
fix(pools): Emit 'clear' once transporter is idle and all connections are closed493635f
Merge branch 'master' of github.com:nodemailer/nodemailerbb9e6da
fix(well-known-services): Added AliyunQiye125b01e
chore(master): release 7.0.3 [skip-ci] (#1735)- Additional commits viewable in compare view
Updates react
from 18.3.1 to 19.1.1
Release notes
Sourced from react's releases.
19.1.1 (July 28, 2025)
React
19.1.0 (March 28, 2025)
Owner Stack
An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.
- An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
- The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, #30306, #32538, #32529, #32538
React
- Enhanced support for Suspense boundaries to be used anywhere, including the client, server, and during hydration. #32069, #32163, #32224, #32252
- Reduced unnecessary client rendering through improved hydration scheduling #31751
- Increased priority of client rendered Suspense boundaries #31776
- Fixed frozen fallback states by rendering unfinished Suspense boundaries on the client. #31620
- Reduced garbage collection pressure by improving Suspense boundary retries. #31667
- Fixed erroneous “Waiting for Paint” log when the passive effect phase was not delayed #31526
- Fixed a regression causing key warnings for flattened positional children in development mode. #32117
- Updated
useId
to use valid CSS selectors, changing format from:r123:
to«r123»
. #32001- Added a dev-only warning for null/undefined created in useEffect, useInsertionEffect, and useLayoutEffect. #32355
- Fixed a bug where dev-only methods were exported in production builds. React.act is no longer available in production builds. #32200
- Improved consistency across prod and dev to improve compatibility with Google Closure Complier and bindings #31808
- Improve passive effect scheduling for consistent task yielding. #31785
- Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes is enabled for OffscreenComponent rendering. #32528
- Fixed component name resolution for Portal #32640
- Added support for beforetoggle and toggle events on the dialog element. #32479 #32479
React DOM
- Fixed double warning when the
href
attribute is an empty string #31783- Fixed an edge case where
getHoistableRoot()
didn’t work properly when the container was a Document #32321- Removed support for using HTML comments (e.g.
<!-- -->
) as a DOM container. #32250- Added support for
<script>
and\<template>
tags to be nested within<select>
tags. #31837- Fixed responsive images to be preloaded as HTML instead of headers #32445
use-sync-external-store
- Added
exports
field topackage.json
foruse-sync-external-store
to support various entrypoints. #25231React Server Components
- Added
unstable_prerender
, a new experimental API for prerendering React Server Components on the server #31724- Fixed an issue where streams would hang when receiving new chunks after a global error #31840, #31851
- Fixed an issue where pending chunks were counted twice. #31833
- Added support for streaming in edge environments #31852
- Added support for sending custom error names from a server so that they are available in the client for console replaying. #32116
- Updated the server component wire format to remove IDs for hints and console.log because they have no return value #31671
- Exposed
registerServerReference
in client builds to handle server references in different environments. #32534- Added react-server-dom-parcel package which integrates Server Components with the Parcel bundler #31725, #32132, #31799, #32294, #31741
... (truncated)
Changelog
Sourced from react's changelog.
19.1.1 (July 28, 2025)
React
19.1.0 (March 28, 2025)
Owner Stack
An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.
- An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
- The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, #30306, #32538, #32529, #32538
React
- Enhanced support for Suspense boundaries to be used anywhere, including the client, server, and during hydration. #32069, #32163, #32224, #32252
- Reduced unnecessary client rendering through improved hydration scheduling #31751
- Increased priority of client rendered Suspense boundaries #31776
- Fixed frozen fallback states by rendering unfinished Suspense boundaries on the client. #31620
- Reduced garbage collection pressure by improving Suspense boundary retries. #31667
- Fixed erroneous “Waiting for Paint” log when the passive effect phase was not delayed #31526
- Fixed a regression causing key warnings for flattened positional children in development mode. #32117
- Updated
useId
to use valid CSS selectors, changing format from:r123:
to«r123»
. #32001- Added a dev-only warning for null/undefined created in useEffect, useInsertionEffect, and useLayoutEffect. #32355
- Fixed a bug where dev-only methods were exported in production builds. React.act is no longer available in production builds. #32200
- Improved consistency across prod and dev to improve compatibility with Google Closure Compiler and bindings #31808
- Improve passive effect scheduling for consistent task yielding. #31785
- Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes is enabled for OffscreenComponent rendering. #32528
- Fixed component name resolution for Portal #32640
- Added support for beforetoggle and toggle events on the dialog element. #32479
React DOM
- Fixed double warning when the
href
attribute is an empty string #31783- Fixed an edge case where
getHoistableRoot()
didn’t work properly when the container was a Document #32321- Removed support for using HTML comments (e.g.
<!-- -->
) as a DOM container. #32250- Added support for
<script>
and\<template>
tags to be nested within<select>
tags. #31837- Fixed responsive images to be preloaded as HTML instead of headers #32445
use-sync-external-store
- Added
exports
field topackage.json
foruse-sync-external-store
to support various entrypoints. #25231React Server Components
- Added
unstable_prerender
, a new experimental API for prerendering React Server Components on the server #31724- Fixed an issue where streams would hang when receiving new chunks after a global error #31840, #31851
- Fixed an issue where pending chunks were counted twice. #31833
- Added support for streaming in edge environments #31852
- Added support for sending custom error names from a server so that they are available in the client for console replaying. #32116
- Updated the server component wire format to remove IDs for hints and console.log because they have no return value #31671
- Exposed
registerServerReference
in client builds to handle server references in different environments. #32534
... (truncated)
Commits
87e33ca
Set release versions to 19.1.15a1eb6f
fix: rename bottom stack frame (#33680)4a9df08
Stop creating Owner Stacks if many have been created recently (#32529)b630219
[refactor] move isValidElementType to react-is (#32518)1a19170
[refactor] Add element type for Activity (#32499)6aa8254
Add ref to Fragment (#32465)e0fe347
[flags] remove enableOwnerStacks (#32426)70f1d76
[flow] Eliminate usage of global React types in ReactNativeTypes.js (#32330)0d9834c
build: add support to the rollup build for building typescript packages (#32393)a53da6a
Add useSwipeTransition Hook Behind Experimental Flag (#32373)- Additional commits viewable in compare view
Updates @types/react
from 18.3.11 to 19.1.10
Commits
- See full diff in compare view
Updates react-dom
from 18.3.1 to 19.1.1
Release notes
Sourced from react-dom's releases.
19.1.1 (July 28, 2025)
React
19.1.0 (March 28, 2025)
Owner Stack
An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.
- An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
- The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, #30306, #32538, #32529, #32538
React
- Enhanced support for Suspense boundaries to be used anywhere, including the client, server, and during hydration. #32069, #32163, #32224, #32252
- Reduced unnecessary client rendering through improved hydration scheduling #31751
- Increased priority of client rendered Suspense boundaries #31776
- Fixed frozen fallback states by rendering unfinished Suspense boundaries on the client. #31620
- Reduced garbage collection pressure by improving Suspense boundary retries. #31667
- Fixed erroneous “Waiting for Paint” log when the passive effect phase was not delayed #31526
- Fixed a regression causing key warnings for flattened positional children in development mode. #32117
- Updated
useId
to use valid CSS selectors, changing format from:r123:
to«r123»
. #32001- Added a dev-only warning for null/undefined created in useEffect, useInsertionEffect, and useLayoutEffect. #32355
- Fixed a bug where dev-only methods were exported in production builds. React.act is no longer available in production builds. #32200
- Improved consistency across prod and dev to improve compatibility with Google Closure Complier and bindings #31808
- Improve passive effect scheduling for consistent task yielding. #31785
- Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes is enabled for OffscreenComponent rendering. #32528
- Fixed component name resolution for Portal #32640
- Added support for beforetoggle and toggle events on the dialog element. #32479 #32479
React DOM
- Fixed double warning when the
href
attribute is an empty string #31783- Fixed an edge case where
getHoistableRoot()
didn’t work properly when the container was a Document #32321- Removed support for using HTML comments (e.g.
<!-- -->
) as a DOM container. #32250- Added support for
<script>
and\<template>
tags to be nested within<select>
tags. #31837- Fixed responsive images to be preloaded as HTML instead of headers #32445
use-sync-external-store
- Added
exports
field topackage.json
foruse-sync-external-store
to support various entrypoints. #25231React Server Components
- Added
unstable_prerender
, a new experimental API for prerendering React Server Components on the server #31724- Fixed an issue where streams would hang when receiving new chunks after a global error #31840, #31851
- Fixed an issue where pending chunks were counted twice. #31833
- Added support for streaming in edge environments #31852
- Added support for sending custom error names from a server so that they are available in the client for console replaying. #32116
- Updated the server component wire format to remove IDs for hints and console.log because they have no return value #31671
- Exposed
registerServerReference
in client builds to handle server references in different environments. #32534- Added react-server-dom-parcel package which integrates Server Components with the Parcel bundler #31725, #32132, #31799, #32294, #31741
... (truncated)
Changelog
Sourced from react-dom's changelog.
19.1.1 (July 28, 2025)
React
19.1.0 (March 28, 2025)
Owner Stack
An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.
- An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
- The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, #30306, #32538, #32529, #32538
React
- Enhanced support for Suspense boundaries to be used anywhere, including the client, server, and during hydration. #32069, #32163, #32224, #32252
- Reduced unnecessary client rendering through improved hydration scheduling #31751
- Increased priority of client rendered Suspense boundaries #31776
- Fixed frozen fallback states by rendering unfinished Suspense boundaries on the client. #31620
- Reduced garbage collection pressure by improving Suspense boundary retries. #31667
- Fixed erroneous “Waiting for Paint” log when the passive effect phase was not delayed #31526
- Fixed a regression causing key warnings for flattened positional children in development mode. #32117
- Updated
useId
to use valid CSS selectors, changing format from:r123:
to«r123»
. #32001- Added a dev-only warning for null/undefined created in useEffect, useInsertionEffect, and useLayoutEffect. #32355
- Fixed a bug where dev-only methods were exported in production builds. React.act is no longer available in production builds. #32200
- Improved consistency across prod and dev to improve compatibility with Google Closure Compiler and bindings #31808
- Improve passive effect scheduling for consistent task yielding. #31785
- Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes is enabled for OffscreenComponent rendering. #32528
- Fixed component name resolution for Portal #32640
- Added support for beforetoggle and toggle events on the dialog element. #32479
React DOM
- Fixed double warning when the
href
attribute is an empty string #31783- Fixed an edge case where
getHoistableRoot()
didn’t work properly when the container was a Document #32321- Removed support for using HTML comments (e.g.
<!-- -->
) as a DOM container. #32250- Added support for
<script>
and\<template>
tags to be nested within<select>
tags. #31837- Fixed responsive images to be preloaded as HTML instead of headers #32445
use-sync-external-store
- Added
exports
field topackage.json
foruse-sync-external-store
to support various entrypoints. #25231React Server Components
- Added
unstable_prerender
, a new experimental API for prerendering React Server Components on the server #31724- Fixed an issue where streams would hang when receiving new chunks after a global error #31840, #31851
- Fixed an issue where pending chunks were counted twice. #31833
- Added support for streaming in edge environments #31852
- Added support for sending custom error names from a server so that they are available in the client for console replaying. #32116
- Updated the server component wire format to remove IDs for hints and console.log because they have no return value #31671
- Exposed
registerServerReference
in client builds to handle server references in different environments. #32534
... (truncated)
Commits
87e33ca
Set release versions to 19.1.1b793948
Bump next prerelease version numbers (#32782)7943da1
Set accurate value for alwaysThrottleRetries on www (#32684)476f538
Add getClientRects to fragment instances (#32660)c69a5fc
Add blur() and focusLast() to fragment instances (#32654)cd28a94
Add observer methods to fragment instances (#32619)6aa8254
Add ref to Fragment (#32465)029e8bd
Add Owner Stack to attribute hydration mismatches (#32538)aac177c
Support beforetoggle/toggle events for dialog (#32479)e0fe347
[flags] remove enableOwnerStacks (#32426)- Additional commits viewable in compare view
Updates @types/react-dom
from 18.3.1 to 19.1.7
Commits
- See full diff in compare view
Updates react-pdf
from 9.1.1 to 10.0.1
Release notes
Sourced from react-pdf's releases.
v10.0.1
Bug fixes
- Fixed commonly used types not reexported.
v10.0.0
See Upgrade guide from version 9.x to 10.x.
After more than a year since our last major release, we're thrilled to bring you React-PDF 10.
This update includes a major PDF.js upgrade, new features to make your life easier, improved stability, and some important breaking changes.
👀 Want to see exciting features more often? Consider sponsoring React-PDF.
❗️ = breaking change
What's new?
- ❗️ Dropped CommonJS build, making the package ESM-only. Chances are you're not going to be affected by this change at all, as all common bundlers support ESM out of the box.
- However, you may encounter issues running unit tests using Jest. Consider migrating to Vitest.
- Updated PDF.js to 5.3.31.
- Performance boosts: Key rendering routines refactored to cut memory usage and speed up page loading.
- JPEG2000 downscaling: Automatic downscale of large JPEG2000 images during decoding to improve render times.
- CMYK JPEG fix: Correct handling of the alpha channel when WebAssembly is disabled.
- Viewer stability: Better handling of missing/invalid Content-Range headers.
- API cleanup: Removed deprecated options, adopted parameter objects for core methods, and introduced private class fields for cleaner code.
- Added support for
scale
prop inDocument
component, allowing you to set the scale for the entire document.- Reexported some commonly used types from
pdfjs-dist
, such asStructTreeNode
,TextContent
,TextItem
, andTextMarkedContent
, making it easier to work with PDF.js-provided types in your application.What's changed?
- ❗️ Dropped support for older browsers and Node.js versions. Please note that following PDF.js's lead, React-PDF will now guarantee to support only the latest versions of all major modern browsers.
- Improved, cleaned up documentation.
- We're now testing React-PDF with Vitest Browser Mode, ensuring better compatibility with modern browsers.
v9.2.1
Bug fixes
- Fixed gray background appearing on selection (#1925).
v9.2.0
This version updates PDF.js to 4.8.69, significantly simplifying setup in Next.js. You no longer need to do any changes to Next.js config!
What's new?
Commits
2243425
v10.0.176ff98a
Fix commonly used types not reexported07c19cf
v10.0.0a50ee94
Update docs on previous versionsbee9fb5
Update docs on browser supportd8f048e
Remove docs on older versions of React09ee35e
Remove docs on legacy PDF.js workere1f2790
Add support for scale prop in Document component0dbbde6
Migrate to ESM-only44abc4e
Bump merge-refs from 1.3.0 to 2.0.0- Additional commits viewable in compare view
Updates uuid
from 10.0.0 to 11.1.0
Release notes
Sourced from uuid's releases.
v11.1.0
11.1.0 (2025-02-19)
Features
v11.0.5
11.0.5 (2025-01-09)
Bug Fixes
v11.0.4
11.0.4 (2025-01-05)
Bug Fixes
- docs: insure -> ensure (#843) (d2a61e1)
- exclude tests from published package (#840) (f992ff4)
- Test for invalid byte array sizes and ranges in
v1()
,v4()
, andv7()
(#845) (e0ee900)v11.0.3
11.0.3 (2024-11-04)
Bug Fixes
- apply stricter typing to the v* signatures (#831) (c2d3fed)
- export internal uuid types (#833) (341edf4)
- remove sourcemaps (#827) (b93ea10)
- revert "simplify type for v3 and v5" (#835) (e2dee69)
v11.0.2
11.0.2 (2024-10-28)
Bug Fixes
v11.0.1
11.0.1 (2024-10-27)
... (truncated)
ChangelogDescription has been truncated
Pull Request Statistics
0
0
+0
-0
Package Dependencies
@fortawesome/free-solid-svg-icons
npm
6.7.2 → 7.0.0
Major
@fortawesome/free-brands-svg-icons
npm
6.7.2 → 7.0.0
Major
@fortawesome/fontawesome-svg-core
npm
6.7.2 → 7.0.0
Major
Technical Details
ID: | 5325711 |
UUID: | 3312508112 |
Node ID: | PR_kwDOKLekds6jLRS1 |
Host: | GitHub |
Repository: | vevcom/projectNext |