Skip to content

Commit 578b9a6

Browse files
authored
Merge branch 'arduino:master' into master
2 parents 4f00b3e + a86947b commit 578b9a6

File tree

18 files changed

+61
-63
lines changed

18 files changed

+61
-63
lines changed

.github/workflows/check-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
version: 3.x
115115

116116
- name: golangci-lint
117-
uses: golangci/golangci-lint-action@v8
117+
uses: golangci/golangci-lint-action@v9
118118
with:
119119
version: v2.1.0
120120

.licenses/NOTICE.arduino-cli

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17210,7 +17210,7 @@ THE SOFTWARE.
1721017210
The project is licensed under the [MIT License](LICENSE).
1721117211

1721217212
*****
17213-
github.com/gofrs/uuid/v5@v5.3.2
17213+
github.com/gofrs/uuid/v5@v5.4.0
1721417214

1721517215
Copyright (C) 2013-2018 by Maxim Bublis <b@codemonkey.ru>
1721617216

@@ -24649,7 +24649,7 @@ rights granted to you under this License for this implementation of Go
2464924649
shall terminate as of the date such litigation is filed.
2465024650

2465124651
*****
24652-
golang.org/x/sys/execabs@v0.37.0
24652+
golang.org/x/sys/execabs@v0.38.0
2465324653

2465424654
Copyright 2009 The Go Authors.
2465524655

@@ -24705,7 +24705,7 @@ rights granted to you under this License for this implementation of Go
2470524705
shall terminate as of the date such litigation is filed.
2470624706

2470724707
*****
24708-
golang.org/x/sys/unix@v0.37.0
24708+
golang.org/x/sys/unix@v0.38.0
2470924709

2471024710
Copyright 2009 The Go Authors.
2471124711

@@ -24761,7 +24761,7 @@ rights granted to you under this License for this implementation of Go
2476124761
shall terminate as of the date such litigation is filed.
2476224762

2476324763
*****
24764-
golang.org/x/term@v0.36.0
24764+
golang.org/x/term@v0.37.0
2476524765

2476624766
Copyright 2009 The Go Authors.
2476724767

@@ -24817,7 +24817,7 @@ rights granted to you under this License for this implementation of Go
2481724817
shall terminate as of the date such litigation is filed.
2481824818

2481924819
*****
24820-
golang.org/x/text/encoding@v0.30.0
24820+
golang.org/x/text/encoding@v0.31.0
2482124821

2482224822
Copyright 2009 The Go Authors.
2482324823

@@ -24873,7 +24873,7 @@ rights granted to you under this License for this implementation of Go
2487324873
shall terminate as of the date such litigation is filed.
2487424874

2487524875
*****
24876-
golang.org/x/text/encoding/internal@v0.30.0
24876+
golang.org/x/text/encoding/internal@v0.31.0
2487724877

2487824878
Copyright 2009 The Go Authors.
2487924879

@@ -24929,7 +24929,7 @@ rights granted to you under this License for this implementation of Go
2492924929
shall terminate as of the date such litigation is filed.
2493024930

2493124931
*****
24932-
golang.org/x/text/encoding/internal/identifier@v0.30.0
24932+
golang.org/x/text/encoding/internal/identifier@v0.31.0
2493324933

2493424934
Copyright 2009 The Go Authors.
2493524935

@@ -24985,7 +24985,7 @@ rights granted to you under this License for this implementation of Go
2498524985
shall terminate as of the date such litigation is filed.
2498624986

2498724987
*****
24988-
golang.org/x/text/encoding/unicode@v0.30.0
24988+
golang.org/x/text/encoding/unicode@v0.31.0
2498924989

2499024990
Copyright 2009 The Go Authors.
2499124991

@@ -25041,7 +25041,7 @@ rights granted to you under this License for this implementation of Go
2504125041
shall terminate as of the date such litigation is filed.
2504225042

2504325043
*****
25044-
golang.org/x/text/internal/utf8internal@v0.30.0
25044+
golang.org/x/text/internal/utf8internal@v0.31.0
2504525045

2504625046
Copyright 2009 The Go Authors.
2504725047

@@ -25097,7 +25097,7 @@ rights granted to you under this License for this implementation of Go
2509725097
shall terminate as of the date such litigation is filed.
2509825098

