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
123 stars 4 forks source link

Bump the all-deps group with 12 updates #149

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the all-deps group with 12 updates:

Package From To
@tauri-apps/cli 2.0.0-rc.3 2.0.0-rc.4
@tauri-apps/api 2.0.0-rc.0 2.0.0-rc.1
@tauri-apps/plugin-fs 2.0.0-rc.0 2.0.0-rc.1
lucide-react 0.427.0 0.428.0
react-resizable-panels 2.0.23 2.1.0
solid-js 1.8.20 1.8.21
tailwind-merge 2.5.0 2.5.2
zustand 4.5.4 4.5.5
@playwright/test 1.46.0 1.46.1
@types/node 22.2.0 22.4.1
tailwindcss 3.4.9 3.4.10
vite 5.4.0 5.4.1

Updates @tauri-apps/cli from 2.0.0-rc.3 to 2.0.0-rc.4

Release notes

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

@​tauri-apps/cli v2.0.0-rc.4

[2.0.0-rc.4]

New Features

Enhancements

  • bba1a4419 (#10457 by @​mmvanheusden) Added --no-fmt option to the add command to skip formatting the code after applying changes.
  • 71d00646a (#10504 by @​fu050409) Improve the init command behavior by detecting the project NPM package manager.
  • 8deb1966a (#10652 by @​lucasfernog) Infer macOS codesign identity from the APPLE_CERTIFICATE environment variable when provided, meaning the identity no longer needs to be provided when signing on CI using that option. If the imported certificate name does not match a provided signingIdentity configuration, an error is returned.
  • f35bcda28 (#10598 by @​lucasfernog) permission add and add commands now check if the plugin is known and if it is either desktop or mobile only we add the permission to a target-specific capability.

Bug Fixes

What's Changed

Dependencies

  • Upgraded to tauri-cli@2.0.0-rc.4
Commits
  • dcc62e6 fix(macos-sign): add kv feature to the log crate
  • 167a0fe fix(ci): missing id-token write permission for provenance
  • 1142289 fix(tauri-runtime-wry): docs.rs build
  • 85c2d63 fix(ci): set NPM_CONFIG_PROVENANCE to true
  • 07a5f50 fix(ci): run pnpm publish with --no-git-checks
  • 3066771 fix(ci): wrong prepublish scripts for @​tauri-apps/api
  • 3522fbd Apply Version Updates From Current Changes (#10561)
  • dd5b081 fix(ci): install pnpm on integration tests
  • 01f6aa3 build: migrate repo to use pnpm as the package manager (#10607)
  • 9e89193 fix(utils): fix resources map becomes directory (#10293)
  • Additional commits viewable in compare view


Updates @tauri-apps/api from 2.0.0-rc.0 to 2.0.0-rc.1

Release notes

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

@​tauri-apps/api v2.0.0-rc.1

No known vulnerabilities found

[2.0.0-rc.1]

Breaking Changes

  • b6dca99ff (#10630 by @​lucasfernog) Changed WebviewWindow.getAll, WebviewWindow.getByLabel, getAllWebviewWindows, Window.getAll, Window.getByLabel, getAllWindows, Webview.getAll, Webview.getByLabel, getAllWebviews to be async so their return value are synchronized with the state from the Rust side, meaning new and destroyed windows are reflected.
> @tauri-apps/api@2.0.0-rc.1 npm-publish /home/runner/work/tauri/tauri/tooling/api
> pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --tag next --no-git-checks

> @​tauri-apps/api@​2.0.0-rc.1 build /home/runner/work/tauri/tauri/tooling/api > 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.4s  src/index.ts → ../../core/tauri/scripts/bundle.global.js... created ../../core/tauri/scripts/bundle.global.js in 1.7s npm verbose cli /opt/hostedtoolcache/node/18.20.4/x64/bin/node /opt/hostedtoolcache/node/18.20.4/x64/bin/npm npm info using npm@10.7.0 npm info using node@v18.20.4 npm silly config:load:file:/opt/hostedtoolcache/node/18.20.4/x64/lib/node_modules/npm/npmrc npm silly config:load:file:/tmp/b4678a15dc60b97ae870e85b543ad0cc/.npmrc npm silly config:load:file:/home/runner/work/_temp/.npmrc npm silly config:load:file:/opt/hostedtoolcache/node/18.20.4/x64/etc/npmrc npm verbose title npm publish tauri-apps-api-2.0.0-rc.1.tgz npm verbose argv "publish" "--ignore-scripts" "tauri-apps-api-2.0.0-rc.1.tgz" "--access" "public" "--loglevel" "silly" "--tag" "next" "--no-git-checks" npm verbose logfile logs-max:10 dir:/home/runner/.npm/_logs/2024-08-17T03_55_31_107Z- npm verbose logfile /home/runner/.npm/_logs/2024-08-17T03_55_31_107Z-debug-0.log npm verbose publish [ 'tauri-apps-api-2.0.0-rc.1.tgz' ] npm silly logfile done cleaning log files </tr></table>

... (truncated)

Commits
  • 167a0fe fix(ci): missing id-token write permission for provenance
  • 1142289 fix(tauri-runtime-wry): docs.rs build
  • 85c2d63 fix(ci): set NPM_CONFIG_PROVENANCE to true
  • 07a5f50 fix(ci): run pnpm publish with --no-git-checks
  • 3066771 fix(ci): wrong prepublish scripts for @​tauri-apps/api
  • 3522fbd Apply Version Updates From Current Changes (#10561)
  • dd5b081 fix(ci): install pnpm on integration tests
  • 01f6aa3 build: migrate repo to use pnpm as the package manager (#10607)
  • 9e89193 fix(utils): fix resources map becomes directory (#10293)
  • 8deb196 feat(bundler): infer signing identity from certificate to import (#10652)
  • Additional commits viewable in compare view


Updates @tauri-apps/plugin-fs from 2.0.0-rc.0 to 2.0.0-rc.1

Release notes

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

barcode-scanner v2.0.0-rc.1

[2.0.0-rc.1]

  • 2c00c029 (#1630 by @​FabianLars) Fixed an issue that caused multi-word IIFE names to not be formatted correctly. For example the barcode-scanner was defined as window.__TAURI_PLUGIN_CLIPBOARDMANAGER__ instead of window.__TAURI_PLUGIN_CLIPBOARD_MANAGER__.

changes

Updating crates.io index
   Packaging tauri-plugin-barcode-scanner v2.0.0-rc.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/barcode-scanner)
    Packaged 48 files, 163.1KiB (83.6KiB compressed)
   Uploading tauri-plugin-barcode-scanner v2.0.0-rc.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/barcode-scanner)
    Uploaded tauri-plugin-barcode-scanner v2.0.0-rc.1 to registry `crates-io`
note: waiting for `tauri-plugin-barcode-scanner v2.0.0-rc.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-barcode-scanner v2.0.0-rc.1 at registry `crates-io`

biometric v2.0.0-rc.1

[2.0.0-rc.1]

changes

Updating crates.io index
   Packaging tauri-plugin-biometric v2.0.0-rc.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/biometric)
    Packaged 42 files, 92.6KiB (29.6KiB compressed)
   Uploading tauri-plugin-biometric v2.0.0-rc.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/biometric)
    Uploaded tauri-plugin-biometric v2.0.0-rc.1 to registry `crates-io`
note: waiting for `tauri-plugin-biometric v2.0.0-rc.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-biometric v2.0.0-rc.1 at registry `crates-io`

clipboard-manager v2.0.0-rc.1

[2.0.0-rc.1]

... (truncated)

Commits


Updates lucide-react from 0.427.0 to 0.428.0

Release notes

Sourced from lucide-react's releases.

New icons 0.428.0

New icons 🎨

Modified Icons 🔨

Commits


Updates react-resizable-panels from 2.0.23 to 2.1.0

Commits
  • 93a791f 2.0.23 -> 2.1.0
  • 30b63d5 Support disabling global cursor styles (#387)
  • 6d9e971 Add opt-in support for setting the "nonce" attribute on the global cursor sty...
  • b2e4241 Update website "build" and "watch" command syntax to work on Windows (#385)
  • See full diff in compare view


Updates solid-js from 1.8.20 to 1.8.21

Commits


Updates tailwind-merge from 2.5.0 to 2.5.2

Release notes

Sourced from tailwind-merge's releases.

v2.5.2

Sorry for all the bugs today!

Bug Fixes

Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v2.5.1...v2.5.2

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco and @​jamaluddinrumi for sponsoring tailwind-merge! ❤️

v2.5.1

Bug Fixes

Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v2.5.0...v2.5.1

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco and @​jamaluddinrumi for sponsoring tailwind-merge! ❤️

Commits
  • a72f2f4 v2.5.2
  • 0f0f53e add changelog for v2.5.2
  • a9ebe22 Merge pull request #459 from dcastil/bugfix/458/fix-multiline-not-working-any...
  • 37339ce accept multiline input again
  • 15c741f add test case for multiline input
  • c795f4b fix typo in changelog
  • 056b2a3 v2.5.1
  • 41e589b add changelog for v2.5.1
  • 80d01a1 Merge pull request #457 from dcastil/bugfix/456/fix-space-at-beginning-causin...
  • 400b90d fix space at beginning of input causing infinite loop
  • Additional commits viewable in compare view


Updates zustand from 4.5.4 to 4.5.5

Release notes

Sourced from zustand's releases.

v4.5.5

This improves the persist middleware behavior for an edge case.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/zustand/compare/v4.5.4...v4.5.5

Commits


Updates @playwright/test from 1.46.0 to 1.46.1

Release notes

Sourced from @​playwright/test's releases.

v1.46.1

Highlights

microsoft/playwright#32004 - [REGRESSION]: Client Certificates don't work with Microsoft IIS microsoft/playwright#32004 - [REGRESSION]: Websites stall on TLS handshake errors when using Client Certificates microsoft/playwright#32146 - [BUG]: Credential scanners warn about internal socks-proxy TLS certificates microsoft/playwright#32056 - [REGRESSION]: 1.46.0 (TypeScript) - custom fixtures extend no longer chainable microsoft/playwright#32070 - [Bug]: --only-changed flag and project dependencies microsoft/playwright#32188 - [Bug]: --only-changed with shallow clone throws "unknown revision" error

Browser Versions

  • Chromium 128.0.6613.18
  • Mozilla Firefox 128.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 127
  • Microsoft Edge 127
Commits
  • e1c861c cherry-pick(#32021): test: fix failing client-certificate tests
  • 20b0788 chore: mark v1.46.1 (#32194)
  • 57c3240 cherry-pick(#32192): chore: generate self-signed certificates for socks proxy
  • 301f179 cherry-pick(#32189): fix(only-changed): show nice error message about shallow...
  • b2d6a09 cherry-pick(#32164): docs: release video and trace viewer video (#32173)
  • 7cf7aec cherry-pick(#32094): fix(test runner): run project dependencies of `--only-ch...
  • d78ae01 cherry-pick(#32163): fix(client-certificates): stall on tls handshake errors
  • bd13da4 cherry-pick(#32155): fix(client-certificates): when server does tls renegotia...
  • 30684a7 cherry-pick(#32066): fix(types): revert type changes made to support TS 5.5 (...
  • 5e68061 cherry-pick(#32015): docs(release-notes): fix typo in .NET release notes
  • See full diff in compare view


Updates @types/node from 22.2.0 to 22.4.1

Commits


Updates tailwindcss from 3.4.9 to 3.4.10

Release notes

Sourced from tailwindcss's releases.

v3.4.10

Fixed

  • Bump versions of plugins in the Standalone CLI (#14185)
Changelog

Sourced from tailwindcss's changelog.

[3.4.10] - 2024-08-13

Fixed

  • Bump versions of plugins in the Standalone CLI (#14185)
Commits


Updates vite from 5.4.0 to 5.4.1

Changelog

Sourced from vite's changelog.

5.4.1 (2024-08-15)

Commits
  • b44c20c release: v5.4.1
  • 391bb49 fix(worker): handle self reference url worker in dependency for build (#17846)
  • e686d74 fix(build): avoid re-define __vite_import_meta_env__ (#17876)
  • 9018255 chore: fix picocolors import for local dev (#17884)
  • 1bda847 fix: align CorsOptions.origin type with @​types/cors (#17836)
  • e16bf1f refactor: remove handleHotUpdate from watch-package-data plugin (#17865)
  • 6700594 fix: typings for vite:preloadError (#17868)
  • d11711c fix(deps): update all non-major dependencies (#17869)
  • 4e5ce3c fix(lightningcss): search for assets with correct base path (#17856)
  • e961b31 fix: build.modulePreload.resolveDependencies is optimizable (#16083)
  • Additional commits viewable in compare view


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 2 months 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 Aug 19, 2024 2:23pm