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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.18.9
->7.18.10
7.18.9
->7.18.13
7.18.9
->7.18.10
4.5.11
->4.5.12
4.5.11
->4.5.12
==2.12.2
->==2.12.5
==2.0.5
->==2.0.8
10.4.7
->10.4.8
==4.0.0
->==4.0.2
==22.6.0
->==22.8.0
==2.1.0
->==2.1.1
==6.4.2
->==6.4.4
5.1.12
->5.1.13
==0.3.5
->==0.3.6
==4.0.6
->==4.1
==4.0
->==4.1
==3.5.0
->==3.6.0
==1.7.0
->==1.12.1
==0.5.1
->==0.5.2
==3.0.0
->==3.0.2
==3.7.1
->==3.8.0
4.1.0
->4.2.0
==1.1.2
->==1.1.3
==4.2.3
->==4.3.0
==2.5.1
->==2.5.3
==5.8.0
->==5.9.0
==0.9.0
->==0.10.0
8.4.14
->8.4.16
==3.0.30
->==3.0.31
==2.12.0
->==2.13.0
==2.14.5
->==2.15.0
==7.1.2
->==7.2.1
==1.1.0
->==1.1.1
==1.2.0
->==1.2.1
1.53.0
->1.54.8
0.58.1
->0.59.0
==1.26.10
->==1.26.12
==20.15.1
->==20.16.4
Release Notes
babel/babel
v7.18.10
Compare Source
🚀 New Feature
babel-helper-string-parser
,babel-types
cooked
fortemplateElement
(@liuxingbaoyu)🐛 Bug Fix
babel-parser
babel-helper-string-parser
,babel-parser
babel-plugin-transform-typescript
declare class
in namespace should be removed (@yimingjfe)babel-plugin-transform-react-jsx
babel-generator
babel-helper-wrap-function
,babel-plugin-transform-async-to-generator
,babel-traverse
🏠 Internal
.yarnrc
file (@liuxingbaoyu)make
commands cross-platform (@liuxingbaoyu)babel-traverse
babel-cli
babel-parser
babel-core
,babel-parser
babel-cli
,babel-core
,babel-parser
,babel-plugin-transform-unicode-escapes
,babel-preset-env
,babel-template
,babel-traverse
@babel/parser
to TypeScript (@JLHwung)babel-helper-string-parser
,babel-parser
babel-cli
,babel-node
babel-{cli,node}
(@liuxingbaoyu)🔬 Output optimization
babel-plugin-proposal-export-default-from
export-default-from
transform (@magic-akari)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()
incorrectlyreturning
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 modulesCloses #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 iteratingHTTPStatus
.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
color-adjust
warning ifprint-color-adjust
also is in rule.celery/billiard
v4.0.2
Compare Source
v4.0.1
Compare Source
psf/black
v22.8.0
Compare Source
Highlights
of publishing (#3234)
code will continue to be supported until further notice)
affect code that was not previously formatted by Black (#3155)
Stable style
# fmt: on/off
in the middle of an expression or codeblock (#3158)
# fmt: skip
on colon (:
) lines (#3148)(#2874)
Preview style
this is invalid. This was a bug introduced in version 22.6.0. (#3166)
--skip-string-normalization
/-S
now prevents docstring prefixes from beingnormalized as expected (#3168)
--skip-magic-trailing-comma
or-C
, trailing commas are stripped fromsubscript expressions with more than 1 element (#3209)
parentheses (#3162)
concatenated strings on its own line (#3227)
Blackd
blackd
now supports enabling the preview style via theX-Preview
header (#3217)Configuration
--stdin-filename
(#3216).gitignore
files in source directories given on the command line are nowalso respected, previously only
.gitignore
files in the project root andautomatically discovered directories were respected (#3237)
Documentation
Integrations
Black:
so it's clear they come from Black (#3194)non-root users (#3202)
g:black_preview
) to enable/disable the preview style (#3246)Output
asyncio.get_event_loop()
to create our event loop whichremoves DeprecationWarning (#3164)
blib2to3
library since it regularly emits error logsabout failed caching that can and should be ignored (#3193)
Parser
deletion raises an error. Though type comments can't be tracked when running on PyPy
3.7 due to standard library limitations. (#2874)
Performance
ousret/charset_normalizer
v2.1.1
Compare Source
Deprecated
normalize
scheduled for removal in 3.0Changed
Fixed
nedbat/coveragepy
v6.4.4
Compare Source
.. _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 BenjaminSchubert.
Fix a messaging failure when combining Windows data files on a different
drive than the current directory. (
pull 1430
, fixingissue 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
, fixingissue 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
cssnano()
return value (cssnano/cssnano@b92dbe3)pypa/distlib
v0.3.6
Compare Source
Though no changes have been made to
distlib
code since the previous release, this release is to facilitate vendoring intopip
.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
v1.12.0
Compare Source
Bug Fixes
Features
v1.11.1
Compare Source
Bug Fixes
v1.11.0
Compare Source
Features
v1.10.0
Compare Source
Features
v1.9.5
Compare Source
Bug Fixes
v1.9.4
Compare Source
Bug Fixes
v1.9.3
Compare Source
Bug Fixes
v1.9.2
Compare Source
Bug Fixes
v1.9.1
Compare Source
Bug Fixes
v1.9.0
Compare Source
Features
v1.8.1
Compare Source
Bug Fixes
v1.8.0
Compare Source
Features
v1.7.4
Compare Source
Bug Fixes
v1.7.3
Compare Source
Bug Fixes
v1.7.2
Compare Source
Bug Fixes
v1.7.1
Compare Source
Bug Fixes
pyupio/dparse
v0.5.2
Compare Source
sissaschool/elementpath
v3.0.2
Compare Source
======================
v3.0.1
Compare Source
======================
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.
This PR has been generated by Mend Renovate. View repository job log here.