Chores
-
chore(deps): Bump the github-actions-dependencies group with 4 updates (
d01c0f2
)Bumps the github-actions-dependencies group with 4 updates: step-security/harden-runner, github/codeql-action, actions/upload-artifact and python-semantic-release/python-semantic-release.
Updates
step-security/harden-runner
from 2.10.2 to 2.10.3Updates
github/codeql-action
from 3.28.0 to 3.28.1Updates
actions/upload-artifact
from 4.5.0 to 4.6.0Updates
python-semantic-release/python-semantic-release
from 9.15.2 to 9.16.1
updated-dependencies:
- dependency-name: step-security/harden-runner
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies - dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies - dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-dependencies - dependency-name: python-semantic-release/python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] [email protected]
- dependency-name: step-security/harden-runner
-
chore(deps): Bump the github-actions-dependencies group with 3 updates (
a741d05
)Bumps the github-actions-dependencies group with 3 updates: github/codeql-action, codecov/codecov-action and actions/upload-artifact.
Updates
github/codeql-action
from 3.27.9 to 3.28.0Updates
codecov/codecov-action
from 5.1.1 to 5.1.2Updates
actions/upload-artifact
from 4.4.3 to 4.5.0
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-dependencies - dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies - dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] [email protected]
- dependency-name: github/codeql-action
-
chore(deps): Bump the github-actions-dependencies group with 2 updates (
1bd8ed3
)Bumps the github-actions-dependencies group with 2 updates: github/codeql-action and python-semantic-release/python-semantic-release.
Updates
github/codeql-action
from 3.27.6 to 3.27.9Updates
python-semantic-release/python-semantic-release
from 9.15.1 to 9.15.2
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies - dependency-name: python-semantic-release/python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] [email protected]
- dependency-name: github/codeql-action
-
chore(deps): Bump the github-actions-dependencies group with 4 updates (
40bbae7
)Bumps the github-actions-dependencies group with 4 updates: github/codeql-action, codecov/codecov-action, python-semantic-release/python-semantic-release and pypa/gh-action-pypi-publish.
Updates
github/codeql-action
from 3.27.5 to 3.27.6Updates
codecov/codecov-action
from 5.0.7 to 5.1.1Updates
python-semantic-release/python-semantic-release
from 9.15.0 to 9.15.1Updates
pypa/gh-action-pypi-publish
from 1.12.2 to 1.12.3
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies - dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-dependencies - dependency-name: python-semantic-release/python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies - dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] [email protected]
- dependency-name: github/codeql-action
-
chore(deps): Bump python-semantic-release/python-semantic-release (
5c005ea
)Bumps the github-actions-dependencies group with 1 update: python-semantic-release/python-semantic-release.
Updates
python-semantic-release/python-semantic-release
from 9.14.0 to 9.15.0
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] [email protected]
- dependency-name: python-semantic-release/python-semantic-release
Continuous integration
-
ci: pre-commit auto-update (
c73b73b
)updates:
-
ci: pre-commit auto-update (
11e8152
)updates:
-
ci: pre-commit auto-update (
c776d35
)updates:
-
ci: pre-commit auto-update (
0e8435a
)updates:
-
ci: pre-commit auto-update (
663563a
)updates:
Refactoring
-
refactor!: Rename trace module (
105318d
)Ruff A005 detected that the
trace
module was shadowing a built-in. We
should've noticed this years ago. This commit renames it and the
classes therein so there's no confusion between what's provided by
shell-logger
vs the standard library. It also improves the parity
between this module andstats_collectors
, which improves readability
and eases maintainability.Note that this is a (rather unfortunate) breaking change.
-
refactor: Fix issue from ruff-pre-commit update (
bd514f1
)