-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: master
Are you sure you want to change the base?
Conversation
0f2782a
to
672456f
Compare
124b381
to
f0564cc
Compare
9e4e4d1
to
01853d4
Compare
01853d4
to
6de73a6
Compare
a55d608
to
1121d41
Compare
c5a781f
to
2c357e5
Compare
9096079
to
2ba2e1e
Compare
2ba2e1e
to
c9a4db4
Compare
ad5aa24
to
de83ee1
Compare
4b7bd6e
to
a814f2b
Compare
67b5d42
to
8373f46
Compare
46767a0
to
231f7ae
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
a39482c
to
1da1fd7
Compare
4271bd4
to
402b961
Compare
402b961
to
40946da
Compare
|
This PR contains the following updates:
^0.20.0
->^0.21.0
19.0.2
->19.0.10
19.0.2
->19.0.4
v5.2.0
->v5.3.0
v4.1.0
->v4.2.0
v0.20.3
->v0.21.1
v0.36.1
->v0.37.0
v3.28.0
->v3.28.10
^15.14.0
->^16.0.0
1.23.4
->1.24.1
3.4.2
->3.5.3
^0.36.0
->^0.37.0
5.7.2
->5.8.2
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
@actions/cache
to^4.0.0
by @Link- in https://github.com/actions/setup-go/pull/531New Contributors
Full Changelog: actions/setup-go@v5...v5.3.0
actions/setup-node (actions/setup-node)
v4.2.0
Compare Source
What's Changed
@actions/cache
to^4.0.0
by @priyagupta108 in https://github.com/actions/setup-node/pull/1191New 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
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
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
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
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
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
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
See the full CHANGELOG.md for more information.
sindresorhus/globals (globals)
v16.0.0
Compare Source
Breaking
serviceworker
globals are now generated from browsers (#281)039ed51
v15.15.0
Compare Source
445df81
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 topackage.json
, so thatrequire("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 themodule-sync
condition, sorequire("prettier")
will still use the CommonJS version, we'll revisit untilrequire(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
andgithub-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.3Compare 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.
This PR was generated by Mend Renovate. View the repository job log.