2509925099
*****
25100-
golang.org/x/text/runes@v0.30.0
25100+
golang.org/x/text/runes@v0.31.0
2510125101

2510225102
Copyright 2009 The Go Authors.
2510325103

.licenses/go/github.com/gofrs/uuid/v5.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/gofrs/uuid/v5
3-
version: v5.3.2
3+
version: v5.4.0
44
type: go
55
summary: Package uuid provides implementations of the Universally Unique Identifier
66
(UUID), as specified in RFC-9562 (formerly RFC-4122).

.licenses/go/golang.org/x/sys/execabs.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/sys/execabs
3-
version: v0.37.0
3+
version: v0.38.0
44
type: go
55
summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups
66
to find absolute paths.
77
homepage: https://pkg.go.dev/golang.org/x/sys/execabs
88
license: other
99
licenses:
10-
- sources: sys@v0.37.0/LICENSE
10+
- sources: sys@v0.38.0/LICENSE
1111
text: |
1212
Copyright 2009 The Go Authors.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: sys@v0.37.0/PATENTS
39+
- sources: sys@v0.38.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/go/golang.org/x/sys/unix.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/sys/unix
3-
version: v0.37.0
3+
version: v0.38.0
44
type: go
55
summary: Package unix contains an interface to the low-level operating system primitives.
66
homepage: https://pkg.go.dev/golang.org/x/sys/unix
77
license: bsd-3-clause
88
licenses:
9-
- sources: sys@v0.37.0/LICENSE
9+
- sources: sys@v0.38.0/LICENSE
1010
text: |
1111
Copyright 2009 The Go Authors.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: sys@v0.37.0/PATENTS
38+
- sources: sys@v0.38.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/go/golang.org/x/term.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: golang.org/x/term
3-
version: v0.36.0
3+
version: v0.37.0
44
type: go
55
summary: Package term provides support functions for dealing with terminals, as commonly
66
found on UNIX systems.

.licenses/go/golang.org/x/text/encoding.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/text/encoding
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package encoding defines an interface for character encodings, such as Shift
66
JIS and Windows 1252, that can convert to and from UTF-8.
77
homepage: https://pkg.go.dev/golang.org/x/text/encoding
88
license: other
99
licenses:
10-
- sources: text@v0.30.0/LICENSE
10+
- sources: text@v0.31.0/LICENSE
1111
text: |
1212
Copyright 2009 The Go Authors.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: text@v0.30.0/PATENTS
39+
- sources: text@v0.31.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/go/golang.org/x/text/encoding/internal.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/text/encoding/internal
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package internal contains code that is shared among encoding implementations.
66
homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal
77
license: other
88
licenses:
9-
- sources: text@v0.30.0/LICENSE
9+
- sources: text@v0.31.0/LICENSE
1010
text: |
1111
Copyright 2009 The Go Authors.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: text@v0.30.0/PATENTS
38+
- sources: text@v0.31.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/go/golang.org/x/text/encoding/internal/identifier.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: golang.org/x/text/encoding/internal/identifier
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package identifier defines the contract between implementations of Encoding
66
and Index by defining identifiers that uniquely identify standardized coded character
@@ -10,7 +10,7 @@ summary: Package identifier defines the contract between implementations of Enco
1010
homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal/identifier
1111
license: other
1212
licenses:
13-
- sources: text@v0.30.0/LICENSE
13+
- sources: text@v0.31.0/LICENSE
1414
text: |
1515
Copyright 2009 The Go Authors.
1616
@@ -39,7 +39,7 @@ licenses:
3939
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4040
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4141
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42-
- sources: text@v0.30.0/PATENTS
42+
- sources: text@v0.31.0/PATENTS
4343
text: |
4444
Additional IP Rights Grant (Patents)
4545

.licenses/go/golang.org/x/text/encoding/unicode.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/text/encoding/unicode
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package unicode provides Unicode encodings such as UTF-16.
66
homepage: https://pkg.go.dev/golang.org/x/text/encoding/unicode
77
license: other
88
licenses:
9-
- sources: text@v0.30.0/LICENSE
9+
- sources: text@v0.31.0/LICENSE
1010
text: |
1111
Copyright 2009 The Go Authors.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: text@v0.30.0/PATENTS
38+
- sources: text@v0.31.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

0 commit comments

Comments
 (0)