Skip to content
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

chore(deps): update npm dependencies (major) #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tauri-apps/api ^1.0.0 -> ^2.0.0 age adoption passing confidence
@tauri-apps/cli ^1.0.0 -> ^2.0.0 age adoption passing confidence
@types/node (source) ^20.0.0 -> ^22.0.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.0.0 -> ^8.0.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.0.0 -> ^8.0.0 age adoption passing confidence
eslint (source) ^8.0.0 -> ^9.0.0 age adoption passing confidence
eslint-plugin-markdown ^3.0.0 -> ^5.0.0 age adoption passing confidence
eslint-plugin-playwright ^1.0.0 -> ^2.0.0 age adoption passing confidence
eslint-plugin-sort-destructure-keys ^1.0.0 -> ^2.0.0 age adoption passing confidence
eslint-plugin-unicorn ^51.0.0 -> ^56.0.0 age adoption passing confidence
jsdom ^24.0.0 -> ^25.0.0 age adoption passing confidence

Release Notes

tauri-apps/tauri (@​tauri-apps/api)

v2.1.0: @​tauri-apps/api v2.1.0

Compare Source

PNPM Audit

No known vulnerabilities found

[2.1.0]

New Features
  • 5c4b83084 (#​11191 by @​amrbashir) Improved support for dpi module types to allow these types to be used without manual conversions with invoke:

    • Added SERIALIZE_TO_IPC_FN const in core module which can be used to implement custom IPC serialization for types passed to invoke.
    • Added Size and Position classes in dpi module.
    • Implementd SERIALIZE_TO_IPC_FN method on PhysicalSize, PhysicalPosition, LogicalSize and LogicalPosition to convert it into a valid IPC-compatible value that can be deserialized correctly on the Rust side into its equivalent struct.
  • 4d545ab3c (#​11486 by @​amrbashir) Added Webview::setBackgroundColor, WebviewWindow::setBackgroundColor APIs to set the window background color dynamically
    and a backgroundColor window option to set the background color on window creation.

  • cbc095ec5 (#​11451 by @​amrbashir) Add app > windows > devtools config option and when creating the webview from JS, to enable or disable devtools for a specific webview.

  • 2a75c64b5 (#​11469 by @​amrbashir) Added windowClassname option, when constructing a Webview or WebviewWindow, to specify the name of the window class on Windows.

Bug Fixes
  • 54cbf59b5 (#​11441 by @​amrbashir) Fix submenu created as a menu item instead of a submenu when created by using an object in the items field in the options object passed to Menu.new or Submenu.new.

PNPM Publish

> @​tauri-apps/api@2.1.0 npm-publish /home/runner/work/tauri/tauri/packages/api
> pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --no-git-checks

> @​tauri-apps/api@2.1.0 build /home/runner/work/tauri/tauri/packages/api
> rollup -c --configPlugin typescript

�[36m
�[1m./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�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.4s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../crates/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../crates/tauri/scripts/bundle.global.js�[22m in �[1m2s�[22m�[39m
npm verbose cli /opt/hostedtoolcache/node/20.18.0/x64/bin/node /opt/hostedtoolcache/node/20.18.0/x64/bin/npm
npm info using npm@10.8.2
npm info using node@v20.18.0
npm silly config load:file:/opt/hostedtoolcache/node/20.18.0/x64/lib/node_modules/npm/npmrc
npm silly config load:file:/tmp/6077d4c823f244e3a0880d2cc14a3a9b/.npmrc
npm silly config load:file:/home/runner/work/_temp/.npmrc
npm silly config load:file:/opt/hostedtoolcache/node/20.18.0/x64/etc/npmrc
npm verbose title npm publish tauri-apps-api-2.1.0.tgz
npm verbose argv "publish" "--ignore-scripts" "tauri-apps-api-2.1.0.tgz" "--access" "public" "--loglevel" "silly" "--no-git-checks"
npm verbose logfile logs-max:10 dir:/home/runner/.npm/_logs/2024-11-09T14_06_11_861Z-
npm verbose logfile /home/runner/.npm/_logs/2024-11-09T14_06_11_861Z-debug-0.log
npm verbose publish [ 'tauri-apps-api-2.1.0.tgz' ]
npm silly logfile done cleaning log files
npm notice
npm notice 📦  @​tauri-apps/api@2.1.0
npm notice Tarball Contents
npm notice 82.7kB CHANGELOG.md
npm notice 10.2kB LICENSE_APACHE-2.0
npm notice 1.1kB LICENSE_MIT
npm notice 3.5kB README.md
npm notice 2.6kB app.cjs
npm notice 2.0kB app.d.ts
npm notice 2.4kB app.js
npm notice 10.1kB core.cjs
npm notice 6.4kB core.d.ts
npm notice 9.7kB core.js
npm notice 10.3kB dpi.cjs
npm notice 8.1kB dpi.d.ts
npm notice 10.1kB dpi.js
npm notice 5.6kB event.cjs
npm notice 4.6kB event.d.ts
npm notice 5.6kB event.js
npm notice 2.2kB external/tslib/tslib.es6.cjs
npm notice 2.2kB external/tslib/tslib.es6.js
npm notice 3.0kB image.cjs
npm notice 2.2kB image.d.ts
npm notice 2.9kB image.js
npm notice 738B index.cjs
npm notice 817B index.d.ts
npm notice 669B index.js
npm notice 1.1kB menu.cjs
npm notice 451B menu.d.ts
npm notice 703B menu.js
npm notice 2.9kB menu/base.cjs
npm notice 471B menu/base.d.ts
npm notice 2.8kB menu/base.js
npm notice 2.2kB menu/checkMenuItem.cjs
npm notice 1.5kB menu/checkMenuItem.d.ts
npm notice 2.2kB menu/checkMenuItem.js
npm notice 7.4kB menu/iconMenuItem.cjs
npm notice 6.2kB menu/iconMenuItem.d.ts
npm notice 7.3kB menu/iconMenuItem.js
npm notice 6.2kB menu/menu.cjs
npm notice 4.3kB menu/menu.d.ts
npm notice 6.1kB menu/menu.js
npm notice 1.7kB menu/menuItem.cjs
npm notice 1.3kB menu/menuItem.d.ts
npm notice 1.6kB menu/menuItem.js
npm notice 1.1kB menu/predefinedMenuItem.cjs
npm notice 2.6kB menu/predefinedMenuItem.d.ts
npm notice 1.1kB menu/predefinedMenuItem.js
npm notice 6.8kB menu/submenu.cjs
npm notice 4.3kB menu/submenu.d.ts
npm notice 6.6kB menu/submenu.js
npm notice 6.3kB mocks.cjs
npm notice 3.8kB mocks.d.ts
npm notice 6.3kB mocks.js
npm notice 1.7kB package.json
npm notice 20.1kB path.cjs
npm notice 15.1kB path.d.ts
npm notice 19.1kB path.js
npm notice 5.9kB tray.cjs
npm notice 7.2kB tray.d.ts
npm notice 5.9kB tray.js
npm notice 19.0kB webview.cjs
npm notice 18.0kB webview.d.ts
npm notice 18.8kB webview.js
npm notice 8.4kB webviewWindow.cjs
npm notice 4.9kB webviewWindow.d.ts
npm notice 8.3kB webviewWindow.js
npm notice 62.0kB window.cjs
npm notice 55.2kB window.d.ts
npm notice 61.2kB window.js
npm notice Tarball Details
npm notice name: @​tauri-apps/api
npm notice version: 2.1.0
npm notice filename: tauri-apps-api-2.1.0.tgz
npm notice package size: 116.8 kB
npm notice unpacked size: 615.8 kB
npm notice shasum: 1ee5922319ca9dac63acbb53ebc371f47eabade2
npm notice integrity: sha512-1w/JygZOiUtdO[...]HCuEByCvWRtfw==
npm notice total files: 67
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=147795403
npm http fetch PUT 200 https://registry.npmjs.org/@​tauri-apps%2fapi 2367ms
+ @​tauri-apps/api@2.1.0
npm verbose cwd /tmp/6077d4c823f244e3a0880d2cc14a3a9b
npm verbose os Linux 6.5.0-1025-azure
npm verbose node v20.18.0
npm verbose npm  v10.8.2
npm verbose exit 0
npm info ok

v2.0.3: tauri-build v2.0.3

Compare Source

Cargo Audit

Updating git repository `https://github.com/tauri-apps/schemars.git`
    Updating crates.io index
     Locking 1051 packages to latest compatible versions
      Adding ahash v0.7.8 (latest: v0.8.11)
      Adding aligned-vec v0.5.0 (latest: v0.6.1)
      Adding app-store-connect v0.5.0 (latest: v0.6.0)
      Adding apple-bundles v0.19.0 (latest: v0.20.0)
      Adding apple-codesign v0.27.0 (latest: v0.28.0)
      Adding apple-flat-package v0.18.0 (latest: v0.19.0)
      Adding apple-xar v0.18.0 (latest: v0.19.0)
      Adding asn1-rs v0.5.2 (latest: v0.6.2)
      Adding asn1-rs-derive v0.4.0 (latest: v0.5.1)
      Adding asn1-rs-impl v0.1.0 (latest: v0.2.0)
      Adding base16ct v0.1.1 (latest: v0.2.0)
      Adding base64 v0.13.1 (latest: v0.22.1)
      Adding base64 v0.21.7 (latest: v0.22.1)
      Adding bit-set v0.5.3 (latest: v0.8.0)
      Adding bit-vec v0.6.3 (latest: v0.8.0)
      Adding bitfield v0.14.0 (latest: v0.17.0)
      Adding bitflags v1.3.2 (latest: v2.6.0)
      Adding bytecheck v0.6.12 (latest: v0.8.0)
      Adding bytecheck_derive v0.6.12 (latest: v0.8.0)
      Adding cairo-rs v0.18.5 (latest: v0.20.5)
      Adding cairo-sys-rs v0.18.2 (latest: v0.20.0)
      Adding cargo_toml v0.17.2 (latest: v0.20.5)
      Adding cfb v0.7.3 (latest: v0.10.0)
      Adding cfg-expr v0.15.8 (latest: v0.17.0)
      Adding convert_case v0.4.0 (latest: v0.6.0)
      Adding core-foundation v0.9.4 (latest: v0.10.0)
      Adding cpio-archive v0.9.0 (latest: v0.10.0)
      Adding crypto-bigint v0.4.9 (latest: v0.5.5)
      Adding cryptographic-message-syntax v0.26.0 (latest: v0.27.0)
      Adding cssparser v0.27.2 (latest: v0.34.0)
      Adding der v0.6.1 (latest: v0.7.9)
      Adding derive_more v0.99.18 (latest: v1.0.0)
      Adding ecdsa v0.14.8 (latest: v0.16.9)
      Adding elliptic-curve v0.12.3 (latest: v0.13.8)
      Adding embed-resource v2.5.1 (latest: v3.0.1)
      Adding encode_unicode v0.3.6 (latest: v1.0.0)
      Adding env_logger v0.8.4 (latest: v0.11.5)
      Adding env_logger v0.10.2 (latest: v0.11.5)
      Adding fancy-regex v0.13.0 (latest: v0.14.0)
      Adding ff v0.12.1 (latest: v0.13.0)
      Adding float-cmp v0.9.0 (latest: v0.10.0)
      Adding fluent-uri v0.1.4 (latest: v0.3.2)
      Adding fontdb v0.21.0 (latest: v0.23.0)
      Adding foreign-types v0.3.2 (latest: v0.5.0)
      Adding foreign-types-shared v0.1.1 (latest: v0.3.1)
      Adding gdk-pixbuf v0.18.5 (latest: v0.20.4)
      Adding gdk-pixbuf-sys v0.18.0 (latest: v0.20.4)
      Adding generic-array v0.14.7 (latest: v1.1.0)
      Adding getrandom v0.1.16 (latest: v0.2.15)
      Adding gio v0.18.4 (latest: v0.20.5)
      Adding gio-sys v0.18.1 (latest: v0.20.5)
      Adding glib v0.18.5 (latest: v0.20.5)
      Adding glib-macros v0.18.5 (latest: v0.20.5)
      Adding glib-sys v0.18.1 (latest: v0.20.5)
      Adding gobject-sys v0.18.0 (latest: v0.20.4)
      Adding goblin v0.8.2 (latest: v0.9.2)
      Adding group v0.12.1 (latest: v0.13.0)
      Adding h2 v0.3.26 (latest: v0.4.6)
      Adding hashbrown v0.12.3 (latest: v0.15.1)
      Adding hashbrown v0.14.5 (latest: v0.15.1)
      Adding heck v0.4.1 (latest: v0.5.0)
      Adding hermit-abi v0.3.9 (latest: v0.4.0)
      Adding html5ever v0.26.0 (latest: v0.29.0)
      Adding http v0.2.12 (latest: v1.1.0)
      Adding http-body v0.4.6 (latest: v1.0.1)
      Adding hyper v0.14.31 (latest: v1.5.0)
      Adding hyper-rustls v0.24.2 (latest: v0.27.3)
      Adding image-webp v0.1.3 (latest: v0.2.0)
      Adding indexmap v1.9.3 (latest: v2.6.0)
      Adding infer v0.13.0 (latest: v0.16.0)
      Adding inotify v0.9.6 (latest: v0.11.0)
      Adding io-lifetimes v1.0.11 (latest: v2.0.3)
      Adding itertools v0.10.5 (latest: v0.13.0)
      Adding itertools v0.12.1 (latest: v0.13.0)
      Adding itoa v0.4.8 (latest: v1.0.11)
      Adding jni-sys v0.3.0 (latest: v0.4.0)
      Adding json-patch v1.4.0 (latest: v3.0.1)
      Adding json-patch v2.0.0 (latest: v3.0.1)
      Adding jsonptr v0.4.7 (latest: v0.6.3)
      Adding jsonschema v0.18.3 (latest: v0.26.1)
      Adding libloading v0.7.4 (latest: v0.8.5)
      Adding linux-raw-sys v0.3.8 (latest: v0.6.5)
      Adding linux-raw-sys v0.4.14 (latest: v0.6.5)
      Adding malloc_buf v0.0.6 (latest: v1.0.0)
      Adding markup5ever v0.11.0 (latest: v0.14.0)
      Adding matchit v0.7.3 (latest: v0.8.5)
      Adding minicbor v0.20.0 (latest: v0.25.1)
      Adding minicbor-derive v0.13.0 (latest: v0.15.3)
      Adding minisign v0.7.3 (latest: v0.7.8)
      Adding mio v0.8.11 (latest: v1.0.2)
      Adding notify v6.1.1 (latest: v7.0.0)
      Adding notify-debouncer-mini v0.4.1 (latest: v0.5.0)
      Adding object v0.32.2 (latest: v0.36.5)
      Adding oid-registry v0.6.1 (latest: v0.7.1)
      Adding ordered-float v2.10.1 (latest: v4.5.0)
      Adding oxc_allocator v0.25.0 (latest: v0.35.0)
      Adding oxc_ast v0.25.0 (latest: v0.35.0)
      Adding oxc_ast_macros v0.25.0 (latest: v0.35.0)
      Adding oxc_diagnostics v0.25.0 (latest: v0.35.0)
      Adding oxc_index v0.25.0 (latest: v0.35.0)
      Adding oxc_parser v0.25.0 (latest: v0.35.0)
      Adding oxc_regular_expression v0.25.0 (latest: v0.35.0)
      Adding oxc_span v0.25.0 (latest: v0.35.0)
      Adding oxc_syntax v0.25.0 (latest: v0.35.0)
      Adding p256 v0.11.1 (latest: v0.13.2)
      Adding pango v0.18.3 (latest: v0.20.4)
      Adding pango-sys v0.18.0 (latest: v0.20.4)
      Adding pgp v0.13.2 (latest: v0.14.0)
      Adding phf v0.8.0 (latest: v0.11.2)
      Adding phf v0.10.1 (latest: v0.11.2)
      Adding phf_codegen v0.8.0 (latest: v0.11.2)
      Adding phf_codegen v0.10.0 (latest: v0.11.2)
      Adding phf_generator v0.8.0 (latest: v0.11.2)
      Adding phf_generator v0.10.0 (latest: v0.11.2)
      Adding phf_macros v0.8.0 (latest: v0.11.2)
      Adding phf_shared v0.8.0 (latest: v0.11.2)
      Adding phf_shared v0.10.0 (latest: v0.11.2)
      Adding pico-args v0.4.2 (latest: v0.5.0)
      Adding pkcs8 v0.9.0 (latest: v0.10.2)
      Adding proc-macro-crate v1.3.1 (latest: v3.2.0)
      Adding proc-macro-crate v2.0.0 (latest: v3.2.0)
      Adding ptr_meta v0.1.4 (latest: v0.3.0)
      Adding ptr_meta_derive v0.1.4 (latest: v0.3.0)
      Adding quick-error v1.2.3 (latest: v2.0.1)
      Adding quick-xml v0.32.0 (latest: v0.37.0)
      Adding radium v0.7.0 (latest: v1.1.0)
      Adding rand v0.7.3 (latest: v0.8.5)
      Adding rand_chacha v0.2.2 (latest: v0.3.1)
      Adding rand_core v0.5.1 (latest: v0.6.4)
      Adding rand_hc v0.2.0 (latest: v0.3.2)
      Adding rand_pcg v0.2.1 (latest: v0.3.1)
      Adding rasn v0.12.5 (latest: v0.20.2)
      Adding rasn-derive v0.12.5 (latest: v0.20.2)
      Adding rend v0.4.2 (latest: v0.5.2)
      Adding reqwest v0.11.27 (latest: v0.12.9)
      Adding resvg v0.43.0 (latest: v0.44.0)
      Adding rfc6979 v0.3.1 (latest: v0.4.0)
      Adding rkyv v0.7.45 (latest: v0.8.8)
      Adding rkyv_derive v0.7.45 (latest: v0.8.8)
      Adding rpm v0.15.1 (latest: v0.16.0)
      Adding rustix v0.37.27 (latest: v0.38.39)
      Adding rustls v0.21.12 (latest: v0.23.16)
      Adding rustls v0.22.4 (latest: v0.23.16)
      Adding rustls-native-certs v0.6.3 (latest: v0.8.0)
      Adding rustls-native-certs v0.7.3 (latest: v0.8.0)
      Adding rustls-pemfile v1.0.4 (latest: v2.2.0)
      Adding rustls-webpki v0.101.7 (latest: v0.102.8)
      Adding rustybuzz v0.18.0 (latest: v0.20.0)
      Adding ruzstd v0.5.0 (latest: v0.7.2)
      Adding sec1 v0.3.0 (latest: v0.7.3)
      Adding security-framework v2.11.1 (latest: v3.0.1)
      Adding selectors v0.22.0 (latest: v0.26.0)
      Adding serde-wasm-bindgen v0.5.0 (latest: v0.6.5)
      Adding serialize-to-javascript v0.1.1 (latest: v0.1.2)
      Adding serialize-to-javascript-impl v0.1.1 (latest: v0.1.2)
      Adding servo_arc v0.1.1 (latest: v0.4.0)
      Adding signature v1.6.4 (latest: v2.2.0)
      Adding siphasher v0.3.11 (latest: v1.0.1)
      Adding snafu v0.7.5 (latest: v0.8.5)
      Adding snafu-derive v0.7.5 (latest: v0.8.5)
      Adding soup3 v0.5.0 (latest: v0.7.0)
      Adding soup3-sys v0.5.0 (latest: v0.7.0)
      Adding spki v0.6.0 (latest: v0.7.3)
      Adding strict-num v0.1.1 (latest: v0.2.0)
      Adding syn v1.0.109 (latest: v2.0.87)
      Adding sync_wrapper v0.1.2 (latest: v1.0.1)
      Adding synstructure v0.12.6 (latest: v0.13.1)
      Adding sysctl v0.4.6 (latest: v0.6.0)
      Adding system-configuration v0.5.1 (latest: v0.6.1)
      Adding system-configuration-sys v0.5.0 (latest: v0.6.0)
      Adding system-deps v6.2.2 (latest: v7.0.3)
      Adding tauri-utils v1.6.0 (latest: v2.0.2)
      Adding terminal_size v0.2.6 (latest: v0.4.0)
      Adding thiserror v1.0.68 (latest: v2.0.1)
      Adding thiserror-impl v1.0.68 (latest: v2.0.1)
      Adding tiny_http v0.11.0 (latest: v0.12.0)
      Adding tokio-rustls v0.24.1 (latest: v0.26.0)
      Adding toml v0.7.8 (latest: v0.8.19)
      Adding toml_edit v0.19.15 (latest: v0.22.22)
      Adding toml_edit v0.20.7 (latest: v0.22.22)
      Adding tower v0.4.13 (latest: v0.5.1)
      Adding ttf-parser v0.24.1 (latest: v0.25.0)
      Adding tungstenite v0.21.0 (latest: v0.24.0)
      Adding twox-hash v1.6.3 (latest: v2.0.1)
      Adding unicode-bidi-mirroring v0.3.0 (latest: v0.4.0)
      Adding unicode-ccc v0.3.0 (latest: v0.4.0)
      Adding unicode-width v0.1.14 (latest: v0.2.0)
      Adding usvg v0.43.0 (latest: v0.44.0)
      Adding wasi v0.9.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2)
      Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2)
      Adding webpki-roots v0.25.4 (latest: v0.26.6)
      Adding which v4.4.2 (latest: v7.0.0)
      Adding which v6.0.3 (latest: v7.0.0)
      Adding windows-core v0.52.0 (latest: v0.58.0)
      Adding windows-registry v0.2.0 (latest: v0.3.0)
      Adding windows-strings v0.1.0 (latest: v0.2.0)
      Adding windows-sys v0.45.0 (latest: v0.59.0)
      Adding windows-sys v0.48.0 (latest: v0.59.0)
      Adding windows-sys v0.52.0 (latest: v0.59.0)
      Adding windows-targets v0.42.2 (latest: v0.52.6)
      Adding windows-targets v0.48.5 (latest: v0.52.6)
      Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6)
      Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6)
      Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6)
      Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6)
      Adding windows_i686_gnu v0.42.2 (latest: v0.52.6)
      Adding windows_i686_gnu v0.48.5 (latest: v0.52.6)
      Adding windows_i686_msvc v0.42.2 (latest: v0.52.6)
      Adding windows_i686_msvc v0.48.5 (latest: v0.52.6)
      Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6)
      Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6)
      Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6)
      Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6)
      Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6)
      Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6)
      Adding winnow v0.5.40 (latest: v0.6.20)
      Adding winreg v0.50.0 (latest: v0.52.0)
      Adding winsafe v0.0.19 (latest: v0.0.22)
      Adding worker v0.3.4 (latest: v0.4.2)
      Adding worker-kv v0.7.0 (latest: v0.8.0)
      Adding worker-macros v0.3.4 (latest: v0.4.2)
      Adding worker-sys v0.3.4 (latest: v0.4.2)
      Adding wyz v0.5.1 (latest: v0.6.1)
      Adding x509-certificate v0.23.1 (latest: v0.24.0)
      Adding zerocopy v0.7.35 (latest: v0.8.9)
      Adding zerocopy-derive v0.7.35 (latest: v0.8.9)
      Adding zip v0.6.6 (latest: v2.2.0)
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 664 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (1051 crate dependencies)

