mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@electron-forge/maker-base](https://togithub.com/electron/forge) | [`7.1.0` -> `7.2.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fmaker-base/7.1.0/7.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/) | --- ### Release Notes <details> <summary>electron/forge (@​electron-forge/maker-base)</summary> ### [`v7.2.0`](https://togithub.com/electron/forge/releases/tag/v7.2.0) [Compare Source](https://togithub.com/electron/forge/compare/v7.1.0...v7.2.0) #### What's Changed ##### Features - feat: add support for sequential groups of webpack builds by [@​MarshallOfSound](https://togithub.com/MarshallOfSound) in [https://github.com/electron/forge/pull/3435](https://togithub.com/electron/forge/pull/3435) ##### Fixes - fix: handle webpack configs exported as default by [@​MarshallOfSound](https://togithub.com/MarshallOfSound) in [https://github.com/electron/forge/pull/3427](https://togithub.com/electron/forge/pull/3427) - fix: set empty publicPath for preload scripts by [@​MarshallOfSound](https://togithub.com/MarshallOfSound) in [https://github.com/electron/forge/pull/3428](https://togithub.com/electron/forge/pull/3428) - fix: ensure that webpack is run once per arch for universal builds by [@​MarshallOfSound](https://togithub.com/MarshallOfSound) in [https://github.com/electron/forge/pull/3433](https://togithub.com/electron/forge/pull/3433) ##### Documentation - docs: remove mention of v5 -> v6 migration by [@​erickzhao](https://togithub.com/erickzhao) in [https://github.com/electron/forge/pull/3412](https://togithub.com/electron/forge/pull/3412) - docs: add notes on publishing a new monorepo package by [@​erickzhao](https://togithub.com/erickzhao) in [https://github.com/electron/forge/pull/3415](https://togithub.com/electron/forge/pull/3415) ##### Other Changes - build(docs): enable API documentation builds for Forge v7 by [@​erickzhao](https://togithub.com/erickzhao) in [https://github.com/electron/forge/pull/3413](https://togithub.com/electron/forge/pull/3413) - ci: allow manual API documentation publish by [@​dsanders11](https://togithub.com/dsanders11) in [https://github.com/electron/forge/pull/3414](https://togithub.com/electron/forge/pull/3414) - refactor: dedupe key resolver for static publishers by [@​MarshallOfSound](https://togithub.com/MarshallOfSound) in [https://github.com/electron/forge/pull/3421](https://togithub.com/electron/forge/pull/3421) - chore: bump electronjs/node to 2.1.0 (main) by [@​electron-roller](https://togithub.com/electron-roller) in [https://github.com/electron/forge/pull/3422](https://togithub.com/electron/forge/pull/3422) - chore: update deps to clear some audit warnings by [@​dsanders11](https://togithub.com/dsanders11) in [https://github.com/electron/forge/pull/3429](https://togithub.com/electron/forge/pull/3429) **Full Changelog**: https://github.com/electron/forge/compare/v7.1.0...v7.2.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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSJ9-->
95 lines
3.3 KiB
JSON
95 lines
3.3 KiB
JSON
{
|
|
"name": "@affine/electron",
|
|
"private": true,
|
|
"version": "0.10.3-canary.2",
|
|
"author": "toeverything",
|
|
"repository": {
|
|
"url": "https://github.com/toeverything/AFFiNE",
|
|
"type": "git"
|
|
},
|
|
"description": "AFFiNE Desktop App",
|
|
"homepage": "https://github.com/toeverything/AFFiNE",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"dev": "DEV_SERVER_URL=http://localhost:8080 node --loader ts-node/esm/transpile-only ./scripts/dev.ts",
|
|
"dev:prod": "yarn node --loader ts-node/esm/transpile-only scripts/dev.ts",
|
|
"build": "NODE_ENV=production node --loader ts-node/esm/transpile-only scripts/build-layers.ts",
|
|
"build:dev": "NODE_ENV=development node --loader ts-node/esm/transpile-only scripts/build-layers.ts",
|
|
"generate-assets": "node --loader ts-node/esm/transpile-only scripts/generate-assets.ts",
|
|
"package": "cross-env NODE_OPTIONS=\"--loader ts-node/esm/transpile-only\" electron-forge package",
|
|
"make": "cross-env NODE_OPTIONS=\"--loader ts-node/esm/transpile-only\" electron-forge make",
|
|
"make-squirrel": "node --loader ts-node/esm/transpile-only scripts/make-squirrel.ts"
|
|
},
|
|
"main": "./dist/main.js",
|
|
"devDependencies": {
|
|
"@affine-test/kit": "workspace:*",
|
|
"@affine/copilot-plugin": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@affine/hello-world-plugin": "workspace:*",
|
|
"@affine/image-preview-plugin": "workspace:*",
|
|
"@affine/native": "workspace:*",
|
|
"@affine/outline-plugin": "workspace:*",
|
|
"@affine/sdk": "workspace:*",
|
|
"@affine/templates": "workspace:*",
|
|
"@affine/vue-hello-world-plugin": "workspace:*",
|
|
"@blocksuite/blocks": "0.11.0-nightly-202312070955-2b5bb47",
|
|
"@blocksuite/lit": "0.11.0-nightly-202312070955-2b5bb47",
|
|
"@blocksuite/presets": "0.11.0-nightly-202312070955-2b5bb47",
|
|
"@blocksuite/store": "0.11.0-nightly-202312070955-2b5bb47",
|
|
"@electron-forge/cli": "^7.2.0",
|
|
"@electron-forge/core": "^7.2.0",
|
|
"@electron-forge/core-utils": "^7.2.0",
|
|
"@electron-forge/maker-deb": "^7.2.0",
|
|
"@electron-forge/maker-dmg": "^7.2.0",
|
|
"@electron-forge/maker-squirrel": "^7.2.0",
|
|
"@electron-forge/maker-zip": "^7.2.0",
|
|
"@electron-forge/plugin-auto-unpack-natives": "^7.2.0",
|
|
"@electron-forge/shared-types": "^7.2.0",
|
|
"@electron/remote": "2.1.0",
|
|
"@reforged/maker-appimage": "^3.3.1",
|
|
"@toeverything/infra": "workspace:*",
|
|
"@types/uuid": "^9.0.7",
|
|
"builder-util-runtime": "^9.2.3",
|
|
"cross-env": "^7.0.3",
|
|
"electron": "^27.1.0",
|
|
"electron-log": "^5.0.1",
|
|
"electron-squirrel-startup": "1.0.0",
|
|
"electron-window-state": "^5.0.3",
|
|
"esbuild": "^0.19.7",
|
|
"fs-extra": "^11.1.1",
|
|
"glob": "^10.3.10",
|
|
"jotai": "^2.5.1",
|
|
"lodash-es": "^4.17.21",
|
|
"rxjs": "^7.8.1",
|
|
"semver": "^7.5.4",
|
|
"tinykeys": "^2.1.0",
|
|
"tree-kill": "^1.2.2",
|
|
"ts-node": "^10.9.1",
|
|
"undici": "^6.0.0",
|
|
"uuid": "^9.0.1",
|
|
"vitest": "0.34.6",
|
|
"which": "^4.0.0",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"dependencies": {
|
|
"async-call-rpc": "^6.3.1",
|
|
"electron-updater": "^6.1.5",
|
|
"link-preview-js": "^3.0.5",
|
|
"nanoid": "^5.0.3",
|
|
"yjs": "^13.6.10"
|
|
},
|
|
"build": {
|
|
"protocols": [
|
|
{
|
|
"name": "affine",
|
|
"schemes": [
|
|
"affine"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"peerDependencies": {
|
|
"ts-node": "*"
|
|
}
|
|
}
|