Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2023

This PR contains the following updates:

Package Type Update Change
tauri-build (source) build-dependencies patch 1.5.01.5.6

Release Notes

tauri-apps/tauri (tauri-build)

v1.5.6: @​tauri-apps/api v1.5.6

Compare Source

Yarn Audit

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

[1.5.6]

Bug Fixes
  • 3b69c1384(#​9792) Revert #​9706 which broke compatability between tauri crate and the JS @tauri-apps/api npm package in a patch release where it should've been in a minor release.

Yarn Publish

yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript
�[36m
�[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.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../../core/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../core/tauri/scripts/bundle.global.js�[22m in �[1m1.7s�[22m�[39m
[1/4] Bumping version...
info Current version: 1.5.6
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 8.11s.

v1.5.5: @​tauri-apps/api v1.5.5

Compare Source

Yarn Audit

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

[1.5.5]

Enhancements
  • 7f885bd5e(#​9706) Enhance the speed of The JS Command.execute API from shell module.
Bug Fixes
  • 7f885bd5e(#​9706) Fix The JS Command.execute API from shell module including extra new lines.

Yarn Publish

yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript
�[36m
�[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.3s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../core/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../core/tauri/scripts/bundle.global.js�[22m in �[1m1.6s�[22m�[39m
[1/4] Bumping version...
info Current version: 1.5.5
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 8.46s.

v1.5.4: @​tauri-apps/api v1.5.4

Compare Source

Yarn Audit

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

[1.5.4]

Bug Fixes
  • e3b6d38d2(#​9166) Fix basename(path, 'ext') JS API when removing all occurances of ext where it should only remove the last one.
  • 705da977a(#​9529) Do not use JS optional chaining to prevent script errors on older webviews such as macOS 10.14.

Yarn Publish

yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript
�[36m
�[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.6s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../core/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../core/tauri/scripts/bundle.global.js�[22m in �[1m1.8s�[22m�[39m
[1/4] Bumping version...
info Current version: 1.5.4
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 9.52s.

v1.5.3: @​tauri-apps/api v1.5.3

Compare Source

Yarn Audit

yarn audit v1.22.21
info No lockfile found.
0 vulnerabilities found - Packages audited: 148
Done in 2.29s.

[1.5.3]

Bug Fixes
  • 1c582a94(#​8392) Fix a regression where typescript could not find types when using "moduleResolution": "node"

Yarn Publish

yarn run v1.22.21
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript
�[36m
�[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.6s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../core/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../core/tauri/scripts/bundle.global.js�[22m in �[1m1.8s�[22m�[39m
[1/4] Bumping version...
info Current version: 1.5.3
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 12.73s.

v1.5.2: @​tauri-apps/api v1.5.2

Compare Source

Yarn Audit

yarn audit v1.22.21
info No lockfile found.
0 vulnerabilities found - Packages audited: 148
Done in 2.28s.

[1.5.2]

Bug Fixes
  • 50462702(#​8267) Add top-level main, module and types fields in package.json to be compliant with typescripts's "moduleResolution": "node"
  • 14544e4b(#​8219) Avoid crashing in clearMocks

Yarn Publish

yarn run v1.22.21
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly --tag next
$ rollup -c --configPlugin typescript
�[36m
�[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.6s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../core/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../core/tauri/scripts/bundle.global.js�[22m in �[1m1.8s�[22m�[39m
[1/4] Bumping version...
info Current version: 1.5.2
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 8.45s.

v1.5.1: tauri-build v1.5.1

Compare Source

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 582 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (558 crate dependencies)
Crate:     atty
Version:   0.2.14
Warning:   unsound
Title:     Potential unaligned read
Date:      2021-07-04
ID:        RUSTSEC-2021-0145
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0145
Dependency tree:
atty 0.2.14
└── clap 3.2.25
    └── tauri 1.5.4
        ├── tauri 1.5.4
        ├── restart 0.1.0
        └── app-updater 0.1.0

warning: 1 allowed warning found

[1.5.1]

Dependencies
  • Upgraded to tauri-utils@1.5.2
  • Upgraded to tauri-codegen@1.4.2

Cargo Publish

Updating crates.io index
   Packaging tauri-build v1.5.1 (/home/runner/work/tauri/tauri/core/tauri-build)
   Verifying tauri-build v1.5.1 (/home/runner/work/tauri/tauri/core/tauri-build)
    Updating crates.io index
 Downloading crates ...
  Downloaded embed-resource v2.4.0
  Downloaded cargo_toml v0.15.3
  Downloaded tauri-winres v0.1.1
   Compiling proc-macro2 v1.0.70
   Compiling unicode-ident v1.0.12
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.151
   Compiling siphasher v0.3.11
   Compiling ppv-lite86 v0.2.17
   Compiling serde v1.0.193
   Compiling getrandom v0.1.16
   Compiling syn v1.0.109
   Compiling quote v1.0.33
   Compiling syn v2.0.41
   Compiling getrandom v0.2.11
   Compiling rand_core v0.6.4
   Compiling rand_core v0.5.1
   Compiling rand_chacha v0.3.1
   Compiling rand v0.8.5
   Compiling autocfg v1.1.0
   Compiling rand_chacha v0.2.2
   Compiling rand_pcg v0.2.1
   Compiling phf_shared v0.10.0
   Compiling rand v0.7.3
   Compiling phf_shared v0.8.0
   Compiling smallvec v1.11.2
   Compiling phf_generator v0.10.0
   Compiling lock_api v0.4.11
   Compiling hashbrown v0.14.3
   Compiling phf_generator v0.8.0
   Compiling equivalent v1.0.1
   Compiling fnv v1.0.7
   Compiling proc-macro-hack v0.5.20+deprecated
   Compiling parking_lot_core v0.9.9
   Compiling indexmap v2.1.0
   Compiling new_debug_unreachable v1.0.4
   Compiling scopeguard v1.2.0
   Compiling winnow v0.5.30
   Compiling string_cache_codegen v0.5.2
   Compiling phf_codegen v0.10.0
   Compiling precomputed-hash v0.1.1
   Compiling strsim v0.10.0
   Compiling ident_case v1.0.1
   Compiling semver v1.0.20
   Compiling serde_derive v1.0.193
   Compiling mac v0.1.1
   Compiling byteorder v1.5.0
   Compiling futf v0.1.5
   Compiling darling_core v0.20.3
   Compiling markup5ever v0.11.0
   Compiling cssparser v0.27.2
   Compiling phf_macros v0.8.0
   Compiling parking_lot v0.12.1
   Compiling phf_codegen v0.8.0
   Compiling log v0.4.20
   Compiling dtoa v1.0.9
   Compiling utf-8 v0.7.6
   Compiling once_cell v1.19.0
   Compiling tinyvec_macros v0.1.1
   Compiling serde_json v1.0.108
   Compiling tinyvec v1.6.0
   Compiling tendril v0.4.3
   Compiling darling_macro v0.20.3
   Compiling dtoa-short v0.3.4
   Compiling selectors v0.22.0
   Compiling phf v0.8.0
   Compiling html5ever v0.26.0
   Compiling cssparser-macros v0.6.1
   Compiling phf v0.10.1
   Compiling indexmap v1.9.3
   Compiling phf_shared v0.11.2
   Compiling matches v0.1.10
   Compiling ryu v1.0.16
   Compiling thiserror v1.0.51
   Compiling stable_deref_trait v1.2.0
   Compiling convert_case v0.4.0
   Compiling nodrop v0.1.14
   Compiling itoa v0.4.8
   Compiling itoa v1.0.10
   Compiling derive_more v0.99.17
   Compiling servo_arc v0.1.1
   Compiling phf_generator v0.11.2
   Compiling darling v0.20.3
   Compiling unicode-normalization v0.1.22
   Compiling toml_datetime v0.6.5
   Compiling serde_spanned v0.6.5
   Compiling string_cache v0.8.7
   Compiling toml_edit v0.21.0
   Compiling toml_edit v0.19.15
   Compiling fxhash v0.2.1
   Compiling thiserror-impl v1.0.51
   Compiling percent-encoding v2.3.1
   Compiling thin-slice v0.1.1
   Compiling unicode-bidi v0.3.14
   Compiling bitflags v1.3.2
   Compiling uuid v1.6.1
   Compiling hashbrown v0.12.3
   Compiling cfb v0.7.3
   Compiling idna v0.5.0
   Compiling form_urlencoded v1.2.1
   Compiling treediff v4.0.2
   Compiling toml v0.7.8
   Compiling toml v0.8.8
   Compiling serde_with_macros v3.4.0
   Compiling phf_macros v0.11.2
   Compiling rustc_version v0.4.0
   Compiling cc v1.0.83
   Compiling same-file v1.0.6
   Compiling anyhow v1.0.75
   Compiling phf v0.11.2
   Compiling embed-resource v2.4.0
   Compiling walkdir v2.4.0
   Compiling serde_with v3.4.0
   Compiling kuchikiki v0.8.2
   Compiling url v2.5.0
   Compiling json-patch v1.2.0
   Compiling infer v0.13.0
   Compiling ctor v0.2.6
   Compiling dirs-sys-next v0.1.2
   Compiling memchr v2.6.4
   Compiling heck v0.4.1
   Compiling glob v0.3.1
   Compiling dunce v1.0.4
   Compiling dirs-next v2.0.0
   Compiling tauri-utils v1.5.2
   Compiling tauri-winres v0.1.1
   Compiling cargo_toml v0.15.3
   Compiling tauri-build v1.5.1 (/home/runner/work/tauri/tauri/target/package/tauri-build-1.5.1)
    Finished dev [unoptimized + debuginfo] target(s) in 30.23s
    Packaged 12 files, 50.5KiB (16.0KiB compressed)
   Uploading tauri-build v1.5.1 (/home/runner/work/tauri/tauri/core/tauri-build)
    Uploaded tauri-build v1.5.1 to registry `crates-io`
note: Waiting for `tauri-build v1.5.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-build v1.5.1 at registry `crates-io`

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" in timezone Asia/Calcutta, 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@sonarqubecloud
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from e7149c2 to 87f9f6b Compare June 2, 2024 20:47
@renovate renovate bot changed the title chore(deps): update rust crate tauri-build to 1.5.1 chore(deps): update rust crate tauri-build to v1.5.2 Jun 2, 2024
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 87f9f6b to 8f36405 Compare July 2, 2024 04:44
@renovate renovate bot changed the title chore(deps): update rust crate tauri-build to v1.5.2 chore(deps): update rust crate tauri-build to v1.5.3 Jul 2, 2024
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 2, 2024

@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 8f36405 to 35bea9e Compare August 23, 2024 19:45
@renovate renovate bot changed the title chore(deps): update rust crate tauri-build to v1.5.3 chore(deps): update rust crate tauri-build to v1.5.4 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 35bea9e to b2190f0 Compare September 15, 2024 20:19
@renovate renovate bot changed the title chore(deps): update rust crate tauri-build to v1.5.4 chore(deps): update rust crate tauri-build to v1.5.5 Sep 15, 2024
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from b2190f0 to 6e252de Compare January 10, 2025 21:41
@renovate renovate bot changed the title chore(deps): update rust crate tauri-build to v1.5.5 chore(deps): update rust crate tauri-build to v1.5.6 Jan 10, 2025
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 6e252de to 02ed970 Compare August 10, 2025 12:27
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant