Skip to content

fix(deps): update all dependencies #181

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: master
Choose a base branch
from
Open

fix(deps): update all dependencies #181

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aptre/common 0.22.1 -> 0.22.5 age adoption passing confidence devDependencies patch
@aptre/protobuf-es-lite 0.4.8 -> 0.4.9 age adoption passing confidence resolutions patch
@aptre/protobuf-es-lite 0.4.8 -> 0.4.9 age adoption passing confidence dependencies patch
actions/dependency-review-action v4.6.0 -> v4.7.1 age adoption passing confidence action minor
actions/setup-go v5.4.0 -> v5.5.0 age adoption passing confidence action minor
github.com/aperturerobotics/common v0.22.3 -> v0.22.5 age adoption passing confidence require patch
github.com/aperturerobotics/controllerbus v0.50.0 -> v0.50.1 age adoption passing confidence require patch
github.com/aperturerobotics/starpc v0.38.0 -> v0.39.1 age adoption passing confidence require minor
github.com/sergi/go-diff v1.3.1 -> v1.4.0 age adoption passing confidence require minor
github/codeql-action v3.28.15 -> v3.29.0 age adoption passing confidence action minor
go (source) 1.24.2 -> 1.24.4 age adoption passing confidence toolchain patch
golang.org/x/mod v0.24.0 -> v0.25.0 age adoption passing confidence require minor
golang.org/x/tools v0.32.0 -> v0.34.0 age adoption passing confidence require minor
happy-dom ^17.4.4 -> ^18.0.0 age adoption passing confidence devDependencies major
starpc ^0.38.1 -> ^0.39.0 age adoption passing confidence dependencies minor
vitest (source) 3.1.1 -> 3.2.3 age adoption passing confidence devDependencies minor

Release Notes

aperturerobotics/common (@​aptre/common)

v0.22.5

Compare Source

v0.22.4

Compare Source

v0.22.3

Compare Source

v0.22.2

Compare Source

aperturerobotics/protobuf-es-lite (@​aptre/protobuf-es-lite)

v0.4.9

Compare Source

actions/dependency-review-action (actions/dependency-review-action)

v4.7.1

Compare Source

  • Packages added to allow-dependencies-licenses will be allowed even if the package in question has no license information #​889
  • License expressions (e.g. Ruby OR GPL-2.0) in the allow list are automatically discarded so that they don't invalidate the whole allow list, which should just be license identifier (e.g. Ruby)

v4.7.0

