Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

chore(deps) Update all non-major dependencies #148

Merged
merged 2 commits into from
Sep 2, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.18.9 -> 7.18.10 age adoption passing confidence
@babel/core (source) 7.18.9 -> 7.18.13 age adoption passing confidence
@babel/preset-env (source) 7.18.9 -> 7.18.10 age adoption passing confidence
@fontsource/inter (source) 4.5.11 -> 4.5.12 age adoption passing confidence
@fontsource/rasa (source) 4.5.11 -> 4.5.12 age adoption passing confidence
astroid ==2.12.2 -> ==2.12.5 age adoption passing confidence
asttokens ==2.0.5 -> ==2.0.8 age adoption passing confidence
autoprefixer 10.4.7 -> 10.4.8 age adoption passing confidence
billiard ==4.0.0 -> ==4.0.2 age adoption passing confidence
black (changelog) ==22.6.0 -> ==22.8.0 age adoption passing confidence
charset-normalizer ==2.1.0 -> ==2.1.1 age adoption passing confidence
coverage ==6.4.2 -> ==6.4.4 age adoption passing confidence
cssnano 5.1.12 -> 5.1.13 age adoption passing confidence
distlib ==0.3.5 -> ==0.3.6 age adoption passing confidence
django (source, changelog) ==4.0.6 -> ==4.1 age adoption passing confidence
django-compressor (source) ==4.0 -> ==4.1 age adoption passing confidence
django-debug-toolbar (changelog) ==3.5.0 -> ==3.6.0 age adoption passing confidence
djlint ==1.7.0 -> ==1.12.1 age adoption passing confidence
dparse ==0.5.1 -> ==0.5.2 age adoption passing confidence
elementpath ==3.0.0 -> ==3.0.2 age adoption passing confidence
filelock ==3.7.1 -> ==3.8.0 age adoption passing confidence
fontawesome-subset 4.1.0 -> 4.2.0 age adoption passing confidence
greenlet ==1.1.2 -> ==1.1.3 age adoption passing confidence
humanize (changelog) ==4.2.3 -> ==4.3.0 age adoption passing confidence
identify ==2.5.1 -> ==2.5.3 age adoption passing confidence
importlib-resources ==5.8.0 -> ==5.9.0 age adoption passing confidence
pathspec ==0.9.0 -> ==0.10.0 age adoption passing confidence
postcss (source) 8.4.14 -> 8.4.16 age adoption passing confidence
prompt-toolkit ==3.0.30 -> ==3.0.31 age adoption passing confidence
pygments (source, changelog) ==2.12.0 -> ==2.13.0 age adoption passing confidence
pylint (changelog) ==2.14.5 -> ==2.15.0 age adoption passing confidence
pysaml2 (source) ==7.1.2 -> ==7.2.1 age adoption passing confidence
rcssmin ==1.1.0 -> ==1.1.1 age adoption passing confidence
rjsmin ==1.2.0 -> ==1.2.1 age adoption passing confidence
sass 1.53.0 -> 1.54.8 age adoption passing confidence
stylus 0.58.1 -> 0.59.0 age adoption passing confidence
urllib3 (source) ==1.26.10 -> ==1.26.12 age adoption passing confidence
virtualenv (source) ==20.15.1 -> ==20.16.4 age adoption passing confidence

Release Notes

babel/babel

v7.18.10

Compare Source

🚀 New Feature
  • babel-helper-string-parser, babel-types
🐛 Bug Fix
  • babel-parser
  • babel-helper-string-parser, babel-parser
  • babel-plugin-transform-typescript
  • babel-plugin-transform-react-jsx
  • babel-generator
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator, babel-traverse
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-export-default-from
PyCQA/astroid

v2.12.5

Compare Source

=============================
Release date: 2022-08-29

  • Prevent first-party imports from being resolved to site-packages.

    Refs PyCQA/pylint#​7365

  • Fix astroid.interpreter._import.util.is_namespace() incorrectly
    returning True for frozen stdlib modules on PyPy.

    Closes #​1755

v2.12.4

Compare Source

=============================
Release date: 2022-08-25

  • Fixed a crash involving non-standard type comments such as # type: # any comment.

    Refs PyCQA/pylint#​7347

v2.12.3

Compare Source

=============================
Release date: 2022-08-23

  • Fixed crash in ExplicitNamespacePackageFinder involving _SixMetaPathImporter.

    Closes #​1708

  • Fix unhandled FutureWarning from pandas import in cython modules

    Closes #​1717

  • Fix false positive with inference of type-annotated Enum classes.

    Refs PyCQA/pylint#​7265

  • Fix crash with inference of type-annotated Enum classes where the member has no value.

  • Fix a crash inferring invalid old-style string formatting with %.

    Closes #​1737

  • Fix false positive with inference of http module when iterating HTTPStatus.

    Refs PyCQA/pylint#​7307

  • Bumped minimum requirement of wrapt to 1.14 on Python 3.11.

  • Don't add dataclass fields annotated with KW_ONLY to the list of fields.

    Refs PyCQA/pylint#​5767

