Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/check-mkdocs-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ jobs:
with:
python-version-file: pyproject.toml

- name: Install Poetry
run: pip install poetry

- name: Setup Node.js
uses: actions/setup-node@v5
with:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/check-prettier-formatting-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ on:
- "**.mkdn?"
- "**.ronn"
- "**.workbook"
# TOML
- "**/Cargo.lock"
- "**/Cargo.toml.orig"
- "**/Gopkg.lock"
- "**/Pipfile"
- "**/pdm.lock"
- "**.toml"
# YAML
- "**/.clang-format"
- "**/.clang-tidy"
Expand Down Expand Up @@ -187,6 +194,13 @@ on:
- "**.mkdn?"
- "**.ronn"
- "**.workbook"
# TOML
- "**/Cargo.lock"
- "**/Cargo.toml.orig"
- "**/Gopkg.lock"
- "**/Pipfile"
- "**/pdm.lock"
- "**.toml"
# YAML
- "**/.clang-format"
- "**/.clang-tidy"
Expand Down
15 changes: 9 additions & 6 deletions .github/workflows/check-python-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
- "**/poetry.lock"
- "**/pyproject.toml"
- "**/setup.cfg"
- "go.mod"
- "go.sum"
- "Taskfile.ya?ml"
- "**/tox.ini"
- "**.py"
Expand All @@ -21,6 +23,8 @@ on:
- "**/poetry.lock"
- "**/pyproject.toml"
- "**/setup.cfg"
- "go.mod"
- "go.sum"
- "Taskfile.ya?ml"
- "**/tox.ini"
- "**.py"
Expand Down Expand Up @@ -66,14 +70,16 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v5

- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod

- name: Install Python
uses: actions/setup-python@v6
with:
python-version-file: pyproject.toml

- name: Install Poetry
run: pip install poetry

- name: Install Task
uses: arduino/setup-task@v2
with:
Expand Down Expand Up @@ -102,9 +108,6 @@ jobs:
with:
python-version-file: pyproject.toml

- name: Install Poetry
run: pip install poetry

- name: Install Task
uses: arduino/setup-task@v2
with:
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,6 @@ jobs:
with:
python-version-file: pyproject.toml

- name: Install Poetry
run: |
python -m pip install --upgrade pip
python -m pip install poetry

- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version-file: package.json

- name: Install Task
uses: arduino/setup-task@v2
with:
Expand All @@ -92,7 +82,7 @@ jobs:
run: task docs:generate

- name: Install Python dependencies
run: poetry install --no-root
run: task poetry:install-deps

- name: Determine versioning parameters
id: determine-versioning
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/spell-check-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ jobs:
with:
python-version-file: pyproject.toml

- name: Install Poetry
run: pip install poetry

- name: Install Task
uses: arduino/setup-task@v2
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-go-integration-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ jobs:
with:
python-version-file: pyproject.toml

- name: Install Poetry
run: pip install poetry

- name: Install Task
uses: arduino/setup-task@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .licenses/arduino-lint/go/github.com/fatih/color.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/fatih/color
version: v1.15.0
version: v1.18.0
type: go
summary: Package color is an ANSI color package to output colorized or SGR defined
output to the standard output.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/magiconair/properties
version: v1.8.7
version: v1.8.10
type: go
summary: Package properties provides functions for reading and writing ISO-8859-1
and UTF-8 encoded .properties files and has support for recursive property expansion.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/mattn/go-colorable
version: v0.1.13
version: v0.1.14
type: go
summary:
homepage: https://pkg.go.dev/github.com/mattn/go-colorable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/pelletier/go-toml/v2
version: v2.1.0
version: v2.2.4
type: go
summary: Package toml is a library to read and write TOML documents.
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/pelletier/go-toml/v2/internal/characters
version: v2.1.0
version: v2.2.4
type: go
summary:
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/characters
license: mit
licenses:
- sources: v2@v2.1.0/LICENSE
- sources: v2@v2.2.4/LICENSE
text: |
The MIT License (MIT)

