nwesterhausen / overseers-manual-df

App to provide a searchable overview of the installed raws in a Dwarf Fortress installation
MIT License
4 stars 2 forks source link

chore(deps): update all non-major dependencies #202

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF Age Adoption Passing Confidence
@biomejs/biome (source) devDependencies minor 1.7.3 -> 1.8.2 OpenSSF Scorecard age adoption passing confidence
@kobalte/core (source) devDependencies patch 0.13.1 -> 0.13.3 OpenSSF Scorecard age adoption passing confidence
@tauri-apps/api dependencies patch 2.0.0-beta.11 -> 2.0.0-beta.13 OpenSSF Scorecard age adoption passing confidence
@tauri-apps/cli devDependencies patch 2.0.0-beta.17 -> 2.0.0-beta.20 OpenSSF Scorecard age adoption passing confidence
@​tauri-apps/plugin-dialog dependencies patch 2.0.0-beta.3 -> 2.0.0-beta.5 age adoption passing confidence
@​tauri-apps/plugin-fs dependencies patch 2.0.0-beta.3 -> 2.0.0-beta.5 age adoption passing confidence
@​tauri-apps/plugin-log dependencies patch 2.0.0-beta.4 -> 2.0.0-beta.6 age adoption passing confidence
@​tauri-apps/plugin-process dependencies patch 2.0.0-beta.3 -> 2.0.0-beta.5 age adoption passing confidence
@​tauri-apps/plugin-store dependencies patch 2.0.0-beta.3 -> 2.0.0-beta.5 age adoption passing confidence
@​tauri-apps/plugin-updater dependencies patch 2.0.0-beta.3 -> 2.0.0-beta.5 age adoption passing confidence
@types/node (source) devDependencies minor 20.12.12 -> 20.14.8 OpenSSF Scorecard age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor 7.9.0 -> 7.14.1 OpenSSF Scorecard age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor 7.9.0 -> 7.14.1 OpenSSF Scorecard age adoption passing confidence
actions/checkout action patch v4.1.5 -> v4.1.7 OpenSSF Scorecard age adoption passing confidence
actions/dependency-review-action action patch v4.3.2 -> v4.3.3 OpenSSF Scorecard age adoption passing confidence
daisyui (source) devDependencies minor 4.11.1 -> 4.12.8 OpenSSF Scorecard age adoption passing confidence
eslint (source) devDependencies minor 9.2.0 -> 9.5.0 OpenSSF Scorecard age adoption passing confidence
eslint-plugin-tsdoc (source) devDependencies minor 0.2.17 -> 0.3.0 OpenSSF Scorecard age adoption passing confidence
github/codeql-action action patch v3.25.5 -> v3.25.10 OpenSSF Scorecard age adoption passing confidence
itertools dependencies minor 0.12.1 -> 0.13.0 OpenSSF Scorecard age adoption passing confidence
mozilla-actions/sccache-action action patch v0.0.4 -> v0.0.5 OpenSSF Scorecard age adoption passing confidence
postcss-nesting (source) devDependencies patch 12.1.4 -> 12.1.5 OpenSSF Scorecard age adoption passing confidence
serde_json dependencies patch 1.0.117 -> 1.0.118 OpenSSF Scorecard age adoption passing confidence
step-security/harden-runner action minor v2.7.1 -> v2.8.1 OpenSSF Scorecard age adoption passing confidence
tailwindcss (source) devDependencies patch 3.4.3 -> 3.4.4 OpenSSF Scorecard age adoption passing confidence
tauri (source) dependencies patch 2.0.0-beta.20 -> 2.0.0-beta.22 OpenSSF Scorecard age adoption passing confidence
tauri-build (source) build-dependencies patch 2.0.0-beta.16 -> 2.0.0-beta.17 OpenSSF Scorecard age adoption passing confidence
typescript (source) devDependencies minor 5.4.5 -> 5.5.2 OpenSSF Scorecard age adoption passing confidence
vite (source) devDependencies minor 5.2.11 -> 5.3.1 OpenSSF Scorecard age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

biomejs/biome (@​biomejs/biome) ### [`v1.8.2`](https://togithub.com/biomejs/biome/blob/HEAD/CHANGELOG.md#v182-2024-06-20) [Compare Source](https://togithub.com/biomejs/biome/compare/39db99b1cd087d6aa46ecfecba6adbfa0d45a303...54b4c9a39078836843ef363bb6986fad74834480) ##### CLI ##### Bug fixes - Fix [#​3201](https://togithub.com/biomejs/biome/issues/3201) by correctly injecting the source code of the file when printing the diagnostics. Contributed by [@​ematipico](https://togithub.com/ematipico) - Fix [#​3179](https://togithub.com/biomejs/biome/issues/3179) where comma separators are not correctly removed after running `biome migrate` and thus choke the parser. Contributed by [@​Sec-ant](https://togithub.com/Sec-ant) - Fix [#​3232](https://togithub.com/biomejs/biome/issues/3232) by correctly using the colors set by the user. Contributed by [@​ematipico](https://togithub.com/ematipico) ##### Enhancement - Reword the reporter message `No fixes needed` to `No fixes applied`. The former message is misleading when there're still errors or warnings in the files that should be taken care of manually. For example: ```block Checked 2 files in

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 becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 4 months ago

⚠️ 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:

The artifact failure details are included below:

File name: src-tauri/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src-tauri/Cargo.toml --package itertools@0.12.1 --precise 0.13.0
    Updating crates.io index
error: failed to select a version for the requirement `itertools = "^0.12"`
candidate versions found which didn't match: 0.13.0
location searched: crates.io index
required by package `dfraw_json_parser v0.17.5`
    ... which satisfies dependency `dfraw_json_parser = "^0.17"` (locked to 0.17.5) of package `overseers-manual-tauriapp v0.1.1 (/tmp/renovate/repos/github/nwesterhausen/overseers-manual-df/src-tauri)`
perhaps a crate was updated and forgotten to be re-vendored?