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

ci: bump the actions-dependencies group across 1 directory with 5 updates #78

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2024

Bumps the actions-dependencies group with 5 updates in the / directory:

Package From To
actions/checkout 4.2.1 4.2.2
sandialabs/sansmic 951ebbd277e18b0a5b88a4e67535e262bc59f979 7952e59342a8c8d1c8ad833121049bac58277167
python-semantic-release/python-semantic-release 9.11.1 9.12.0
actions/dependency-review-action 4.3.5 4.4.0
actions/setup-python 5.2.0 5.3.0

Updates actions/checkout from 4.2.1 to 4.2.2

Release notes

Sourced from actions/checkout's releases.

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

... (truncated)

Commits

Updates sandialabs/sansmic from 951ebbd to 7952e59

Changelog

Sourced from sandialabs/sansmic's changelog.

CHANGELOG

v1.0.3 (2024-10-23)

Refactoring

  • refactor(cpp): abstract out a BaseModel class for API clarity (#71)

  • refactor: change the way logging is done, make output directories more explicit (not enforced yet)

  • refactor: modify logging output formats

  • refactor: move certain elements out of Model into a BaseModel

  • ci: Check output of a continuous release process

  • ci: modify semantic-release pr requests to choose between release and chore

  • refactor(version): move location of version number to avoid circular imports

  • refactor(test): fix test to match refactor of license and copyright text names

  • ci(test): Test using re-usable workflow for testing

  • ci(test): update test workflows to use same reusable workflow underneath

  • ci(test): create separate tests for each of the OSes

  • ci(testsuite): change titles of os-specific workflows for brevity (926fa56)

Unknown

  • Merge branch 'main' into staging

Signed-off-by: David Hart [email protected] (9416c06)

v1.0.2 (2024-10-17)

v1.0.1 (2024-10-12)

Bug Fixes

  • fix: change workflows for proper execution (c4ea2f4)

  • fix: semantic release workflow syntax errors (9f7d215)

  • fix: test semantic release and conventional commits (54423b1)

... (truncated)

Commits
  • 7952e59 ci: chang names again
  • a41826e ci: update names and change triggers
  • 2ed0678 build: bump the python-dependencies group across 1 directory with 3 updates (...
  • c23bd17 ci: bump the actions-dependencies group across 1 directory with 2 updates (#67)
  • 8fa50e7 release: Merge into main and create tag as v1.0.3 (#72)
  • b24e801 chore: Merge non-code changes into main (#69)
  • See full diff in compare view

Updates python-semantic-release/python-semantic-release from 9.11.1 to 9.12.0

Release notes

Sourced from python-semantic-release/python-semantic-release's releases.

v9.12.0 (2024-10-18)

Features

  • changelog: add autofit_text_width filter to template environment (#1062, 83e4b86)

Bug Fixes

  • changelog: ignore commit exclusion when a commit causes a version bump (e8f886e)

  • parser-angular: change Fixes commit type heading to Bug Fixes (#1064, 09e3a4d)

  • parser-emoji: enable the default bump level option (bc27995)

Documentation

  • changelog-templates: add definition & usage of autofit_text_width template filter (#1062, 83e4b86)

  • commit-parsers: add deprecation message for the tag parser (af94540)

  • configuration: add deprecation message for the tag parser (a83b7e4)


Detailed Changes: v9.11.1...v9.12.0

Changelog

Sourced from python-semantic-release/python-semantic-release's changelog.

CHANGELOG

v9.12.0 (2024-10-18)

Bug Fixes

  • fix(parser-emoji): enable the default bump level option (bc27995)

  • fix(changelog): ignore commit exclusion when a commit causes a version bump (e8f886e)

  • fix(parser-angular): change Fixes commit type heading to Bug Fixes (#1064)

  • test(fixtures): update expected changelog heading to Bug Fixes

  • test(unit): update expected changelog heading to Bug Fixes (09e3a4d)

Documentation

  • docs(configuration): add deprecation message for the tag parser (a83b7e4)

  • docs(commit-parsers): add deprecation message for the tag parser (af94540)

Features

  • feat(changelog): add autofit_text_width filter to template environment (#1062)

This change adds an equivalent style formatter that can apply a text alignment to a maximum width and also maintain an indent over paragraphs of text

  • docs(changelog-templates): add definition & usage of autofit_text_width template filter

  • test(changelog-context): add test cases to check autofit_text_width filter use (83e4b86)

v9.11.1 (2024-10-15)

Bug Fixes

  • fix(changelog): prevent custom template errors when components are in hidden folders (#1060) (a7614b0)

v9.11.0 (2024-10-12)

Features

  • feat(changelog): add default changelog template in reStructuredText format (#1055)

  • test(fixtures): update repo generation to create rst & md changelogs

... (truncated)

Commits
  • c1bcfdb 9.12.0
  • 83e4b86 feat(changelog): add autofit_text_width filter to template environment (#1...
  • d2c153a test: remove tag parser related test code
  • f0aa5f9 test(fixtures): remove tag parser related fixtures
  • a83b7e4 docs(configuration): add deprecation message for the tag parser
  • af94540 docs(commit-parsers): add deprecation message for the tag parser
  • e9dd7ce chore(config): deprecate legacy tag parser w/ configuration warning
  • df74202 refactor(cli): declutter logger output from redutant data
  • bf66e45 refactor(parser-tag): improve readability of log messages
  • fd381d4 refactor(parser-scipy): improve readability of log messages
  • Additional commits viewable in compare view

Updates actions/dependency-review-action from 4.3.5 to 4.4.0

Release notes

Sourced from actions/dependency-review-action's releases.

v4.4.0

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.5...v4.4.0

Commits

Updates actions/setup-python from 5.2.0 to 5.3.0

Release notes

Sourced from actions/setup-python's releases.

v5.3.0

What's Changed

Bug Fixes:

Enhancements:

New Contributors

Full Changelog: actions/setup-python@v5...v5.3.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Bumps the actions-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.2.1` | `4.2.2` |
| [sandialabs/sansmic](https://github.com/sandialabs/sansmic) | `951ebbd277e18b0a5b88a4e67535e262bc59f979` | `7952e59342a8c8d1c8ad833121049bac58277167` |
| [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) | `9.11.1` | `9.12.0` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.3.5` | `4.4.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `5.2.0` | `5.3.0` |



Updates `actions/checkout` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@eef6144...11bd719)

Updates `sandialabs/sansmic` from 951ebbd to 7952e59
- [Release notes](https://github.com/sandialabs/sansmic/releases)
- [Changelog](https://github.com/sandialabs/sansmic/blob/main/CHANGELOG.md)
- [Commits](951ebbd...7952e59)

Updates `python-semantic-release/python-semantic-release` from 9.11.1 to 9.12.0
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](python-semantic-release/python-semantic-release@v9.11.1...c1bcfdb)

Updates `actions/dependency-review-action` from 4.3.5 to 4.4.0
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@a6993e2...4081bf9)

Updates `actions/setup-python` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@f677139...0b93645)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-dependencies
- dependency-name: sandialabs/sansmic
  dependency-type: direct:production
  dependency-group: actions-dependencies
- dependency-name: python-semantic-release/python-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-dependencies
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-dependencies
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 29, 2024
@dbhart dbhart merged commit fe93962 into main Oct 29, 2024
5 of 6 checks passed
@dbhart dbhart deleted the dependabot/github_actions/actions-dependencies-cbf0b25bc4 branch October 29, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant