Skip to content

Commit a3f957b

Browse files
authored
debt: Upgraded all dependencies to latest versions (#9)
- **debt:** Upgraded to [sixafter/[email protected]](https://github.com/sixafter/nanoid/releases/tag/v1.22.0). - **debt:** Upgraded all Go dependencies to the latest versions. - **debt:** Upgraded the CI pipeline to use the new GitHub Action for SonarQube Cloud analysis.
1 parent 2bd95ac commit a3f957b

File tree

5 files changed

+26
-11
lines changed

5 files changed

+26
-11
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
8282
key: ${{ runner.os }}-sonar
8383
restore-keys: ${{ runner.os }}-sonar-
8484

85-
# Ref: https://github.com/SonarSource/sonarcloud-github-action
85+
# Ref: https://github.com/SonarSource/sonarqube-scan-action
8686
- name: Scan with SonarCloud
87-
uses: sonarsource/sonarcloud-github-action@master
87+
uses: sonarsource/sonarqube-scan-action@v4
8888
with:
8989
projectBaseDir: ./
9090
env:

CHANGELOG/CHANGELOG-1.x.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@ Date format: `YYYY-MM-DD`
1717
### Fixed
1818
### Security
1919

20+
---
21+
## [1.6.0] - 2024-12-26
22+
23+
### Added
24+
### Changed
25+
- **debt:** Upgraded to [sixafter/[email protected]](https://github.com/sixafter/nanoid/releases/tag/v1.22.0).
26+
- **debt:** Upgraded all Go dependencies to the latest versions.
27+
- **debt:** Upgraded the CI pipeline to use the new GitHub Action for SonarQube Cloud analysis.
28+
29+
### Deprecated
30+
### Removed
31+
### Fixed
32+
### Security
33+
2034
---
2135
## [1.5.0] - 2024-12-07
2236

@@ -126,7 +140,8 @@ Date format: `YYYY-MM-DD`
126140
### Fixed
127141
### Security
128142

129-
[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.5.0...HEAD
143+
[Unreleased]: https://github.com/sixafter/nanoid-cli/compare/v1.6.0...HEAD
144+
[1.6.0]: https://github.com/sixafter/nanoid-cli/compare/v1.5.0...v1.6.0
130145
[1.5.0]: https://github.com/sixafter/nanoid-cli/compare/v1.4.1...v1.5.0
131146
[1.4.1]: https://github.com/sixafter/nanoid-cli/compare/v1.4.0...v1.4.1
132147
[1.4.0]: https://github.com/sixafter/nanoid-cli/compare/v1.3.0...v1.4.0

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23
44

55
require (
66
github.com/blang/semver/v4 v4.0.0
7-
github.com/sixafter/nanoid v1.21.0
7+
github.com/sixafter/nanoid v1.22.0
88
github.com/spf13/cobra v1.8.1
99
github.com/stretchr/testify v1.10.0
1010
)
@@ -14,7 +14,7 @@ require (
1414
github.com/inconshreveable/mousetrap v1.1.0 // indirect
1515
github.com/pmezard/go-difflib v1.0.0 // indirect
1616
github.com/spf13/pflag v1.0.5 // indirect
17-
golang.org/x/crypto v0.30.0 // indirect
17+
golang.org/x/crypto v0.31.0 // indirect
1818
golang.org/x/sys v0.28.0 // indirect
1919
gopkg.in/yaml.v3 v3.0.1 // indirect
2020
)

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLf
88
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
99
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
1010
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
11-
github.com/sixafter/nanoid v1.21.0 h1:SSl8NMiHCnejWxHvoZ89KsrxZ+4oMdeK3is8eHMg1YU=
12-
github.com/sixafter/nanoid v1.21.0/go.mod h1:7OQCO1l/zTwaxG42OJjzeu+RWOLKyB+I07Oc4sA8f6A=
11+
github.com/sixafter/nanoid v1.22.0 h1:BPN7F2pUV/9zJkolFun6WuOg1y9bbSKtrh4uJKpNdCo=
12+
github.com/sixafter/nanoid v1.22.0/go.mod h1:Trv3+hIre+8tSVxbVVJlHhxwZMd6CkHvkuxizSI8FgI=
1313
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
1414
github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y=
1515
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
1616
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
1717
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
1818
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
19-
golang.org/x/crypto v0.30.0 h1:RwoQn3GkWiMkzlX562cLB7OxWvjH1L8xutO2WoJcRoY=
20-
golang.org/x/crypto v0.30.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
19+
golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U=
20+
golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
2121
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f h1:XdNn9LlyWAhLVp6P/i8QYBW+hlyhrhei9uErw2B5GJo=
2222
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f/go.mod h1:D5SMRVC3C2/4+F/DB1wZsLRnSNimn2Sp/NPsCrsv8ak=
2323
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=

vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ github.com/inconshreveable/mousetrap
1010
# github.com/pmezard/go-difflib v1.0.0
1111
## explicit
1212
github.com/pmezard/go-difflib/difflib
13-
# github.com/sixafter/nanoid v1.21.0
13+
# github.com/sixafter/nanoid v1.22.0
1414
## explicit; go 1.23
1515
github.com/sixafter/nanoid
1616
github.com/sixafter/nanoid/x/crypto/prng
@@ -26,7 +26,7 @@ github.com/spf13/pflag
2626
## explicit; go 1.17
2727
github.com/stretchr/testify/assert
2828
github.com/stretchr/testify/assert/yaml
29-
# golang.org/x/crypto v0.30.0
29+
# golang.org/x/crypto v0.31.0
3030
## explicit; go 1.20
3131
golang.org/x/crypto/chacha20
3232
golang.org/x/crypto/internal/alias

0 commit comments

Comments
 (0)