chore(deps): bump the cargo-version-updates group across 1 directory with 8 updates - #10
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
…with 8 updates Bumps the cargo-version-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.102` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.19.1` | `3.20.2` | | [mago-formatter](https://github.com/carthage-software/mago) | `1.0.0` | `1.13.3` | | [stylua](https://github.com/johnnymorganz/stylua) | `2.3.1` | `2.4.0` | | [rumdl](https://github.com/rvben/rumdl) | ``fbfba54`` | ``9ff781f`` | Updates `anyhow` from 1.0.100 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.102) Updates `serde_json` from 1.0.145 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.149) Updates `bumpalo` from 3.19.1 to 3.20.2 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@v3.19.1...v3.20.2) Updates `mago-formatter` from 1.0.0 to 1.13.3 - [Release notes](https://github.com/carthage-software/mago/releases) - [Commits](carthage-software/mago@a470d00...565646d) Updates `mago-database` from `a470d00` to `565646d` - [Release notes](https://github.com/carthage-software/mago/releases) - [Commits](carthage-software/mago@a470d00...565646d) Updates `mago-php-version` from `a470d00` to `565646d` - [Release notes](https://github.com/carthage-software/mago/releases) - [Commits](carthage-software/mago@a470d00...565646d) Updates `stylua` from 2.3.1 to 2.4.0 - [Release notes](https://github.com/johnnymorganz/stylua/releases) - [Changelog](https://github.com/JohnnyMorganz/StyLua/blob/main/CHANGELOG.md) - [Commits](JohnnyMorganz/StyLua@v2.3.1...v2.4.0) Updates `rumdl` from `fbfba54` to `9ff781f` - [Release notes](https://github.com/rvben/rumdl/releases) - [Commits](rvben/rumdl@fbfba54...9ff781f) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-version-updates - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-version-updates - dependency-name: bumpalo dependency-version: 3.20.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-version-updates - dependency-name: mago-formatter dependency-version: 565646d4b0af5301b923dd0f2735a5a8868f1e90 dependency-type: direct:production dependency-group: cargo-version-updates - dependency-name: mago-database dependency-version: 565646d4b0af5301b923dd0f2735a5a8868f1e90 dependency-type: direct:production dependency-group: cargo-version-updates - dependency-name: mago-php-version dependency-version: 565646d4b0af5301b923dd0f2735a5a8868f1e90 dependency-type: direct:production dependency-group: cargo-version-updates - dependency-name: stylua dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-version-updates - dependency-name: rumdl dependency-version: 9ff781f90a8349ec9c8dfa6366cd59fbdc23570d dependency-type: direct:production dependency-group: cargo-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
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
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.
Bumps the cargo-version-updates group with 6 updates in the / directory:
1.0.1001.0.1021.0.1451.0.1493.19.13.20.21.0.01.13.32.3.12.4.0fbfba549ff781fUpdates
anyhowfrom 1.0.100 to 1.0.102Release notes
Sourced from anyhow's releases.
Commits
5c657b3Release 1.0.102e737fb6Merge pull request #442 from dtolnay/backtrace7fe62b5Further simply backtrace conditional compilationc8cb5caMerge pull request #441 from dtolnay/backtracede27df7Delete CI use of --features=backtrace9b67e5dMerge pull request #440 from dtolnay/backtraceefdb11aSimplifystd_backtraceconditional codeb8a9a70Merge pull request #439 from dtolnay/backtracea42fc2cRemovefeature = "backtrace"conditional code2a2a3ceRe-word backtrace feature commentUpdates
serde_jsonfrom 1.0.145 to 1.0.149Release notes
Sourced from serde_json's releases.
Commits
4f6dbfaRelease 1.0.149f3df680Touch up PR 1306e16730fMerge pull request #1306 from b41sh/fix-float-number-displayeeb2bcdAlignarbitrary_precisionnumber strings with zmij’s formatting8b291c4Release 1.0.1481aefe15Update to zmij 1.062d6e8dRelease 1.0.147fd829a6Merge pull request #1304 from dtolnay/zmije757a3dSwitch from ryu -> zmij for float formatting75ad7e6Release 1.0.146Updates
bumpalofrom 3.19.1 to 3.20.2Changelog
Sourced from bumpalo's changelog.
Commits
1aad072Bump to version 3.20.2 (#312)2fb1d6aAdd more tests for send and sync behavior, support unsized types (#311)7c8d1f3Bump to 3.20.1 (#310)e06b36bRestore Send and Sync for Box (#309)cb7f033Bump to 3.20.0 (#307)d97d31cMake box covariant (#304)f9256f7Pin quickcheck (#306)a006efbFix String::retain panic safety yielding invalid UTF-8 (#302)96ba386Add pop_if() to Vec (#301)Updates
mago-formatterfrom 1.0.0 to 1.13.3Release notes
Sourced from mago-formatter's releases.
... (truncated)
Commits
565646drelease: 1.13.3 (#1276)b674bf1fix(formatter): don't hug concatenation chains as they can be long (#1275)0211cf7chore(internal): apply fixes from nightly clippy (#1274)bb49bd7fix(analyzer): skip unreachable code diagnostics and dead-code filtering for ...e3700e8fix(codex): preserve child narrowed return type during@inheritDocinheritanc...bda47e6fix(codex): include literal floats in type combination simplicity check (#1270)38c6fd8fix(analyzer): resolve static type in method parameters using method context ...580cf92fix(analyzer): allow empty array inference for bare generic parameter templat...6732449fix(analyzer): fix potentially undefined array element in union types (#1267)28964f0fix(formatter): prevent preserve breaks from affecting parent groups (#1260)Updates
mago-databasefroma470d00to565646dCommits
565646drelease: 1.13.3 (#1276)b674bf1fix(formatter): don't hug concatenation chains as they can be long (#1275)0211cf7chore(internal): apply fixes from nightly clippy (#1274)bb49bd7fix(analyzer): skip unreachable code diagnostics and dead-code filtering for ...e3700e8fix(codex): preserve child narrowed return type during@inheritDocinheritanc...bda47e6fix(codex): include literal floats in type combination simplicity check (#1270)38c6fd8fix(analyzer): resolve static type in method parameters using method context ...580cf92fix(analyzer): allow empty array inference for bare generic parameter templat...6732449fix(analyzer): fix potentially undefined array element in union types (#1267)28964f0fix(formatter): prevent preserve breaks from affecting parent groups (#1260)Updates
mago-php-versionfroma470d00to565646dCommits
565646drelease: 1.13.3 (#1276)b674bf1fix(formatter): don't hug concatenation chains as they can be long (#1275)0211cf7chore(internal): apply fixes from nightly clippy (#1274)bb49bd7fix(analyzer): skip unreachable code diagnostics and dead-code filtering for ...e3700e8fix(codex): preserve child narrowed return type during@inheritDocinheritanc...bda47e6fix(codex): include literal floats in type combination simplicity check (#1270)38c6fd8fix(analyzer): resolve static type in method parameters using method context ...580cf92fix(analyzer): allow empty array inference for bare generic parameter templat...6732449fix(analyzer): fix potentially undefined array element in union types (#1267)28964f0fix(formatter): prevent preserve breaks from affecting parent groups (#1260)Updates
styluafrom 2.3.1 to 2.4.0Release notes
Sourced from stylua's releases.
Changelog
Sourced from stylua's changelog.
Commits
28e1d7bv2.4.093d4422Cleanup double headers in changelogf54fc55Fix path conversion on Windows (#1068)e33575eSupport stylua_syntax and stylua_block_newline_gaps in editorconfig (#1081)a9a36d6Add CLI tests for editorconfig search rules (#1080)beb72c9Bump minimatch from 3.1.2 to 3.1.5 in /stylua-npm-bin (#1072)ed425fbBump minimatch from 3.1.2 to 3.1.5 in /stylua-vscode (#1077)352dc2fBump@tootallnate/onceand@vscode/test-electronin /stylua-vscode (#1074)13defcdFix repeated unary minus on long lines collapsing into a comment (#1076)86acad4Bump axios from 1.12.0 to 1.13.5 in /stylua-npm-bin (#1065)Updates
rumdlfromfbfba54to9ff781fCommits
9ff781ffix(lint): remove default() calls on unit structs in tests9d624befix(lint): resolve clippy warnings in md053 and skip_context0cc7f9fdocs(rules): document MD070 as opt-in rulef664b69fix(test): correct MD037 assertion for emphasis inside HTML block elements61df69fchore(release): prepare v0.1.43890cbeefix(rules): make MD070 opt-in to prevent unexpected file corruption4526979fix(rules): use byte-level search for inline HTML code detection27fa741fix(rules): skip inline HTML code elements in MD037 emphasis detection10e2c2afix(rules): skip HTML blocks in MD037 to prevent false positives0ec1501fix(rules): skip frontmatter lines in MD042 to prevent false positivesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions