mateuszmigas / painting-droid

AI-powered cross-platform painting app inspired by the legendary MS Paint.
https://www.paintingdroid.com
GNU General Public License v3.0
93 stars 2 forks source link

Bump the all-deps group with 11 updates #88

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 1 month ago

Bumps the all-deps group with 11 updates:

Package From To
@tauri-apps/cli 2.0.0-beta.18 2.0.0-beta.20
@tauri-apps/api 2.0.0-beta.12 2.0.0-beta.13
@tauri-apps/plugin-clipboard-manager 2.1.0-beta.1 2.1.0-beta.3
@tauri-apps/plugin-dialog 2.0.0-beta.3 2.0.0-beta.5
@tauri-apps/plugin-fs 2.0.0-beta.3 2.0.0-beta.5
@tauri-apps/plugin-process 2.0.0-beta.3 2.0.0-beta.5
@tauri-apps/plugin-updater 2.0.0-beta.3 2.0.0-beta.5
@xenova/transformers 2.17.1 2.17.2
lucide-react 0.379.0 0.383.0
@types/node 20.12.12 20.14.0
vite 5.2.11 5.2.12

Updates @tauri-apps/cli from 2.0.0-beta.18 to 2.0.0-beta.20

Release notes

Sourced from @​tauri-apps/cli's releases.

@​tauri-apps/cli v2.0.0-beta.20

[2.0.0-beta.20]

Dependencies

  • Upgraded to tauri-cli@2.0.0-beta.20

@​tauri-apps/cli v2.0.0-beta.19

[2.0.0-beta.19]

New Features

  • 8a1ae2dea(#9843) Added an option to use a Xcode project for the iOS plugin instead of a plain SwiftPM project.
  • 9e4b2253f(#9734) Add tauri bundle subcommand which runs the bundle phase only, best paired with tauri build --no-bundle

Enhancements

  • 8b032c3cf(#9896) Add a blank LaunchScreen.storyboard to the iOS project init template to pass the App Store validation.
  • 9970d88be(#9892) Update to latest gradle.

What's Changed

Dependencies

  • Upgraded to tauri-cli@2.0.0-beta.19

Breaking Changes

  • 265c23886(#9375) Avoid renaming main binary to product name and perserve the name generated by cargo.
  • 1df5cdeb0(#9858) Use tauri.conf.json > identifier to set the PackageName in Android and BundleId in iOS.
Commits
  • 916a26c apply version updates (#9913)
  • 0a6e62a chore: update schema.json (#9908)
  • 38df6ea fix(nsis): fix regression in shortcuts pointing to a non-existing file (#9909)
  • a0a76ce Apply Version Updates From Current Changes (#9911)
  • dfd0544 Revert "feat(core): add app-region: drag to data-tauri-drag-region (#9789...
  • 5e8aa6f fix: workaround for broken example (#9906)
  • 4942d80 feat: Auto Generation of ACL Schema File for Documentation (#9903)
  • 594e3e2 Apply Version Updates From Current Changes (#9869)
  • 94cca92 fix: regression extracting NSIS zip - target folder already exists
  • 265c238 refactor(cli&bundler): avoid renaming main executable and preserve cargo name...
  • Additional commits viewable in compare view


Updates @tauri-apps/api from 2.0.0-beta.12 to 2.0.0-beta.13

Release notes

Sourced from @​tauri-apps/api's releases.

@​tauri-apps/api v2.0.0-beta.13

yarn audit v1.22.22
info No lockfile found.
0 vulnerabilities found - Packages audited: 160
Done in 2.31s.

[2.0.0-beta.13]

Breaking Changes

  • c4410daa8(#9777) This release contains breaking changes to the tray event structure because of newly added events:

    • Changed TrayIconEvent to be an enum instead of a struct.
    • Added MouseButtonState and MouseButton enums.
    • Removed ClickType enum and replaced it with MouseButton enum.
    • Added MouseButtonState enum.
yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly --tag next
$ rollup -c --configPlugin typescript

./src/app.ts, ./src/core.ts, ./src/dpi.ts, ./src/event.ts, ./src/image.ts, ./src/index.ts, ./src/menu.ts, ./src/mocks.ts, ./src/path.ts, ./src/tray.ts, ./src/webview.ts, ./src/webviewWindow.ts, ./src/window.ts → ./dist, ./dist...
created ./dist, ./dist in 1.2s

src/index.ts → ../../core/tauri/scripts/bundle.global.js...
created ../../core/tauri/scripts/bundle.global.js in 1.7s
[1/4] Bumping version...
info Current version: 2.0.0-beta.13
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 7.78s.
Commits
  • 594e3e2 Apply Version Updates From Current Changes (#9869)
  • 94cca92 fix: regression extracting NSIS zip - target folder already exists
  • 265c238 refactor(cli&bundler): avoid renaming main executable and preserve cargo name...
  • e8f6eb5 refactor(core)!: include all args in Env.args_os, closes #9430 (#9552)
  • 19b696b fix(build): avoid copying resource onto itself (#9710)
  • ccc3ea7 fix(codegen): use TAURI_ENV_TARGET_TRIPLE to determine the current platform...
  • bcc63bf chore(examples/streaming): use get getrandom to generate boundary (#9546)
  • 8b032c3 fix(ios): add LaunchScreen.storyboard to iOS project template, fix#9853 (#9896)
  • adac218 fix(android): check version code in release mode (#9898)
  • aa55e03 fix: set window origin default to null (#9899)
  • Additional commits viewable in compare view


Updates @tauri-apps/plugin-clipboard-manager from 2.1.0-beta.1 to 2.1.0-beta.3

Updates @tauri-apps/plugin-dialog from 2.0.0-beta.3 to 2.0.0-beta.5

Updates @tauri-apps/plugin-fs from 2.0.0-beta.3 to 2.0.0-beta.5

Updates @tauri-apps/plugin-process from 2.0.0-beta.3 to 2.0.0-beta.5

Updates @tauri-apps/plugin-updater from 2.0.0-beta.3 to 2.0.0-beta.5

Updates @xenova/transformers from 2.17.1 to 2.17.2

Release notes

Sourced from @​xenova/transformers's releases.

2.17.2

🚀 What's new?

... (truncated)

Commits


Updates lucide-react from 0.379.0 to 0.383.0

Release notes

Sourced from lucide-react's releases.

New icons 0.383.0

Modified Icons 🔨

New icons 0.382.0

New icons 🎨

New icons 0.381.0

New icons 🎨

New icons 0.380.0

New icons 🎨

Commits


Updates @types/node from 20.12.12 to 20.14.0

Commits


Updates vite from 5.2.11 to 5.2.12

Changelog

Sourced from vite's changelog.

5.2.12 (2024-05-28)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
painting-droid-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 3, 2024 7:30am