Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#916
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Feb 5, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@fortawesome/fontawesome-free (source) 6.6.06.7.2 age confidence devDependencies minor
docker/login-action v3.3.0v3.7.0 age confidence action minor
docker/metadata-action v5.5.1v5.10.0 age confidence action minor
github.com/coreos/go-oidc/v3 v3.17.0v3.20.0 age confidence require minor
github.com/ergochat/irc-go v0.6.0v0.7.0 age confidence require minor
github.com/getkin/kin-openapi v0.131.0v0.146.0 age confidence require minor
github.com/go-ldap/ldap/v3 v3.4.12v3.4.14 age confidence require patch
github.com/oapi-codegen/runtime v1.1.1v1.6.0 age confidence require minor
github.com/urfave/cli/v3 v3.6.2v3.10.1 age confidence require minor
golang.org/x/oauth2 v0.35.0v0.36.0 age confidence require minor
golang.org/x/sys v0.41.0v0.47.0 age confidence require minor

Release Notes

FortAwesome/Font-Awesome (@​fortawesome/fontawesome-free)

v6.7.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

docker/login-action (docker/login-action)

v3.7.0

Compare Source

Full Changelog: docker/login-action@v3.6.0...v3.7.0

v3.6.0

Compare Source

Full Changelog: docker/login-action@v3.5.0...v3.6.0

v3.5.0

Compare Source

Full Changelog: docker/login-action@v3.4.0...v3.5.0

v3.4.0

Compare Source

Full Changelog: docker/login-action@v3.3.0...v3.4.0

docker/metadata-action (docker/metadata-action)

v5.10.0

Compare Source

Full Changelog: docker/metadata-action@v5.9.0...v5.10.0

v5.9.0

Compare Source

Full Changelog: docker/metadata-action@v5.8.0...v5.9.0

v5.8.0

Compare Source

Full Changelog: docker/metadata-action@v5.7.0...v5.8.0

v5.7.0

Compare Source

Full Changelog: docker/metadata-action@v5.6.1...v5.7.0

v5.6.1

Compare Source

Full Changelog: docker/metadata-action@v5.6.0...v5.6.1

v5.6.0

Compare Source

Full Changelog: docker/metadata-action@v5.5.1...v5.6.0

coreos/go-oidc (github.com/coreos/go-oidc/v3)

v3.20.0

Compare Source

What's Changed

Full Changelog: coreos/go-oidc@v3.19.0...v3.20.0

v3.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: coreos/go-oidc@v3.18.0...v3.19.0

v3.18.0

Compare Source

What's Changed

Full Changelog: coreos/go-oidc@v3.17.0...v3.18.0

ergochat/irc-go (github.com/ergochat/irc-go)

v0.7.0

Compare Source

irc-go v0.7.0 is a new tagged release. It includes enhancements to ircevent, our IRC client library. There are no API breaks relative to previous tagged versions.

