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

chore(deps): update dependency tomlkit to v0.12.5 #189

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tomlkit ==0.11.1 -> ==0.12.5 age adoption passing confidence

Release Notes

sdispater/tomlkit (tomlkit)

v0.12.5

Compare Source

What's Changed

New Contributors

Full Changelog: python-poetry/tomlkit@0.12.4...0.12.5

v0.12.4

Compare Source

Fixed
  • Support | and |= operator for tables, and support + and += operator for arrays. (#​331)
  • Fix an index error when setting dotted keys in a table. (#​332)

v0.12.3

Compare Source

Fixed
  • Improve the performance when parsing a table with nested dotted keys. (#​193)
  • Keep the newlines when replacing a table. (#​323)

v0.12.2

Compare Source

Fixed
  • Fixed a bug that overwriting a sub table with a plain value raises an error. (#​313)
  • Correct the return type of integer division. (#​312)

v0.12.1

Compare Source

Fixed
  • Make float and int hashable.

v0.12.0

Compare Source

Added
  • Allow users to specify encoders for custom types. (#​296)
Fixed
  • Fix the incorrect sort when building a table with dotted keys.
  • Complete the methods required for integer and float items. (#​307)
  • Replace the deprecated usage of datetime.utcnow(). (#​308)
  • Minor performance improvements when iterating over the escape sequences. (#​304)

v0.11.8

Compare Source

Fixed
  • Remove the extra indentations added when parsing nested sub-tables. (#​256)
  • Ignore the CRLF immediately following a multiple basic string opening. (#​262)
  • Stringifying subtables and nested tables in arrays of tables. (#​283)
  • Messed table structure when building a table with dotted keys. (#​284)

v0.11.7

Compare Source

Fixed
  • Parse empty table name if it is quoted. (#​258)
  • Fix a bug that remove last element of an Inline Table leaves a comma. (#​259)
  • Parse datetime when it is followed by a space. (#​260)
  • Fix the unwrap() method for Container children values which sometimes returns an internal object if the table is an out-of-order table. (#​264)
  • Fix the wrong return type when doing arithmetic operations between integers and floats. (#​270)

v0.11.6

Compare Source

Fixed
  • Allow broader type for toml file path value (#​243)
  • Auto-determine if a table is a super table if not specified explicitly. (#​245)

v0.11.5

Compare Source

Fixed
  • Fix the type annotation of unwrap() and datetime parsing. (#​229)
  • Clear the existing table header when it is adding to another table. (#​230)
  • Fix a bug that escape chars are lost after concat with another string. (#​235)
  • Fix a rendering issue of tables inside arrays or inline tables. (#​236)

v0.11.4

Compare Source

Fixed
  • Fix a memory leak caused by lru_cache on methods. (#​227)

v0.11.3

Compare Source

Fixed
  • Fix a regression issue that copying an array results in extra None items. (#​221)
  • Fix a regression of array.add_line that it incorrectly adds a comma to non-value lines. (#​223)

v0.11.2

Compare Source

Fixed
  • Fix adding float to an integer value. (#​215)
  • Keep the end-of-array style when adding items to or removing items from an array. (#​213, #​216)
  • Fix a bug of redundant table header shown when removing children from a super table. (#​217)

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.

🔕 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 has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Aug 13, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
elucidate-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2024 4:52pm

@codecov-commenter
Copy link

codecov-commenter commented Aug 13, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.31%. Comparing base (b56d674) to head (e71fe3c).

❗ Current head e71fe3c differs from pull request most recent head c43dbb0. Consider uploading reports for the commit c43dbb0 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #189   +/-   ##
=======================================
  Coverage   83.31%   83.31%           
=======================================
  Files          47       47           
  Lines        1139     1139           
=======================================
  Hits          949      949           
  Misses        190      190           
Flag Coverage Δ
backend 83.31% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Update dependency tomlkit to v0.11.4 Update dependency tomlkit to v0.11.5 Sep 28, 2022
@renovate renovate bot changed the title Update dependency tomlkit to v0.11.5 Update dependency tomlkit to v0.11.5 - autoclosed Oct 24, 2022
@renovate renovate bot closed this Oct 24, 2022
@renovate renovate bot deleted the renovate/tomlkit-0.x branch October 24, 2022 14:56
@renovate renovate bot changed the title Update dependency tomlkit to v0.11.5 - autoclosed Update dependency tomlkit to v0.11.5 Oct 24, 2022
@renovate renovate bot reopened this Oct 24, 2022
@renovate renovate bot restored the renovate/tomlkit-0.x branch October 24, 2022 18:12
@renovate renovate bot changed the title Update dependency tomlkit to v0.11.5 Update dependency tomlkit to v0.11.6 Oct 27, 2022
@renovate renovate bot changed the title Update dependency tomlkit to v0.11.6 chore(deps): update dependency tomlkit to v0.11.6 Dec 21, 2022
@renovate renovate bot changed the title chore(deps): update dependency tomlkit to v0.11.6 chore(deps): update dependency tomlkit to v0.11.7 Mar 27, 2023
@renovate renovate bot changed the title chore(deps): update dependency tomlkit to v0.11.7 chore(deps): update dependency tomlkit to v0.11.8 May 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency tomlkit to v0.11.8 chore(deps): update dependency tomlkit to v0.12.1 Jul 30, 2023
@renovate renovate bot changed the title chore(deps): update dependency tomlkit to v0.12.1 chore(deps): update dependency tomlkit to v0.12.2 Nov 2, 2023
@renovate renovate bot changed the title chore(deps): update dependency tomlkit to v0.12.2 chore(deps): update dependency tomlkit to v0.12.3 Nov 15, 2023
@renovate renovate bot changed the title chore(deps): update dependency tomlkit to v0.12.3 chore(deps): update dependency tomlkit to v0.12.4 Feb 27, 2024
@renovate renovate bot changed the title chore(deps): update dependency tomlkit to v0.12.4 chore(deps): update dependency tomlkit to v0.12.5 May 8, 2024
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.

None yet

1 participant