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 #709

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@fontsource/inter (source) 5.0.3 -> 5.0.5 age adoption passing confidence devDependencies patch
@semantic-release/release-notes-generator 11.0.3 -> 11.0.4 age adoption passing confidence devDependencies patch
asottile/pyupgrade v3.8.0 -> v3.9.0 age adoption passing confidence repository minor
black (changelog) 23.3.0 -> 23.7.0 age adoption passing confidence dev minor
click (changelog) 8.1.3 -> 8.1.5 age adoption passing confidence dependencies patch
psf/black 23.3.0 -> 23.7.0 age adoption passing confidence repository minor
ruff (source, changelog) ^0.0.275 -> ^0.0.278 age adoption passing confidence dev patch
semantic-release 21.0.6 -> 21.0.7 age adoption passing confidence devDependencies patch
tox (changelog) 4.6.3 -> 4.6.4 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

fontsource/font-files (@​fontsource/inter)

v5.0.5

Compare Source

v5.0.4

Compare Source

semantic-release/release-notes-generator (@​semantic-release/release-notes-generator)

v11.0.4

Compare Source

Bug Fixes
  • deps: update dependency read-pkg-up to v10 (68772c4)
asottile/pyupgrade (asottile/pyupgrade)

v3.9.0

Compare Source

psf/black (black)

v23.7.0

Compare Source

Highlights
  • Runtime support for Python 3.7 has been removed. Formatting 3.7 code will still be
    supported until further notice (#​3765)
Stable style
  • Fix a bug where an illegal trailing comma was added to return type annotations using
    PEP 604 unions (#​3735)
  • Fix several bugs and crashes where comments in stub files were removed or mishandled
    under some circumstances (#​3745)
  • Fix a crash with multi-line magic comments like type: ignore within parentheses
    (#​3740)
  • Fix error in AST validation when Black removes trailing whitespace in a type comment
    (#​3773)
Preview style
  • Implicitly concatenated strings used as function args are no longer wrapped inside
    parentheses (#​3640)
  • Remove blank lines between a class definition and its docstring (#​3692)
Configuration
  • The --workers argument to Black can now be specified via the BLACK_NUM_WORKERS
    environment variable (#​3743)
  • .pytest_cache, .ruff_cache and .vscode are now excluded by default (#​3691)
  • Fix Black not honouring pyproject.toml settings when running --stdin-filename
    and the pyproject.toml found isn't in the current working directory (#​3719)
  • Black will now error if exclude and extend-exclude have invalid data types in
    pyproject.toml, instead of silently doing the wrong thing (#​3764)
Packaging
  • Upgrade mypyc from 0.991 to 1.3 (#​3697)
  • Remove patching of Click that mitigated errors on Python 3.6 with LANG=C (#​3768)
Parser
  • Add support for the new PEP 695 syntax in Python 3.12 (#​3703)
Performance
  • Speed up Black significantly when the cache is full (#​3751)
  • Avoid importing IPython in a case where we wouldn't need it (#​3748)
Output
  • Use aware UTC datetimes internally, avoids deprecation warning on Python 3.12 (#​3728)
  • Change verbose logging to exactly mirror Black's logic for source discovery (#​3749)
Blackd
  • The blackd argument parser now shows the default values for options in their help
    text (#​3712)
Integrations
Documentation
  • Add a CITATION.cff file to the root of the repository, containing metadata on how to
    cite this software (#​3723)
  • Update the classes and exceptions documentation in Developer reference to match
    the latest code base (#​3755)
astral-sh/ruff (ruff)

v0.0.278

Compare Source

See the release blog post for more, including detailed descriptions of any newly added rules.

What's Changed

Rules
Settings
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.277...v0.0.278

v0.0.277

Compare Source

What's Changed

Breaking Changes
Rules
Settings
Bug Fixes

Full Changelog: astral-sh/ruff@v0.0.276...v0.0.277

v0.0.276

Compare Source

See the release blog post for more, including detailed descriptions of any newly added rules.

What's Changed

Highlights include: experimental support for linting Jupyter Notebooks.

To opt-in to linting Jupyter Notebook files, add the *.ipynb pattern to your include
setting, like so:

[tool.ruff]

### Allow Ruff to discover `*.ipynb` files.
include = ["*.py", "*.pyi", "**/pyproject.toml", "*.ipynb"]

This will prompt Ruff to discover Jupyter Notebook files in any specified directories, and lint them
accordingly.

Jupyter Notebook support is currently opt-in and experimental. We'd love your help testing it out.
Have feedback? Run into issues? Let us know!

New Rules
Jupyter
Settings
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.275...v0.0.276

semantic-release/semantic-release (semantic-release)

v21.0.7

Compare Source

Bug Fixes
tox-dev/tox (tox)

v4.6.4

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.6.3...4.6.4


Configuration

📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@codecov
Copy link

codecov bot commented Jul 9, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (f780bef) 95.34% compared to head (7715854) 95.35%.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #709   +/-   ##
=======================================
  Coverage   95.34%   95.35%           
=======================================
  Files          16       16           
  Lines        1032     1033    +1     
  Branches      278      278           
=======================================
+ Hits          984      985    +1     
  Misses         34       34           
  Partials       14       14           
Impacted Files Coverage Δ
src/djlint/formatter/condense.py 97.26% <ø> (ø)
src/djlint/settings.py 91.36% <ø> (ø)
src/djlint/formatter/indent.py 98.55% <100.00%> (+0.01%) ⬆️

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 00196bc to 0aa8fc0 Compare July 12, 2023 17:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0aa8fc0 to 7715854 Compare July 13, 2023 17:37
@renovate renovate bot merged commit a22e3a1 into dev Jul 13, 2023
38 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch July 13, 2023 19:12
@christopherpickering
Copy link
Contributor

🎉 This PR is included in version 1.32.0 🎉

The release is available on:

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.

1 participant