[2.0.3]

Dependencies
  • Upgraded to tauri-utils@2.1.0
  • Upgraded to tauri-codegen@2.0.3

Cargo Publish

Updating crates.io index
   Packaging tauri-build v2.0.3 (/home/runner/work/tauri/tauri/crates/tauri-build)
    Packaged 14 files, 70.7KiB (20.3KiB compressed)
   Verifying tauri-build v2.0.3 (/home/runner/work/tauri/tauri/crates/tauri-build)
    Updating crates.io index
 Downloading crates ...
  Downloaded tauri-winres v0.1.1
  Downloaded toml v0.7.8
  Downloaded cargo_toml v0.17.2
  Downloaded embed-resource v2.5.1
   Compiling proc-macro2 v1.0.89
   Compiling unicode-ident v1.0.13
   Compiling serde v1.0.214
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.162
   Compiling byteorder v1.5.0
   Compiling siphasher v0.3.11
   Compiling stable_deref_trait v1.2.0
   Compiling getrandom v0.1.16
   Compiling smallvec v1.13.2
   Compiling syn v1.0.109
   Compiling autocfg v1.4.0
   Compiling quote v1.0.37
   Compiling syn v2.0.87
   Compiling getrandom v0.2.15
   Compiling rand_core v0.6.4
   Compiling memchr v2.7.4
   Compiling rand_core v0.5.1
   Compiling rand_pcg v0.2.1
   Compiling phf_shared v0.10.0
   Compiling litemap v0.7.3
   Compiling writeable v0.5.5
   Compiling phf_shared v0.8.0
   Compiling equivalent v1.0.1
   Compiling icu_locid_transform_data v1.5.0
   Compiling hashbrown v0.15.1
   Compiling fnv v1.0.7
   Compiling indexmap v2.6.0
   Compiling lock_api v0.4.12
   Compiling parking_lot_core v0.9.10
   Compiling proc-macro-hack v0.5.20+deprecated
   Compiling icu_properties_data v1.5.0
   Compiling utf8_iter v1.0.4
   Compiling utf16_iter v1.0.5
   Compiling semver v1.0.23
   Compiling icu_normalizer_data v1.5.0
   Compiling new_debug_unreachable v1.0.6
   Compiling serde_json v1.0.132
   Compiling scopeguard v1.2.0
   Compiling write16 v1.0.0
   Compiling itoa v1.0.11
   Compiling synstructure v0.13.1
   Compiling precomputed-hash v0.1.1
   Compiling ryu v1.0.18
   Compiling ident_case v1.0.1
   Compiling strsim v0.11.1
   Compiling winnow v0.6.20
   Compiling mac v0.1.1
   Compiling futf v0.1.5
   Compiling darling_core v0.20.10
   Compiling serde_derive v1.0.214
   Compiling zerocopy-derive v0.7.35
   Compiling zerofrom-derive v0.1.4
   Compiling zerocopy v0.7.35
   Compiling ppv-lite86 v0.2.20
   Compiling yoke-derive v0.7.4
   Compiling zerovec-derive v0.10.3
   Compiling zerofrom v0.1.4
   Compiling rand_chacha v0.3.1
   Compiling displaydoc v0.2.5
   Compiling yoke v0.7.4
   Compiling rand v0.8.5
   Compiling zerovec v0.10.4
   Compiling rand_chacha v0.2.2
   Compiling rand v0.7.3
   Compiling icu_provider_macros v1.5.0
   Compiling tinystr v0.7.6
   Compiling phf_generator v0.8.0
   Compiling icu_locid v1.5.0
   Compiling icu_collections v1.5.0
   Compiling phf_generator v0.10.0
   Compiling string_cache_codegen v0.5.2
   Compiling phf_codegen v0.10.0
   Compiling icu_provider v1.5.0
   Compiling markup5ever v0.11.0
   Compiling icu_locid_transform v1.5.0
   Compiling phf_macros v0.8.0
   Compiling phf_codegen v0.8.0
   Compiling cssparser v0.27.2
   Compiling serde_spanned v0.6.8
   Compiling toml_datetime v0.6.8
   Compiling icu_properties v1.5.1
   Compiling toml_edit v0.22.22
   Compiling parking_lot v0.12.3
   Compiling indexmap v1.9.3
   Compiling utf-8 v0.7.6
   Compiling icu_normalizer v1.5.0
   Compiling dtoa v1.0.9
   Compiling idna_adapter v1.2.0
   Compiling typeid v1.0.2
   Compiling log v0.4.22
   Compiling percent-encoding v2.3.1
   Compiling thiserror v1.0.68
   Compiling once_cell v1.20.2
   Compiling form_urlencoded v1.2.1
   Compiling string_cache v0.8.7
   Compiling idna v1.0.3
   Compiling dtoa-short v0.3.5
   Compiling toml v0.8.19
   Compiling tendril v0.4.3
   Compiling phf v0.8.0
   Compiling uuid v1.11.0
   Compiling selectors v0.22.0
   Compiling darling_macro v0.20.10
   Compiling html5ever v0.26.0
   Compiling thiserror-impl v1.0.68
   Compiling cssparser-macros v0.6.1
   Compiling aho-corasick v1.1.3
   Compiling phf v0.10.1
   Compiling phf_shared v0.11.2
   Compiling unic-char-range v0.9.0
   Compiling regex-syntax v0.8.5
   Compiling matches v0.1.10
   Compiling nodrop v0.1.14
   Compiling camino v1.1.9
   Compiling itoa v0.4.8
   Compiling unic-common v0.9.0
   Compiling convert_case v0.4.0
   Compiling hashbrown v0.12.3
   Compiling derive_more v0.99.18
   Compiling regex-automata v0.4.8
   Compiling unic-ucd-version v0.9.0
   Compiling servo_arc v0.1.1
   Compiling unic-char-property v0.9.0
   Compiling phf_generator v0.11.2
   Compiling darling v0.20.10
   Compiling url v2.5.3
   Compiling fxhash v0.2.1
   Compiling serde_derive_internals v0.29.1
   Compiling schemars v0.8.21
   Compiling thiserror v2.0.1
   Compiling shlex v1.3.0
   Compiling bitflags v1.3.2
   Compiling winnow v0.5.40
   Compiling thin-slice v0.1.1
   Compiling schemars_derive v0.8.21
   Compiling cc v1.1.37
   Compiling erased-serde v0.4.5
   Compiling toml_edit v0.19.15
   Compiling regex v1.11.1
   Compiling serde_with_macros v3.11.0
   Compiling phf_macros v0.11.2
   Compiling unic-ucd-ident v0.9.0
   Compiling cfb v0.7.3
   Compiling jsonptr v0.6.3
   Compiling rustc_version v0.4.1
   Compiling cargo-platform v0.1.8
   Compiling thiserror-impl v2.0.1
   Compiling anyhow v1.0.93
   Compiling option-ext v0.2.0
   Compiling bytes v1.8.0
   Compiling dyn-clone v1.0.17
   Compiling same-file v1.0.6
   Compiling walkdir v2.5.0
   Compiling http v1.1.0
   Compiling dirs-sys v0.4.1
   Compiling phf v0.11.2
   Compiling cargo_metadata v0.18.1
   Compiling embed-resource v2.5.1
   Compiling serde_with v3.11.0
   Compiling json-patch v3.0.1
   Compiling infer v0.16.0
   Compiling toml v0.7.8
   Compiling urlpattern v0.3.0
   Compiling kuchikiki v0.8.2
   Compiling serde-untagged v0.1.6
   Compiling ctor v0.2.8
   Compiling dunce v1.0.5
   Compiling glob v0.3.1
   Compiling tauri-winres v0.1.1
   Compiling dirs v5.0.1
   Compiling cargo_toml v0.17.2
   Compiling tauri-utils v2.1.0
   Compiling heck v0.5.0
   Compiling tauri-build v2.0.3 (/home/runner/work/tauri/tauri/target/package/tauri-build-2.0.3)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.96s
   Uploading tauri-build v2.0.3 (/home/runner/work/tauri/tauri/crates/tauri-build)
    Uploaded tauri-build v2.0.3 to registry `crates-io`
note: waiting for `tauri-build v2.0.3` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-build v2.0.3 at registry `crates-io`

v2.0.2: @​tauri-apps/api v2.0.2

Compare Source

PNPM Audit

No known vulnerabilities found
[2.0.2]
What's Changed

PNPM Publish

> @​tauri-apps/api@2.0.2 npm-publish /home/runner/work/tauri/tauri/packages/api
> pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --no-git-checks

> @​tauri-apps/api@2.0.2 build /home/runner/work/tauri/tauri/packages/api
> rollup -c --configPlugin typescript

�[36m
�[1m./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�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.4s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../crates/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../crates/tauri/scripts/bundle.global.js�[22m in �[1m1.7s�[22m�[39m
npm verbose cli /opt/hostedtoolcache/node/20.17.0/x64/bin/node /opt/hostedtoolcache/node/20.17.0/x64/bin/npm
npm info using npm@10.8.2
npm info using node@v20.17.0
npm silly config load:file:/opt/hostedtoolcache/node/20.17.0/x64/lib/node_modules/npm/npmrc
npm silly config load:file:/tmp/e16bc52e573e63f01db8093b5e4986c9/.npmrc
npm silly config load:file:/home/runner/work/_temp/.npmrc
npm silly config load:file:/opt/hostedtoolcache/node/20.17.0/x64/etc/npmrc
npm verbose title npm publish tauri-apps-api-2.0.2.tgz
npm verbose argv "publish" "--ignore-scripts" "tauri-apps-api-2.0.2.tgz" "--access" "public" "--loglevel" "silly" "--no-git-checks"
npm verbose logfile logs-max:10 dir:/home/runner/.npm/_logs/2024-10-07T16_53_25_854Z-
npm verbose logfile /home/runner/.npm/_logs/2024-10-07T16_53_25_854Z-debug-0.log
npm verbose publish [ 'tauri-apps-api-2.0.2.tgz' ]
npm silly logfile done cleaning log files
npm notice
npm notice 📦  @​tauri-apps/api@2.0.2
npm notice Tarball Contents
npm notice 79.6kB CHANGELOG.md
npm notice 10.2kB LICENSE_APACHE-2.0
npm notice 1.1kB LICENSE_MIT
npm notice 3.5kB README.md
npm notice 2.6kB app.cjs
npm notice 2.0kB app.d.ts
npm notice 2.4kB app.js
npm notice 8.8kB core.cjs
npm notice 5.4kB core.d.ts
npm notice 8.5kB core.js
npm notice 3.2kB dpi.cjs
npm notice 2.7kB dpi.d.ts
npm notice 3.1kB dpi.js
npm notice 5.6kB event.cjs
npm notice 4.6kB event.d.ts
npm notice 5.6kB event.js
npm notice 2.2kB external/tslib/tslib.es6.cjs
npm notice 2.2kB external/tslib/tslib.es6.js
npm notice 3.0kB image.cjs
npm notice 2.2kB image.d.ts
npm notice 2.9kB image.js
npm notice 738B index.cjs
npm notice 817B index.d.ts
npm notice 669B index.js
npm notice 1.1kB menu.cjs
npm notice 451B menu.d.ts
npm notice 703B menu.js
npm notice 2.6kB menu/base.cjs
npm notice 471B menu/base.d.ts
npm notice 2.5kB menu/base.js
npm notice 2.2kB menu/checkMenuItem.cjs
npm notice 1.5kB menu/checkMenuItem.d.ts
npm notice 2.2kB menu/checkMenuItem.js
npm notice 7.4kB menu/iconMenuItem.cjs
npm notice 5.9kB menu/iconMenuItem.d.ts
npm notice 7.3kB menu/iconMenuItem.js
npm notice 6.3kB menu/menu.cjs
npm notice 4.2kB menu/menu.d.ts
npm notice 6.1kB menu/menu.js
npm notice 1.7kB menu/menuItem.cjs
npm notice 1.3kB menu/menuItem.d.ts
npm notice 1.6kB menu/menuItem.js
npm notice 1.1kB menu/predefinedMenuItem.cjs
npm notice 2.6kB menu/predefinedMenuItem.d.ts
npm notice 1.1kB menu/predefinedMenuItem.js
npm notice 7.0kB menu/submenu.cjs
npm notice 4.3kB menu/submenu.d.ts
npm notice 6.8kB menu/submenu.js
npm notice 6.6kB mocks.cjs
npm notice 3.9kB mocks.d.ts
npm notice 6.5kB mocks.js
npm notice 1.7kB package.json
npm notice 20.1kB path.cjs
npm notice 15.1kB path.d.ts
npm notice 19.1kB path.js
npm notice 6.0kB tray.cjs
npm notice 7.2kB tray.d.ts
npm notice 5.9kB tray.js
npm notice 19.0kB webview.cjs
npm notice 15.6kB webview.d.ts
npm notice 18.9kB webview.js
npm notice 7.6kB webviewWindow.cjs
npm notice 4.3kB webviewWindow.d.ts
npm notice 7.4kB webviewWindow.js
npm notice 63.3kB window.cjs
npm notice 53.9kB window.d.ts
npm notice 62.5kB window.js
npm notice Tarball Details
npm notice name: @​tauri-apps/api
npm notice version: 2.0.2
npm notice filename: tauri-apps-api-2.0.2.tgz
npm notice package size: 111.2 kB
npm notice unpacked size: 586.6 kB
npm notice shasum: 266767f4a4641014e86a000e7e02e1a344ced45a
npm notice integrity: sha512-3wSwmG+1kr6Wr[...]uuya+98Flj+3w==
npm notice total files: 67
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=137762292
npm http fetch PUT 200 https://registry.npmjs.org/@​tauri-apps%2fapi 2531ms
+ @​tauri-apps/api@2.0.2
npm verbose cwd /tmp/e16bc52e573e63f01db8093b5e4986c9
npm verbose os Linux 6.8.0-1014-azure
npm verbose node v20.17.0
npm verbose npm  v10.8.2
npm verbose exit 0
npm info ok

v2.0.1: tauri-build v2.0.1

Compare Source

Cargo Audit

Updating git repository `https://github.com/tauri-apps/schemars.git`
    Updating crates.io index
     Locking 1015 packages to latest compatible versions
      Adding ahash v0.7.8 (latest: v0.8.11)
      Adding aligned-vec v0.5.0 (latest: v0.6.1)
      Adding asn1-rs v0.5.2 (latest: v0.6.2)
      Adding asn1-rs-derive v0.4.0 (latest: v0.5.1)
      Adding asn1-rs-impl v0.1.0 (latest: v0.2.0)
      Adding base16ct v0.1.1 (latest: v0.2.0)
      Adding base64 v0.13.1 (latest: v0.22.1)
      Adding base64 v0.21.7 (latest: v0.22.1)
      Adding bit-set v0.5.3 (latest: v0.8.0)
      Adding bit-vec v0.6.3 (latest: v0.8.0)
      Adding bitfield v0.14.0 (latest: v0.17.0)
      Adding bitflags v1.3.2 (latest: v2.6.0)
      Adding brotli v6.0.0 (latest: v7.0.0)
      Adding bytecheck v0.6.12 (latest: v0.8.0)
      Adding bytecheck_derive v0.6.12 (latest: v0.8.0)
      Adding cairo-rs v0.18.5 (latest: v0.20.1)
      Adding cairo-sys-rs v0.18.2 (latest: v0.20.0)
      Adding cargo_toml v0.17.2 (latest: v0.20.5)
      Adding cfb v0.7.3 (latest: v0.10.0)
      Adding cfg-expr v0.15.8 (latest: v0.17.0)
      Adding convert_case v0.4.0 (latest: v0.6.0)
      Adding core-foundation v0.9.4 (latest: v0.10.0)
      Adding crypto-bigint v0.4.9 (latest: v0.5.5)
      Adding cssparser v0.27.2 (latest: v0.34.0)
      Adding der v0.6.1 (latest: v0.7.9)
      Adding derive_more v0.99.18 (latest: v1.0.0)
      Adding ecdsa v0.14.8 (latest: v0.16.9)
      Adding elliptic-curve v0.12.3 (latest: v0.13.8)
      Adding encode_unicode v0.3.6 (latest: v1.0.0)
      Adding env_logger v0.8.4 (latest: v0.11.5)
      Adding env_logger v0.10.2 (latest: v0.11.5)
      Adding ff v0.12.1 (latest: v0.13.0)
      Adding float-cmp v0.9.0 (latest: v0.10.0)
      Adding fluent-uri v0.1.4 (latest: v0.3.1)
      Adding fontdb v0.21.0 (latest: v0.22.0)
      Adding foreign-types v0.3.2 (latest: v0.5.0)
      Adding foreign-types-shared v0.1.1 (latest: v0.3.1)
      Adding gdk-pixbuf v0.18.5 (latest: v0.20.4)
      Adding gdk-pixbuf-sys v0.18.0 (latest: v0.20.4)
      Adding generic-array v0.14.7 (latest: v1.1.0)
      Adding getrandom v0.1.16 (latest: v0.2.15)
      Adding gio v0.18.4 (latest: v0.20.4)
      Adding gio-sys v0.18.1 (latest: v0.20.4)
      Adding glib v0.18.5 (latest: v0.20.4)
      Adding glib-macros v0.18.5 (latest: v0.20.4)
      Adding glib-sys v0.18.1 (latest: v0.20.4)
      Adding gobject-sys v0.18.0 (latest: v0.20.4)
      Adding group v0.12.1 (latest: v0.13.0)
      Adding h2 v0.3.26 (latest: v0.4.6)
      Adding hashbrown v0.12.3 (latest: v0.15.0)
      Adding hashbrown v0.14.5 (latest: v0.15.0)
      Adding heck v0.4.1 (latest: v0.5.0)
      Adding hermit-abi v0.3.9 (latest: v0.4.0)
      Adding html5ever v0.26.0 (latest: v0.29.0)
      Adding http v0.2.12 (latest: v1.1.0)
      Adding http-body v0.4.6 (latest: v1.0.1)
      Adding hyper v0.14.30 (latest: v1.4.1)
      Adding hyper-rustls v0.24.2 (latest: v0.27.3)
      Adding idna v0.5.0 (latest: v1.0.2)
      Adding indexmap v1.9.3 (latest: v2.6.0)
      Adding infer v0.13.0 (latest: v0.16.0)
      Adding inotify v0.9.6 (latest: v0.11.0)
      Adding io-lifetimes v1.0.11 (latest: v2.0.3)
      Adding itertools v0.10.5 (latest: v0.13.0)
      Adding itertools v0.12.1 (latest: v0.13.0)
      Adding itoa v0.4.8 (latest: v1.0.11)
      Adding jni-sys v0.3.0 (latest: v0.4.0)
      Adding json-patch v1.4.0 (latest: v2.0.0)
      Adding jsonptr v0.4.7 (latest: v0.6.3)
      Adding jsonschema v0.18.3 (latest: v0.21.0)
      Adding libloading v0.7.4 (latest: v0.8.5)
      Adding linux-raw-sys v0.3.8 (latest: v0.6.5)
      Adding linux-raw-sys v0.4.14 (latest: v0.6.5)
      Adding malloc_buf v0.0.6 (latest: v1.0.0)
      Adding markup5ever v0.11.0 (latest: v0.14.0)
      Adding matchit v0.7.3 (latest: v0.8.4)
      Adding minicbor v0.20.0 (latest: v0.25.1)
      Adding minicbor-derive v0.13.0 (latest: v0.15.3)
      Adding minisign v0.7.3 (latest: v0.7.8)
      Adding miniz_oxide v0.7.4 (latest: v0.8.0)
      Adding mio v0.8.11 (latest: v1.0.2)
      Adding object v0.32.2 (latest: v0.36.4)
      Adding oid-registry v0.6.1 (latest: v0.7.1)
      Adding ordered-float v2.10.1 (latest: v4.3.0)
      Adding oxc_allocator v0.24.3 (latest: v0.30.5)
      Adding oxc_ast v0.24.3 (latest: v0.30.5)
      Adding oxc_ast_macros v0.24.3 (latest: v0.30.5)
      Adding oxc_diagnostics v0.24.3 (latest: v0.30.5)
      Adding oxc_index v0.24.3 (latest: v0.30.5)
      Adding oxc_parser v0.24.3 (latest: v0.30.5)
      Adding oxc_span v0.24.3 (latest: v0.30.5)
      Adding oxc_syntax v0.24.3 (latest: v0.30.5)
      Adding p256 v0.11.1 (latest: v0.13.2)
      Adding pango v0.18.3 (latest: v0.20.4)
      Adding pango-sys v0.18.0 (latest: v0.20.4)
      Adding pgp v0.13.2 (latest: v0.14.0)
      Adding phf v0.8.0 (latest: v0.11.2)
      Adding phf v0.10.1 (latest: v0.11.2)
      Adding phf_codegen v0.8.0 (latest: v0.11.2)
      Adding phf_codegen v0.10.0 (latest: v0.11.2)
      Adding phf_generator v0.8.0 (latest: v0.11.2)
      Adding phf_generator v0.10.0 (latest: v0.11.2)
      Adding phf_macros v0.8.0 (latest: v0.11.2)
      Adding phf_shared v0.8.0 (latest: v0.11.2)
      Adding phf_shared v0.10.0 (latest: v0.11.2)
      Adding pico-args v0.4.2 (latest: v0.5.0)
      Adding pkcs8 v0.9.0 (latest: v0.10.2)
      Adding proc-macro-crate v1.3.1 (latest: v3.2.0)
      Adding proc-macro-crate v2.0.0 (latest: v3.2.0)
      Adding ptr_meta v0.1.4 (latest: v0.3.0)
      Adding ptr_meta_derive v0.1.4 (latest: v0.3.0)
      Adding quick-error v1.2.3 (latest: v2.0.1)
      Adding quick-xml v0.32.0 (latest: v0.36.2)
      Adding radium v0.7.0 (latest: v1.1.0)
      Adding rand v0.7.3 (latest: v0.8.5)
      Adding rand_chacha v0.2.2 (latest: v0.3.1)
      Adding rand_core v0.5.1 (latest: v0.6.4)
      Adding rand_hc v0.2.0 (latest: v0.3.2)
      Adding rand_pcg v0.2.1 (latest: v0.3.1)
      Adding rasn v0.12.5 (latest: v0.20.0)
      Adding rasn-derive v0.12.5 (latest: v0.20.0)
      Adding rend v0.4.2 (latest: v0.5.1)
      Adding reqwest v0.11.27 (latest: v0.12.8)
      Adding resvg v0.43.0 (latest: v0.44.0)
      Adding rfc6979 v0.3.1 (latest: v0.4.0)
      Adding rkyv v0.7.45 (latest: v0.8.8)
      Adding rkyv_derive v0.7.45 (latest: v0.8.8)
      Adding rustix v0.37.27 (latest: v0.38.37)
      Adding rustls v0.21.12 (latest: v0.23.13)
      Adding rustls v0.22.4 (latest: v0.23.13)
      Adding rustls-native-certs v0.6.3 (latest: v0.8.0)
      Adding rustls-native-certs v0.7.3 (latest: v0.8.0)
      Adding rustls-pemfile v1.0.4 (latest: v2.2.0)
      Adding rustls-webpki v0.101.7 (latest: v0.102.8)
      Adding rustybuzz v0.18.0 (latest: v0.19.0)
      Adding ruzstd v0.5.0 (latest: v0.7.2)
      Adding sec1 v0.3.0 (latest: v0.7.3)
      Adding security-framework v2.11.1 (latest: v3.0.0)
      Adding selectors v0.22.0 (latest: v0.25.0)
      Adding serde-wasm-bindgen v0.5.0 (latest: v0.6.5)
      Adding serialize-to-javascript v0.1.1 (latest: v0.1.2)
      Adding serialize-to-javascript-impl v0.1.1 (latest: v0.1.2)
      Adding servo_arc v0.1.1 (latest: v0.3.0)
      Adding signature v1.6.4 (latest: v2.2.0)
      Adding siphasher v0.3.11 (latest: v1.0.1)
      Adding snafu v0.7.5 (latest: v0.8.5)
      Adding snafu-derive v0.7.5 (latest: v0.8.5)
      Adding soup3 v0.5.0 (latest: v0.7.0)
      Adding soup3-sys v0.5.0 (latest: v0.7.0)
      Adding spki v0.6.0 (latest: v0.7.3)
      Adding strict-num v0.1.1 (latest: v0.2.0)
      Adding syn v1.0.109 (latest: v2.0.79)
      Adding sync_wrapper v0.1.2 (latest: v1.0.1)
      Adding synstructure v0.12.6 (latest: v0.13.1)
      Adding sysctl v0.4.6 (latest: v0.6.0)
      Adding system-configuration v0.5.1 (latest: v0.6.1)
      Adding system-configuration-sys v0.5.0 (latest: v0.6.0)
      Adding system-deps v6.2.2 (latest: v7.0.3)
      Adding tauri-utils v1.6.0 (latest: v2.0.0)
      Adding terminal_size v0.2.6 (latest: v0.4.0)
      Adding tiny_http v0.11.0 (latest: v0.12.0)
      Adding tokio-rustls v0.24.1 (latest: v0.26.0)
      Adding toml v0.7.8 (latest: v0.8.19)
      Adding toml_edit v0.19.15 (latest: v0.22.22)
      Adding toml_edit v0.20.7 (latest: v0.22.22)
      Adding tower v0.4.13 (latest: v0.5.1)
      Adding tungstenite v0.21.0 (latest: v0.24.0)
      Adding unicode-bidi-mirroring v0.3.0 (latest: v0.4.0)
      Adding unicode-ccc v0.3.0 (latest: v0.4.0)
      Adding unicode-width v0.1.14 (latest: v0.2.0)
      Adding usvg v0.43.0 (latest: v0.44.0)
      Adding wasi v0.9.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1)
      Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1)
      Adding webpki-roots v0.25.4 (latest: v0.26.6)
      Adding which v4.4.2 (latest: v6.0.3)
      Adding windows-core v0.52.0 (latest: v0.58.0)
      Adding windows-registry v0.2.0 (latest: v0.3.0)
      Adding windows-strings v0.1.0 (latest: v0.2.0)
      Adding windows-sys v0.45.0 (latest: v0.59.0)
      Adding windows-sys v0.48.0 (latest: v0.59.0)
      Adding windows-sys v0.52.0 (latest: v0.59.0)
      Adding windows-targets v0.42.2 (latest: v0.52.6)
      Adding windows-targets v0.48.5 (latest: v0.52.6)
      Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6)
      Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6)
      Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6)
      Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6)
      Adding windows_i686_gnu v0.42.2 (latest: v0.52.6)
      Adding windows_i686_gnu v0.48.5 (latest: v0.52.6)
      Adding windows_i686_msvc v0.42.2 (latest: v0.52.6)
      Adding windows_i686_msvc v0.48.5 (latest: v0.52.6)
      Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6)
      Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6)
      Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6)
      Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6)
      Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6)
      Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6)
      Adding winnow v0.5.40 (latest: v0.6.20)
      Adding winreg v0.50.0 (latest: v0.52.0)
      Adding winsafe v0.0.19 (latest: v0.0.22)
      Adding worker v0.3.4 (latest: v0.4.1)
      Adding worker-kv v0.7.0 (latest: v0.8.0)
      Adding worker-macros v0.3.4 (latest: v0.4.1)
      Adding worker-sys v0.3.4 (latest: v0.4.1)
      Adding wry v0.44.1 (latest: v0.45.0)
      Adding wyz v0.5.1 (latest: v0.6.1)
      Adding zip v0.6.6 (latest: v2.2.0)
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 662 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (1015 crate dependencies)

[2.0.1]

What's Changed
Dependencies
  • Upgraded to tauri-utils@2.0.1
  • Upgraded to tauri-codegen@2.0.1

Cargo Publish

Updating crates.io index
   Packaging tauri-build v2.0.1 (/home/runner/work/tauri/tauri/crates/tauri-build)
    Packaged 14 files, 70.7KiB (20.2KiB compressed)
   Verifying tauri-build v2.0.1 (/home/runner/work/tauri/tauri/crates/tauri-build)
    Updating crates.io index
 Downloading crates ...
  Downloaded cargo_toml v0.17.2
  Downloaded embed-resource v2.5.0
  Downloaded tauri-winres v0.1.1
   Compiling proc-macro2 v1.0.86
   Compiling unicode-ident v1.0.13
   Compiling serde v1.0.210
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.159
   Compiling siphasher v0.3.11
   Compiling byteorder v1.5.0
   Compiling getrandom v0.1.16
   Compiling syn v1.0.109
   Compiling autocfg v1.4.0
   Compiling memchr v2.7.4
   Compiling quote v1.0.37
   Compiling getrandom v0.2.15
   Compiling syn v2.0.79
   Compiling rand_core v0.6.4
   Compiling rand_core v0.5.1
   Compiling rand_pcg v0.2.1
   Compiling phf_shared v0.10.0
   Compiling phf_shared v0.8.0
   Compiling smallvec v1.13.2
   Compiling equivalent v1.0.1
   Compiling hashbrown v0.15.0
   Compiling indexmap v2.6.0
   Compiling lock_api v0.4.12
   Compiling proc-macro-hack v0.5.20+deprecated
   Compiling parking_lot_core v0.9.10
   Compiling fnv v1.0.7
   Compiling serde_json v1.0.128
   Compiling semver v1.0.23
   Compiling tinyvec_macros v0.1.1
   Compiling new_debug_unreachable v1.0.6
   Compiling scopeguard v1.2.0
   Compiling tinyvec v1.8.0
   Compiling ident_case v1.0.1
   Compiling itoa v1.0.11
   Compiling winnow v0.6.20
   Compiling precomputed-hash v0.1.1
   Compiling mac v0.1.1
   Compiling ryu v1.0.18
   Compiling strsim v0.11.1
   Compiling darling_core v0.20.10
   Compiling futf v0.1.5
   Compiling serde_derive v1.0.210
   Compiling zerocopy-derive v0.7.35
   Compiling cssparser v0.27.2
   Compiling zerocopy v0.7.35
   Compiling ppv-lite86 v0.2.20
   Compiling unicode-normalization v0.1.24
   Compiling rand_chacha v0.3.1
   Compiling rand v0.8.5
   Compiling rand_chacha v0.2.2
   Compiling parking_lot v0.12.3
   Compiling rand v0.7.3
   Compiling indexmap v1.9.3
   Compiling phf_generator v0.10.0
   Compiling utf-8 v0.7.6
   Compiling string_cache_codegen v0.5.2
   Compiling phf_codegen v0.10.0
   Compiling thiserror v1.0.64
   Compiling phf_generator v0.8.0
   Compiling markup5ever v0.11.0
   Compiling phf_codegen v0.8.0
   Compiling phf_macros v0.8.0
   Compiling percent-encoding

