fix(deps): update all dependencies #181
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.22.1
->0.22.5
0.4.8
->0.4.9
0.4.8
->0.4.9
v4.6.0
->v4.7.1
v5.4.0
->v5.5.0
v0.22.3
->v0.22.5
v0.50.0
->v0.50.1
v0.38.0
->v0.39.1
v1.3.1
->v1.4.0
v3.28.15
->v3.29.0
1.24.2
->1.24.4
v0.24.0
->v0.25.0
v0.32.0
->v0.34.0
^17.4.4
->^18.0.0
^0.38.1
->^0.39.0
3.1.1
->3.2.3
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
allow-dependencies-licenses
will be allowed even if the package in question has no license information #889Ruby 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
MIT AND GPL-2.0
) in allow lists (fixes #809 and probably others)OTHER
in package licenses withLicenseRef-clearlydefined-OTHER
so that parsing passesactions/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
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
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 theactions
language and you have pinnedyour
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 disableactions
analysis.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
CODEQL_THREADS
andCODEQL_RAM
runner environment variables. If set, these environment variables override thethreads
andram
inputs respectively. #2891See 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
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
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
v18.0.0
Compare Source
💣 Breaking Changes
skipLibCheck
set to "false" in the typescript configuration for projects with a strict configurationBrowserContext.close()
now throws an error when trying to close the default context of a browser - By @capricorn86 in task #1154🎨 Features
Browser.closed
,BrowserContext.closed
,BrowserPage.closed
andBrowserFrame.closed
- By @capricorn86 in task #1154VirtualConsolePrinter.close()
andVirtualConsolePrinter.closed
- By @capricorn86 in task #1154CookieContainer.clearCookies()
- By @capricorn86 in task #1154v17.6.3
Compare Source
👷♂️ Patch fixes
v17.6.2
Compare Source
👷♂️ Patch fixes
v17.6.1
Compare Source
🎨 Features
fetch.disableStrictSSL
under IBrowserSettings in the Wikiv17.6.0
Compare Source
v17.5.9
Compare Source
👷♂️ Patch fixes
HTMLLinkElement
for a browser frame property that becomes null during teardown of aWindow
- By @capricorn86 in task #1800v17.5.8
Compare Source
👷♂️ Patch fixes
Element.classList
to return the wrong items - By @capricorn86 in task #1812v17.5.7
Compare Source
👷♂️ Patch fixes
v17.5.6
Compare Source
👷♂️ Patch fixes
v17.5.5
Compare Source
v17.5.4
Compare Source
👷♂️ Patch fixes
ReadableStream
was locked after being cloned - By @MarcMcIntosh in task #1493v17.5.3
Compare Source
👷♂️ Patch fixes
previousSibling
andnextSibling
toMutationObserver
records when a child is removed - By @uxuip in task #1803v17.5.2
Compare Source
👷♂️ Patch fixes
«
and»
in query selectors used by the React 19.1 "useId" hook - By @terrymun in task #1785v17.5.1
Compare Source
👷♂️ Patch fixes
v17.5.0
Compare Source
🎨 Features
XMLHttpRequest.overrideMimeType()
- By @maxmil in task #1782v17.4.9
Compare Source
👷♂️ Patch fixes
FormData
- By @juandiegombr in task #1790v17.4.8
Compare Source
👷♂️ Patch fixes
v17.4.7
Compare Source
👷♂️ Patch fixes
Request
- By @elierotenberg in task #1779v17.4.6
Compare Source
👷♂️ Patch fixes
File
- By @dyabol in task #1788v17.4.5
Compare Source
👷♂️ Patch fixes
HTMLAnchorElement
- By @maxmil in task #1775vitest-dev/vitest (vitest)
v3.2.3
Compare Source
🚀 Features
🐞 Bug Fixes
expect.any
return type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8129 (47514)process.send()
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8125 (dfe81)View changes on GitHub
v3.2.2
Compare Source
🚀 Features
🐞 Bug Fixes
createTesters
call on the main thread - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8101 (142c7)vitest-browser-*
packages - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8103 (247ef)toEqual
- by @dubzzz in https://github.com/vitest-dev/vitest/issues/8094 (02ec8)dot
reporter to work in non interactive terminals - by @bstephen1 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7994 (6db9f)View changes on GitHub
v3.2.1
Compare Source
🐞 Bug Fixes
DeeplyAllowMatchers
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8078 (30ab4)View changes on GitHub
v3.2.0
Compare Source
v3.1.4
Compare Source
v3.1.3
Compare Source
🐞 Bug Fixes
inline: true
is set - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7856 (a83f3)--merge-reports
to show each total run times - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7877 (d613b)View changes on GitHub
v3.1.2
Compare Source
🚀 Features
🐞 Bug Fixes
chai
variable invitest/globals
(fix: #7474) - by @Jay-Karia in https://github.com/vitest-dev/vitest/issues/7771 and https://github.com/vitest-dev/vitest/issues/7474 (d9297)test.exclude
when same object passed incoverage.exclude
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7774 (c3751)envionmentOptions
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7795 (67430)await
profiler calls - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7763 (795a6)🏎 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.
This PR was generated by Mend Renovate. View the repository job log.