Compare commits

..

7 Commits

Author SHA1 Message Date
github-actions[bot]
0fdff345ac chore: update versions (#3327)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @nhost/dashboard@2.29.0

### Minor Changes

-   c97b43f: fix: update vite to address vulnerability audit
-   a0931e2: fix: improve logs time range and filter selection
- c0635ae: feat (dashboard): Add information about that free
organization cannot be upgraded.
- e87505c: fix: can downsize postgres storage capacity using local
dashboard

## @nhost-examples/codegen-react-apollo@0.8.0

### Minor Changes

-   c97b43f: fix: update vite to address vulnerability audit

## @nhost-examples/codegen-react-query@0.8.0

### Minor Changes

-   c97b43f: fix: update vite to address vulnerability audit

## @nhost-examples/codegen-react-urql@0.7.0

### Minor Changes

-   c97b43f: fix: update vite to address vulnerability audit

## @nhost-examples/sveltekit@0.8.0

### Minor Changes

-   c97b43f: fix: update vite to address vulnerability audit

## @nhost-examples/react-apollo@1.6.0

### Minor Changes

-   c97b43f: fix: update vite to address vulnerability audit

### Patch Changes

-   97db637: fix: fix settings

## @nhost-examples/react-gqty@1.6.0

### Minor Changes

-   c97b43f: fix: update vite to address vulnerability audit

## @nhost-examples/vue-apollo@0.12.0

### Minor Changes

-   c97b43f: fix: update vite to address vulnerability audit

## @nhost-examples/vue-quickstart@0.6.0

### Minor Changes

-   c97b43f: fix: update vite to address vulnerability audit

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-12 20:05:18 +00:00
David Barroso
97db63791b fix (examples/react-apollo): fix settings (#3301)
### **PR Type**
Enhancement, Configuration changes


___

### **Description**
- Update auth settings in nhost.toml

- Remove rate limiting configurations

- Remove SMTP provider settings

- Add changeset for patch version bump


___



### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Documentation</strong></td><td><table>
<tr>
  <td>
    <details>
<summary><strong>lazy-years-kneel.md</strong><dd><code>Add changeset for
patch version bump</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary>
<hr>

.changeset/lazy-years-kneel.md

<li>Add new changeset file for patch version bump<br> <li> Specify
'@nhost-examples/react-apollo' package<br> <li> Include fix description


</details>


  </td>
<td><a
href="https://github.com/nhost/nhost/pull/3301/files#diff-019ff1fe3f65a591a01a6cbc0fa05c44c065e2611417ac0b3dcf6bd5a6eda7c2">+5/-0</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>
</table></td></tr><tr><td><strong>Configuration
changes</strong></td><td><table>
<tr>
  <td>
    <details>
<summary><strong>nhost.toml</strong><dd><code>Update Nhost configuration
settings</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; </dd></summary>
<hr>

examples/react-apollo/nhost/nhost.toml

<li>Change auth.elevatedPrivileges.mode to 'recommended'<br> <li> Remove
auth.rateLimit configurations<br> <li> Remove provider.smtp settings<br>
<li> Update allowed URLs for auth redirections


</details>


  </td>
<td><a
href="https://github.com/nhost/nhost/pull/3301/files#diff-268d6c8dddd6990d60d62c1c923955c4e0e7549a80f0f5856192f889378416a0">+1/-30</a>&nbsp;
&nbsp; </td>

</tr>
</table></td></tr></tr></tbody></table>

___

> <details> <summary> Need help?</summary><li>Type <code>/help how to
...</code> in the comments thread for any questions about PR-Agent
usage.</li><li>Check out the <a
href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a>
for more information.</li></details>
2025-05-12 19:30:59 +02:00
David BM
a0931e282f fix (dashboard): logs persist time range selector, fix validation (#3300)
### **User description**
Resolves #3154


___

### **PR Type**
Bug fix, Enhancement


___

### **Description**
- Fix logs search functionality with selected service filter

- Implement persistent time range selector

- Add interval-based date range selection

- Improve form validation and submission logic


___



### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><table>
<tr>
  <td>
    <details>
<summary><strong>LogsDatePicker.tsx</strong><dd><code>Enhance
LogsDatePicker with form context integration</code>&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; </dd></summary>
<hr>


dashboard/src/features/orgs/projects/logs/components/LogsDatePicker/LogsDatePicker.tsx

<li>Import LogsFilterFormValues type and useFormContext hook<br> <li>
Add setValue function from form context<br> <li> Implement
handleDateChange to update selected date and reset interval<br> <li>
Update DatePicker onChange to use new handleDateChange function


</details>


  </td>
<td><a
href="https://github.com/nhost/nhost/pull/3300/files#diff-0768cb2a5cee4ab57a64580c34213950a042a9893b5da51b8886e166cb7a9060">+9/-3</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>

<tr>
  <td>
    <details>
<summary><strong>LogsHeader.tsx</strong><dd><code>Improve LogsHeader
with interval support and form handling</code></dd></summary>
<hr>


dashboard/src/features/orgs/projects/logs/components/LogsHeader/LogsHeader.tsx

<li>Add interval to validation schema and form default values<br> <li>
Implement interval-based date recalculation in handleSubmit<br> <li>
Update form mode to 'onChange' for real-time validation<br> <li> Modify
useEffect to trigger submission on service change


</details>


  </td>
<td><a
href="https://github.com/nhost/nhost/pull/3300/files#diff-ebb3285aa776c9c5ea8b72672c4aafd55994c6c694998bbf56ca9c56d1e77664">+27/-3</a>&nbsp;
&nbsp; </td>

</tr>

<tr>
  <td>
    <details>
<summary><strong>LogsRangeSelector.tsx</strong><dd><code>Enhance
LogsRangeSelector with interval selection and UI
updates</code></dd></summary>
<hr>


dashboard/src/features/orgs/projects/logs/components/LogsRangeSelector/LogsRangeSelector.tsx

<li>Add interval handling in LogsToDatePickerLiveButton<br> <li>
Implement interval setting in handleIntervalChange function<br> <li>
Update Button variant based on selected interval<br> <li> Add interval
to useWatch hook for reactive updates


</details>


  </td>
<td><a
href="https://github.com/nhost/nhost/pull/3300/files#diff-46dd7c795a79e4b443213ed10089651423d13e5c776ca72e3a95ae5e0f7f63c8">+9/-2</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>
</table></td></tr></tr></tbody></table>

___

> <details> <summary> Need help?</summary><li>Type <code>/help how to
...</code> in the comments thread for any questions about PR-Agent
usage.</li><li>Check out the <a
href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a>
for more information.</li></details>
2025-05-12 18:31:58 +02:00
David BM
e87505c564 fix (dashboard): downsize postgres using local dashboard (#3292)
### **User description**
Fixes #3265


___

### **PR Type**
Bug fix, Enhancement


___

### **Description**
- Fix PostgreSQL version parsing for empty strings

- Enable downsizing Postgres in local dashboard

- Improve handling of free project and platform checks

- Update refetch queries with optional chaining


___



### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Bug
fix</strong></td><td><table>
<tr>
  <td>
    <details>
<summary><strong>useGetPostgresVersion.ts</strong><dd><code>Fix
PostgreSQL version parsing for empty strings</code>&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary>
<hr>


dashboard/src/features/orgs/projects/database/common/hooks/useGetPostgresVersion/useGetPostgresVersion.ts

<li>Add fallback to empty string for <code>version</code> in
<br><code>splitPostgresMajorMinorVersions</code>


</details>


  </td>
<td><a
href="https://github.com/nhost/nhost/pull/3292/files#diff-1836b93836a54ca5a8fd4d9fe64ec944a0ef37dfcb81909225115ba2a6d98928">+1/-1</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>

<tr>
  <td>
    <details>
<summary><strong>index.tsx</strong><dd><code>Update refetch queries with
optional chaining</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary>
<hr>


dashboard/src/pages/orgs/[orgSlug]/projects/[appSubdomain]/settings/index.tsx

- Add optional chaining for `userData.id` in refetch queries


</details>


  </td>
<td><a
href="https://github.com/nhost/nhost/pull/3292/files#diff-b4185be97a505e25badcdefe31ea86fa9d69f72264c4bb35eae17fba936a3d47">+8/-2</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>
</table></td></tr><tr><td><strong>Enhancement</strong></td><td><table>
<tr>
  <td>
    <details>
<summary><strong>DatabaseStorageCapacity.tsx</strong><dd><code>Improve
database storage capacity handling and UI</code>&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary>
<hr>


dashboard/src/features/orgs/projects/database/settings/components/DatabaseStorageCapacity/DatabaseStorageCapacity.tsx

<li>Add <code>isEmptyValue</code> check for <code>org</code> object<br>
<li> Introduce <code>shouldShowUpdateCapacityWarning</code> variable<br>
<li> Modify <code>submitDisabled</code> logic for non-platform
environments<br> <li> Update conditional rendering of
<code>DatabaseStorageCapacityWarning</code>


</details>


  </td>
<td><a
href="https://github.com/nhost/nhost/pull/3292/files#diff-097a59d13b44816051386182a444eadfe2dcacd69b88c121af6733d7eca3ee43">+16/-3</a>&nbsp;
&nbsp; </td>

</tr>
</table></td></tr></tr></tbody></table>

___

> <details> <summary> Need help?</summary><li>Type <code>/help how to
...</code> in the comments thread for any questions about PR-Agent
usage.</li><li>Check out the <a
href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a>
for more information.</li></details>
2025-05-08 14:02:09 +02:00
robertkasza
c0635ae1c7 feat (dashboard): Add information about that free organization cannot be upgraded (#3316)
### **PR Type**
Enhancement


___

### **Description**
- Add info about free org upgrade limitations

- Introduce new 'NewOrgButton' component

- Update UI for subscription plan section

- Improve text link component functionality


___



### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><table>
<tr>
  <td>
    <details>
<summary><strong>InfoAlert.tsx</strong><dd><code>Enhance AlertTitle
styling</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; </dd></summary>
<hr>

dashboard/src/features/orgs/components/InfoAlert/InfoAlert.tsx

- Added 'font-semibold' class to AlertTitle


</details>


  </td>
<td><a
href="https://github.com/nhost/nhost/pull/3316/files#diff-4b78a2f0e1c6c2f6b37e430bc6cad016e884bb34735bd6aaebac906743748d7b">+1/-1</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>

<tr>
  <td>
    <details>
<summary><strong>SubscriptionPlan.tsx</strong><dd><code>Update
subscription plan UI and add free org info</code>&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary>
<hr>


dashboard/src/features/orgs/components/billing/components/SubscriptionPlan/SubscriptionPlan.tsx

<li>Added InfoAlert for free organizations<br> <li> Introduced
NewOrgButton component<br> <li> Updated layout and styling of
subscription plan section<br> <li> Replaced Link component with TextLink


</details>


  </td>
<td><a
href="https://github.com/nhost/nhost/pull/3316/files#diff-2a5f070869055286b669e382b18d656935752803b9a1ef13390ac028c2a48ac4">+32/-30</a>&nbsp;
</td>

</tr>

<tr>
  <td>
    <details>
<summary><strong>TextLink.tsx</strong><dd><code>Enhance TextLink
component with optional icon</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary>
<hr>


dashboard/src/features/orgs/projects/common/components/TextLink/TextLink.tsx

<li>Added optional icon to TextLink component<br> <li> Introduced
withIcon prop for flexibility


</details>


  </td>
<td><a
href="https://github.com/nhost/nhost/pull/3316/files#diff-2f49ce51c83fab712173974ec09621f291ef56a7ad056df587c1bfd525ae6983">+4/-1</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>
</table></td></tr><tr><td><strong>Documentation</strong></td><td><table>
<tr>
  <td>
    <details>
<summary><strong>good-frogs-share.md</strong><dd><code>Add changeset for
dashboard feature</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary>
<hr>

.changeset/good-frogs-share.md

- Added changeset file for version bump


</details>


  </td>
<td><a
href="https://github.com/nhost/nhost/pull/3316/files#diff-ff1c12916da9254a5d59fef39d5220a0ccdd20a7e66e1436a860da9a014d31ee">+5/-0</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>
</table></td></tr></tr></tbody></table>

___

> <details> <summary> Need help?</summary><li>Type <code>/help how to
...</code> in the comments thread for any questions about PR-Agent
usage.</li><li>Check out the <a
href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a>
for more information.</li></details>
2025-05-07 13:31:01 +02:00
robertkasza
d2a9a9ae1d fix: update labeler config (#3328)
### **PR Type**
Enhancement


___

### **Description**
- Update labeler configuration for all categories

- Standardize format using 'any' key for all rules

- Remove redundant 'any' key for documentation category

- Maintain existing category definitions and file patterns


___



### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Configuration
changes</strong></td><td><table>
<tr>
  <td>
    <details>
<summary><strong>labeler.yml</strong><dd><code>Standardize and simplify
labeler configuration</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary>
<hr>

.github/labeler.yml

<li>Standardized all rules using 'any' key<br> <li> Removed redundant
'any' key for documentation<br> <li> Maintained existing category
definitions and file patterns<br> <li> Simplified overall configuration
structure


</details>


  </td>
<td><a
href="https://github.com/nhost/nhost/pull/3328/files#diff-a22c263686553013feaeb0677d26eeb0b8778a756c4311c1fce13384258026aa">+8/-9</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>
</table></td></tr></tr></tbody></table>

___

> <details> <summary> Need help?</summary><li>Type <code>/help how to
...</code> in the comments thread for any questions about PR-Agent
usage.</li><li>Check out the <a
href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a>
for more information.</li></details>
2025-05-07 10:00:34 +02:00
David BM
c97b43f149 fix (ci): update vite to solve vulnerability audit (#3323)
### **PR Type**
Bug fix, Enhancement


___

### **Description**
- Update Vite to address vulnerability audit

- Upgrade Vite in multiple project dependencies

- Update package overrides for security

- Add changeset for minor version bumps


___



### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Documentation</strong></td><td><details><summary>1
files</summary><table>
<tr>
<td><strong>chatty-kids-exist.md</strong><dd><code>Add changeset for
minor version updates</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; </dd></td>
<td><a
href="https://github.com/nhost/nhost/pull/3323/files#diff-22d27113acb695bcdab878d71e0e553a23f87070faeb4672ce09bf2108c56064">+13/-0</a>&nbsp;
&nbsp; </td>

</tr>

</table></details></td></tr><tr><td><strong>Dependencies</strong></td><td><details><summary>10
files</summary><table>
<tr>
<td><strong>package.json</strong><dd><code>Update Vite to
v5.4.19</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td>
<td><a
href="https://github.com/nhost/nhost/pull/3323/files#diff-2d8d55c799cd71f1b35e831f075f8178ed1734c4820a2ad548b4dd24d6938d7c">+1/-1</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>

<tr>
<td><strong>package.json</strong><dd><code>Update Vite to
v5.4.19</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td>
<td><a
href="https://github.com/nhost/nhost/pull/3323/files#diff-83675898dc6ed88838763232d022f6e100e07d71681cc8a1f02aee99ee3f229b">+1/-1</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>

<tr>
<td><strong>package.json</strong><dd><code>Update Vite to
v5.4.19</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td>
<td><a
href="https://github.com/nhost/nhost/pull/3323/files#diff-9fb3a23f389ab1d192d7e018d2acbe512bd8792278662101401caa98692735db">+1/-1</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>

<tr>
<td><strong>package.json</strong><dd><code>Update Vite to
v5.4.19</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td>
<td><a
href="https://github.com/nhost/nhost/pull/3323/files#diff-cb7094614884e8cd2c8fb67dadedb1887c46c31b888840def0b7042273bfbb28">+1/-1</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>

<tr>
<td><strong>package.json</strong><dd><code>Update Vite to
v6.2.7</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td>
<td><a
href="https://github.com/nhost/nhost/pull/3323/files#diff-6288951fff74ec246c9cc023b7b7e3e9aad31423891bc4ea25b5d84a5f5b061f">+1/-1</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>

<tr>
<td><strong>package.json</strong><dd><code>Update Vite to
v5.4.19</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td>
<td><a
href="https://github.com/nhost/nhost/pull/3323/files#diff-d95dc3391741287366ea2e61f70e9ccc64452e0d22b1db91d6bf524f5aa4331c">+1/-1</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>

<tr>
<td><strong>package.json</strong><dd><code>Update Vite to
v5.4.19</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td>
<td><a
href="https://github.com/nhost/nhost/pull/3323/files#diff-8a3e5ed0f618f15211c31f700e0da998e2eae58f60353624b7a7e637bd63b153">+1/-1</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>

<tr>
<td><strong>package.json</strong><dd><code>Update Vite to
v5.4.19</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td>
<td><a
href="https://github.com/nhost/nhost/pull/3323/files#diff-fc4298d3512fdd9a3d871f9f182fe871c8beccd1580f864a271ddfb32005feef">+1/-1</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>

<tr>
<td><strong>package.json</strong><dd><code>Update Vite to
v5.4.19</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td>
<td><a
href="https://github.com/nhost/nhost/pull/3323/files#diff-85166d1137e29a5275f991e1e94a0c9d5b83ac7504463ba76f9187b2b750c895">+1/-1</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>

<tr>
<td><strong>package.json</strong><dd><code>Update Vite and adjust
overrides</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td>
<td><a
href="https://github.com/nhost/nhost/pull/3323/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519">+4/-4</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>
</table></details></td></tr></tr></tbody></table>

___

> <details> <summary> Need help?</summary><li>Type <code>/help how to
...</code> in the comments thread for any questions about PR-Agent
usage.</li><li>Check out the <a
href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a>
for more information.</li></details>

---------

Co-authored-by: robertkasza <robert.kasza@bishop-co.com>
2025-05-06 14:39:39 +02:00
39 changed files with 437 additions and 249 deletions

19
.github/labeler.yml vendored
View File

@@ -1,24 +1,25 @@
dashboard:
- dashboard/**/*
- any:
- changed-files:
- any-glob-to-any-file: ['dashboard/**/*']
documentation:
- any:
- docs/**/*
- any: ['docs/**/*']
examples:
- examples/**/*
- any: ['examples/**/*']
sdk:
- packages/**/*
- any: ['packages/**/*']
integrations:
- integrations/**/*
- any: ['integrations/**/*']
react:
- '{packages,examples,integrations}/*react*/**/*'
- any: ['{packages,examples,integrations}/*react*/**/*']
nextjs:
- '{packages,examples}/*next*/**/*'
- any: ['{packages,examples}/*next*/**/*']
vue:
- '{packages,examples,integrations}/*vue*/**/*'
- any: ['{packages,examples,integrations}/*vue*/**/*']

View File

@@ -29,7 +29,7 @@ env:
NHOST_PRO_TEST_PROJECT_NAME: ${{ vars.NHOST_PRO_TEST_PROJECT_NAME }}
NHOST_TEST_USER_EMAIL: ${{ secrets.NHOST_TEST_USER_EMAIL }}
NHOST_TEST_USER_PASSWORD: ${{ secrets.NHOST_TEST_USER_PASSWORD }}
NHOST_TEST_PROJECT_ADMIN_SECRET: ${{ secrets.NHOST_TEST_PROJECT_ADMIN_SECRET }}
NHOST_TEST_PROJECT_ADMIN_SECRET: '${{ secrets.NHOST_TEST_PROJECT_ADMIN_SECRET }}'
NHOST_TEST_FREE_USER_EMAILS: ${{ secrets.NHOST_TEST_FREE_USER_EMAILS }}
jobs:

View File

@@ -3,13 +3,12 @@ on:
- pull_request_target
jobs:
triage:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: '${{ secrets.GH_PAT }}'
sync-labels: ''
repo-token: ${{ secrets.GH_PAT }}

View File

@@ -1,5 +1,14 @@
# @nhost/dashboard
## 2.29.0
### Minor Changes
- c97b43f: fix: update vite to address vulnerability audit
- a0931e2: fix: improve logs time range and filter selection
- c0635ae: feat (dashboard): Add information about that free organization cannot be upgraded.
- e87505c: fix: can downsize postgres storage capacity using local dashboard
## 2.28.0
### Minor Changes

View File

@@ -1,9 +1,10 @@
/* eslint-disable no-console */
import { TEST_PROJECT_ADMIN_SECRET, TEST_PROJECT_SUBDOMAIN } from '@/e2e/env';
import { test as setup } from '@playwright/test';
setup('refresh metadata', async () => {
try {
await fetch(
const response = await fetch(
`https://${TEST_PROJECT_SUBDOMAIN}.hasura.eu-central-1.staging.nhost.run/v1/metadata`,
{
method: 'POST',
@@ -29,6 +30,14 @@ setup('refresh metadata', async () => {
}),
},
);
const body = await response.json();
if (!response.ok) {
const message = `[${body.code}]:${body.error}`;
console.log(message);
throw new Error(message);
} else {
console.log('Metadata is consistent.');
}
} catch (error) {
// Log safe error information
console.error(

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost/dashboard",
"version": "2.28.0",
"version": "2.29.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
@@ -196,7 +196,7 @@
"tailwindcss": "^3.4.12",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"vite": "^5.4.18",
"vite": "^5.4.19",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^0.32.4"
},

View File

@@ -26,7 +26,7 @@ function InfoAlert({
<Alert className={alertClassNames}>
{icon && <div>{icon}</div>}
<div>
{title && <AlertTitle>{title}</AlertTitle>}
{title && <AlertTitle className="font-semibold">{title}</AlertTitle>}
{children && (
<AlertDescription className={descClassNames}>
{children}

View File

@@ -1,7 +1,6 @@
import { useUI } from '@/components/common/UIProvider';
import { ActivityIndicator } from '@/components/ui/v2/ActivityIndicator';
import { ArrowSquareOutIcon } from '@/components/ui/v2/icons/ArrowSquareOutIcon';
import { Link } from '@/components/ui/v2/Link';
import { Button } from '@/components/ui/v3/button';
import {
Dialog,
@@ -21,6 +20,8 @@ import {
FormMessage,
} from '@/components/ui/v3/form';
import { RadioGroup, RadioGroupItem } from '@/components/ui/v3/radio-group';
import { InfoAlert } from '@/features/orgs/components/InfoAlert';
import TextLink from '@/features/orgs/projects/common/components/TextLink/TextLink';
import { planDescriptions } from '@/features/orgs/projects/common/utils/planDescriptions';
import { useCurrentOrg } from '@/features/orgs/projects/hooks/useCurrentOrg';
import { execPromiseWithErrorToast } from '@/features/orgs/utils/execPromiseWithErrorToast';
@@ -35,6 +36,14 @@ import { useEffect, useState } from 'react';
import { useForm } from 'react-hook-form';
import { z } from 'zod';
function NewOrgButton() {
return (
<strong className="inline-flex items-center justify-center gap-2 px-1">
<span>+ New Organization</span>
</strong>
);
}
const changeOrgPlanForm = z.object({
plan: z.string(),
});
@@ -48,6 +57,8 @@ export default function SubscriptionPlan() {
const [fetchOrganizationCustomePortalLink, { loading }] =
useBillingOrganizationCustomePortalLazyQuery();
const isFreeOrg = org?.plan.isFree;
const form = useForm<z.infer<typeof changeOrgPlanForm>>({
resolver: zodResolver(changeOrgPlanForm),
defaultValues: {
@@ -125,7 +136,7 @@ export default function SubscriptionPlan() {
<div className="flex w-full flex-col gap-1 border-b p-4">
<h4 className="font-medium">Subscription plan</h4>
</div>
<div className="flex w-full flex-col justify-between gap-8 border-b p-4 md:flex-row">
<div className="flex w-full flex-col justify-between gap-8 p-4 md:flex-row">
<div className="flex basis-1/2 flex-col gap-4">
<span className="font-medium">Organization name</span>
<span className="font-medium">{org?.name}</span>
@@ -152,31 +163,26 @@ export default function SubscriptionPlan() {
</div>
</div>
</div>
<div className="flex w-full flex-col-reverse items-end justify-between gap-2 p-4 md:flex-row md:items-center md:gap-0">
{isFreeOrg && (
<div className="flex w-full flex-col justify-between gap-8 p-4 md:flex-row">
<InfoAlert title="Personal Organizations can not be upgraded.">
You may create a new organization with premium features by
clicking on the <NewOrgButton /> button in the left sidebar.
</InfoAlert>
</div>
)}
<div className="flex w-full flex-col-reverse items-end justify-between gap-2 border-t p-4 md:flex-row md:items-center md:gap-0">
<div>
<span>For a complete list of features, visit our </span>
<Link
href="https://nhost.io/pricing"
target="_blank"
rel="noopener noreferrer"
underline="hover"
className="font-medium"
>
<TextLink href="https://nhost.io/pricing">
pricing
<ArrowSquareOutIcon className="mb-[2px] ml-1 h-4 w-4" />
</Link>
</TextLink>
<span> You can also visit our </span>
<Link
href="https://docs.nhost.io/platform/cloud/billing"
target="_blank"
rel="noopener noreferrer"
underline="hover"
className="font-medium"
>
<TextLink href="https://docs.nhost.io/platform/cloud/billing">
documentation
<ArrowSquareOutIcon className="mb-[2px] ml-1 h-4 w-4" />
</Link>
</TextLink>
<span> for billing information</span>
</div>
<div className="flex w-full flex-row items-center justify-end gap-2">
@@ -245,7 +251,7 @@ export default function SubscriptionPlan() {
</div>
<div className="mt-0 flex h-full items-center text-xl font-semibold">
{plan.isFree ? 'Free' : `${plan.price}/mo`}
{isFreeOrg ? 'Free' : `${plan.price}/mo`}
</div>
</FormLabel>
</FormItem>
@@ -264,16 +270,10 @@ export default function SubscriptionPlan() {
</div>
</div>
<Link
href="mailto:hello@nhost.io"
target="_blank"
rel="noopener noreferrer"
underline="hover"
className="font-medium"
>
<TextLink href="mailto:hello@nhost.io">
Contact us
<ArrowSquareOutIcon className="ml-1 h-4 w-4" />
</Link>
</TextLink>
</div>
</div>
</RadioGroup>

View File

@@ -1,3 +1,4 @@
import { SquareArrowUpRightIcon } from 'lucide-react';
import Link from 'next/link';
import type { PropsWithChildren } from 'react';
@@ -5,7 +6,8 @@ function TextLink({
href,
children,
target = '_blank',
}: PropsWithChildren<{ href: string; target?: string }>) {
withIcon = false,
}: PropsWithChildren<{ href: string; target?: string; withIcon?: boolean }>) {
return (
<Link
href={href}
@@ -14,6 +16,7 @@ function TextLink({
rel="noopener noreferrer"
>
{children}
{withIcon && <SquareArrowUpRightIcon className="h-4 w-4" />}
</Link>
);
}

View File

@@ -23,7 +23,7 @@ export default function useGetPostgresVersion() {
});
const { version } = postgresSettingsData?.config?.postgres || {};
const { major, minor } = splitPostgresMajorMinorVersions(version);
const { major, minor } = splitPostgresMajorMinorVersions(version || '');
return {
version,

View File

@@ -21,6 +21,7 @@ import {
useGetPostgresSettingsQuery,
useUpdateConfigMutation,
} from '@/generated/graphql';
import { isEmptyValue } from '@/lib/utils';
import { ApplicationStatus } from '@/types/application';
import { yupResolver } from '@hookform/resolvers/yup';
import { useEffect, useMemo } from 'react';
@@ -46,7 +47,9 @@ export default function DatabaseStorageCapacity() {
const localMimirClient = useLocalMimirClient();
const { project } = useProject();
const isFreeProject = !!org?.plan?.isFree;
const isFreeProject = isEmptyValue(org) ? false : org.plan.isFree;
const shouldShowUpdateCapacityWarning = !isFreeProject && isPlatform;
const {
data,
@@ -98,6 +101,10 @@ export default function DatabaseStorageCapacity() {
return true;
}
if (!isPlatform) {
return false;
}
if (maintenanceActive) {
return true;
}
@@ -107,7 +114,13 @@ export default function DatabaseStorageCapacity() {
}
return false;
}, [isDirty, maintenanceActive, decreasingSize, applicationPause]);
}, [
isDirty,
maintenanceActive,
decreasingSize,
applicationPause,
isPlatform,
]);
useEffect(() => {
if (data && !loading) {
@@ -195,7 +208,7 @@ export default function DatabaseStorageCapacity() {
helperText={formState.errors.capacity?.message}
/>
</Box>
{!isFreeProject && (
{shouldShowUpdateCapacityWarning && (
<DatabaseStorageCapacityWarning
state={state}
decreasingSize={decreasingSize}

View File

@@ -6,11 +6,13 @@ import { Dropdown } from '@/components/ui/v2/Dropdown';
import { CalendarIcon } from '@/components/ui/v2/icons/CalendarIcon';
import { ChevronDownIcon } from '@/components/ui/v2/icons/ChevronDownIcon';
import { Text } from '@/components/ui/v2/Text';
import type { LogsFilterFormValues } from '@/features/orgs/projects/logs/components/LogsHeader';
import { LogsTimePicker } from '@/features/orgs/projects/logs/components/LogsTimePicker';
import { DATEPICKER_DISPLAY_FORMAT } from '@/features/orgs/projects/logs/utils/constants/datePicker';
import { usePreviousData } from '@/hooks/usePreviousData';
import { format } from 'date-fns';
import { useState } from 'react';
import { useFormContext } from 'react-hook-form';
import { twMerge } from 'tailwind-merge';
export interface LogsDatePickerProps extends DatePickerProps {
@@ -36,6 +38,7 @@ function LogsDatePicker({
value,
}: LogsDatePickerProps) {
const [selectedDate, setSelectedDate] = useState<Date | null>(value);
const { setValue } = useFormContext<LogsFilterFormValues>();
const { button: buttonSlotProps } = {
button: componentsProps?.button || {},
};
@@ -45,6 +48,11 @@ function LogsDatePicker({
// going to display the last state set.
const previousDate = usePreviousData(selectedDate);
const handleDateChange = (newValue: Date) => {
setSelectedDate(new Date(newValue));
setValue('interval', null);
};
return (
<Dropdown.Root>
<div className="grid grid-flow-col gap-x-3">
@@ -84,9 +92,7 @@ function LogsDatePicker({
<Dropdown.Content>
<DatePicker
value={disabled ? previousDate : selectedDate}
onChange={(newValue) => {
setSelectedDate(new Date(newValue));
}}
onChange={handleDateChange}
minDate={minDate}
maxDate={maxDate}
/>

View File

@@ -17,7 +17,7 @@ import {
} from '@/features/orgs/projects/logs/utils/constants/services';
import { isEmptyValue } from '@/lib/utils';
import { useGetServiceLabelValuesQuery } from '@/utils/__generated__/graphql';
import { MINUTES_TO_DECREASE_FROM_CURRENT_DATE } from '@/utils/constants/common';
import { DEFAULT_LOG_INTERVAL } from '@/utils/constants/common';
import { yupResolver } from '@hookform/resolvers/yup';
import { subMinutes } from 'date-fns';
import { useEffect, useMemo } from 'react';
@@ -28,6 +28,7 @@ import LogsServiceFilter from './LogsServiceFilter';
export const validationSchema = Yup.object({
from: Yup.date(),
to: Yup.date().nullable(),
interval: Yup.number().nullable(), // in minutes
service: Yup.string().oneOf(Object.values(AvailableLogsService)),
regexFilter: Yup.string(),
});
@@ -44,11 +45,17 @@ interface LogsHeaderProps extends Omit<BoxProps, 'children'> {
* Function to be called when the user submits the filters form
*/
onSubmitFilterValues: (value: LogsFilterFormValues) => void;
/**
*
* Function to be called to force a refetch of the logs when the form is not dirty and the user submits the form
*/
onRefetch: () => void;
}
export default function LogsHeader({
loading,
onSubmitFilterValues,
onRefetch,
...props
}: LogsHeaderProps) {
const { project } = useProject();
@@ -83,16 +90,20 @@ export default function LogsHeader({
const form = useForm<LogsFilterFormValues>({
defaultValues: {
from: subMinutes(new Date(), MINUTES_TO_DECREASE_FROM_CURRENT_DATE),
from: subMinutes(new Date(), DEFAULT_LOG_INTERVAL),
to: new Date(),
regexFilter: '',
service: AvailableLogsService.ALL,
interval: DEFAULT_LOG_INTERVAL,
},
reValidateMode: 'onSubmit',
resolver: yupResolver(validationSchema),
reValidateMode: 'onSubmit',
});
const { formState } = form;
const { register, watch, getValues } = form;
const isNotDirty = Object.keys(formState.dirtyFields).length === 0;
const { register, watch, getValues, setValue } = form;
const service = watch('service');
@@ -100,8 +111,33 @@ export default function LogsHeader({
onSubmitFilterValues(getValues());
}, [service, getValues, onSubmitFilterValues]);
const handleSubmit = (values: LogsFilterFormValues) =>
const handleSubmit = (values: LogsFilterFormValues) => {
// If there's an interval set, recalculate the dates
if (values.interval) {
const now = new Date();
const newValues = {
...values,
from: subMinutes(now, values.interval),
to: now,
interval: values.interval,
};
// Update form values before submitting, to ensure the dates have the current date if selected an interval
setValue('from', newValues.from);
setValue('to', newValues.to);
setValue('interval', newValues.interval);
onSubmitFilterValues(newValues);
return;
}
// If the form is not dirty, force a refetch of the logs
if (isNotDirty) {
onRefetch();
}
onSubmitFilterValues(values);
};
return (
<Box
@@ -198,11 +234,13 @@ export default function LogsHeader({
type="submit"
className="h-10"
startIcon={
loading ? (
<ActivityIndicator className="h-4 w-4" />
) : (
<SearchIcon />
)
<div className="flex h-5 w-5 items-center justify-center">
{loading ? (
<ActivityIndicator className="h-5 w-5" />
) : (
<SearchIcon className="h-5 w-5" />
)}
</div>
}
disabled={loading}
>

View File

@@ -27,11 +27,18 @@ function LogsToDatePickerLiveButton() {
if (isLive) {
setValue('from', subMinutes(new Date(), 20));
setValue('to', new Date());
setValue('interval', null);
return;
}
setValue('to', null);
setCurrentTime(new Date());
setValue('interval', null);
}
function handleChangeToDate(date: Date) {
setValue('to', date);
setValue('interval', null);
}
useInterval(() => setCurrentTime(new Date()), isLive ? 1000 : 0);
@@ -43,7 +50,7 @@ function LogsToDatePickerLiveButton() {
label="To"
value={!isLive ? to : currentTime}
disabled={isLive}
onChange={(date: Date) => setValue('to', date)}
onChange={handleChangeToDate}
minDate={from}
maxDate={new Date()}
componentsProps={{
@@ -84,7 +91,7 @@ function LogsRangeSelectorIntervalPickers({
const applicationCreationDate = new Date(project.createdAt);
const { setValue, getValues } = useFormContext<LogsFilterFormValues>();
const { from } = useWatch<LogsFilterFormValues>();
const { from, interval } = useWatch<LogsFilterFormValues>();
const { handleClose } = useDropdown();
@@ -101,6 +108,12 @@ function LogsRangeSelectorIntervalPickers({
}: LogsCustomInterval) {
setValue('from', subMinutes(new Date(), minutesToDecreaseFromCurrentDate));
setValue('to', new Date());
setValue('interval', minutesToDecreaseFromCurrentDate);
}
function handleChangeFromDate(date: Date) {
setValue('from', date);
setValue('interval', null);
}
return (
@@ -109,7 +122,7 @@ function LogsRangeSelectorIntervalPickers({
<LogsDatePicker
label="From"
value={from}
onChange={(date) => setValue('from', date)}
onChange={handleChangeFromDate}
minDate={applicationCreationDate}
maxDate={new Date()}
/>
@@ -122,7 +135,11 @@ function LogsRangeSelectorIntervalPickers({
<Button
key={logInterval.label}
variant="outlined"
color="secondary"
color={
interval === logInterval.minutesToDecreaseFromCurrentDate
? 'primary'
: 'secondary'
}
className="self-center"
onClick={() => handleIntervalChange(logInterval)}
>

View File

@@ -12,7 +12,7 @@ import {
GetLogsSubscriptionDocument,
useGetProjectLogsQuery,
} from '@/utils/__generated__/graphql';
import { MINUTES_TO_DECREASE_FROM_CURRENT_DATE } from '@/utils/constants/common';
import { DEFAULT_LOG_INTERVAL } from '@/utils/constants/common';
import { subMinutes } from 'date-fns';
import {
useCallback,
@@ -37,7 +37,7 @@ export default function LogsPage() {
const subscriptionReturn = useRef(null);
const [filters, setFilters] = useState<LogsFilters>({
from: subMinutes(new Date(), MINUTES_TO_DECREASE_FROM_CURRENT_DATE),
from: subMinutes(new Date(), DEFAULT_LOG_INTERVAL),
to: new Date(),
regexFilter: '',
service: AvailableLogsService.ALL,
@@ -48,6 +48,7 @@ export default function LogsPage() {
error,
subscribeToMore,
client,
refetch,
loading: loadingLogs,
} = useGetProjectLogsQuery({
variables: { appID: project?.id, ...filters },
@@ -147,6 +148,7 @@ export default function LogsPage() {
<LogsHeader
loading={loading}
onSubmitFilterValues={onSubmitFilterValues}
onRefetch={refetch}
/>
<LogsBody error={error} loading={loading} logsData={data} />
</RetryableErrorBoundary>

View File

@@ -78,7 +78,10 @@ export default function SettingsGeneralPage() {
usePauseApplicationMutation({
variables: { appId: project?.id },
refetchQueries: [
{ query: GetOrganizationsDocument, variables: { userId: userData.id } },
{
query: GetOrganizationsDocument,
variables: { userId: userData?.id },
},
],
});
@@ -86,7 +89,10 @@ export default function SettingsGeneralPage() {
useUnpauseApplicationMutation({
variables: { appId: project?.id },
refetchQueries: [
{ query: GetOrganizationsDocument, variables: { userId: userData.id } },
{
query: GetOrganizationsDocument,
variables: { userId: userData?.id },
},
],
});

View File

@@ -67,4 +67,4 @@ export const MAX_FREE_PROJECTS = 1;
/**
* Default value in minutes to use for querying the logs
*/
export const MINUTES_TO_DECREASE_FROM_CURRENT_DATE = 20;
export const DEFAULT_LOG_INTERVAL = 15;

View File

@@ -1,5 +1,11 @@
# @nhost-examples/codegen-react-apollo
## 0.8.0
### Minor Changes
- c97b43f: fix: update vite to address vulnerability audit
## 0.7.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/codegen-react-apollo",
"version": "0.7.1",
"version": "0.8.0",
"private": true,
"scripts": {
"codegen": "graphql-codegen",
@@ -36,6 +36,6 @@
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^4.9.5",
"vite": "^5.4.18"
"vite": "^5.4.19"
}
}

View File

@@ -1,5 +1,11 @@
# @nhost-examples/codegen-react-query
## 0.8.0
### Minor Changes
- c97b43f: fix: update vite to address vulnerability audit
## 0.7.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/codegen-react-query",
"version": "0.7.1",
"version": "0.8.0",
"private": true,
"scripts": {
"codegen": "graphql-codegen",
@@ -37,6 +37,6 @@
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^4.9.5",
"vite": "^5.4.18"
"vite": "^5.4.19"
}
}

View File

@@ -1,5 +1,11 @@
# @nhost-examples/react-urql
## 0.7.0
### Minor Changes
- c97b43f: fix: update vite to address vulnerability audit
## 0.6.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@nhost-examples/codegen-react-urql",
"private": true,
"version": "0.6.1",
"version": "0.7.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
@@ -30,6 +30,6 @@
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^4.9.5",
"vite": "^5.4.18"
"vite": "^5.4.19"
}
}

View File

@@ -1,5 +1,10 @@
---
## 0.8.0
### Minor Changes
- c97b43f: fix: update vite to address vulnerability audit
## 0.7.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/sveltekit",
"version": "0.7.1",
"version": "0.8.0",
"private": true,
"scripts": {
"dev": "vite dev",
@@ -30,7 +30,7 @@
"svelte-check": "^3.6.8",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"vite": "^6.2.6",
"vite": "^6.2.7",
"vitest": "^0.25.8"
},
"type": "module",

View File

@@ -1,5 +1,15 @@
# @nhost-examples/react-apollo
## 1.6.0
### Minor Changes
- c97b43f: fix: update vite to address vulnerability audit
### Patch Changes
- 97db637: fix: fix settings
## 1.5.1
### Patch Changes

View File

@@ -47,27 +47,6 @@ disableNewUsers = false
default = 'user'
allowed = ['user', 'me']
[auth.rateLimit]
[auth.rateLimit.emails]
limit = 100
interval = '1h'
[auth.rateLimit.sms]
limit = 100
interval = '1h'
[auth.rateLimit.bruteForce]
limit = 100
interval = '5m'
[auth.rateLimit.signups]
limit = 100
interval = '5m'
[auth.rateLimit.global]
limit = 1000
interval = '1m'
[auth.user.locale]
default = 'en'
allowed = ['en']
@@ -182,14 +161,6 @@ version = '16.6-20250311-1'
capacity = 1
[provider]
[provider.smtp]
host = "smtp.test.com"
method = "LOGIN"
password = "test123123"
port = 587
secure = false
sender = "test@nhost.io"
user = "test"
[storage]
version = '0.7.1'

View File

@@ -35,6 +35,32 @@
"op": "replace",
"path": "/auth/method/webauthn/relyingParty/origins/0"
},
{
"value": {
"bruteForce": {
"interval": "5m",
"limit": 100
},
"emails": {
"interval": "1h",
"limit": 100
},
"global": {
"interval": "1m",
"limit": 1000
},
"signups": {
"interval": "5m",
"limit": 100
},
"sms": {
"interval": "1h",
"limit": 100
}
},
"op": "add",
"path": "/auth/rateLimit"
},
{
"value": "http://localhost:3000",
"op": "replace",
@@ -77,5 +103,18 @@
"value": "http://localhost:3000",
"op": "replace",
"path": "/auth/redirections/clientUrl"
},
{
"value": {
"host": "smtp.test.com",
"method": "LOGIN",
"password": "test123123",
"port": 587,
"secure": false,
"sender": "test@nhost.io",
"user": "test"
},
"op": "add",
"path": "/provider/smtp"
}
]

View File

@@ -1,6 +1,6 @@
{
"name": "@nhost-examples/react-apollo",
"version": "1.5.1",
"version": "1.6.0",
"private": true,
"type": "module",
"scripts": {
@@ -64,6 +64,6 @@
"totp-generator": "^0.0.13",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0",
"vite": "^5.4.18"
"vite": "^5.4.19"
}
}

View File

@@ -1,5 +1,11 @@
# @nhost-examples/react-gqty
## 1.6.0
### Minor Changes
- c97b43f: fix: update vite to address vulnerability audit
## 1.5.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@nhost-examples/react-gqty",
"private": true,
"version": "1.5.1",
"version": "1.6.0",
"type": "module",
"scripts": {
"dev": "vite",
@@ -27,6 +27,6 @@
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^4.9.5",
"vite": "^5.4.18"
"vite": "^5.4.19"
}
}

View File

@@ -1,5 +1,11 @@
# @nhost-examples/vue-apollo
## 0.12.0
### Minor Changes
- c97b43f: fix: update vite to address vulnerability audit
## 0.11.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@nhost-examples/vue-apollo",
"private": true,
"version": "0.11.1",
"version": "0.12.0",
"scripts": {
"dev": "vite",
"build": "vite build",
@@ -37,7 +37,7 @@
"@xstate/inspect": "^0.6.5",
"sass": "1.86.1",
"typescript": "4.9.4",
"vite": "^5.4.18",
"vite": "^5.4.19",
"vue-tsc": "^0.38.9"
},
"eslintConfig": {

View File

@@ -1,5 +1,11 @@
# @nhost-examples/vue-quickstart
## 0.6.0
### Minor Changes
- c97b43f: fix: update vite to address vulnerability audit
## 0.5.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@nhost-examples/vue-quickstart",
"type": "module",
"version": "0.5.1",
"version": "0.6.0",
"private": true,
"scripts": {
"build": "vite build",
@@ -35,7 +35,7 @@
"unocss": "66.0.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.4.18",
"vite": "^5.4.19",
"vite-plugin-pages": "^0.28.0",
"vue-tsc": "^0.38.9"
}

12
flake.lock generated
View File

@@ -40,11 +40,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1736258395,
"narHash": "sha256-G55pFLtWxy8pzR5k/UOXBSgHoU8oO263YyYkxbaWzXM=",
"lastModified": 1745925792,
"narHash": "sha256-tSN3G8dAm4cX6vG6Agm/jXGhBrsHgewHCHVF0LR52fQ=",
"owner": "nhost",
"repo": "nixops",
"rev": "52d9d8ff772a58b2cedac9f2f8a89517a86b35a4",
"rev": "555a2f79e2a0187c0e2f33d519c8e79041b681e1",
"type": "github"
},
"original": {
@@ -55,11 +55,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1732238832,
"narHash": "sha256-sQxuJm8rHY20xq6Ah+GwIUkF95tWjGRd1X8xF+Pkk38=",
"lastModified": 1745804731,
"narHash": "sha256-v/sK3AS0QKu/Tu5sHIfddiEHCvrbNYPv8X10Fpux68g=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8edf06bea5bcbee082df1b7369ff973b91618b8d",
"rev": "29335f23bea5e34228349ea739f31ee79e267b88",
"type": "github"
},
"original": {

View File

@@ -1,22 +1,22 @@
{ final }:
let
version = "v1.29.5";
version = "v1.29.6";
dist = {
aarch64-darwin = {
url = "https://github.com/nhost/cli/releases/download/${version}/cli-${version}-darwin-arm64.tar.gz";
sha256 = "036kz31ggkk9lil1ykp9scyykl5sx8snh8q0l8ldwcp1n0l7xh3l";
sha256 = "0jbi1ihidpjfs0igjv6h6jg4jisnjggy9lyncpsafqbpgvr9gpy8";
};
x86_64-darwin = {
url = "https://github.com/nhost/cli/releases/download/${version}/cli-${version}-darwin-amd64.tar.gz";
sha256 = "00ry1d12lw7ibzp3sykvy7ph8zgbybhha21rfwjq1gnjk6kgxgh6";
sha256 = "1rirxir3y4qvbf91j0npcwiqkpagg336iani3mh2mwmbqxmzvacp";
};
aarch64-linux = {
url = "https://github.com/nhost/cli/releases/download/${version}/cli-${version}-linux-arm64.tar.gz";
sha256 = "1svppmf2bc7yv1lz0bdphqpp7530kp1k3jlk5jzb1wz288zrmz5h";
sha256 = "0c0k2zcnvly91gzvqmkqnl4nvxypk6nx1k5zlnjxgc59s37vr2xn";
};
x86_64-linux = {
url = "https://github.com/nhost/cli/releases/download/${version}/cli-${version}-linux-amd64.tar.gz";
sha256 = "11zai2hayv95jpv0a3pbqmj79qkbvzfhpbga6i16j88n7an3lsks";
sha256 = "0kp7jwxryb6h3mb1nk125qrflsx32bz2b6jkhrwpgfdfy0w2vawr";
};
};

View File

@@ -88,7 +88,7 @@
"turbo": "2.3.3",
"typedoc": "^0.22.18",
"typescript": "4.9.5",
"vite": "^5.4.18",
"vite": "^5.4.19",
"vite-plugin-dts": "^3.9.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^0.32.4"
@@ -125,7 +125,7 @@
"zod@<=3.22.2": ">=3.22.3",
"@antfu/utils@<0.7.3": ">=0.7.3",
"next@>=0.9.9 <13.4.20-canary.13": ">=13.4.20-canary.13",
"vite@>=4.0.0 <4.5.12": ">=4.5.12",
"vite@<=4.5.13": ">=4.5.14",
"yaml@>=2.0.0-5 <2.2.2": ">=2.2.2",
"pnpm@<7.33.4": ">=7.33.4",
"graphql@>=16.3.0 <16.8.1": ">=16.8.1",
@@ -174,8 +174,8 @@
"cookie@<0.7.0": ">=0.7.0",
"prismjs@<1.30.0": ">=1.30.0",
"axios@<1.8.2": ">=1.8.2",
"vite@>=5.0.0 <5.4.18": ">=5.4.18",
"vite@>=6.2.0 <6.2.6": ">=6.2.6",
"vite@>=5.0.0 <=5.4.18": ">=5.4.19",
"vite@>=6.2.0 <=6.2.6": ">=6.2.6",
"@sveltejs/kit@>=2.0.0 <2.20.6": ">=2.20.6",
"react-router@<7.5.2": ">=7.5.2"
}

254
pnpm-lock.yaml generated
View File

@@ -26,7 +26,7 @@ overrides:
zod@<=3.22.2: '>=3.22.3'
'@antfu/utils@<0.7.3': '>=0.7.3'
next@>=0.9.9 <13.4.20-canary.13: '>=13.4.20-canary.13'
vite@>=4.0.0 <4.5.12: '>=4.5.12'
vite@<=4.5.13: '>=4.5.14'
yaml@>=2.0.0-5 <2.2.2: '>=2.2.2'
pnpm@<7.33.4: '>=7.33.4'
graphql@>=16.3.0 <16.8.1: '>=16.8.1'
@@ -75,8 +75,8 @@ overrides:
cookie@<0.7.0: '>=0.7.0'
prismjs@<1.30.0: '>=1.30.0'
axios@<1.8.2: '>=1.8.2'
vite@>=5.0.0 <5.4.18: '>=5.4.18'
vite@>=6.2.0 <6.2.6: '>=6.2.6'
vite@>=5.0.0 <=5.4.18: '>=5.4.19'
vite@>=6.2.0 <=6.2.6: '>=6.2.6'
'@sveltejs/kit@>=2.0.0 <2.20.6': '>=2.20.6'
react-router@<7.5.2: '>=7.5.2'
@@ -116,7 +116,7 @@ importers:
version: 5.62.0(eslint@8.57.0)(typescript@4.9.5)
'@vitejs/plugin-react':
specifier: ^4.3.1
version: 4.3.1(vite@5.4.18(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0))
version: 4.3.1(vite@5.4.19(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0))
'@vitest/coverage-v8':
specifier: ^0.32.4
version: 0.32.4(vitest@0.32.4(jsdom@22.1.0)(playwright@1.47.0)(sass@1.86.1)(terser@5.37.0))
@@ -178,14 +178,14 @@ importers:
specifier: 4.9.5
version: 4.9.5
vite:
specifier: ^5.4.18
version: 5.4.18(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)
specifier: ^5.4.19
version: 5.4.19(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)
vite-plugin-dts:
specifier: ^3.9.1
version: 3.9.1(@types/node@20.17.23)(rollup@4.28.1)(typescript@4.9.5)(vite@5.4.18(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0))
version: 3.9.1(@types/node@20.17.23)(rollup@4.28.1)(typescript@4.9.5)(vite@5.4.19(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0))
vite-tsconfig-paths:
specifier: ^4.3.2
version: 4.3.2(typescript@4.9.5)(vite@5.4.18(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0))
version: 4.3.2(typescript@4.9.5)(vite@5.4.19(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0))
vitest:
specifier: ^0.32.4
version: 0.32.4(jsdom@22.1.0)(playwright@1.47.0)(sass@1.86.1)(terser@5.37.0)
@@ -612,7 +612,7 @@ importers:
version: 6.21.0(eslint@8.57.0)(typescript@5.7.2)
'@vitejs/plugin-react':
specifier: ^4.2.1
version: 4.3.1(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))
version: 4.3.1(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))
'@vitest/coverage-v8':
specifier: ^0.32.4
version: 0.32.4(vitest@0.32.4(jsdom@22.1.0)(playwright@1.47.0)(sass@1.86.1)(terser@5.37.0))
@@ -710,11 +710,11 @@ importers:
specifier: ^4.1.0
version: 4.2.0
vite:
specifier: ^5.4.18
version: 5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
specifier: ^5.4.19
version: 5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
vite-tsconfig-paths:
specifier: ^4.3.2
version: 4.3.2(typescript@5.7.2)(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))
version: 4.3.2(typescript@5.7.2)(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))
vitest:
specifier: ^0.32.4
version: 0.32.4(jsdom@22.1.0)(playwright@1.47.0)(sass@1.86.1)(terser@5.37.0)
@@ -793,7 +793,7 @@ importers:
version: 18.3.0
'@vitejs/plugin-react':
specifier: ^3.1.0
version: 3.1.0(vite@5.4.18(@types/node@18.19.34)(sass@1.86.1)(terser@5.37.0))
version: 3.1.0(vite@5.4.19(@types/node@18.19.34)(sass@1.86.1)(terser@5.37.0))
autoprefixer:
specifier: ^10.4.19
version: 10.4.20(postcss@8.4.49)
@@ -807,8 +807,8 @@ importers:
specifier: ^4.9.5
version: 4.9.5
vite:
specifier: ^5.4.18
version: 5.4.18(@types/node@18.19.34)(sass@1.86.1)(terser@5.37.0)
specifier: ^5.4.19
version: 5.4.19(@types/node@18.19.34)(sass@1.86.1)(terser@5.37.0)
examples/codegen-react-query:
dependencies:
@@ -874,8 +874,8 @@ importers:
specifier: ^4.9.5
version: 4.9.5
vite:
specifier: ^5.4.18
version: 5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
specifier: ^5.4.19
version: 5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
examples/codegen-react-urql:
dependencies:
@@ -924,7 +924,7 @@ importers:
version: 18.3.0
'@vitejs/plugin-react':
specifier: ^3.1.0
version: 3.1.0(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))
version: 3.1.0(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))
autoprefixer:
specifier: ^10.4.19
version: 10.4.20(postcss@8.4.49)
@@ -938,8 +938,8 @@ importers:
specifier: ^4.9.5
version: 4.9.5
vite:
specifier: ^5.4.18
version: 5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
specifier: ^5.4.19
version: 5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
examples/docker-compose:
dependencies:
@@ -1161,16 +1161,16 @@ importers:
version: 1.47.0
'@sveltejs/adapter-auto':
specifier: ^3.3.1
version: 3.3.1(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))
version: 3.3.1(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))
'@sveltejs/adapter-vercel':
specifier: ^5.6.3
version: 5.6.3(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(encoding@0.1.13)(rollup@4.28.1)
version: 5.6.3(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(encoding@0.1.13)(rollup@4.28.1)
'@sveltejs/kit':
specifier: ^2.20.6
version: 2.20.7(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))
version: 2.20.7(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))
'@sveltejs/vite-plugin-svelte':
specifier: ^5.0.2
version: 5.0.2(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))
version: 5.0.2(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))
'@types/js-cookie':
specifier: ^3.0.6
version: 3.0.6
@@ -1208,8 +1208,8 @@ importers:
specifier: ^5.4.3
version: 5.7.2
vite:
specifier: ^6.2.6
version: 6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)
specifier: ^6.2.7
version: 6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)
vitest:
specifier: ^0.25.8
version: 0.25.8(jiti@2.4.2)(jsdom@22.1.0)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)
@@ -1318,7 +1318,7 @@ importers:
version: 18.3.0
'@vitejs/plugin-react':
specifier: ^4.3.1
version: 4.3.1(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))
version: 4.3.1(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))
autoprefixer:
specifier: ^10.4.20
version: 10.4.20(postcss@8.4.49)
@@ -1359,8 +1359,8 @@ importers:
specifier: ^8.0.0
version: 8.18.0(eslint@9.9.0(jiti@2.4.2))(typescript@5.7.2)
vite:
specifier: ^5.4.18
version: 5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
specifier: ^5.4.19
version: 5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
examples/react-gqty:
dependencies:
@@ -1397,7 +1397,7 @@ importers:
version: 18.3.0
'@vitejs/plugin-react':
specifier: ^3.1.0
version: 3.1.0(vite@5.4.18(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0))
version: 3.1.0(vite@5.4.19(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0))
autoprefixer:
specifier: ^10.4.19
version: 10.4.20(postcss@8.4.49)
@@ -1411,8 +1411,8 @@ importers:
specifier: ^4.9.5
version: 4.9.5
vite:
specifier: ^5.4.18
version: 5.4.18(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0)
specifier: ^5.4.19
version: 5.4.19(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0)
examples/react_native:
dependencies:
@@ -1626,7 +1626,7 @@ importers:
version: 0.10.0
vite-plugin-vuetify:
specifier: ^1.0.2
version: 1.0.2(vite@5.4.18(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.4))(vuetify@3.0.0-beta.10)
version: 1.0.2(vite@5.4.19(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.4))(vuetify@3.0.0-beta.10)
vue:
specifier: ^3.4.21
version: 3.5.13(typescript@4.9.4)
@@ -1651,7 +1651,7 @@ importers:
version: 1.6.38
'@vitejs/plugin-vue':
specifier: ^4.6.2
version: 4.6.2(vite@5.4.18(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.4))
version: 4.6.2(vite@5.4.19(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.4))
'@xstate/inspect':
specifier: ^0.6.5
version: 0.6.5(@types/ws@8.5.10)(ws@8.18.1)(xstate@4.38.3)
@@ -1662,8 +1662,8 @@ importers:
specifier: 4.9.4
version: 4.9.4
vite:
specifier: ^5.4.18
version: 5.4.18(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0)
specifier: ^5.4.19
version: 5.4.19(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0)
vue-tsc:
specifier: ^0.38.9
version: 0.38.9(typescript@4.9.4)
@@ -1712,7 +1712,7 @@ importers:
version: 66.0.0
'@vitejs/plugin-vue':
specifier: ^4.6.2
version: 4.6.2(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5))
version: 4.6.2(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5))
'@vue/test-utils':
specifier: ^2.4.5
version: 2.4.5
@@ -1727,7 +1727,7 @@ importers:
version: 4.9.5
unocss:
specifier: 66.0.0
version: 66.0.0(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5))
version: 66.0.0(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5))
unplugin-auto-import:
specifier: ^0.17.5
version: 0.17.8(@vueuse/core@8.9.4(vue@3.5.13(typescript@4.9.5)))(rollup@4.28.1)
@@ -1735,11 +1735,11 @@ importers:
specifier: ^0.26.0
version: 0.26.0(@babel/parser@7.26.10)(rollup@4.28.1)(vue@3.5.13(typescript@4.9.5))
vite:
specifier: ^5.4.18
version: 5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
specifier: ^5.4.19
version: 5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
vite-plugin-pages:
specifier: ^0.28.0
version: 0.28.0(@vue/compiler-sfc@3.5.13)(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))
version: 0.28.0(@vue/compiler-sfc@3.5.13)(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))
vue-tsc:
specifier: ^0.38.9
version: 0.38.9(typescript@4.9.5)
@@ -2146,7 +2146,7 @@ importers:
version: link:../docgen
'@vitejs/plugin-vue':
specifier: ^4.6.2
version: 4.6.2(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))
version: 4.6.2(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))
'@xstate/inspect':
specifier: ^0.8.0
version: 0.8.0(@types/ws@8.5.10)(ws@8.17.1)(xstate@4.38.3)
@@ -6887,7 +6887,7 @@ packages:
peerDependencies:
'@sveltejs/vite-plugin-svelte': ^3.0.0 || ^4.0.0-next.1 || ^5.0.0
svelte: ^4.0.0 || ^5.0.0-next.0
vite: '>=5.4.18'
vite: '>=5.4.19'
'@sveltejs/vite-plugin-svelte-inspector@4.0.1':
resolution: {integrity: sha512-J/Nmb2Q2y7mck2hyCX4ckVHcR5tu2J+MtBEQqpDrrgELZ2uvraQcK/ioCV61AqkdXFgriksOKIceDcQmqnGhVw==}
@@ -7666,7 +7666,7 @@ packages:
'@unocss/astro@66.0.0':
resolution: {integrity: sha512-GBhXT6JPqXjDXoJZTXhySk83NgOt0UigChqrUUdG4x7Z+DVYkDBION8vZUJjw0OdIaxNQ4euGWu4GDsMF6gQQg==}
peerDependencies:
vite: '>=4.5.12'
vite: '>=4.5.14'
peerDependenciesMeta:
vite:
optional: true
@@ -7742,7 +7742,7 @@ packages:
'@unocss/vite@66.0.0':
resolution: {integrity: sha512-IVcPX8xL+2edyXKt4tp9yu5A6gcbPVCsspfcL0XgziCr01kS+4qSoZ90F3IUs3hXc/AyO5eCpRtGFMPLpOjXQg==}
peerDependencies:
vite: '>=4.5.12'
vite: '>=4.5.14'
'@urql/core@3.2.2':
resolution: {integrity: sha512-i046Cz8cZ4xIzGMTyHZrbdgzcFMcKD7+yhCAH5FwWBRjcKrc+RjEOuR9X5AMuBvr8c6IAaE92xAqa4wmlGfWTQ==}
@@ -10493,6 +10493,14 @@ packages:
picomatch:
optional: true
fdir@6.4.4:
resolution: {integrity: sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==}
peerDependencies:
picomatch: ^3 || ^4
peerDependenciesMeta:
picomatch:
optional: true
fetch-blob@3.2.0:
resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==}
engines: {node: ^12.20 || >= 14.13}
@@ -15713,6 +15721,10 @@ packages:
resolution: {integrity: sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==}
engines: {node: '>=12.0.0'}
tinyglobby@0.2.13:
resolution: {integrity: sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==}
engines: {node: '>=12.0.0'}
tinypool@0.3.1:
resolution: {integrity: sha512-zLA1ZXlstbU2rlpA4CIeVaqvWq41MTWqLY3FfsAXgC8+f7Pk7zroaJQxDgxn1xNudKW6Kmj4808rPFShUlIRmQ==}
engines: {node: '>=14.0.0'}
@@ -16248,7 +16260,7 @@ packages:
engines: {node: '>=14'}
peerDependencies:
'@unocss/webpack': 66.0.0
vite: '>=4.5.12'
vite: '>=4.5.14'
peerDependenciesMeta:
'@unocss/webpack':
optional: true
@@ -16478,7 +16490,7 @@ packages:
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
typescript: '*'
vite: '>=4.5.12'
vite: '>=4.5.14'
peerDependenciesMeta:
vite:
optional: true
@@ -16487,7 +16499,7 @@ packages:
resolution: {integrity: sha512-yncDncFVnjUzhqJnwCgGDZoZ/wO6MEOMe93f2MQjplKXm1MpmHCrTkFCPnQyYGZTVKPAN+y7BQcIpNWPFLQ4+w==}
peerDependencies:
'@vue/compiler-sfc': ^2.7.0 || ^3.0.0
vite: '>=4.5.12'
vite: '>=4.5.14'
peerDependenciesMeta:
'@vue/compiler-sfc':
optional: true
@@ -16496,20 +16508,20 @@ packages:
resolution: {integrity: sha512-MubIcKD33O8wtgQXlbEXE7ccTEpHZ8nPpe77y9Wy3my2MWw/PgehP9VqTp92BLqr0R1dSL970Lynvisx3UxBFw==}
engines: {node: '>=12'}
peerDependencies:
vite: '>=4.5.12'
vite: '>=4.5.14'
vue: ^3.0.0
vuetify: ^3.0.0-beta.4
vite-tsconfig-paths@4.3.2:
resolution: {integrity: sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==}
peerDependencies:
vite: '>=5.4.18'
vite: '>=5.4.19'
peerDependenciesMeta:
vite:
optional: true
vite@5.4.18:
resolution: {integrity: sha512-1oDcnEp3lVyHCuQ2YFelM4Alm2o91xNoMncRm1U7S+JdYfYOvbiGZ3/CxGttrOu2M/KcGz7cRC2DoNUA6urmMA==}
vite@5.4.19:
resolution: {integrity: sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -16539,8 +16551,8 @@ packages:
terser:
optional: true
vite@6.2.6:
resolution: {integrity: sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==}
vite@6.3.5:
resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==}
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
peerDependencies:
@@ -16582,7 +16594,7 @@ packages:
vitefu@1.0.4:
resolution: {integrity: sha512-y6zEE3PQf6uu/Mt6DTJ9ih+kyJLr4XcSgHR2zUkM8SWDhuixEJxfJ6CZGMHh1Ec3vPLoEA0IHU5oWzVqw8ulow==}
peerDependencies:
vite: '>=4.5.12'
vite: '>=4.5.14'
peerDependenciesMeta:
vite:
optional: true
@@ -25030,14 +25042,14 @@ snapshots:
'@stripe/stripe-js@1.54.2': {}
'@sveltejs/adapter-auto@3.3.1(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))':
'@sveltejs/adapter-auto@3.3.1(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))':
dependencies:
'@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))
'@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))
import-meta-resolve: 4.1.0
'@sveltejs/adapter-vercel@5.6.3(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(encoding@0.1.13)(rollup@4.28.1)':
'@sveltejs/adapter-vercel@5.6.3(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(encoding@0.1.13)(rollup@4.28.1)':
dependencies:
'@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))
'@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))
'@vercel/nft': 0.29.2(encoding@0.1.13)(rollup@4.28.1)
esbuild: 0.25.0
transitivePeerDependencies:
@@ -25045,9 +25057,9 @@ snapshots:
- rollup
- supports-color
'@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))':
'@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))':
dependencies:
'@sveltejs/vite-plugin-svelte': 5.0.2(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))
'@sveltejs/vite-plugin-svelte': 5.0.2(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))
'@types/cookie': 0.6.0
cookie: 0.7.2
devalue: 5.1.1
@@ -25060,27 +25072,27 @@ snapshots:
set-cookie-parser: 2.7.1
sirv: 3.0.1
svelte: 5.14.0
vite: 6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)
vite: 6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)
'@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))':
'@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))':
dependencies:
'@sveltejs/vite-plugin-svelte': 5.0.2(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))
'@sveltejs/vite-plugin-svelte': 5.0.2(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))
debug: 4.4.0
svelte: 5.14.0
vite: 6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)
vite: 6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)
transitivePeerDependencies:
- supports-color
'@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))':
'@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))':
dependencies:
'@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))
'@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.2(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)))(svelte@5.14.0)(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))
debug: 4.4.0
deepmerge: 4.3.1
kleur: 4.1.5
magic-string: 0.30.17
svelte: 5.14.0
vite: 6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)
vitefu: 1.0.4(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))
vite: 6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)
vitefu: 1.0.4(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))
transitivePeerDependencies:
- supports-color
@@ -26076,13 +26088,13 @@ snapshots:
'@ungap/structured-clone@1.2.0': {}
'@unocss/astro@66.0.0(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5))':
'@unocss/astro@66.0.0(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5))':
dependencies:
'@unocss/core': 66.0.0
'@unocss/reset': 66.0.0
'@unocss/vite': 66.0.0(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5))
'@unocss/vite': 66.0.0(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5))
optionalDependencies:
vite: 5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
transitivePeerDependencies:
- vue
@@ -26207,7 +26219,7 @@ snapshots:
dependencies:
'@unocss/core': 66.0.0
'@unocss/vite@66.0.0(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5))':
'@unocss/vite@66.0.0(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5))':
dependencies:
'@ampproject/remapping': 2.3.0
'@unocss/config': 66.0.0
@@ -26217,7 +26229,7 @@ snapshots:
magic-string: 0.30.17
tinyglobby: 0.2.12
unplugin-utils: 0.2.4
vite: 5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
transitivePeerDependencies:
- vue
@@ -26265,74 +26277,74 @@ snapshots:
- rollup
- supports-color
'@vitejs/plugin-react@3.1.0(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))':
'@vitejs/plugin-react@3.1.0(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))':
dependencies:
'@babel/core': 7.24.7
'@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.24.7)
'@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.24.7)
magic-string: 0.27.0
react-refresh: 0.14.2
vite: 5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
transitivePeerDependencies:
- supports-color
'@vitejs/plugin-react@3.1.0(vite@5.4.18(@types/node@18.19.34)(sass@1.86.1)(terser@5.37.0))':
'@vitejs/plugin-react@3.1.0(vite@5.4.19(@types/node@18.19.34)(sass@1.86.1)(terser@5.37.0))':
dependencies:
'@babel/core': 7.24.7
'@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.24.7)
'@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.24.7)
magic-string: 0.27.0
react-refresh: 0.14.2
vite: 5.4.18(@types/node@18.19.34)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@18.19.34)(sass@1.86.1)(terser@5.37.0)
transitivePeerDependencies:
- supports-color
'@vitejs/plugin-react@3.1.0(vite@5.4.18(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0))':
'@vitejs/plugin-react@3.1.0(vite@5.4.19(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0))':
dependencies:
'@babel/core': 7.24.7
'@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.24.7)
'@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.24.7)
magic-string: 0.27.0
react-refresh: 0.14.2
vite: 5.4.18(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0)
transitivePeerDependencies:
- supports-color
'@vitejs/plugin-react@4.3.1(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))':
'@vitejs/plugin-react@4.3.1(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))':
dependencies:
'@babel/core': 7.24.7
'@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.24.7)
'@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.24.7)
'@types/babel__core': 7.20.5
react-refresh: 0.14.2
vite: 5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
transitivePeerDependencies:
- supports-color
'@vitejs/plugin-react@4.3.1(vite@5.4.18(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0))':
'@vitejs/plugin-react@4.3.1(vite@5.4.19(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0))':
dependencies:
'@babel/core': 7.24.7
'@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.24.7)
'@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.24.7)
'@types/babel__core': 7.20.5
react-refresh: 0.14.2
vite: 5.4.18(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)
transitivePeerDependencies:
- supports-color
'@vitejs/plugin-vue@4.6.2(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5))':
'@vitejs/plugin-vue@4.6.2(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5))':
dependencies:
vite: 5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
vue: 3.5.13(typescript@4.9.5)
'@vitejs/plugin-vue@4.6.2(vite@5.4.18(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.4))':
'@vitejs/plugin-vue@4.6.2(vite@5.4.19(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.4))':
dependencies:
vite: 5.4.18(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0)
vue: 3.5.13(typescript@4.9.4)
'@vitejs/plugin-vue@4.6.2(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))':
'@vitejs/plugin-vue@4.6.2(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.2))':
dependencies:
vite: 6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)
vite: 6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)
vue: 3.5.13(typescript@5.7.2)
'@vitest/coverage-v8@0.32.4(vitest@0.32.4(jsdom@22.1.0)(playwright@1.47.0)(sass@1.86.1)(terser@5.37.0))':
@@ -30132,6 +30144,10 @@ snapshots:
optionalDependencies:
picomatch: 4.0.2
fdir@6.4.4(picomatch@4.0.2):
optionalDependencies:
picomatch: 4.0.2
fetch-blob@3.2.0:
dependencies:
node-domexception: 1.0.0
@@ -37107,6 +37123,11 @@ snapshots:
fdir: 6.4.3(picomatch@4.0.2)
picomatch: 4.0.2
tinyglobby@0.2.13:
dependencies:
fdir: 6.4.4(picomatch@4.0.2)
picomatch: 4.0.2
tinypool@0.3.1: {}
tinypool@0.5.0: {}
@@ -37804,9 +37825,9 @@ snapshots:
dependencies:
normalize-path: 2.1.1
unocss@66.0.0(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5)):
unocss@66.0.0(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5)):
dependencies:
'@unocss/astro': 66.0.0(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5))
'@unocss/astro': 66.0.0(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5))
'@unocss/cli': 66.0.0
'@unocss/core': 66.0.0
'@unocss/postcss': 66.0.0
@@ -37823,9 +37844,9 @@ snapshots:
'@unocss/transformer-compile-class': 66.0.0
'@unocss/transformer-directives': 66.0.0
'@unocss/transformer-variant-group': 66.0.0
'@unocss/vite': 66.0.0(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5))
'@unocss/vite': 66.0.0(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.5))
optionalDependencies:
vite: 5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
transitivePeerDependencies:
- supports-color
- vue
@@ -38044,7 +38065,7 @@ snapshots:
mlly: 1.7.3
pathe: 1.1.2
picocolors: 1.1.1
vite: 5.4.18(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)
transitivePeerDependencies:
- '@types/node'
- less
@@ -38056,7 +38077,7 @@ snapshots:
- supports-color
- terser
vite-plugin-dts@3.9.1(@types/node@20.17.23)(rollup@4.28.1)(typescript@4.9.5)(vite@5.4.18(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)):
vite-plugin-dts@3.9.1(@types/node@20.17.23)(rollup@4.28.1)(typescript@4.9.5)(vite@5.4.19(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)):
dependencies:
'@microsoft/api-extractor': 7.43.0(@types/node@20.17.23)
'@rollup/pluginutils': 5.1.4(rollup@4.28.1)
@@ -38067,13 +38088,13 @@ snapshots:
typescript: 4.9.5
vue-tsc: 1.8.27(typescript@4.9.5)
optionalDependencies:
vite: 5.4.18(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)
transitivePeerDependencies:
- '@types/node'
- rollup
- supports-color
vite-plugin-pages@0.28.0(@vue/compiler-sfc@3.5.13)(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)):
vite-plugin-pages@0.28.0(@vue/compiler-sfc@3.5.13)(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)):
dependencies:
'@types/debug': 4.1.12
debug: 4.3.5
@@ -38083,47 +38104,47 @@ snapshots:
json5: 2.2.3
local-pkg: 0.4.3
picocolors: 1.1.1
vite: 5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
yaml: 2.6.1
optionalDependencies:
'@vue/compiler-sfc': 3.5.13
transitivePeerDependencies:
- supports-color
vite-plugin-vuetify@1.0.2(vite@5.4.18(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.4))(vuetify@3.0.0-beta.10):
vite-plugin-vuetify@1.0.2(vite@5.4.19(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.4))(vuetify@3.0.0-beta.10):
dependencies:
'@vuetify/loader-shared': 1.7.1(vue@3.5.13(typescript@4.9.4))(vuetify@3.0.0-beta.10)
debug: 4.3.5
upath: 2.0.1
vite: 5.4.18(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0)
vue: 3.5.13(typescript@4.9.4)
vuetify: 3.0.0-beta.10(vite-plugin-vuetify@1.0.2)(vue@3.5.13(typescript@4.9.4))
transitivePeerDependencies:
- supports-color
vite-tsconfig-paths@4.3.2(typescript@4.9.5)(vite@5.4.18(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)):
vite-tsconfig-paths@4.3.2(typescript@4.9.5)(vite@5.4.19(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)):
dependencies:
debug: 4.3.5
globrex: 0.1.2
tsconfck: 3.1.4(typescript@4.9.5)
optionalDependencies:
vite: 5.4.18(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)
transitivePeerDependencies:
- supports-color
- typescript
vite-tsconfig-paths@4.3.2(typescript@5.7.2)(vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)):
vite-tsconfig-paths@4.3.2(typescript@5.7.2)(vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)):
dependencies:
debug: 4.3.5
globrex: 0.1.2
tsconfck: 3.1.4(typescript@5.7.2)
optionalDependencies:
vite: 5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0)
transitivePeerDependencies:
- supports-color
- typescript
vite@5.4.18(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0):
vite@5.4.19(@types/node@16.18.105)(sass@1.86.1)(terser@5.37.0):
dependencies:
esbuild: 0.25.0
postcss: 8.5.3
@@ -38134,7 +38155,7 @@ snapshots:
sass: 1.86.1
terser: 5.37.0
vite@5.4.18(@types/node@18.19.34)(sass@1.86.1)(terser@5.37.0):
vite@5.4.19(@types/node@18.19.34)(sass@1.86.1)(terser@5.37.0):
dependencies:
esbuild: 0.25.0
postcss: 8.5.3
@@ -38145,7 +38166,7 @@ snapshots:
sass: 1.86.1
terser: 5.37.0
vite@5.4.18(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0):
vite@5.4.19(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0):
dependencies:
esbuild: 0.25.0
postcss: 8.5.3
@@ -38156,7 +38177,7 @@ snapshots:
sass: 1.86.1
terser: 5.37.0
vite@5.4.18(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0):
vite@5.4.19(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0):
dependencies:
esbuild: 0.25.0
postcss: 8.5.3
@@ -38167,11 +38188,14 @@ snapshots:
sass: 1.86.1
terser: 5.37.0
vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1):
vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1):
dependencies:
esbuild: 0.25.0
fdir: 6.4.4(picomatch@4.0.2)
picomatch: 4.0.2
postcss: 8.5.3
rollup: 4.28.1
tinyglobby: 0.2.13
optionalDependencies:
'@types/node': 22.13.9
fsevents: 2.3.3
@@ -38180,9 +38204,9 @@ snapshots:
terser: 5.37.0
yaml: 2.6.1
vitefu@1.0.4(vite@6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)):
vitefu@1.0.4(vite@6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)):
optionalDependencies:
vite: 6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)
vite: 6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)
vitest@0.25.8(jiti@2.4.2)(jsdom@22.1.0)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1):
dependencies:
@@ -38199,7 +38223,7 @@ snapshots:
tinybench: 2.9.0
tinypool: 0.3.1
tinyspy: 1.1.1
vite: 6.2.6(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)
vite: 6.3.5(@types/node@22.13.9)(jiti@2.4.2)(sass@1.86.1)(terser@5.37.0)(yaml@2.6.1)
optionalDependencies:
jsdom: 22.1.0
transitivePeerDependencies:
@@ -38238,7 +38262,7 @@ snapshots:
strip-literal: 1.3.0
tinybench: 2.9.0
tinypool: 0.5.0
vite: 5.4.18(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)
vite: 5.4.19(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)
vite-node: 0.32.4(@types/node@20.17.23)(sass@1.86.1)(terser@5.37.0)
why-is-node-running: 2.3.0
optionalDependencies:
@@ -38387,7 +38411,7 @@ snapshots:
dependencies:
vue: 3.5.13(typescript@4.9.4)
optionalDependencies:
vite-plugin-vuetify: 1.0.2(vite@5.4.18(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.4))(vuetify@3.0.0-beta.10)
vite-plugin-vuetify: 1.0.2(vite@5.4.19(@types/node@22.13.9)(sass@1.86.1)(terser@5.37.0))(vue@3.5.13(typescript@4.9.4))(vuetify@3.0.0-beta.10)
w3c-hr-time@1.0.2:
dependencies: