Skip to content
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

fix(deps): update all dependencies #3

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aptre/common ^0.20.0 -> ^0.21.0 age adoption passing confidence devDependencies minor
@types/react (source) 19.0.2 -> 19.0.10 age adoption passing confidence devDependencies patch
@types/react-dom (source) 19.0.2 -> 19.0.4 age adoption passing confidence devDependencies patch
actions/setup-go v5.2.0 -> v5.3.0 age adoption passing confidence action minor
actions/setup-node v4.1.0 -> v4.2.0 age adoption passing confidence action minor
github.com/aperturerobotics/common v0.20.3 -> v0.21.1 age adoption passing confidence require minor
github.com/aperturerobotics/starpc v0.36.1 -> v0.37.0 age adoption passing confidence require minor
github/codeql-action v3.28.0 -> v3.28.10 age adoption passing confidence action patch
globals ^15.14.0 -> ^16.0.0 age adoption passing confidence devDependencies major
go (source) 1.23.4 -> 1.24.1 age adoption passing confidence toolchain minor
prettier (source) 3.4.2 -> 3.5.3 age adoption passing confidence devDependencies minor
starpc ^0.36.0 -> ^0.37.0 age adoption passing confidence dependencies minor
typescript (source) 5.7.2 -> 5.8.2 age adoption passing confidence devDependencies minor

Release Notes

aperturerobotics/common (@​aptre/common)

v0.21.1

Compare Source

v0.21.0

Compare Source

actions/setup-go (actions/setup-go)

v5.3.0

Compare Source

What's Changed
New Contributors

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

actions/setup-node (actions/setup-node)

v4.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-node@v4...v4.2.0

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

v0.37.0

Compare Source

v0.36.4

Compare Source

v0.36.3

Compare Source

v0.36.2

Compare Source

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

v3.28.10

Compare Source

CodeQL Action Changelog

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

3.28.10 - 21 Feb 2025
  • Update default CodeQL bundle version to 2.20.5. #​2772
  • Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #​2768

See the full CHANGELOG.md for more information.

v3.28.9

Compare Source

CodeQL Action Changelog

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

3.28.9 - 07 Feb 2025
  • Update default CodeQL bundle version to 2.20.4. #​2753

See the full CHANGELOG.md for more information.

v3.28.8

Compare Source

CodeQL Action Changelog

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

3.28.8 - 29 Jan 2025

  • Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #​2744

See the full CHANGELOG.md for more information.

v3.28.7

Compare Source

CodeQL Action Changelog

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

3.28.7 - 29 Jan 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.6

Compare Source

CodeQL Action Changelog

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

3.28.6 - 27 Jan 2025
  • Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #​2726

See the full CHANGELOG.md for more information.

v3.28.5

Compare Source

CodeQL Action Changelog

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

3.28.5 - 24 Jan 2025
  • Update default CodeQL bundle version to 2.20.3. #​2717

See the full CHANGELOG.md for more information.

v3.28.4

Compare Source

CodeQL Action Changelog

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

3.28.4 - 23 Jan 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.3

Compare Source

CodeQL Action Changelog

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

3.28.3 - 22 Jan 2025
  • Update default CodeQL bundle version to 2.20.2. #​2707
  • Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the CodeQL Action sync tool and the Actions runner did not have Zstandard installed. #​2710
  • Uploading debug artifacts for CodeQL analysis is temporarily disabled. #​2712

See the full CHANGELOG.md for more information.

v3.28.2

Compare Source

CodeQL Action Changelog

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

3.28.2 - 21 Jan 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.1

Compare Source

CodeQL Action Changelog

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

3.28.1 - 10 Jan 2025
  • CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #​2677
  • Update default CodeQL bundle version to 2.20.1. #​2678

See the full CHANGELOG.md for more information.

sindresorhus/globals (globals)

v16.0.0

Compare Source

Breaking
  • The serviceworker globals are now generated from browsers (#​281) 039ed51
    • It's a breaking change as a few globals have been removed.

v15.15.0

Compare Source


golang/go (go)

v1.24.1

v1.24.0

v1.23.7

v1.23.6

v1.23.5

prettier/prettier (prettier)

v3.5.3

Compare Source

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

v3.5.0

Compare Source

diff

🔗 Release Notes

microsoft/TypeScript (typescript)

v5.8.2

Compare Source

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm


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.26.1 chore(deps): update all dependencies Aug 14, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 124b381 to f0564cc Compare August 21, 2024 07:18
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 9e4e4d1 to 01853d4 Compare August 28, 2024 10:12
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a55d608 to 1121d41 Compare September 9, 2024 19:34
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Sep 9, 2024
@renovate renovate bot closed this Sep 9, 2024
@renovate renovate bot deleted the renovate/all branch September 9, 2024 22:52
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Sep 13, 2024
@renovate renovate bot reopened this Sep 13, 2024
@renovate renovate bot restored the renovate/all branch September 13, 2024 15:14
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update github/codeql-action action to v3.26.7 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c5a781f to 2c357e5 Compare September 17, 2024 07:50
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.26.7 chore(deps): update all dependencies Sep 17, 2024
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 9096079 to 2ba2e1e Compare September 25, 2024 18:28
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Oct 2, 2024
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from ad5aa24 to de83ee1 Compare January 27, 2025 21:52
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 4b7bd6e to a814f2b Compare February 4, 2025 17:40
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 67b5d42 to 8373f46 Compare February 13, 2025 16:10
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 46767a0 to 231f7ae Compare February 18, 2025 02:37
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Feb 18, 2025
Copy link
Contributor Author

renovate bot commented Feb 18, 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):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/aperturerobotics/util v1.27.0 -> v1.28.1
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 -> v4.4.0
github.com/ipfs/go-cid v0.4.1 -> v0.5.0
github.com/klauspost/cpuid/v2 v2.2.9 -> v2.2.10
github.com/libp2p/go-libp2p v0.38.1 -> v0.41.0
github.com/multiformats/go-multiaddr v0.14.0 -> v0.15.0
golang.org/x/crypto v0.31.0 -> v0.35.0
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 -> v0.0.0-20250218142911-aa4b98e5adaa
golang.org/x/sys v0.28.0 -> v0.30.0
google.golang.org/protobuf v1.36.0 -> v1.36.5
lukechampine.com/blake3 v1.3.0 -> v1.4.0

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from a39482c to 1da1fd7 Compare February 22, 2025 06:08
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 4271bd4 to 402b961 Compare March 4, 2025 05:43
Copy link
Contributor Author

renovate bot commented Mar 4, 2025

⚠️ 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: go.sum
Command failed: install-tool golang 1.24.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