-
Notifications
You must be signed in to change notification settings - Fork 55
chore: update go packages #257
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
base: main
Are you sure you want to change the base?
Conversation
12eae98 to
e6572b6
Compare
e6572b6 to
065e11c
Compare
065e11c to
b8f9468
Compare
b8f9468 to
c0ba848
Compare
c0ba848 to
7cde6c8
Compare
7cde6c8 to
3196078
Compare
3196078 to
28af539
Compare
28af539 to
58dc94c
Compare
58dc94c to
eda68c5
Compare
790b179 to
f8699d3
Compare
f8699d3 to
524cda5
Compare
524cda5 to
f0f5673
Compare
f0f5673 to
8a8a5d7
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
8a8a5d7 to
3b3ba1c
Compare
3b3ba1c to
0c108e4
Compare
|
0c108e4 to
6991973
Compare
6991973 to
af00962
Compare
af00962 to
97cf598
Compare
97cf598 to
db7aee1
Compare
db7aee1 to
2c946d4
Compare
2c946d4 to
9623061
Compare
9623061 to
b4fac13
Compare
47525b6 to
5ffe98c
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
5ffe98c to
6bd85ed
Compare
Update Request | Renovate Bot
This PR contains the following updates:
v0.4.1->v0.7.0v1.8.0->v1.10.1v1.8.4->v1.11.1v0.6.0->v0.18.0Release Notes
golangci/misspell (github.com/golangci/misspell)
v0.7.0Compare Source
Changelog
e78f9b6fix: remove analyzes (#34)b17c2ccdocs: add link to dictionaries9f366e3feat: add new misspellings (#33)2b94838chore: new generator (#32)dda27aadocs: fix typos5800908docs: update referencesa0ca3ddtests: all dicts sorted2a80c07fix: word inconsistencies (#30)6ebbbd9chore: lintingfba1c44chore: split words list9ae9ff8chore: switch to main983f9a6chore: update linter9801fd6chore: minor fixes to install-misspell.sh and typo in readme (#26)d8e3a6cchore: update linter7082d00fix: CI5575515fix: installation script with curl 8.8.0v0.6.0Compare Source
Changelog
528d713feat: add pre-commit hook config (#19)v0.5.2Compare Source
Changelog
8e11bcafix: install script and release assetsv0.5.1Compare Source
Changelog
f33d7fdfix: improve host name detectionb5ecf9achore: refactor main function79edc0fchore: format commentsv0.5.0Compare Source
Changelog
913a8c3feat: add option for user defined dictionaryd73f40edocs: typo typosc58ee5cchore: update linter4a5584dfix: panic with csv and SQLite formatfd7b9c1dev: fix data race in TestCheckReplace (#5)201b6e6chore: linting2cc38acchore: update Go, linter, and clean8aceb42dev: fix govet, nestif lint issues (#6)39b4324docs: fix documentation about source/mode885fec0docs: fix documentation about source/mode9304602chore: update linterb320085docs: fix typo in README (#7)349f09bchore: update Go, linter, and cleanc5297e1doc: fix typos (#2)5b63375doc: update readmespf13/cobra (github.com/spf13/cobra)
v1.10.1Compare Source
🐛 Fix
v1.0.9 of pflags brought back
ParseErrorsWhitelistand marked it as deprecatedFull Changelog: spf13/cobra@v1.10.0...v1.10.1
v1.10.0Compare Source
What's Changed
🚨 Attention!
This version of
pflagcarried a breaking change: it renamedParseErrorsWhitelisttoParseErrorsAllowlistwhich can break builds if bothpflagandcobraare dependencies in your project.pflag andcobra, upgradepflagto 1.0.8 andcobrato1.10.0`pflagv1.0.9 which keeps the deprecatedParseErrorsWhitelistMore details can be found here: #2303 (comment)
✨ Features
🐛 Fix
🪠 Testing
📝 Docs
New Contributors
Full Changelog: spf13/cobra@v1.9.1...v1.9.2
v1.9.1Compare Source
🐛 Fixes
Full Changelog: spf13/cobra@v1.9.0...v1.9.1
v1.9.0Compare Source
✨ Features
🐛 Fixes
🤖 Completions
🧪 Testing
✍🏼 Documentation
🔧 Dependency upgrades
pflagdependencies for v1.9.0 by @jpmcb in #2233Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!
👋🏼 New Contributors
Full Changelog: spf13/cobra@v1.8.1...v1.9.0
v1.8.1Compare Source
✨ Features
🐛 Bug fixes
🔧 Maintenance
🧪 Testing & CI/CD
✏️ Documentation
New Contributors
Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍
Full Changelog: spf13/cobra@v1.8.0...v1.8.1
stretchr/testify (github.com/stretchr/testify)
v1.11.1Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
v1.11.0Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.10.0...v1.11.0
v1.10.0Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
v1.9.0Compare Source
What's Changed
Calledby @aud10slave in #631Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.