gristlabs/asttokens

v2.0.8

Compare Source

postcss/autoprefixer

v10.4.8

Compare Source

  • Do not print color-adjust warning if print-color-adjust also is in rule.
celery/billiard

v4.0.2

Compare Source

  • ExceptionWithTraceback should be an exception.

v4.0.1

Compare Source

  • Add support for Python 3.11 _posixsubprocess.fork_exec() arguments.
  • Keep exception traceback somehow (#​368).
psf/black

v22.8.0

Compare Source

Highlights
  • Python 3.11 is now supported, except for blackd as aiohttp does not support 3.11 as
    of publishing (#​3234)
  • This is the last release that supports running Black on Python 3.6 (formatting 3.6
    code will continue to be supported until further notice)
  • Reword the stability policy to say that we may, in rare cases, make changes that
    affect code that was not previously formatted by Black (#​3155)
Stable style
  • Fix an infinite loop when using # fmt: on/off in the middle of an expression or code
    block (#​3158)
  • Fix incorrect handling of # fmt: skip on colon (:) lines (#​3148)
  • Comments are no longer deleted when a line had spaces removed around power operators
    (#​2874)
Preview style
  • Single-character closing docstring quotes are no longer moved to their own line as
    this is invalid. This was a bug introduced in version 22.6.0. (#​3166)
  • --skip-string-normalization / -S now prevents docstring prefixes from being
    normalized as expected (#​3168)
  • When using --skip-magic-trailing-comma or -C, trailing commas are stripped from
    subscript expressions with more than 1 element (#​3209)
  • Implicitly concatenated strings inside a list, set, or tuple are now wrapped inside
    parentheses (#​3162)
  • Fix a string merging/split issue when a comment is present in the middle of implicitly
    concatenated strings on its own line (#​3227)
Blackd
  • blackd now supports enabling the preview style via the X-Preview header (#​3217)
Configuration
  • Black now uses the presence of debug f-strings to detect target version (#​3215)
  • Fix misdetection of project root and verbose logging of sources in cases involving
    --stdin-filename (#​3216)
  • Immediate .gitignore files in source directories given on the command line are now
    also respected, previously only .gitignore files in the project root and
    automatically discovered directories were respected (#​3237)
Documentation
  • Recommend using BlackConnect in IntelliJ IDEs (#​3150)
Integrations
  • Vim plugin: prefix messages with Black: so it's clear they come from Black (#​3194)
  • Docker: changed to a /opt/venv installation + added to PATH to be available to
    non-root users (#​3202)
  • Vim plugin: add flag (g:black_preview) to enable/disable the preview style (#​3246)
Output
  • Change from deprecated asyncio.get_event_loop() to create our event loop which
    removes DeprecationWarning (#​3164)
  • Remove logging from internal blib2to3 library since it regularly emits error logs
    about failed caching that can and should be ignored (#​3193)
Parser
  • Type comments are now included in the AST equivalence check consistently so accidental
    deletion raises an error. Though type comments can't be tracked when running on PyPy
    3.7 due to standard library limitations. (#​2874)
Performance
  • Reduce Black's startup time when formatting a single file by 15-30% (#​3211)
ousret/charset_normalizer

v2.1.1

Compare Source

Deprecated
  • Function normalize scheduled for removal in 3.0
Changed
  • Removed useless call to decode in fn is_unprintable (#​206)
Fixed
nedbat/coveragepy

v6.4.4

Compare Source

  • Wheels are now provided for Python 3.11.

.. _changes_6-4-3:

v6.4.3

Compare Source

  • Fix a failure when combining data files if the file names contained
    glob-like patterns (pull 1405_). Thanks, Michael Krebs and Benjamin
    Schubert.

  • Fix a messaging failure when combining Windows data files on a different
    drive than the current directory. (pull 1430, fixing issue 1428).
    Thanks, Lorenzo Micò.

  • Fix path calculations when running in the root directory, as you might do in
    a Docker container: pull 1403_, thanks Arthur Rio.

  • Filtering in the HTML report wouldn't work when reloading the index page.
    This is now fixed (pull 1413_). Thanks, Marc Legendre.

  • Fix a problem with Cython code measurement (pull 1347, fixing issue 972). Thanks, Matus Valo.

.. _issue 972:https://github.com/nedbat/coveragepy/issues/9722
.. _pull 1347https://github.com/nedbat/coveragepy/pull/134747
.. _pull 140https://github.com/nedbat/coveragepy/issues/1403403
.. _pull 14https://github.com/nedbat/coveragepy/issues/14051405
.. _pull 1https://github.com/nedbat/coveragepy/issues/1413/1413
.. _issue https://github.com/nedbat/coveragepy/issues/1428s/1428
.. _pullhttps://github.com/nedbat/coveragepy/pull/1430ll/1430

.. _changes_6-4-2:

cssnano/cssnano

v5.1.13

Compare Source

Bug Fixes

pypa/distlib

v0.3.6

Compare Source

  • Fixed #​175: Updated launcher executables to better handle the relationship between launcher and child process in the Job API.

Though no changes have been made to distlib code since the previous release, this release is to facilitate vendoring into pip.

Releases are normally signed using a GnuPG key with the user id vinay_sajip@yahoo.co.uk and the following fingerprint:

CA74 9061 914E AC13 8E66 EADB 9147 B477 339A 9B86

django/django

v4.1

Compare Source

v4.0.7

Compare Source

django-compressor/django-compressor

v4.1

Compare Source

jazzband/django-debug-toolbar

v3.6.0

Compare Source

Riverside-Healthcare/djlint

v1.12.1

Compare Source

Bug Fixes
  • macro: allow html tags inside macro functions to skip formatting (bffb093), closes #​353
  • t001: fixed false positive on T001 with Jinja {{- and {{+ tags (c57e944), closes #​354

v1.12.0

Compare Source

Bug Fixes
  • h006: prevented false positives on H006 (215bd23), closes #​344 #​333
  • h012: prevent H012 from matching the contents of tags or attributes (4480cff), closes #​348
  • t001: fixed false positive on multiline template tags (ea76672), closes #​350
Features
  • h021: allow inline styles that contain template syntax (f1a39ed), closes #​351
  • t002: allow variables names to be used in the {% extends tag (a5d96e7), closes #​349

v1.11.1

Compare Source

Bug Fixes
  • formatter: fixed runaway regex on templates with many template attriutes inside html tags (79cd013), closes #​340
  • linter: fixed false positive on T032 with jinja multi line set (f9dac86), closes #​342
  • linter: fixed false postive on rule H008 (79618a5), closes #​339
  • linter: prevent linter matches that overlap ignored blocks of code such as comments (90cf576), closes #​343

v1.11.0

Compare Source

Features
  • jinja call: added support for jinja call blocks (7a70e39), closes #​337

v1.10.0

Compare Source

Features

v1.9.5

Compare Source

Bug Fixes
  • formatter: fix IndexError while adding indentation to attributes (a3ccc19), closes #​290

v1.9.4

Compare Source

Bug Fixes
  • requirements: removed optional deps from requirements section. Cleaned up tox (237e844), closes #​322

v1.9.3

Compare Source

Bug Fixes
  • formatter: fix to prevent formatter from breaking malformed attribute tags (80263b2), closes #​317
  • linter: disabling linter rules should not disable formatting (69ef16a), closes #​316

v1.9.2

Compare Source

Bug Fixes

v1.9.1

Compare Source

Bug Fixes
  • formatter: fixed greedy regex issue when finding script and style tags (ca7ff3a)

v1.9.0

Compare Source

Features
  • formatter: added options to format css and js using jsbeautifier (99b5ee2)

v1.8.1

Compare Source

Bug Fixes

v1.8.0

Compare Source

Features
  • formatter: added option to add blank line before tags (b2bd1ea), closes #​307

v1.7.4

Compare Source

Bug Fixes

v1.7.3

Compare Source

Bug Fixes
  • preserve blank lines: fixed duplicate blank lines being inserted after h-space, (9ed3393), closes #​300

v1.7.2

Compare Source

Bug Fixes
  • white space: prevent duplicate blank lines from being added (67306b4), closes #​297

v1.7.1

Compare Source

Bug Fixes
  • linter: fix false positive on rule T001 (f38328c), closes #​292
  • twig: fixed indent issue with comments. Added test (47ef81f), closes #​290
pyupio/dparse

v0.5.2

Compare Source

  • Install pyyaml only when asked for with extras (conda extra)
  • Add support for piptools requirements.in
  • Use ConfigParser directly
  • Removed a regex used in the index server validation, fixing a possible ReDos security issue
sissaschool/elementpath

v3.0.2

Compare Source

======================

  • Extend root concept to subtrees used as root (e.g. XSD 1.1 assertions)
  • Begin XPath 3.1 implementation adding XPathMap and XPathArray

v3.0.1

Compare Source

======================

  • Fix of descendant path operator (issue #​51)
  • Add support for Python 3.11
tox-dev/py-filelock

v3.8.0

Compare Source

What's Changed

New Contributors


Configuration

📅 Schedule: Branch creation - "before 8am 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 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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from f319e28 to 8790775 Compare July 31, 2022 23:02
@christopherpickering christopherpickering changed the base branch from master to dev August 1, 2022 14:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from b53e20c to 712e96d Compare August 6, 2022 22:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from b034e9e to 6311c2b Compare August 18, 2022 21:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from da421e4 to 4b25f58 Compare August 26, 2022 12:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from d169b9d to 671a9e9 Compare September 1, 2022 01:24
@christopherpickering christopherpickering merged commit 172f021 into dev Sep 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant