chore(deps/cli): upgrade yarn.lock (v1) #13421
Annotations
16 errors and 36 warnings
called `Iterator::last` on a `DoubleEndedIterator`; this will needlessly iterate the entire iterator:
core/tauri-utils/src/mime_type.rs#L56
error: called `Iterator::last` on a `DoubleEndedIterator`; this will needlessly iterate the entire iterator
--> core/tauri-utils/src/mime_type.rs:56:33
|
56 | let suffix = uri.split('.').last();
| ^^^^^^ help: try: `next_back()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_ended_iterator_last
= note: `-D clippy::double-ended-iterator-last` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::double_ended_iterator_last)]`
|
called `Iterator::last` on a `DoubleEndedIterator`; this will needlessly iterate the entire iterator:
core/tauri-utils/src/mime_type.rs#L56
error: called `Iterator::last` on a `DoubleEndedIterator`; this will needlessly iterate the entire iterator
--> core/tauri-utils/src/mime_type.rs:56:33
|
56 | let suffix = uri.split('.').last();
| ^^^^^^ help: try: `next_back()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_ended_iterator_last
= note: `-D clippy::double-ended-iterator-last` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::double_ended_iterator_last)]`
|
doc list item overindented:
core/tauri-utils/src/config/parse.rs#L237
error: doc list item overindented
--> core/tauri-utils/src/config/parse.rs:237:5
|
237 | /// b. Return error if all above steps failed
| ^^^^ help: try using ` ` (3 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
|
doc list item overindented:
core/tauri-utils/src/config/parse.rs#L236
error: doc list item overindented
--> core/tauri-utils/src/config/parse.rs:236:5
|
236 | /// a. Parse it with `toml`
| ^^^^ help: try using ` ` (3 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
|
doc list item overindented:
core/tauri-utils/src/config/parse.rs#L234
error: doc list item overindented
--> core/tauri-utils/src/config/parse.rs:234:5
|
234 | /// b. Return error if all above steps failed
| ^^^^ help: try using ` ` (3 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
|
doc list item overindented:
core/tauri-utils/src/config/parse.rs#L233
error: doc list item overindented
--> core/tauri-utils/src/config/parse.rs:233:5
|
233 | /// a. Parse it with `json5`
| ^^^^ help: try using ` ` (3 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
|
doc list item overindented:
core/tauri-utils/src/config/parse.rs#L231
error: doc list item overindented
--> core/tauri-utils/src/config/parse.rs:231:5
|
231 | /// c. Return original `serde_json` error if all above steps failed
| ^^^^ help: try using ` ` (3 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
|
doc list item overindented:
core/tauri-utils/src/config/parse.rs#L230
error: doc list item overindented
--> core/tauri-utils/src/config/parse.rs:230:5
|
230 | /// b. Parse it with `json5` if `serde_json` fails
| ^^^^ help: try using ` ` (3 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
|
doc list item overindented:
core/tauri-utils/src/config/parse.rs#L229
error: doc list item overindented
--> core/tauri-utils/src/config/parse.rs:229:5
|
229 | /// a. Parse it with `serde_json`
| ^^^^ help: try using ` ` (3 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
= note: `-D clippy::doc-overindented-list-items` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::doc_overindented_list_items)]`
|
doc list item overindented:
core/tauri-utils/src/config/parse.rs#L237
error: doc list item overindented
--> core/tauri-utils/src/config/parse.rs:237:5
|
237 | /// b. Return error if all above steps failed
| ^^^^ help: try using ` ` (3 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
|
doc list item overindented:
core/tauri-utils/src/config/parse.rs#L236
error: doc list item overindented
--> core/tauri-utils/src/config/parse.rs:236:5
|
236 | /// a. Parse it with `toml`
| ^^^^ help: try using ` ` (3 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
|
doc list item overindented:
core/tauri-utils/src/config/parse.rs#L234
error: doc list item overindented
--> core/tauri-utils/src/config/parse.rs:234:5
|
234 | /// b. Return error if all above steps failed
| ^^^^ help: try using ` ` (3 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
|
doc list item overindented:
core/tauri-utils/src/config/parse.rs#L233
error: doc list item overindented
--> core/tauri-utils/src/config/parse.rs:233:5
|
233 | /// a. Parse it with `json5`
| ^^^^ help: try using ` ` (3 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
|
doc list item overindented:
core/tauri-utils/src/config/parse.rs#L231
error: doc list item overindented
--> core/tauri-utils/src/config/parse.rs:231:5
|
231 | /// c. Return original `serde_json` error if all above steps failed
| ^^^^ help: try using ` ` (3 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
|
doc list item overindented:
core/tauri-utils/src/config/parse.rs#L230
error: doc list item overindented
--> core/tauri-utils/src/config/parse.rs:230:5
|
230 | /// b. Parse it with `json5` if `serde_json` fails
| ^^^^ help: try using ` ` (3 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
|
doc list item overindented:
core/tauri-utils/src/config/parse.rs#L229
error: doc list item overindented
--> core/tauri-utils/src/config/parse.rs:229:5
|
229 | /// a. Parse it with `serde_json`
| ^^^^ help: try using ` ` (3 spaces)
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
= note: `-D clippy::doc-overindented-list-items` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::doc_overindented_list_items)]`
|
test (x86_64-apple-darwin, macos-13, 1.60.0, --features tracing, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-apple-darwin, macos-13, 1.60.0, --features tracing, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-apple-darwin, macos-13, 1.60.0, --features tracing, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-apple-darwin, macos-13, 1.60.0, --features tracing, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-unknown-linux-gnu, ubuntu-22.04, 1.60.0, --no-default-features, no-default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-unknown-linux-gnu, ubuntu-22.04, 1.60.0, --no-default-features, no-default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-unknown-linux-gnu, ubuntu-22.04, 1.60.0, --no-default-features, no-default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-unknown-linux-gnu, ubuntu-22.04, 1.60.0, --no-default-features, no-default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-pc-windows-msvc, windows-latest, 1.61.0, --features tracing, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-pc-windows-msvc, windows-latest, 1.61.0, --features tracing, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-pc-windows-msvc, windows-latest, 1.61.0, --features tracing, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-pc-windows-msvc, windows-latest, 1.61.0, --features tracing, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-pc-windows-msvc, windows-latest, 1.61.0, --no-default-features, no-default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-pc-windows-msvc, windows-latest, 1.61.0, --no-default-features, no-default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-pc-windows-msvc, windows-latest, 1.61.0, --no-default-features, no-default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-pc-windows-msvc, windows-latest, 1.61.0, --no-default-features, no-default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-pc-windows-msvc, windows-latest, 1.61.0, --features api-all, api-all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-pc-windows-msvc, windows-latest, 1.61.0, --features api-all, api-all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-pc-windows-msvc, windows-latest, 1.61.0, --features api-all, api-all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-pc-windows-msvc, windows-latest, 1.61.0, --features api-all, api-all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-apple-darwin, macos-13, 1.60.0, --no-default-features, no-default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-apple-darwin, macos-13, 1.60.0, --no-default-features, no-default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-apple-darwin, macos-13, 1.60.0, --no-default-features, no-default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-apple-darwin, macos-13, 1.60.0, --no-default-features, no-default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-unknown-linux-gnu, ubuntu-22.04, 1.60.0, --features api-all, api-all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-unknown-linux-gnu, ubuntu-22.04, 1.60.0, --features api-all, api-all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-unknown-linux-gnu, ubuntu-22.04, 1.60.0, --features api-all, api-all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-unknown-linux-gnu, ubuntu-22.04, 1.60.0, --features api-all, api-all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-unknown-linux-gnu, ubuntu-22.04, 1.60.0, --features tracing, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-unknown-linux-gnu, ubuntu-22.04, 1.60.0, --features tracing, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-unknown-linux-gnu, ubuntu-22.04, 1.60.0, --features tracing, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-unknown-linux-gnu, ubuntu-22.04, 1.60.0, --features tracing, all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-apple-darwin, macos-13, 1.60.0, --features api-all, api-all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-apple-darwin, macos-13, 1.60.0, --features api-all, api-all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-apple-darwin, macos-13, 1.60.0, --features api-all, api-all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test (x86_64-apple-darwin, macos-13, 1.60.0, --features api-all, api-all)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|