Skip to content

fix(deps): update all non-major dependencies #1551

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@fullcalendar/core (source) 6.1.15 -> 6.1.17 age adoption passing confidence dependencies patch
@fullcalendar/daygrid (source) 6.1.15 -> 6.1.17 age adoption passing confidence dependencies patch
@fullcalendar/icalendar (source) 6.1.15 -> 6.1.17 age adoption passing confidence dependencies patch
@fullcalendar/list (source) 6.1.15 -> 6.1.17 age adoption passing confidence dependencies patch
@fullcalendar/timegrid (source) 6.1.15 -> 6.1.17 age adoption passing confidence dependencies patch
@typescript-eslint/eslint-plugin (source) 8.28.0 -> 8.32.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.28.0 -> 8.32.1 age adoption passing confidence devDependencies minor
chart.js (source) 4.4.8 -> 4.4.9 age adoption passing confidence dependencies patch
eslint-config-prettier 10.1.1 -> 10.1.5 age adoption passing confidence devDependencies patch
eslint-plugin-prettier 5.2.5 -> 5.4.0 age adoption passing confidence devDependencies minor
fullcalendar (source) 6.1.15 -> 6.1.17 age adoption passing confidence dependencies patch
github.com/crewjam/saml v0.4.14 -> v0.5.1 age adoption passing confidence require minor
github.com/dgraph-io/ristretto/v2 v2.1.0 -> v2.2.0 age adoption passing confidence require minor
github.com/getsentry/sentry-go v0.31.1 -> v0.32.0 age adoption passing confidence require minor
github.com/getsentry/sentry-go/gin v0.31.1 -> v0.32.0 age adoption passing confidence require minor
github.com/gin-contrib/gzip v1.2.2 -> v1.2.3 age adoption passing confidence require patch
github.com/go-gormigrate/gormigrate/v2 v2.1.3 -> v2.1.4 age adoption passing confidence require patch
github.com/go-ldap/ldap/v3 v3.4.10 -> v3.4.11 age adoption passing confidence require patch
github.com/go-sql-driver/mysql v1.9.1 -> v1.9.2 age adoption passing confidence require patch
github.com/meilisearch/meilisearch-go v0.31.0 -> v0.32.0 age adoption passing confidence require minor
github.com/prometheus/client_golang v1.21.1 -> v1.22.0 age adoption passing confidence require minor
github.com/shirou/gopsutil/v4 v4.25.2 -> v4.25.4 age adoption passing confidence require patch
github.com/spf13/viper v1.20.0 -> v1.20.1 age adoption passing confidence require patch
go (source) 1.24.1 -> 1.24.3 age adoption passing confidence toolchain patch
golang.org/x/crypto v0.36.0 -> v0.38.0 age adoption passing confidence require minor
golang.org/x/sync v0.12.0 -> v0.14.0 age adoption passing confidence require minor
google.golang.org/grpc v1.71.0 -> v1.72.0 age adoption passing confidence require minor
gorm.io/gorm v1.25.12 -> v1.26.1 age adoption passing confidence require minor
katex (source) 0.16.21 -> 0.16.22 age adoption passing confidence dependencies patch
typescript (source) 5.8.2 -> 5.8.3 age adoption passing confidence devDependencies patch
webpack 5.98.0 -> 5.99.8 age adoption passing confidence devDependencies minor

Release Notes

fullcalendar/fullcalendar (@​fullcalendar/core)

v6.1.17

Compare Source

  • fix: recurring event start/end time not updated when timezone changed (#​5273)
  • fix: nowIndicator not updated when timezone changed (#​5753)
  • fix: nowIndicator lags after returning to suspended tab (#​7806)
  • fix: "today" date does not update after current time crosses midnight (#​3783)
  • fix: day header 1 day behind with Luxon & timezone with midnight DST (#​7633)
  • fix: in timeline, incorrect navLink for granularities other than day/week (#​4931)
  • fix: validRange in multiMonth view does not render all the days (#​7287)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.32.1

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#​11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#​11180)
  • eslint-plugin: [no-deprecated] support computed member access (#​10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#​11194)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.32.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#​11075)
  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#​10182)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#​11098)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#​11005)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#​10907)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.31.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#​11081)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.31.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#​10979)
❤️ Thank You
  • Nicolas Le Cam

You can read about our versioning strategy and releases on our website.

v8.30.1

Compare Source

🩹 Fixes
  • eslint-plugin: fix mistake with eslintrc config generation (#​11072)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.30.0

Compare Source

🚀 Features
  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#​11032)
🩹 Fixes
  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#​10950)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.29.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#​10998)
❤️ Thank You
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

v8.29.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] create ignoreIfStatements option (#​11000)
🩹 Fixes
  • eslint-plugin: [no-array-constructor] remove optional chaining exemption (#​10963)
  • eslint-plugin: support arbitrary extensions in definition files (#​10957)
  • eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#​10981)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#​10993)
  • eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled (#​10961)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.32.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.32.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.31.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.31.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.30.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.30.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.29.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.29.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

chartjs/Chart.js (chart.js)

v4.4.9

Compare Source

Essential Links

Bugs Fixed

  • #​12057 fix: respect dataset clipping area when filling line charts

Documentation

Development

Thanks to @​LeeLenaleee, @​adrianbrs and @​joshkel

prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.5

Compare Source

Patch Changes

v10.1.4

Compare Source

Patch Changes

v10.1.3

Compare Source

Patch Changes

v10.1.2

Compare Source

Patch Changes
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.4.0

Compare Source

Minor Changes

v5.3.1

Compare Source

Patch Changes

v5.3.0

Compare Source

Minor Changes

v5.2.6

Compare Source

Patch Changes
crewjam/saml (github.com/crewjam/saml)

v0.5.1

Compare Source

v0.5.0

Compare Source

dgraph-io/ristretto (github.com/dgraph-io/ristretto/v2)

v2.2.0: Ristretto v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: hypermodeinc/ristretto@v2.1.0...v2.2.0

getsentry/sentry-go (github.com/getsentry/sentry-go)

v0.32.0: 0.32.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.32.0.

Breaking Changes
  • Bump the minimum Go version to 1.22. The supported versions are 1.22, 1.23 and 1.24. (#​967)
  • Setting any values on span.Extra has no effect anymore. Use SetData(name string, value interface{}) instead. (#​864)
Features
  • Add a MockTransport and MockScope. (#​972)
Bug Fixes
  • Fix writing *http.Request in the Logrus JSONFormatter. (#​955)
Misc
  • Transaction data attributes are now seralized as trace context data attributes, allowing you to query these attributes in the Trace Explorer.
gin-contrib/gzip (github.com/gin-contrib/gzip)

v1.2.3

Compare Source

Changelog

Enhancements
  • 3b246bb: chore: update dependencies to latest versions focused on security patches (@​appleboy)
Build process updates
go-gormigrate/gormigrate (github.com/go-gormigrate/gormigrate/v2)

v2.1.4

Compare Source

go-ldap/ldap (github.com/go-ldap/ldap/v3)

v3.4.11

Compare Source

What's Changed

New Contributors

Full Changelog: go-ldap/ldap@v3.4.10...v3.4.11

go-sql-driver/mysql (github.com/go-sql-driver/mysql)

v1.9.2

Compare Source

v1.9.2 is a re-release of v1.9.1 due to a release process issue; no changes were made to the content.

meilisearch/meilisearch-go (github.com/meilisearch/meilisearch-go)

v0.32.0: 🐹

Compare Source

No breaking changes, only new additions and enhancements

🚀 Enhancements

⚙️ Maintenance/misc

Thanks again to @​curquiza, and @​pratts! 🎉

v0.31.1

Compare Source

prometheus/client_golang (github.com/prometheus/client_golang)

v1.22.0: - 2025-04-07

Compare Source

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #​1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd5d62b to 61f067b Compare March 28, 2025 22:29
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.20.1 fix(deps): update all non-major dependencies Mar 28, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from b1ca233 to 9c0a594 Compare April 4, 2025 15:36
Copy link
Contributor Author

renovate bot commented Apr 4, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 13 additional dependencies were updated

Details:

Package Change
github.com/go-asn1-ber/asn1-ber v1.5.7 -> v1.5.8-0.20250403174932-29230038a667
github.com/bytedance/sonic v1.12.7 -> v1.13.2
github.com/bytedance/sonic/loader v0.2.2 -> v0.2.4
github.com/cloudwego/base64x v0.1.4 -> v0.1.5
github.com/golang-jwt/jwt/v4 v4.5.1 -> v4.5.2
github.com/klauspost/cpuid/v2 v2.2.9 -> v2.2.10
golang.org/x/arch v0.13.0 -> v0.15.0
github.com/beevik/etree v1.4.1 -> v1.5.0
github.com/go-playground/validator/v10 v10.24.0 -> v10.26.0
github.com/goccy/go-json v0.10.4 -> v0.10.5
golang.org/x/net v0.37.0 -> v0.38.0
golang.org/x/sys v0.31.0 -> v0.33.0
golang.org/x/text v0.23.0 -> v0.25.0
File name: runner/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/klauspost/compress v1.17.11 -> v1.18.0
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/sys v0.29.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250218202821-56aae31c358a
File name: worker/edge/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.22
github.com/klauspost/compress v1.17.11 -> v1.18.0
golang.org/x/sys v0.28.0 -> v0.30.0
google.golang.org/protobuf v1.36.1 -> v1.36.5
File name: worker/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/sys v0.29.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250218202821-56aae31c358a

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 5a278a8 to 3c96534 Compare April 10, 2025 11:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b636cb8 to 18f086b Compare April 16, 2025 03:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7598c35 to e5c307e Compare April 28, 2025 13:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from d73cdba to 40c9e1d Compare May 5, 2025 15:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 80092ca to a25735d Compare May 10, 2025 13:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a25735d to efdc574 Compare May 12, 2025 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants