bitwarden-desktop: 2025.5.1 -> 2025.6.0#420516
Conversation
30e39fa to
7dab3f1
Compare
|
I manually cloned the repo and ran In 2025.5.1, the root node_modules directory gets generated, but I don't get an apps/cli/node_modules directory. In 2025.6.0, apps/cli/node_modules gets generated, and the only thing inside is the In the current I am not yet sure what is going on |
|
|
This is also a good enough solution for the package-lock patch: diff --git a/package-lock.json b/package-lock.json
index 5df63a79dd..3e28aeaaa9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -237,23 +237,6 @@
"bw": "build/bw.js"
}
},
- "apps/cli/node_modules/open": {
- "version": "8.4.2",
- "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
- "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
- "license": "MIT",
- "dependencies": {
- "define-lazy-prop": "^2.0.0",
- "is-docker": "^2.1.1",
- "is-wsl": "^2.2.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"apps/desktop": {
"name": "@bitwarden/desktop",
"version": "2025.6.0",open@8.4.2 isn't even mentioned in apps/cli anymore, so why is it here? |
|
All the workspaces share their package-lock.file and in the error that npm wrote to the tmp file, it explicitly mentioned that it tried to download the older version. I really don't care what exactly is wrong in the workspace setup if the fix generated by the ecosystem package manager is so small. |
| "serde_repr", | ||
| "tokio", | ||
| "url", | ||
| - "zbus 5.6.0", |
There was a problem hiding this comment.
In bitwarden/clients@fc9ce26 basically the same change happened
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-25.05
git worktree add -d .worktree/backport-420516-to-release-25.05 origin/release-25.05
cd .worktree/backport-420516-to-release-25.05
git switch --create backport-420516-to-release-25.05
git cherry-pick -x 7dab3f1b3662b5b43bbb1e3a10f40b8c3fb9521b 52f1b45583d1877ca09e522c0928bd7b3370c775 |
|
A manual backport for #421203 would be nice. |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-25.05
git worktree add -d .worktree/backport-420516-to-release-25.05 origin/release-25.05
cd .worktree/backport-420516-to-release-25.05
git switch --create backport-420516-to-release-25.05
git cherry-pick -x 7dab3f1b3662b5b43bbb1e3a10f40b8c3fb9521b 52f1b45583d1877ca09e522c0928bd7b3370c775 |
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.