Andrey Ivlev
Andrey Ivlev
Warning when running `git up` ``` /opt/homebrew/Cellar/pygitup/2.3.0/libexec/lib/python3.12/site-packages/PyGitUp/gitup.py:27: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using...
More and more packages moving to ESM format and start using package subpath exports like this (example from lingui lib) ```json { "name": "@lingui/cli", "exports": { "./api": { "types": "./dist/api/index.d.ts",...