-
-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): update all dependencies (patch only) #246
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
Open
stackable-bot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-dependencies-(patch-only)
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9929121 to
3130939
Compare
3130939 to
3a54442
Compare
3a54442 to
d0a06b0
Compare
d0a06b0 to
1693516
Compare
1693516 to
c2a5394
Compare
73bdfb3 to
61a6448
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
61a6448 to
dede83e
Compare
dede83e to
b92d7ea
Compare
b92d7ea to
7a484b5
Compare
7a484b5 to
fcf8458
Compare
| datasource | package | from | to | | ----------- | ---------------------------------- | -------- | -------- | | github-tags | EmbarkStudios/cargo-deny-action | v2.0.12 | v2.0.13 | | github-tags | Swatinem/rust-cache | v2.8.0 | v2.8.1 | | github-tags | anchore/sbom-action | v0.20.1 | v0.20.9 | | crate | cc | 1.2.41 | 1.2.46 | | crate | clap | 4.5.49 | 4.5.51 | | crate | clap_complete | 4.5.59 | 4.5.60 | | crate | clap_complete_nushell | 4.5.9 | 4.5.10 | | crate | clap_mangen | 0.2.30 | 0.2.31 | | npm | eslint | 8.57.0 | 8.57.1 | | npm | eslint-config-prettier | 8.10.0 | 8.10.2 | | go | github.com/mittwald/go-helm-client | v0.12.10 | v0.12.18 | | crate | indicatif | 0.18.0 | 0.18.3 | | npm | openapi-typescript | 6.7.5 | 6.7.6 | | crate | tera | 1.20.0 | 1.20.1 | | npm | yarn | 1.22.19 | 1.22.22 |
fcf8458 to
ae4e8c3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.0.12->v2.0.13v2.8.0->v2.8.1v0.20.1->v0.20.91.2.41->1.2.464.5.49->4.5.514.5.59->4.5.604.5.9->4.5.100.2.30->0.2.31^8.40.0->^8.57.0^8.8.0->^8.10.0v0.12.10->v0.12.180.18.0->0.18.3^6.5.0->^6.7.51.20.0->1.20.11.22.19->1.22.22Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
EmbarkStudios/cargo-deny-action (EmbarkStudios/cargo-deny-action)
v2.0.13: Release 2.0.13 - cargo-deny 0.18.4Compare Source
Added
--metadata-pathargument to use a cargo metadata JSON file instead of calling cargo metadata, resolving #777.sources.unused-allow-sourceto allow configuration of the lint level when a source is allowed but not used by any crate in the graph, closing #781.Changed
/is no longer corrected toOR, and if the license expression is found in the package's manifest, that span is used in diagnostic messages instead of the synthesized manifest.Fixed
spdxto a new version that forces all GNU licenses to be exactly equal when comparing license expressions to licensee expressions, which is incredibly pedantic, but means the license comparison is entirely in the hands of the user so that I no longer have to deal with GNU licenses.Swatinem/rust-cache (Swatinem/rust-cache)
v2.8.1Compare Source
What's Changed
CARGO_ENCODED_RUSTFLAGSin workspace metadata retrieval by @ark0f in #249New Contributors
Full Changelog: Swatinem/rust-cache@v2...v2.8.1
anchore/sbom-action (anchore/sbom-action)
v0.20.9Compare Source
Changes in v0.20.9
v0.20.8Compare Source
Changes in v0.20.8
v0.20.7Compare Source
Changes in v0.20.7
v0.20.6Compare Source
Changes in v0.20.6
v0.20.5Compare Source
Changes in v0.20.5
v0.20.4Compare Source
Changes in v0.20.4
v0.20.3Compare Source
Changes in v0.20.3
v0.20.2Compare Source
Changes in v0.20.2
rust-lang/cc-rs (cc)
v1.2.46Compare Source
Other
v1.2.45Compare Source
Other
v1.2.44Compare Source
Other
llvm-mingw's cross-compilation wrappers (#1495)v1.2.43Compare Source
Other
llvm-mingw's cross-compilation wrappers (#1495)v1.2.42Compare Source
Other
-flto=thin(#1594)clap-rs/clap (clap)
v4.5.51Compare Source
Fixes
ArgAction::Countv4.5.50Compare Source
Features
CowwhereStringand&strare acceptedeslint/eslint (eslint)
v8.57.1Compare Source
Bug Fixes
a19072ffix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)04c7188fix: Don't lint same file multiple times (#18899) (Francesco Trotta)87ec3c4fix: do not throw when defining a global named__defineSetter__(#18898) (Francesco Trotta)60a1267fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)a0dea8efix: allownamein global ignores, fix--no-ignorefor non-global (#18875) (Milos Djermanovic)3836bb4fix: do not crash on error infs.walkfilter (#18886) (Milos Djermanovic)2dec349fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)Documentation
6a5add4docs: v8.x Add EOL banner (#18744) (Amaresh S M)b034575docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)760ef7ddocs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)428b7eadocs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)c68c07fdocs: version selectors synchronization (#18265) (Milos Djermanovic)Build Related
35d366abuild: Support updates to previous major versions (#18870) (Milos Djermanovic)Chores
140ec45chore: upgrade @eslint/js@8.57.1 (#18913) (Milos Djermanovic)bcdfc04chore: package.json update for @eslint/js release (Jenkins)3f6ce8dchore: pin vite-plugin-commonjs@0.10.1 (#18910) (Milos Djermanovic)9f07549chore: ignore/docs/v8.xin link checker (#18660) (Milos Djermanovic)prettier/eslint-config-prettier (eslint-config-prettier)
v8.10.2Compare Source
mittwald/go-helm-client (github.com/mittwald/go-helm-client)
v0.12.18Compare Source
What's Changed
New Contributors
Full Changelog: mittwald/go-helm-client@v0.12.17...v0.12.18
v0.12.17Compare Source
What's Changed
Full Changelog: mittwald/go-helm-client@v0.12.16...v0.12.17
v0.12.16Compare Source
What's Changed
Full Changelog: mittwald/go-helm-client@v0.12.15...v0.12.16
v0.12.15Compare Source
What's Changed
New Contributors
Full Changelog: mittwald/go-helm-client@v0.12.14...v0.12.15
v0.12.14Compare Source
What's Changed
Full Changelog: mittwald/go-helm-client@v0.12.13...v0.12.14
v0.12.13Compare Source
What's Changed
Full Changelog: mittwald/go-helm-client@v0.12.12...v0.12.13
v0.12.12Compare Source
What's Changed
Full Changelog: mittwald/go-helm-client@v0.12.11...v0.12.12
v0.12.11Compare Source
What's Changed
New Contributors
Full Changelog: mittwald/go-helm-client@v0.12.10...v0.12.11
console-rs/indicatif (indicatif)
v0.18.3Compare Source
What's Changed
v0.18.2Compare Source
What's Changed
v0.18.1Compare Source
What's Changed
openapi-ts/openapi-typescript (openapi-typescript)
v6.7.6Compare Source
Patch Changes
37885c2aec15d406720c5457da5bcaf7a142ab75Thanks @nzapponi! - Fix SecurityRequirementsObject to allow partial security schemesKeats/tera (tera)
v1.20.1Compare Source
yarnpkg/yarn (yarn)
v1.22.22Compare Source
Fixes a punycode warning.
Fixes a hoisting issue when transitive dependencies themselves listed aliases as dependencies.
v1.22.21Compare Source
Fixes an issue in the v1.22.20 when calling Yarn from a project subfolder, outside of a Corepack context.
Added a
SKIP_YARN_COREPACK_CHECKenvironment variable to skip the Corepack check.v1.22.20Compare Source
Important: Punycode is now embed within the bundle, as it has been deprecated by Node.js and will be removed in a future version.
A message will be displayed when Yarn 1.22 notices that the local project has a package.json file referencing a non-1.x Yarn release via the
packageManagerfield. The message will explain that the project is intended to be used with Corepack.The
yarn-error.logfiles won't be generated anymore, as we don't process non-critical 1.x bug reports (we however process all bugs reported on https://github.com/yarnpkg/berry; we just released the 4.0.2 release there).The
yarn set version x.y.zcommand will now install the exactx.y.zversion (prior to this change it used to first install the latest version, and only in a second step would it downgrade tox.y.z; this was causing issues when we bump the minimal Node.js version we support, as runningyarn set version 3.6.4wouldn't work on Node 16).Prevents crashes when reading from an empty
.yarnrc.ymlfile.Configuration
📅 Schedule: Branch creation - "" in timezone Europe/Berlin, 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 Renovate Bot.