-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump version & tooling (#53)
Bump tooling using npx npm-check-updates -u Add version bump with changie, so now it updates the package.json and task.json automatically on running changie merge.
- Loading branch information
1 parent
400b337
commit e604b49
Showing
12 changed files
with
84 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,20 +3,20 @@ | |
# https://aquaproj.github.io/ | ||
registries: | ||
- type: standard | ||
ref: v4.119.0 # renovate: depName=aquaproj/aqua-registry | ||
ref: v4.121.0 # renovate: depName=aquaproj/aqua-registry | ||
packages: | ||
- name: miniscruff/[email protected] | ||
- name: golang/[email protected] | ||
- name: direnv/[email protected] | ||
- name: magefile/[email protected] | ||
- name: charmbracelet/[email protected] | ||
- name: mvdan/[email protected] | ||
- name: golang.org/x/tools/[email protected] | ||
- name: golang.org/x/tools/gopls@gopls/v0.14.2 | ||
- name: golang/tools/[email protected] | ||
- name: golang/tools/[email protected] | ||
- name: golang/tools/[email protected] | ||
- name: golang/tools/[email protected] | ||
- name: golang/tools/[email protected] | ||
- name: anchore/syft@v0.100.0 | ||
- name: anchore/syft@v0.101.0 | ||
- name: thycotic/[email protected] | ||
- name: Schniz/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## v0.0.2 - 2024-01-16 | ||
|
||
### ⬆️ Dependencies | ||
|
||
- Update dependent libraries and go version. No user facing changes, just continued maintenance for improved security & stability. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.17.1 | ||
20.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
*logs | ||
*actions | ||
*notifications | ||
*tools | ||
plugins | ||
user_trunk.yaml | ||
user.yaml | ||
tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,23 +16,30 @@ actions: | |
- files: [go.mod] | ||
runtimes: | ||
enabled: | ||
- go@1.18.3 | ||
- node@16.14.2 | ||
- [email protected].3 | ||
- go@1.21.6 | ||
- node@20.11.0 | ||
- [email protected].8 | ||
lint: | ||
enabled: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- git-diff-check | ||
- gitleaks@8.15.0 | ||
- gofmt@1.16.7 | ||
- golangci-lint@1.50.1 | ||
- hadolint@2.10.0 | ||
- markdownlint@0.32.2 | ||
- prettier@2.7.1 | ||
- shellcheck@0.8.0 | ||
- shfmt@3.5.0 | ||
- taplo@release-taplo-cli-0.7.0 | ||
- yamllint@1.28.0 | ||
- gitleaks@8.18.1 | ||
- gofmt@1.20.4 | ||
- golangci-lint@1.55.2 | ||
- hadolint@2.12.0 | ||
- markdownlint@0.38.0 | ||
- prettier@3.2.2 | ||
- shellcheck@0.9.0 | ||
- shfmt@3.6.0 | ||
- taplo@0.8.1 | ||
- yamllint@1.33.0 | ||
threshold: | ||
- linters: [markdownlint] | ||
level: high | ||
|
@@ -50,9 +57,9 @@ lint: | |
- .changes/unreleased/*.yaml | ||
|
||
cli: | ||
version: 1.0.1 | ||
version: 1.19.0 | ||
plugins: | ||
sources: | ||
- id: trunk | ||
ref: v0.0.5 | ||
ref: v1.2.1 | ||
uri: https://github.com/trunk-io/plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters