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

Update tauri monorepo #38

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

Update tauri monorepo #38

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@tauri-apps/api 1.2.0 -> 1.6.0 age adoption passing confidence dependencies minor
@tauri-apps/cli 1.2.2 -> 1.6.3 age adoption passing confidence devDependencies minor
tauri (source) 1.2.3 -> 1.8.1 age adoption passing confidence dependencies minor
tauri-build (source) 1.2.1 -> 1.5.5 age adoption passing confidence build-dependencies minor

Release Notes

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

v1.6.0: @​tauri-apps/cli v1.6.0

Compare Source

[1.6.0]

New Features
  • 253595a22 (#​9809) Add RPM packaging
  • a301be52d (#​9914) Use cargo's target directory to store and cache bundling tools when bundle > useLocalToolsDir option is active.
Bug Fixes
  • 08f57efef (#​10136) Fix parsing of cargo profile when using --profile=<profile> syntax.
  • 674accad7 (#​10015) Add missing dependency libayatana-appindicator3.so.1 for rpm package.
Dependencies
  • Upgraded to tauri-cli@1.6.0

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/cli v1.5.5

Compare Source

[1.5.5]

Enhancements
Bug Fixes
Dependencies
  • Upgraded to tauri-cli@1.5.5

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

Compare Source

[1.5.4]

Dependencies
  • Upgraded to tauri-cli@1.5.4

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/cli v1.5.2

Compare Source

[1.5.2]

Dependencies
  • Upgraded to tauri-cli@1.5.2

v1.5.1: @​tauri-apps/cli v1.5.1

Compare Source

[1.5.1]

Bug Fixes
  • d6eb46cf(#​7934) On macOS, fix the apple-id option name when using notarytools submit.
Dependencies
  • Upgraded to tauri-cli@1.5.1

v1.5.0: @​tauri-apps/cli v1.5.0

Compare Source

[1.5.0]

New Features
Enhancements
  • 13279917(#​7713) Add version of Rust Tauri CLI installed with Cargo to tauri info command.
Bug Fixes
  • dad4f54e(#​7277) Removed the automatic version check of the CLI that ran after tauri commands which caused various issues.
Dependencies
  • Upgraded to tauri-cli@1.5.0

v1.4.0: @​tauri-apps/cli v1.4.0

[1.4.0]

New Features
  • 0ddbb3a1(#​7015) Provide prebuilt CLIs for Windows ARM64 targets.
  • 35cd751a(#​5176) Added the desktop_template option on tauri.conf.json > tauri > bundle > deb.
  • 6c5ade08(#​4537) Added tauri completions to generate shell completions scripts.
  • e092f799(#​6887) Add nsis > template option to specify custom NSIS installer template.
Enhancements
Bug Fixes

v1.3.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 changed the title Update Rust crate tauri to 1.2.4 Update tauri monorepo Mar 15, 2023
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 1921cb1 to 20d0d5c Compare March 15, 2023 16:37
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 20d0d5c to f555ecf Compare May 28, 2023 10:16
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from f555ecf to b7bbe6d Compare June 4, 2023 11:04
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 3 times, most recently from 786a773 to 5a3e651 Compare June 14, 2023 21:54
@renovate renovate bot changed the title Update tauri monorepo Update tauri monorepo to v1.4.0 Jun 14, 2023
@renovate renovate bot changed the title Update tauri monorepo to v1.4.0 Update tauri monorepo Jun 17, 2023
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 3 times, most recently from dbeb186 to 29ef6b9 Compare June 19, 2023 07:29
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from c3ad827 to e9e99c1 Compare June 29, 2023 23:28
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 6aa2ef0 to 83ef8bf Compare July 9, 2023 11:51
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from ce22e3b to a4482b5 Compare July 19, 2023 08:50
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 79af7ae to 4917af4 Compare August 1, 2023 17:28
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 4917af4 to 58b92af Compare August 9, 2023 12:22
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 57d1c94 to 593f181 Compare August 27, 2023 08:26
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 7273364 to 616d910 Compare September 26, 2023 11:29
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 3 times, most recently from a4408bc to cbd1ceb Compare September 28, 2023 22:40
@renovate renovate bot changed the title Update tauri monorepo Update tauri monorepo to v1.5.0 Sep 30, 2023
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 3 times, most recently from 2d8824a to f38cfb4 Compare February 25, 2024 11:43
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 0ca87f6 to cab606c Compare March 12, 2024 12:56
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 0ad90cd to 0a24982 Compare March 24, 2024 13:27
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from fb6fe54 to a269c35 Compare April 21, 2024 09:10
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 3 times, most recently from 19b9443 to efc00fa Compare April 25, 2024 11:55
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 087a71c to 9fa7b62 Compare May 6, 2024 22:43
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 4 times, most recently from 2b78940 to 9243af3 Compare May 15, 2024 19:00
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 9243af3 to 46a1ae6 Compare May 23, 2024 04:34
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 46a1ae6 to 10a7b86 Compare June 4, 2024 22:32
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from 11d47a2 to 65d2e15 Compare July 2, 2024 12:36
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch 2 times, most recently from dafcfcc to 5f090fc Compare September 16, 2024 10:13
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.

0 participants