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 dependencies #28

Merged
merged 2 commits into from
Oct 25, 2021
Merged

chore(deps): update all dependencies #28

merged 2 commits into from
Oct 25, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@semantic-release/exec 5.0.0 -> 6.0.1 age adoption passing confidence
codecov/codecov-action v1 -> v2 age adoption passing confidence
commitizen ==2.17.11 -> ==2.20.0 age adoption passing confidence
coverage ==5.5 -> ==6.0.2 age adoption passing confidence
flake8 (changelog) ==3.9.2 -> ==4.0.1 age adoption passing confidence
semantic-release 17.4.4 -> 18.0.0 age adoption passing confidence
setuptools ==57.0.0 -> ==58.2.0 age adoption passing confidence
twine (source) ==3.4.1 -> ==3.4.2 age adoption passing confidence
wheel (changelog) ==0.36.2 -> ==0.37.0 age adoption passing confidence

Release Notes

semantic-release/exec

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

Features
  • node-version: raised the minimum required version to v14.17 (#​188) (020eab0)
BREAKING CHANGES
  • node-version: the minimum required version of node is now v14.17
codecov/codecov-action

v2

Compare Source

commitizen-tools/commitizen

v2.20.0

Compare Source

Feat
  • cli.py: add shortcut for signoff command
  • add signoff parameter to commit command

v2.19.0

Compare Source

Feat
  • utility for showing system information

v2.18.2

Compare Source

Fix
  • cli: handle argparse different behavior after python 3.9

v2.18.1

Compare Source

Fix
  • commit: correct the stage checker before commiting

v2.18.0

Compare Source

Refactor
  • shortcuts: move check for shortcut config setting to apply to any list select
Feat
  • prompt: add keyboard shortcuts with config option

v2.17.13

Compare Source

v2.17.12

Compare Source

Fix
  • git.py: ensure signed commits in changelog when git config log.showsignature=true
nedbat/coveragepy

v6.0.2

Compare Source

  • Namespace packages being measured weren't properly handled by the new code
    that ignores third-party packages. If the namespace package was installed, it
    was ignored as a third-party package. That problem (issue 1231_) is now
    fixed.

  • Packages named as "source packages" (with source, or source_pkgs, or
    pytest-cov's --cov) might have been only partially measured. Their
    top-level statements could be marked as unexecuted, because they were
    imported by coverage.py before measurement began (issue 1232_). This is
    now fixed, but the package will be imported twice, once by coverage.py, then
    again by your test suite. This could cause problems if importing the package
    has side effects.

  • The :meth:.CoverageData.contexts_by_lineno method was documented to return
    a dict, but was returning a defaultdict. Now it returns a plain dict. It
    also no longer returns negative numbered keys.

.. _issue 1231:https://github.com/nedbat/coveragepy/issues/12311
.. _issue 1232https://github.com/nedbat/coveragepy/issues/123232

.. _changes_601:

v6.0.1

Compare Source

  • In 6.0, the coverage.py exceptions moved from coverage.misc to
    coverage.exceptions. These exceptions are not part of the public supported
    API, CoverageException is. But a number of other third-party packages were
    importing the exceptions from coverage.misc, so they are now available from
    there again (issue 1226_).

  • Changed an internal detail of how tomli is imported, so that tomli can use
    coverage.py for their own test suite (issue 1228_).

  • Defend against an obscure possibility under code obfuscation, where a
    function can have an argument called "self", but no local named "self"
    (pull request 1210_). Thanks, Ben Carlsson.

.. _pull request 1210:https://github.com/nedbat/coveragepy/pull/12100
.. _issue 1226https://github.com/nedbat/coveragepy/issues/122626
.. _issue 122https://github.com/nedbat/coveragepy/issues/1228228

.. _changes_60:

v6.0

Compare Source

  • Namespace packages being measured weren't properly handled by the new code
    that ignores third-party packages. If the namespace package was installed, it
    was ignored as a third-party package. That problem (issue 1231_) is now
    fixed.

  • Packages named as "source packages" (with source, or source_pkgs, or
    pytest-cov's --cov) might have been only partially measured. Their
    top-level statements could be marked as unexecuted, because they were
    imported by coverage.py before measurement began (issue 1232_). This is
    now fixed, but the package will be imported twice, once by coverage.py, then
    again by your test suite. This could cause problems if importing the package
    has side effects.

  • The :meth:.CoverageData.contexts_by_lineno method was documented to return
    a dict, but was returning a defaultdict. Now it returns a plain dict. It
    also no longer returns negative numbered keys.

.. _issue 1231:https://github.com/nedbat/coveragepy/issues/12311
.. _issue 1232https://github.com/nedbat/coveragepy/issues/123232

.. _changes_601:

pycqa/flake8

v4.0.1

Compare Source

v4.0.0

Compare Source

semantic-release/semantic-release

v18.0.0

Compare Source

This is a maintenance release. An increasing amount of dependencies required a node version higher than the Node 10 version supported by semantic-release@17. We decided to go straight to a recent Node LTS version because the release build is usually independent of others, requiring a higher node version is less disruptive to users, but helps us reduce the maintenance overhead.

If you use GitHub Actions and need to bump the node version set up by actions/node-setup, you can use octoherd-script-bump-node-version-in-workflows

BREAKING CHANGES

node-version: the minimum required version of node is now v14.17

v17.4.7

Compare Source

Bug Fixes
  • engines: fixed defined node version to account for the higher requirement from the npm plugin (#​2088) (ea52e17)

v17.4.6

Compare Source

Bug Fixes

v17.4.5

Compare Source

Bug Fixes
  • deps: update dependency marked to v3 (6e4beb8)
pypa/setuptools

v58.2.0

Compare Source

Changes
^^^^^^^

  • #​2757: Add windows arm64 launchers for scripts generated by easy_install.
  • #​2800: Added --owner and --group options to the sdist command,
    for specifying file ownership within the produced tarball (similarly
    to the corresponding distutils sdist options).

Documentation changes
^^^^^^^^^^^^^^^^^^^^^

  • #​2792: Document how the legacy and non-legacy versions are compared, and reference to the PEP 440 <https://www.python.org/dev/peps/pep-0440/>_ scheme.

v58.1.0

Compare Source

Changes
^^^^^^^

v58.0.4

Compare Source

Misc
^^^^

  • #​2773: Retain case in setup.cfg during sdist.

v58.0.3

Compare Source

Misc
^^^^

  • #​2777: Build does not fail fast when use_2to3 is supplied but set to a false value.

v58.0.2

Compare Source

Misc
^^^^

  • #​2769: Build now fails fast when use_2to3 is supplied.

v58.0.1

Compare Source

Misc
^^^^

  • #​2765: In Distribution.finalize_options, suppress known removed entry points to avoid issues with older Setuptools.

v58.0.0

Compare Source

Breaking Changes
^^^^^^^^^^^^^^^^

  • #​2086: Removed support for 2to3 during builds. Projects should port to a unified codebase or pin to an older version of Setuptools using PEP 518 build-requires.

Documentation changes
^^^^^^^^^^^^^^^^^^^^^

v57.5.0

Compare Source

Changes
^^^^^^^

  • #​2712: Added implicit globbing support for [options.data_files] values.

Documentation changes
^^^^^^^^^^^^^^^^^^^^^

  • #​2737: fix various syntax and style errors in code snippets in docs

v57.4.0

Compare Source

Changes
^^^^^^^

  • #​2722: Added support for SETUPTOOLS_EXT_SUFFIX environment variable to override the suffix normally detected from the sysconfig module.

v57.3.0

Compare Source

Changes
^^^^^^^

  • #​2465: Documentation is now published using the Furo theme.

v57.2.0

Compare Source

Changes
^^^^^^^

  • #​2724: Added detection of Windows ARM64 build environments using the VSCMD_ARG_TGT_ARCH environment variable.

v57.1.0

Compare Source

Changes
^^^^^^^

  • #​2692: Globs are now sorted in 'license_files' restoring reproducibility by eliminating variance from disk order.
  • #​2714: Update to distutils at pypa/distutils@e2627b7.
  • #​2715: Removed reliance on deprecated ssl.match_hostname by removing the ssl support. Now any index operations rely on the native SSL implementation.

Documentation changes
^^^^^^^^^^^^^^^^^^^^^

  • #​2604: Revamped the backward/cross tool compatibility section to remove
    some confusion.
    Add some examples and the version since when entry_points are
    supported in declarative configuration.
    Tried to make the reading flow a bit leaner, gather some informations
    that were a bit dispersed.
pypa/twine

v3.4.2

Compare Source

https://pypi.org/project/twine/3.4.2/

Changelog

pypa/wheel

v0.37.0

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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 WhiteSource Renovate. View repository job log here.

@codecov-commenter
Copy link

codecov-commenter commented Jul 5, 2021

Codecov Report

Merging #28 (ec1f2b8) into master (7b69519) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #28   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           98        98           
=========================================
  Hits            98        98           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

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


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b69519...ec1f2b8. Read the comment docs.

@renovate renovate bot changed the title chore(deps): update dependency setuptools to v57.1.0 chore(deps): update all dependencies Jul 6, 2021
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from e7c64fb to 948a7d6 Compare July 20, 2021 17:42
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 3e0f71f to 80e85a4 Compare August 16, 2021 07:48
@weixu365 weixu365 merged commit 793b2a8 into master Oct 25, 2021
@weixu365 weixu365 deleted the renovate/all branch October 25, 2021 11:48
@github-actions
Copy link

github-actions bot commented Jun 7, 2022

🎉 This PR is included in version 1.2.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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants