-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update all non-major dependencies #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❌ Deploy Preview for vite-plugin-tauri failed. Why did it fail? →
|
98a2df2 to
87ac3c9
Compare
03b879c to
8ada8f4
Compare
dcec71a to
56defc8
Compare
2d00ef2 to
6a231bb
Compare
4d3cedc to
198647f
Compare
8e0fbac to
fe09cc4
Compare
ce4d18e to
76e99d8
Compare
2eebff7 to
4b900cc
Compare
f50ad5c to
4d534f1
Compare
a373bee to
24c2922
Compare
bf02272 to
869b367
Compare
fbfac59 to
95fa26b
Compare
c0288cc to
233e6d4
Compare
b53e5fe to
2c59a47
Compare
b7916a8 to
780deb5
Compare
4592f3c to
90dcb83
Compare
df5dd04 to
5db91a8
Compare
0e755f6 to
57b2228
Compare
57b2228 to
48f9412
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.5.0->^2.9.0^2.5.0->^2.9.4^1.2.11->^1.3.3^10.1.0->^10.3.1^0.21.9->^0.21.17^0.8.4->^0.15.6^0.6.1->^0.6.2^15.5.1->^15.5.2^2.13.0->^2.13.1^5.8.3->^5.9.3^6.3.4->^6.4.1Release Notes
tauri-apps/tauri (@tauri-apps/api)
v2.9.0: @tauri-apps/api v2.9.0Compare Source
PNPM Audit
[2.9.0]
New Features
f5851ee00(#14089) Adds thescrollBarStyleoption to the Webview and WebviewBuilder constructors.3397fd9bf(#14133) Addedapp > onBackButtonPressfor Android back button handling.Enhancements
59089723f(#14091) Added a config to set a data_directory relative to the app-specific data dir in JavaScript andtauri.conf.json.Bug Fixes
08bda64c2(#14132) Fixcore > addPluginListenerfailing on command permission check.PNPM Publish
v2.8.0: @tauri-apps/cli v2.8.0Compare Source
[2.8.0]
New Features
91508c0b8(#13881 by @pepperoni505) Introduces a new configuration option that allows you to specify custom folders to watch for changes when runningtauri dev.bc4afe7dd(#13993 by @lucasfernog) Check installed plugin NPM/crate versions for incompatible releases.0c402bfb6(#13997 by @lucasfernog) Increase default iOS deployment target iOS to 14.0.d6d5f3707(#13358 by @lucasfernog) Added--root-certificate-pathoption toandroid devandios devto be able to connect to HTTPS dev servers.Enhancements
8b465a12b(#13913 by @FabianLars) The bundler now pulls the latest AppImage linuxdeploy plugin instead of using the built-in one. This should remove the libfuse requirement.390cb9c36(#13953 by @FabianLars) Reduced the log level of the binary patcher crategoblinto only show its debug logs in-vvand above.4475e93e1(#13824 by @FabianLars) The bundler and cli will now read TLS Certificates installed on the system when downloading tools and checking versions.Bug Fixes
f0dcf9637(#13980 by @Legend-Master) Fix the generated plugin init code oftauri addfortauri-plugin-autostartandtauri-plugin-single-instance4d270a96a(#13943 by @acx0) Fix codesigning verification failures caused by binary-patching during bundlingb21d86a8a(#13981 by @Legend-Master) Fixtauri permission addcould add duplicated permissions to the capability files9c938be45(#13912 by @takecchi) Properly migrate svelte to v5 in the plugin example templateDependencies
tauri-cli@2.8.0v2.7.0: @tauri-apps/api v2.7.0Compare Source
PNPM Audit
[2.7.0]
New Features
232265c70(#13209 by @kandrelczyk) AddedgetBundleTypeto the app module.Enhancements
96391467e(#13783 by @JosephBrooksbank) Allow events emitted withemitto be handled correctly bylistencallbacks when in a mocked environmentBug Fixes
152d971bc(#13744 by @Legend-Master) ExposeunregisterCallback,runCallback,callbacksinmockIPCb821796ad(#13810 by @asdolo) Add missingtrafficLightPositionTypeScript type definitionPNPM Publish
v2.6.0: @tauri-apps/api v2.6.0Compare Source
PNPM Audit
[2.6.0]
New Features
50ebddaa2(#13319 by @kingsword09) Expose thesetAutoResizeAPI for webviews in@tauri-apps/api.267368fd4(#13276 by @amrbashir) AddMonitor.workAreafield.Bug Fixes
23b9da75b(#13324 by @kingsword09) Fixed path joining behavior wherepath.join('', 'a')incorrectly returns "/a" instead of "a".b985eaf0a(#13306 by @lucasfernog) Immediately unregister event listener when the unlisten function is called.What's Changed
b5c549d18(#13325 by @Legend-Master)transformCallbacknow registers the callbacks insidewindow.__TAURI_INTERNALS__.callbacksinstead of directly onwindow['_{id}']PNPM Publish
antfu-collective/bumpp (bumpp)
v10.3.1Compare Source
No significant changes
View changes on GitHub
v10.3.0Compare Source
🚀 Features
--releasefor release type - by @luoling8192 in #97 (5af7b)View changes on GitHub
v10.2.3Compare Source
🐞 Bug Fixes
-aalias support for--all- by @kingyue737 in #93 (7c0bb)View changes on GitHub
v10.2.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.2.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.2.0Compare Source
🚀 Features
View changes on GitHub
v10.1.1Compare Source
🐞 Bug Fixes
View changes on GitHub
stacksjs/bunfig (bunfig)
v0.15.6Compare Source
No significant changes
View changes on GitHub
v0.15.5Compare Source
No significant changes
View changes on GitHub
v0.15.4Compare Source
No significant changes
View changes on GitHub
v0.15.3Compare Source
No significant changes
View changes on GitHub
v0.15.2Compare Source
No significant changes
View changes on GitHub
v0.15.1Compare Source
No significant changes
View changes on GitHub
v0.15.0Compare Source
🚀 Features
~/.<name>.*configs - by @chrisbbreuer (e0c65)View changes on GitHub
v0.14.1Compare Source
No significant changes
View changes on GitHub
v0.12.0Compare Source
compare changes
🚀 Enhancements
ConfigByNameandConfigOf(ec20381)ts-plugin(9c55278)❤️ Contributors
v0.11.1Compare Source
compare changes
🚀 Enhancements
🏡 Chore
launchpad(8aef63f)❤️ Contributors
v0.10.1Compare Source
compare changes
🚀 Enhancements
arrayStrategy(daac4f7)❤️ Contributors
v0.10.0Compare Source
compare changes
🚀 Enhancements
🏡 Chore
❤️ Contributors
v0.9.0Compare Source
compare changes
🚀 Enhancements
aliasoption (323a551)❤️ Contributors
v0.8.5Compare Source
compare changes
🚀 Enhancements
🏡 Chore
❤️ Contributors
unjs/changelogen (changelogen)
v0.6.2Compare Source
compare changes
🩹 Fixes
hideAuthorEmailarg (#275)📖 Documentation
🌊 Types
config.typesacceptbooleanvalue (#278)🏡 Chore
❤️ Contributors
lint-staged/lint-staged (lint-staged)
v15.5.2Compare Source
Patch Changes
5561321Thanks @YimingIsCOLD! - Correctly handle colon (:) characters in staged filenames.toplenboren/simple-git-hooks (simple-git-hooks)
v2.13.1Compare Source
Patch Changes
#128
2ad5514Thanks @OlofFredriksson! - fix: postinstall should ignore adding hooks if SKIP_INSTALL_SIMPLE_GIT_HOOKS is defined#130
1abdcd7Thanks @cexoso! - fix: only get localcoore.hooksPathconfigmicrosoft/TypeScript (typescript)
v5.9.3: TypeScript 5.9.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.9.2: TypeScript 5.9Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
vitejs/vite (vite)
v6.4.1Compare Source
Please refer to CHANGELOG.md for details.
v6.4.0Compare Source
Please refer to CHANGELOG.md for details.
v6.3.7Compare Source
Please refer to CHANGELOG.md for details.
v6.3.6Compare Source
Please refer to CHANGELOG.md for details.
v6.3.5Compare Source
Today, we're excited to announce the release of the next Vite major:
⚠ BREAKING CHANGES
Objectvariable in ssr transformed code (#19996)experimental.skipSsrTransformoption (#20038)HotBroadcaster(#19988)build.targetand name itbaseline-widely-available(#20007)HotBroadcasterrelated types (#19987)enforce/transformfromtransformIndexHtmlhook (#19349)Features
configurePreviewServerhook (#20224) (b989c42)configureServerhook (#20222) (f5cc4c0)this.meta.viteVersion(#20088) (f55bf41)createServer(#19894) (c1ae9bd)build.targetand name itbaseline-widely-available(#20007) (4a8aa82)css.preprocessorMaxWorkersand default totrue(#19992) (70aee13)optimizeDeps.noDiscovery(#19984) (6d2dcb4)Bug Fixes
import.meta.urlin bundled Vite (#20235) (3bf3a8a)ssrExportNameKey(#20266) (ac302a7)normalizeModuleId(#20277) (9b98dcb)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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.