c2cgeoportal
c2cgeoportal copied to clipboard
Update all minor versions (master) (minor)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
---|---|---|---|---|---|---|---|
@typescript-eslint/eslint-plugin (source) | 7.8.0 -> 7.11.0 |
dependencies | minor | ||||
@typescript-eslint/parser (source) | 7.8.0 -> 7.11.0 |
dependencies | minor | ||||
Babel (source) | 2.14.0 -> 2.15.0 |
dev-dependencies | minor | ||||
Pygments (changelog) | 2.17.2 -> 2.18.0 |
dependencies | minor | ||||
azure-storage-blob (source) | 12.19.1 -> 12.20.0 |
dependencies | minor | ||||
commander | 12.0.0 -> 12.1.0 |
dependencies | minor | ||||
ghcr.io/osgeo/gdal | ubuntu-small-3.8.5 -> ubuntu-small-3.9.0 |
final | minor | ||||
mapbox-vector-tile | 2.0.1 -> 2.1.0 |
dev-dependencies | minor | ||||
requests (source, changelog) | 2.31.0 -> 2.32.3 |
dependencies | minor | ||||
types-requests (changelog) | 2.31.0.20240406 -> 2.32.0.20240602 |
dev-dependencies | minor |
Release Notes
typescript-eslint/typescript-eslint (@βtypescript-eslint/eslint-plugin)
v7.11.0
π Features
- eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
π©Ή Fixes
- eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
β€οΈ Thank You
- Abraham Guo
- auvred
- Dom Armstrong
- Kirk Waiblinger
You can read about our versioning strategy and releases on our website.
v7.10.0
π Features
- eslint-plugin: [sort-type-constituents] support case sensitive sorting
π©Ή Fixes
- eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
β€οΈ Thank You
- auvred
- Emanuel Hoogeveen
- jsfm01
- Kirk Waiblinger
You can read about our versioning strategy and releases on our website.
v7.9.0
π©Ή Fixes
- eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
β€οΈ Thank You
- Kirk Waiblinger
- Sheetal Nandi
- Vinccool96
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@βtypescript-eslint/parser)
v7.11.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.10.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.9.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
python-babel/babel (Babel)
v2.15.0
Python version support
* Babel 2.15.0 will require Python 3.8 or newer. (:gh:`1048`)
Features
~~~~~~~~
* CLDR: Upgrade to CLDR 44 (:gh:`1071`) (@​akx)
* Dates: Support for the "fall back to short format" logic for time delta formatting (:gh:`1075`) (@​akx)
* Message: More versatile .po IO functions (:gh:`1068`) (@​akx)
* Numbers: Improved support for alternate spaces when parsing numbers (:gh:`1007`) (@​ronnix's first contribution)
Infrastructure
~~~~~~~~~~~~~~
* Upgrade GitHub Actions (:gh:`1054`) (@​cclauss's first contribution)
* The Unicode license is now included in `locale-data` and in the documentation (:gh:`1074`) (@​akx)
pygments/pygments (Pygments)
v2.18.0
(released May 4th, 2024)
-
New lexers:
-
Updated lexers:
- Awk: recognize ternary operator (#β2687)
- Bash: add
openrc
alias (#β2599, #β2371) - Coq: add keywords, lex more vernacular command arguments, produce fewer tokens on heading comments (#β2678)
- DNS zone files: Fix comment parsing (#β2595)
- Hy: Support unicode literals (#β1126)
- Inform6: Update to Inform 6.42 (#β2644)
- lean: Fix name handling (#β2614)
- Logtalk: add
uninstantiation
keyword and recognize escape sequences (#β2619) - Macaulay2: Update to 1.23 (#β2655)
- Python: fix highlighting of soft keywords before
None
/True
/False
- reStructuredText: use
Token.Comment
for comments instead ofComment.Preproc
(#β2598) - Rust: highlight
:
,::
and->
asPunctuation
and whitespace asWhitespace
, instead ofText
in both cases (#β2631) - Spice: Add keywords (#β2621)
- SQL Explain: allow negative numbers (#β2610)
- Swift: Support multiline strings (#β2681)
- ThingsDB: add constants and new functions; support template strings (#β2624)
- UL4: support nested
<?doc?>
and<?note?>
tags (#β2597) - VHDL: support multi-line comments of VHDL-2008 (#β2622)
- Wikitext: Remove
kk-*
invariant_langs
(#β2647) - Xtend: Add
val
andvar
(#β2602)
-
New styles:
- Coffee (#β2609)
-
Make background colors in the image formatter work with Pillow 10.0 (#β2623)
-
Require Python 3.8. As a result, the
importlib-metadata
package is no longer needed for fast plugin discovery on Python 3.7. Theplugins
extra (used as, e.g.,pip install pygments[plugins]
) is kept for backwards compatibility but now has no effect. (#β2601) -
Require the
url
attribute for lexers inside Pygments, add it to many lexers (#β2588) -
Replace Pyflakes linter with Ruff (#β2592)
-
Add macOS CI (#β2594)
-
Built-in lexers now declare the version of Pygments in which they were added in a required
version_added
lexer attribute, instead of a.. versionadded::
directive in the docstring (#β2589, #β2634) -
The
url
attribute is now required for built-in lexers and has been added to all existing lexers (#β2588) -
The RTF formatter supports line number and line highlighting now (#β1217, #β2654)
-
Register
pycon
as an alias for the Python console lexer (#β2697) -
Add MIME-Type for
DesktopLexer
(#β2613) -
Fix native style to meet WCAG AA guidelines (#β2600)
-
Fix typo in documentation (#β2672)
-
Use format strings consistently (#β2661)
-
Add
__class_getitem__
toFormatter
to improve typing support (#β2665)
Azure/azure-sdk-for-python (azure-storage-blob)
v12.20.0
12.20.0 (2024-05-07)
Features Added
- Stable release of features from 12.20.0b1
tilezen/mapbox-vector-tile (mapbox-vector-tile)
v2.1.0
- Drop the support for Python 3.8 and add the support for Python 3.12
- Update the minimum required version for
protobuf
- Replace Isort, Flake8 and Black by Ruff in the
.pre-commit-config.yaml
file - Use
prettier
pre-commit tool to prettify Markdown and Yaml files - Use
poetry-check
pre-commit tool to avoid incompatibilities betweenpoetry.lock
andpyproject.toml
psf/requests (requests)
v2.32.3
Bugfixes
- Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of HTTPAdapter. (#β6716)
- Fixed issue where Requests started failing to run on Python versions compiled
without the
ssl
module. (#β6724)
v2.32.2
Deprecations
-
To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, we've renamed
_get_connection
to a new public API,get_connection_with_tls_context
. Existing custom HTTPAdapters will need to migrate their code to use this new API.get_connection
is considered deprecated in all versions of Requests>=2.32.0.A minimal (2-line) example has been provided in the linked PR to ease migration, but we strongly urge users to evaluate if their custom adapter is subject to the same issue described in CVE-2024-35195. (#β6710)
v2.32.1
Bugfixes
- Add missing test certs to the sdist distributed on PyPI.
v2.32.0
Security
- Fixed an issue where setting
verify=False
on the first request from a Session will cause subsequent requests to the same origin to also ignore cert verification, regardless of the value ofverify
. (https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56)
Improvements
-
verify=True
now reuses a global SSLContext which should improve request time variance between first and subsequent requests. It should also minimize certificate load time on Windows systems when using a Python version built with OpenSSL 3.x. (#β6667) - Requests now supports optional use of character detection
(
chardet
orcharset_normalizer
) when repackaged or vendored. This enablespip
and other projects to minimize their vendoring surface area. TheResponse.text()
andapparent_encoding
APIs will default toutf-8
if neither library is present. (#β6702)
Bugfixes
- Fixed bug in length detection where emoji length was incorrectly calculated in the request content-length. (#β6589)
- Fixed deserialization bug in JSONDecodeError. (#β6629)
- Fixed bug where an extra leading
/
(path separator) could lead urllib3 to unnecessarily reparse the request URI. (#β6644)
Deprecations
- Requests has officially added support for CPython 3.12 (#β6503)
- Requests has officially added support for PyPy 3.9 and 3.10 (#β6641)
- Requests has officially dropped support for CPython 3.7 (#β6642)
- Requests has officially dropped support for PyPy 3.7 and 3.8 (#β6641)
Documentation
- Various typo fixes and doc improvements.
Packaging
- Requests has started adopting some modern packaging practices.
The source files for the projects (formerly
requests
) is now located insrc/requests
in the Requests sdist. (#β6506) - Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build system
using
hatchling
. This should not impact the average user, but extremely old versions of packaging utilities may have issues with the new packaging format.
Configuration
π Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR becomes conflicted, 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.