Expand All @@ -30,6 +30,6 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- sources: v2@v2.1.0/README.md
- sources: v2@v2.2.4/README.md
text: The MIT License (MIT). Read [LICENSE](LICENSE).
notices: []
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/pelletier/go-toml/v2/internal/danger
version: v2.1.0
version: v2.2.4
type: go
summary:
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/danger
license: mit
licenses:
- sources: v2@v2.1.0/LICENSE
- sources: v2@v2.2.4/LICENSE
text: |
The MIT License (MIT)

Expand All @@ -30,6 +30,6 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- sources: v2@v2.1.0/README.md
- sources: v2@v2.2.4/README.md
text: The MIT License (MIT). Read [LICENSE](LICENSE).
notices: []
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/pelletier/go-toml/v2/internal/tracker
version: v2.1.0
version: v2.2.4
type: go
summary:
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/tracker
license: mit
licenses:
- sources: v2@v2.1.0/LICENSE
- sources: v2@v2.2.4/LICENSE
text: |
The MIT License (MIT)

Expand All @@ -30,6 +30,6 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- sources: v2@v2.1.0/README.md
- sources: v2@v2.2.4/README.md
text: The MIT License (MIT). Read [LICENSE](LICENSE).
notices: []
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: github.com/pelletier/go-toml/v2/unstable
version: v2.1.0
version: v2.2.4
type: go
summary: Package unstable provides APIs that do not meet the backward compatibility
guarantees yet.
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/unstable
license: mit
licenses:
- sources: v2@v2.1.0/LICENSE
- sources: v2@v2.2.4/LICENSE
text: |
The MIT License (MIT)

Expand All @@ -31,6 +31,6 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- sources: v2@v2.1.0/README.md
- sources: v2@v2.2.4/README.md
text: The MIT License (MIT). Read [LICENSE](LICENSE).
notices: []
6 changes: 3 additions & 3 deletions .licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/argon2
version: v0.37.0
version: v0.41.0
type: go
summary: Package argon2 implements the key derivation function Argon2.
homepage: https://pkg.go.dev/golang.org/x/crypto/argon2
license: bsd-3-clause
licenses:
- sources: crypto@v0.37.0/LICENSE
- sources: crypto@v0.41.0/LICENSE
text: |
Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: crypto@v0.37.0/PATENTS
- sources: crypto@v0.41.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
6 changes: 3 additions & 3 deletions .licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/crypto/blake2b
version: v0.37.0
version: v0.41.0
type: go
summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693
and the extendable output function (XOF) BLAKE2Xb.
homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b
license: bsd-3-clause
licenses:
- sources: crypto@v0.37.0/LICENSE
- sources: crypto@v0.41.0/LICENSE
text: |
Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -36,7 +36,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: crypto@v0.37.0/PATENTS
- sources: crypto@v0.41.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/blowfish
version: v0.37.0
version: v0.41.0
type: go
summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish
license: bsd-3-clause
licenses:
- sources: crypto@v0.37.0/LICENSE
- sources: crypto@v0.41.0/LICENSE
text: |
Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: crypto@v0.37.0/PATENTS
- sources: crypto@v0.41.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
6 changes: 3 additions & 3 deletions .licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/cast5
version: v0.37.0
version: v0.41.0
type: go
summary: Package cast5 implements CAST5, as defined in RFC 2144.
homepage: https://pkg.go.dev/golang.org/x/crypto/cast5
license: bsd-3-clause
licenses:
- sources: crypto@v0.37.0/LICENSE
- sources: crypto@v0.41.0/LICENSE
text: |
Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: crypto@v0.37.0/PATENTS
- sources: crypto@v0.41.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: golang.org/x/crypto/curve25519
version: v0.37.0
version: v0.41.0
type: go
summary: Package curve25519 provides an implementation of the X25519 function, which
performs scalar multiplication on the elliptic curve known as Curve25519.
homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519
license: bsd-3-clause
licenses:
- sources: crypto@v0.37.0/LICENSE
- sources: crypto@v0.41.0/LICENSE
text: |
Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -36,7 +36,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: crypto@v0.37.0/PATENTS
- sources: crypto@v0.41.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Loading
Loading