Skip to content

fix: use bun.lock to identify bun's lockfile (fix #12914) - #12998

Merged
FabianLars merged 3 commits into
tauri-apps:devfrom
jason89521:fix/bun-lockfile
Mar 16, 2025
Merged

fix: use bun.lock to identify bun's lockfile (fix #12914)#12998
FabianLars merged 3 commits into
tauri-apps:devfrom
jason89521:fix/bun-lockfile

Conversation

@jason89521

Copy link
Copy Markdown
Contributor

fix #12914

@jason89521
jason89521 requested a review from a team as a code owner March 16, 2025 13:30
@github-actions

github-actions Bot commented Mar 16, 2025

Copy link
Copy Markdown
Contributor

Package Changes Through 2480e6a

There are 12 changes which include tauri with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri-cli with minor, @tauri-apps/cli with minor, @tauri-apps/api with minor, tauri-bundler with patch, tauri-build with minor, tauri-codegen with minor, tauri-macros with minor, tauri-plugin with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.3.0 2.4.0
tauri-utils 2.2.0 2.3.0
tauri-bundler 2.2.4 2.2.5
tauri-runtime 2.4.0 2.5.0
tauri-runtime-wry 2.4.1 2.5.0
tauri-codegen 2.0.5 2.1.0
tauri-macros 2.0.5 2.1.0
tauri-plugin 2.0.5 2.1.0
tauri-build 2.0.6 2.1.0
tauri 2.3.1 2.4.0
@tauri-apps/cli 2.3.1 2.4.0
tauri-cli 2.3.1 2.4.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@FabianLars

Copy link
Copy Markdown
Member

thanks for the pr!

.lockb is still supported so we should support both instead of only .lock

we also need a small changefile in .changes/ :)

@jason89521

Copy link
Copy Markdown
Contributor Author

thanks for the pr!

.lockb is still supported so we should support both instead of only .lock

we also need a small changefile in .changes/ :)

I pushed 62d7814 and 2480e6a. Please check whether I did it in the right way. Thanks!

@FabianLars
FabianLars merged commit eec08a1 into tauri-apps:dev Mar 16, 2025
@jason89521
jason89521 deleted the fix/bun-lockfile branch March 17, 2025 01:17
kandrelczyk pushed a commit to kandrelczyk/tauri that referenced this pull request Apr 7, 2025
…auri-apps#12998)

* fix: use bun.lock to identify bun's lockfile

* fix: also check bun.lockb

* doc: add changes doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug] Detect bun as package manager by checking bun.lock

2 participants