Added
  • Added (*ircevent.Connection).MaxMessageLength() and FetchUserHost. MaxMessageLength can be used to compute the maximum length of a PRIVMSG or NOTICE message that can be sent to a target without truncation. By default, the initial invocation of MaxMessageLength returns a safe default value until a more accurate measurement can be obtained; FetchUserHost can be enabled to perform this measurement eagerly on each connection, at the cost of sending an additional command. (#​114, #​123, thanks @​lollipopman!)
  • Added (*ircevent.Connection).SendBatch, SendBatchWithLabel, and GetLabeledResponseForBatch. These are APIs for sending a compliant IRCv3 client-initiated batch, for example with the multiline extension. (#​106, #​119)
  • Added (*ircevent.Connection).AddRawCallback, an API for adding callbacks that take in the unparsed IRC line, without filtering on the command. This can be used to implement programmatic debug logs, or catch-all handling of otherwise unhandled commands. (#​76, #​116, thanks @​jcjordyn130!)
Security
  • ircevent is now more resilient to malicious BATCH responses from servers, including excessively large or deep batches. (*ircevent.Connection).MaxTotalBatchSize was added to limit the total size of buffered batch data; it defaults to 8 MiB when unset. (#​118, #​122)
Changed
  • Shortened the timeout for GetLabeledResponse (now approximately 1 minute by default) (#​124)
getkin/kin-openapi (github.com/getkin/kin-openapi)

v0.146.0

Compare Source

What's Changed

Full Changelog: getkin/kin-openapi@v0.145.0...v0.146.0

v0.145.0

Compare Source

What's Changed

Full Changelog: getkin/kin-openapi@v0.144.0...v0.145.0

v0.144.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.143.0...v0.144.0

v0.143.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.142.0...v0.143.0

v0.142.0

Compare Source

What's Changed

Full Changelog: getkin/kin-openapi@v0.141.0...v0.142.0

v0.141.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.140.0...v0.141.0

v0.140.0

Compare Source

What's Changed

Full Changelog: getkin/kin-openapi@v0.139.0...v0.140.0

v0.139.0

Compare Source

What's Changed

Full Changelog: getkin/kin-openapi@v0.138.0...v0.139.0

v0.138.0

Compare Source

What's Changed

Full Changelog: getkin/kin-openapi@v0.137.0...v0.138.0

v0.137.0

Compare Source

What's Changed

Full Changelog: getkin/kin-openapi@v0.136.0...v0.137.0

v0.136.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.135.0...v0.136.0

v0.135.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.134.0...v0.135.0

v0.134.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.133.0...v0.134.0

v0.133.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.132.0...v0.133.0

v0.132.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.131.0...v0.132.0

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

v3.4.14

Compare Source

I want to thank everyone who contributed in the recents months. Compared to last year, the number of activities and PRs (including open ones) has increased dramatically. I would like to thank everyone who contributed to the project.

Personal note: Please keep in mind that this project is not funded or supported by a large company or similar organization. We work on the library in our free time after work. I appreciate your support, but please keep this in mind (including with other open-source projects).

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, 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 9195c39 to 21d4747 Compare February 5, 2025 12:50
@renovate

renovate Bot commented Feb 5, 2025

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm warn Unknown project config "shamefully-flatten". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: convos@8.7.0
npm error Found: @sveltejs/vite-plugin-svelte@5.0.3
npm error node_modules/@sveltejs/vite-plugin-svelte
npm error   dev @sveltejs/vite-plugin-svelte@"^3.0.0" from the root project
npm error   peer @sveltejs/vite-plugin-svelte@"^5.0.0" from @sveltejs/vite-plugin-svelte-inspector@4.0.1
npm error   node_modules/@sveltejs/vite-plugin-svelte/node_modules/@sveltejs/vite-plugin-svelte-inspector
npm error     @sveltejs/vite-plugin-svelte-inspector@"^4.0.1" from @sveltejs/vite-plugin-svelte@5.0.3
npm error
npm error Could not resolve dependency:
npm error dev @sveltejs/vite-plugin-svelte@"^3.0.0" from the root project
npm error
npm error Conflicting peer dependency: vite@5.4.21
npm error node_modules/vite
npm error   peer vite@"^5.0.0" from @sveltejs/vite-plugin-svelte@3.1.2
npm error   node_modules/@sveltejs/vite-plugin-svelte
npm error     dev @sveltejs/vite-plugin-svelte@"^3.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-08-10T00_45_59_097Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-08-10T00_45_59_097Z-debug-0.log

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 21d4747 to 1f7f131 Compare February 26, 2025 19:09
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 1f7f131 to b9a914f Compare March 14, 2025 11:51
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b12766f to a2e60e5 Compare August 4, 2025 14:44
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from a2e60e5 to 480e4be Compare September 29, 2025 11:08
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 480e4be to fa0ad56 Compare November 4, 2025 20:52
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from fa0ad56 to 0b4cbc1 Compare November 27, 2025 16:08
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 0b4cbc1 to 63e6a8c Compare January 28, 2026 15:44
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 63e6a8c to 845e7d7 Compare April 2, 2026 19:50
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Apr 2, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from aaed532 to b91885e Compare April 9, 2026 21:46
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e41db60 to 6065654 Compare April 25, 2026 13:24
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 99e8973 to 0c6367a Compare May 1, 2026 19:59
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0a7b984 to 9dfdc55 Compare May 8, 2026 12:39
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1973b24 to a65926b Compare May 30, 2026 04:50
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 032d1e2 to c7d3ba4 Compare June 8, 2026 19:07
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 739bce6 to 77d96d6 Compare June 14, 2026 14:11
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 63f0127 to 471e728 Compare June 20, 2026 08:34
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 290361e to 6f95a1e Compare July 3, 2026 21:48
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 61de439 to d8cf981 Compare July 13, 2026 02:49
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e69b68a to 9c12641 Compare July 16, 2026 02:06
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