Compare Source

  • Handle complex license expressions (e.g. MIT AND GPL-2.0) in allow lists (fixes #​809 and probably others)
  • Replace OTHER in package licenses with LicenseRef-clearlydefined-OTHER so that parsing passes
actions/setup-go (actions/setup-go)

v5.5.0

Compare Source

What's Changed
Bug fixes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-go@v5...v5.5.0

aperturerobotics/controllerbus (github.com/aperturerobotics/controllerbus)

v0.50.1

Compare Source

aperturerobotics/starpc (github.com/aperturerobotics/starpc)

v0.39.1

Compare Source

v0.39.0

Compare Source

v0.38.1

Compare Source

sergi/go-diff (github.com/sergi/go-diff)

v1.4.0

Compare Source

github/codeql-action (github/codeql-action)

v3.29.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.0 - 11 Jun 2025

  • Update default CodeQL bundle version to 2.22.0. #​2925
  • Bump minimum CodeQL bundle version to 2.16.6. #​2912

See the full CHANGELOG.md for more information.

v3.28.19

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.19 - 03 Jun 2025
  • The CodeQL Action no longer includes its own copy of the extractor for the actions language, which is currently in public preview.
    The actions extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the actions language and you have pinned
    your tools: property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable
    actions analysis.
  • Update default CodeQL bundle version to 2.21.4. #​2910

See the full CHANGELOG.md for more information.

v3.28.18

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.18 - 16 May 2025
  • Update default CodeQL bundle version to 2.21.3. #​2893
  • Skip validating SARIF produced by CodeQL for improved performance. #​2894
  • The number of threads and amount of RAM used by CodeQL can now be set via the CODEQL_THREADS and CODEQL_RAM runner environment variables. If set, these environment variables override the threads and ram inputs respectively. #​2891

See the full CHANGELOG.md for more information.

v3.28.17

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.17 - 02 May 2025
  • Update default CodeQL bundle version to 2.21.2. #​2872

See the full CHANGELOG.md for more information.

v3.28.16

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.16 - 23 Apr 2025
  • Update default CodeQL bundle version to 2.21.1. #​2863

See the full CHANGELOG.md for more information.

golang/go (go)

v1.24.4

v1.24.3

capricorn86/happy-dom (happy-dom)

v18.0.1

Compare Source

👷‍♂️ Patch fixes
  • Addresses an issue where an error occurred if the Element ID was set to the same name as a Window property with a null value - By @​capricorn86 in task #​1841

v18.0.0

Compare Source

💣 Breaking Changes
  • Makes the types for Happy DOM strict - By @​capricorn86 in task #​1154
    • This makes it possible to use the option skipLibCheck set to "false" in the typescript configuration for projects with a strict configuration
    • This change has resulted in that some types has changed and is therefore considered as a breaking change
  • BrowserContext.close() now throws an error when trying to close the default context of a browser - By @​capricorn86 in task #​1154
🎨 Features

v17.6.3

Compare Source

👷‍♂️ Patch fixes

v17.6.2

Compare Source

👷‍♂️ Patch fixes

v17.6.1

Compare Source

🎨 Features
  • Adds support for disabling validation of certificates, to allow for self-signed certificates to be used - By @​capricorn86 in task #​1763
    • Read more about the new setting fetch.disableStrictSSL under IBrowserSettings in the Wiki

v17.6.0

Compare Source

v17.5.9

Compare Source

👷‍♂️ Patch fixes
  • Adds missing null check in HTMLLinkElement for a browser frame property that becomes null during teardown of a Window - By @​capricorn86 in task #​1800

v17.5.8

Compare Source

👷‍♂️ Patch fixes
  • Incorrect cache matching caused Element.classList to return the wrong items - By @​capricorn86 in task #​1812

v17.5.7

Compare Source

👷‍♂️ Patch fixes
  • Handle wider range of valid characters in unquoted attribute value parsing - By @​AudunWA in task #​1817

v17.5.6

Compare Source

👷‍♂️ Patch fixes
  • Removes the min and max boundary check when setting the value of an input field of type "date" - By @​zgrybus in task #​1815

v17.5.5

Compare Source

v17.5.4

Compare Source

👷‍♂️ Patch fixes

v17.5.3

Compare Source

👷‍♂️ Patch fixes
  • Adds previousSibling and nextSibling to MutationObserver records when a child is removed - By @​uxuip in task #​1803

v17.5.2

Compare Source

👷‍♂️ Patch fixes
  • Adds support for the unicode characters « and » in query selectors used by the React 19.1 "useId" hook - By @​terrymun in task #​1785

v17.5.1

Compare Source

👷‍♂️ Patch fixes
  • Existing URL query string should be overwritten on form submit when method is "GET" - By @​rslabbert in task #​1786

v17.5.0

Compare Source

🎨 Features

v17.4.9

Compare Source

👷‍♂️ Patch fixes

v17.4.8

Compare Source

👷‍♂️ Patch fixes

v17.4.7

Compare Source

👷‍♂️ Patch fixes

v17.4.6

Compare Source

👷‍♂️ Patch fixes

v17.4.5

Compare Source

👷‍♂️ Patch fixes
vitest-dev/vitest (vitest)

v3.2.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.0

Compare Source

v3.1.4

Compare Source

v3.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

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 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 changed the title chore(deps): update github/codeql-action action to v3.28.7 chore(deps): update github/codeql-action action to v3.28.8 Jan 29, 2025
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.28.8 fix(deps): update all dependencies Feb 4, 2025
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from e2e02c6 to 7ad6a01 Compare February 11, 2025 11:31
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from bda5af2 to 2f69055 Compare February 18, 2025 16:40
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from fb4dc1a to e95e248 Compare February 28, 2025 07:02
@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from 707b0ac to 9aa7de4 Compare March 7, 2025 17:36
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from f09fd19 to e57abe9 Compare March 11, 2025 12:26
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 4740645 to 5661720 Compare May 15, 2025 02:56
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 6f97c40 to fa820cc Compare May 19, 2025 23:19
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from a7a28a5 to 481ae89 Compare June 3, 2025 18:13
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from d22e4e3 to f3eced7 Compare June 10, 2025 21:51
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 3493b08 to 8923436 Compare June 17, 2025 02:54
Copy link
Contributor Author

renovate bot commented Jun 17, 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):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.35.0 -> v0.37.0
golang.org/x/sync v0.13.0 -> v0.15.0
golang.org/x/sys v0.32.0 -> v0.33.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants