Statick-web

Latest version: v0.1.3

Safety actively analyzes 621309 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.3

Changed

- Updated publish workflow runner to Ubuntu 22.04 since 18.04 is removed. (58)

0.1.2

Added

- Ubuntu 22.04 used in continuous integration workflows.
- Python 3.11 used in continuous integration workflows.
- Adding code to handle specific nodejs thrown errors where needed. (55)

Changed

- Update GitHub Actions to use latest versions.

Fixed

- Ensuring that "Cannot find module" thrown errors from nodejs in markdownlint tool plugin cause statick to error. (55)
- Using different error types (`comment-no-empty` and `block-no-empty` instead of
`declaration-colon-after-space` and `block-opening-brace-space-before`)
in stylelint unit tests that will hopefully not be deprecated.
This fixes a unit test error in Statick tool plugins using recent versions of `stylelint`. (56)

Removed

- Ubuntu 18.04 removed from continuous integration workflows.
- Removed deprecated pypi package [codecov](https://github.com/codecov/codecov-python) from Tox configuration. (#56)
Discussion at: <https://community.codecov.com/t/codecov-yanked-from-pypi-all-versions/4259>.

0.1.1

Changed

- Updated tool plugins to match new structure introduced in sscpac/statick423.
- Update `inherits_from` usage in configuration file to match new list format.

Fixed

- Pin flake8<5 and pycodestyle<2.9.0 until <https://github.com/tholo/pytest-flake8/issues/87> is fixed.

0.1.0

Removed

- Drop support for Python 3.6 due to end-of-life of that distribution.
See <https://endoflife.date/python>.
To continue using Statick with Python 3.6 [pin the version](https://pip.pypa.io/en/stable/user_guide/)
used to the `0.0` tags.
An example is at the discussion at <https://github.com/sscpac/statick/discussions/376>.

0.0.7

Added

- Support for python 3.10 (Thomas Denewiler, tdenewiler, 36, 42).
- Weekly run of the unit tests.

Fixed

- Specifying an encoding when calling open (pylint: [W1514](https://pylint.pycqa.org/en/latest/technical_reference/features.html)).
- Updated stylelint configuration to work with v14 and newer, [migration guide](https://github.com/stylelint/stylelint/blob/14.0.0/docs/migration-guide/to-14.md).

Changed

- Switch codecov-action from v1 to v2 (Thomas Denewiler, tdenewiler, 38).

0.0.6

Changed

- Switch type hints from comment style to inline style.
- Renaming plugin directories to match Statick's directory structure.
- For testing with Actions, the installed version of Node was upgraded from v10 to v14.
Node v10 is no longer supported.
Node v14 is recommended by the developers as it is a long-term support (LTS) release.

Removed

- Remove testing support for Ubuntu 16.04 and Python 3.5.
There is no guarantee Statick will work in those environments any longer.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.