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 all non-major dependencies #362

Merged
merged 3 commits into from
Apr 18, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rollup/plugin-commonjs (source) 24.0.1 -> 24.1.0 age adoption passing confidence dependencies minor
@semantic-release/npm 10.0.2 -> 10.0.3 age adoption passing confidence devDependencies patch
Riverside-Healthcare/djLint v1.19.17 -> v1.23.0 age adoption passing confidence repository minor
SQLAlchemy-Utils ^0.40.0 -> ^0.41.0 age adoption passing confidence dependencies minor
cryptography (changelog) 40.0.1 -> 40.0.2 age adoption passing confidence dependencies patch
djlint 1.19.17 -> 1.23.0 age adoption passing confidence dev minor
pyodbc 4.0.35 -> 4.0.39 age adoption passing confidence dependencies patch
pysaml2 (source) 7.3.1 -> 7.4.1 age adoption passing confidence dependencies minor
pytest (source, changelog) 7.3.0 -> 7.3.1 age adoption passing confidence dev patch
sass 1.60.0 -> 1.62.0 age adoption passing confidence dependencies minor
tox (changelog) 4.4.11 -> 4.4.12 age adoption passing confidence dev patch

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

rollup/plugins

v24.1.0

Compare Source

2023-04-11

Features
  • feat: Do not use getters for module.exports #​1455
semantic-release/npm

v10.0.3

Compare Source

Bug Fixes
Riverside-Healthcare/djLint

v1.23.0

Compare Source

Features
  • formatter: will now attempt to fix case on known html tags by default, can be disabled (fb1f6eb), closes #​589

v1.22.0

Compare Source

Features
  • whitespace: improved whitespace handling on tag closing bracket (53d9b29), closes #​582

v1.21.0

Compare Source

Features
  • linter: added rule H036. Avoid use of
    tags. Disabled by default (cefa840), closes #​571

v1.20.0

Compare Source

Features
  • linter: added option to disable rules by default. Split H017 and disabled by default (2dd3675), closes #​372
  • yaml: added line break after yaml front matter (1b1cff3), closes #​584
kvesteri/sqlalchemy-utils

v0.41.0

Compare Source

  • Support psycopg3 for create_database() and delete_database().
    (#​701, pull request by LerikP)
pyca/cryptography

v40.0.2

Compare Source

Riverside-Healthcare/djlint

v1.23.0

Compare Source

Features
  • formatter: will now attempt to fix case on known html tags by default, can be disabled (fb1f6eb), closes #​589

v1.22.0

Compare Source

Features
  • whitespace: improved whitespace handling on tag closing bracket (53d9b29), closes #​582

v1.21.0

Compare Source

Features
  • linter: added rule H036. Avoid use of
    tags. Disabled by default (cefa840), closes #​571

v1.20.0

Compare Source

Features
  • linter: added option to disable rules by default. Split H017 and disabled by default (2dd3675), closes #​372
  • yaml: added line break after yaml front matter (1b1cff3), closes #​584
mkleehammer/pyodbc

v4.0.39: Bug fix

Compare Source

Version 4.0.38 had a serious bug in Row.repr which could cause crashes (#​1196 ). That version has been yanked from PyPI and replaced with this one.

v4.0.38: - Minor updates before 5.0

Compare Source

Version 5.0 is on its way and will drop support for Python 2. This release is a (hopefully
final) bug fix release for the 4.x line.

A big thanks to everyone involved:

  • Keith Erskine did a ton of great work (as always) on the release automation.
  • baluyotraf provided typing for Connection, Cursor, and connect parameters.
  • Dongyoon Han corrected the install location of the pyi file.
  • Michael Kleehammer fixed Unicode errors in repr(row)
  • Keith fixed more typing related issues by removing TypeAlias
  • arturxedex128 opened a security advisory for a buffer overflow if selecting a decimal more
    than 100 digits long. Fixed by Michael Kleehammer.

Note that the 4.0.36 does not build with some versions of GCC. The 4.0.37 version is a fix for
this. Version 4.0.37 did not have the setup.py VERSION variable updated, so 4.0.38 is a fix for that!

IdentityPython/pysaml2

v7.4.1

Compare Source

  • Fix subject-id requirements processing

v7.4.0

Compare Source

  • Ensure the ID of each Signature element is unique when signing an encrypted assertion
  • Bump Python to 3.9
  • dev: Add mypy configuration and type stubs
  • tests: move tox.ini config into pyproject.toml
  • docs: Update release instructions
pytest-dev/pytest

v7.3.1

Compare Source

pytest 7.3.1 (2023-04-14)

Improvements

  • #​10875: Python 3.12 support: fixed RuntimeError: TestResult has no addDuration method when running unittest tests.
  • #​10890: Python 3.12 support: fixed shutil.rmtree(onerror=...) deprecation warning when using tmp_path{.interpreted-text role="fixture"}.

Bug Fixes

  • #​10896: Fixed performance regression related to tmp_path{.interpreted-text role="fixture"} and the new tmp_path_retention_policy{.interpreted-text role="confval"} option.
  • #​10903: Fix crash INTERNALERROR IndexError: list index out of range which happens when displaying an exception where all entries are hidden.
    This reverts the change "Correctly handle __tracebackhide__ for chained exceptions." introduced in version 7.3.0.
sass/dart-sass

v1.62.0

Compare Source

  • Deprecate the use of multiple !global or !default flags on the same
    variable. This deprecation is named duplicate-var-flags.

  • Allow special numbers like var() or calc() in the global functions:
    grayscale(), invert(), saturate(), and opacity(). These are also
    native CSS filter functions. This is in addition to number values which were
    already allowed.

  • Fix a cosmetic bug where an outer rule could be duplicated after nesting was
    resolved, instead of re-using a shared rule.

v1.61.0

Compare Source

  • Potentially breaking change: Drop support for End-of-Life Node.js 12.

  • Fix remaining cases for the performance regression introduced in 1.59.0.

Embedded Sass
  • The JS embedded host now loads files from the working directory when using the
    legacy API.
tox-dev/tox

v4.4.12

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.4.11...4.4.12


Configuration

📅 Schedule: Branch creation - "before 10pm on Sunday" 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 is behind base branch, or you tick the rebase/retry checkbox.

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


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

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

@renovate
Copy link
Contributor Author

renovate bot commented Apr 16, 2023

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.

@codecov
Copy link

codecov bot commented Apr 17, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.09 ⚠️

Comparison is base (b2206d3) 65.10% compared to head (f1f751a) 65.01%.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #362      +/-   ##
==========================================
- Coverage   65.10%   65.01%   -0.09%     
==========================================
  Files          39       39              
  Lines        4757     4757              
  Branches      541      541              
==========================================
- Hits         3097     3093       -4     
- Misses       1593     1598       +5     
+ Partials       67       66       -1     

see 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@christopherpickering christopherpickering merged commit db75d00 into dev Apr 18, 2023
@christopherpickering
Copy link
Member

🎉 This PR is included in version 2.9.0-alpha.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@christopherpickering
Copy link
Member

🎉 This PR is included in version 2.9.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant