Martichou / rquickshare

Rust implementation of NearbyShare/QuickShare from Android for Linux and macOS.
GNU General Public License v3.0
1.24k stars 23 forks source link

deps(main-npm): bump the dependencies group in /app/main with 8 updates #172

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the dependencies group in /app/main with 8 updates:

Package From To
@tauri-apps/api 2.0.0-rc.0 2.0.0-rc.1
pinia 2.2.1 2.2.2
vue 3.4.37 3.4.38
@stylistic/eslint-plugin 2.6.2 2.6.4
@tauri-apps/cli 2.0.0-rc.3 2.0.0-rc.4
@types/node 20.14.15 20.16.1
tailwindcss 3.4.9 3.4.10
vite 5.4.0 5.4.1

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 pinia from 2.2.1 to 2.2.2

Release notes

Sourced from pinia's releases.

pinia@2.2.2

Please refer to CHANGELOG.md for details.

Commits


Updates vue from 3.4.37 to 3.4.38

Release notes

Sourced from vue's releases.

v3.4.38

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.4.38 (2024-08-15)

Bug Fixes

  • build: revert entities to 4.5 to avoid runtime resolution errors (f349af7), closes #11603
  • compiler-core: use ast-based check for function expressions when possible (236cac3), closes #11615
  • compiler-sfc: handle keyof operator with index object (#11581) (74d26db)
  • types: add fallback stub for DOM types when DOM lib is absent (#11598) (4db0085)
Commits
  • 56e658e release: v3.4.38
  • 0bdb2a3 workflow: move private packages to separate directory
  • 74d26db fix(compiler-sfc): handle keyof operator with index object (#11581)
  • 236cac3 fix(compiler-core): use ast-based check for function expressions when possible
  • b27d900 chore: update changelog regarding inject behavior change
  • f349af7 fix(build): revert entities to 4.5 to avoid runtime resolution errors
  • 4db0085 fix(types): add fallback stub for DOM types when DOM lib is absent (#11598)
  • See full diff in compare view


Updates @stylistic/eslint-plugin from 2.6.2 to 2.6.4

Release notes

Sourced from @​stylistic/eslint-plugin's releases.

v2.6.4

2.6.4 (2024-08-15)

Bug Fixes

  • configs: should not ignore templateLiteral for indent (3154799)

Chores

v2.6.3

2.6.3 (2024-08-15)

Bug Fixes

  • add explicit "type": "commonjs" (9d37124)
  • arrow-parens: wrong parens removal with optional parameter (#499) (71896ce)
  • lines-between-class-members: properly infer exceptAfterOverload from enforce (#239) (3dfa159)
  • ts/padding-line-between-statements: removing blank line between functions in interface (#71) (#468) (91eb636)

Chores

Changelog

Sourced from @​stylistic/eslint-plugin's changelog.

2.6.4 (2024-08-15)

Bug Fixes

  • configs: should not ignore templateLiteral for indent (3154799)

Chores

2.6.3 (2024-08-15)

Bug Fixes

  • add explicit "type": "commonjs" (9d37124)
  • arrow-parens: wrong parens removal with optional parameter (#499) (71896ce)
  • lines-between-class-members: properly infer exceptAfterOverload from enforce (#239) (3dfa159)
  • ts/padding-line-between-statements: removing blank line between functions in interface (#71) (#468) (91eb636)

Chores

Commits


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 @types/node from 20.14.15 to 20.16.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


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | @types/node | [>= 22.a, < 23] |

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