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

fix(deps): update rust crate tabled to 0.16.0 #2452

Merged
merged 2 commits into from
Aug 17, 2024
Merged

fix(deps): update rust crate tabled to 0.16.0 #2452

merged 2 commits into from
Aug 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 12, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tabled dependencies minor 0.15.0 -> 0.16.0

Release Notes

zhiburt/tabled (tabled)

v0.16.0

Added
  • Added #[tabled(crate = "")] attribute.
  • Added #[tabled(format = "", format(""))] attribute.
  • Support for expressions in #[tabled(display_with(""))]
  • Added tupple combinations of settings, just as Settings does.
  • Added PriorityRight and PriorityLeft priorities.
  • Created back Layout/Reverse/MarginColor/PaddingColor.
  • Added custom template setting in ExtendedTable (by @​brianheineman)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/Chicago, 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Aug 17, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jdx jdx enabled auto-merge (squash) August 17, 2024 19:36
@jdx jdx merged commit e03455b into main Aug 17, 2024
9 of 10 checks passed
@jdx jdx deleted the renovate/tabled-0.x branch August 17, 2024 19:42
Copy link

Code Coverage

Package Line Rate Complexity Health
src.backend 67% 0
src 87% 0
src.cli 82% 0
src.cli.alias 89% 0
src.cli.args 97% 0
src.cli.backends 95% 0
src.cli.cache 95% 0
src.cli.config 92% 0
src.cli.direnv 80% 0
src.cli.generate 87% 0
src.cli.plugins 85% 0
src.cli.settings 93% 0
src.cli.sync 58% 0
src.cli.tasks 71% 0
src.config.config_file 89% 0
src.config 88% 0
src.plugins 82% 0
src.plugins.core 55% 0
src.shell 98% 0
src.toolset 86% 0
src.ui 63% 0
Summary 80% (13911 / 17372) 0

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% 0.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (5b92a77) 17372 13911 80.08%
Head commit (d2628ee) 17372 (+0) 13911 (+0) 80.08% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#2452) 1 0 0.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Aug 19, 2024
[2024.8.11](https://github.com/jdx/mise/compare/v2024.8.10..v2024.8.11) - 2024-08-19

 🐛 Bug Fixes

- bump xx by [@jdx](https://github.com/jdx) in [9a9d3c1](jdx/mise@9a9d3c1)

[2024.8.10](https://github.com/jdx/mise/compare/v2024.8.9..v2024.8.10) - 2024-08-18

 🚀 Features

- python on windows by [@jdx](https://github.com/jdx) in [2d4cee2](jdx/mise@2d4cee2)

 🐛 Bug Fixes

- hide non-working core plugins on windows by [@jdx](https://github.com/jdx) in [16a08fc](jdx/mise@16a08fc)
- windows compat by [@jdx](https://github.com/jdx) in [2084a37](jdx/mise@2084a37)
- vfox tweaks by [@jdx](https://github.com/jdx) in [c260ab2](jdx/mise@c260ab2)
- remove windows warning by [@jdx](https://github.com/jdx) in [9be937e](jdx/mise@9be937e)

 📚 Documentation

- windows by [@jdx](https://github.com/jdx) in [437b63c](jdx/mise@437b63c)

 🧪 Testing

- fixing tests by [@jdx](https://github.com/jdx) in [1206497](jdx/mise@1206497)
- reset test by [@jdx](https://github.com/jdx) in [c740cfd](jdx/mise@c740cfd)

 🔍 Other Changes

- clippy by [@jdx](https://github.com/jdx) in [ee005ff](jdx/mise@ee005ff)
- fix windows build by [@jdx](https://github.com/jdx) in [28c5cb6](jdx/mise@28c5cb6)
- set GITHUB_TOKEN in release task by [@jdx](https://github.com/jdx) in [0ae049b](jdx/mise@0ae049b)

[2024.8.9](https://github.com/jdx/mise/compare/v2024.8.8..v2024.8.9) - 2024-08-18

 🚀 Features

- use registry shortname for mise.toml/install dirs by [@jdx](https://github.com/jdx) in [#2470](jdx/mise#2470)
- vfox backend by [@jdx](https://github.com/jdx) in [#2187](jdx/mise#2187)

 🐛 Bug Fixes

- hide file tasks starting with "." by [@jdx](https://github.com/jdx) in [#2466](jdx/mise#2466)
- mise prune removes tool versions which are in use by [@roele](https://github.com/roele) in [#2469](jdx/mise#2469)
- cargo_binstall missing from set commands by [@roele](https://github.com/roele) in [#2471](jdx/mise#2471)
- only warn if config properties are not found by [@jdx](https://github.com/jdx) in [#2472](jdx/mise#2472)

 🚜 Refactor

- Asdf -> AsdfBackend by [@jdx](https://github.com/jdx) in [#2467](jdx/mise#2467)
- backend repetition by [@jdx](https://github.com/jdx) in [d2f7f33](jdx/mise@d2f7f33)

[2024.8.8](https://github.com/jdx/mise/compare/v2024.8.7..v2024.8.8) - 2024-08-17

 🚜 Refactor

- split asdf into forge+plugin by [@jdx](https://github.com/jdx) in [#2226](jdx/mise#2226)

 🧪 Testing

- fix home directory for win tests by [@jdx](https://github.com/jdx) in [#2464](jdx/mise#2464)

 📦️ Dependency Updates

- update rust crate tabled to 0.16.0 by [@renovate[bot]](https://github.com/renovate[bot]) in [#2452](jdx/mise#2452)

[2024.8.7](https://github.com/jdx/mise/compare/v2024.8.6..v2024.8.7) - 2024-08-16

 🐛 Bug Fixes

- mise treats escaped newlines in env files differently than dotenvy by [@roele](https://github.com/roele) in [#2455](jdx/mise#2455)
- wait for spawned tasks to die before exiting by [@jdx](https://github.com/jdx) in [#2461](jdx/mise#2461)

 📦️ Dependency Updates

- update dependency vitepress to v1.3.2 by [@renovate[bot]](https://github.com/renovate[bot]) in [#2450](jdx/mise#2450)
triarius pushed a commit to triarius/mise that referenced this pull request Sep 18, 2024
* fix(deps): update rust crate tabled to 0.16.0

* fix: tabled update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeff Dickey <216188+jdx@users.noreply.github.com>
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.

1 participant