Configuration

📅 Schedule: Branch creation - "every weekend before 5:00am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 6 times, most recently from 216e9e5 to da4961c Compare March 12, 2024 16:25
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch from da4961c to d18cd79 Compare March 21, 2024 21:59
@renovate renovate bot changed the title chore(deps): update eslint-plugin-markdown from 3.0.1 to v4 chore(deps): update npm dependencies (major) Apr 3, 2024
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 2 times, most recently from cced942 to 23f62f8 Compare April 5, 2024 22:41
Copy link
Contributor Author

renovate bot commented Apr 5, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @typescript-eslint/eslint-plugin@7.6.0
npm error Found: eslint@9.1.1
npm error node_modules/eslint
npm error   dev eslint@"^9.0.0" from the root project
npm error   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.0
npm error   node_modules/@eslint-community/eslint-utils
npm error     @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@7.6.0
npm error     node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils
npm error       @typescript-eslint/utils@"7.6.0" from @typescript-eslint/eslint-plugin@7.6.0
npm error       node_modules/@typescript-eslint/eslint-plugin
npm error         dev @typescript-eslint/eslint-plugin@"^7.0.0" from the root project
npm error     @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@7.6.0
npm error     node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils
npm error       @typescript-eslint/utils@"7.6.0" from @typescript-eslint/type-utils@7.6.0
npm error       node_modules/@typescript-eslint/type-utils
npm error         @typescript-eslint/type-utils@"7.6.0" from @typescript-eslint/eslint-plugin@7.6.0
npm error         node_modules/@typescript-eslint/eslint-plugin
npm error     3 more (@typescript-eslint/utils, eslint, eslint-plugin-unicorn)
npm error   6 more (eslint-config-prettier, eslint-plugin-playwright, ...)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.6.0
npm error node_modules/@typescript-eslint/eslint-plugin
npm error   dev @typescript-eslint/eslint-plugin@"^7.0.0" from the root project
npm error
npm error Conflicting peer dependency: eslint@8.57.0
npm error node_modules/eslint
npm error   peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.6.0
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     dev @typescript-eslint/eslint-plugin@"^7.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-02T22_27_34_650Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-02T22_27_34_650Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 5 times, most recently from 9faaa12 to 701839f Compare April 10, 2024 15:57
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch from 701839f to 6b0608a Compare April 24, 2024 07:09
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch from 6b0608a to cba0fd8 Compare May 2, 2024 22:27
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch from cba0fd8 to f8206c0 Compare May 10, 2024 06:17
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 3 times, most recently from 756870f to bff57a3 Compare May 23, 2024 18:13
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 6 times, most recently from 8da0d01 to d44322e Compare June 16, 2024 17:17
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 3 times, most recently from d0ec4d6 to 46f3ed1 Compare October 7, 2024 18:46
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 6 times, most recently from bb9deb9 to 3a6dc17 Compare October 17, 2024 19:28
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 7 times, most recently from aa0e55d to 944cf66 Compare October 23, 2024 04:43
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 9 times, most recently from 7901caf to 98a9b50 Compare November 4, 2024 18:45
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch 3 times, most recently from 634c987 to 8b98f27 Compare November 9, 2024 15:15
@renovate renovate bot force-pushed the renovate/major-npm-dependencies branch from 8b98f27 to 1f8d3f4 Compare November 11, 2024 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants