Add dependabot groups for actions/cache and github/codeql-action#9373
Merged
FreeTubeBot merged 1 commit intoJul 6, 2026
Merged
Conversation
PikachuEXE
approved these changes
Jul 5, 2026
efb4f5ff-1298-471a-8973-3d47447115dc
approved these changes
Jul 5, 2026
ChunkyProgrammer
approved these changes
Jul 6, 2026
PikachuEXE
added a commit
to PikachuEXE/FreeTube
that referenced
this pull request
Jul 6, 2026
* development: (24 commits) Add dependabot groups for actions/cache and github/codeql-action (FreeTubeApp#9373) Handle compact published dates e.g. 1w ago in LockupViews (FreeTubeApp#9374) Migrate to the vue-i18n composition API (FreeTubeApp#9375) Bump electron from 42.4.1 to 42.5.2 (FreeTubeApp#9362) Bump eslint-plugin-unicorn from 69.0.0 to 70.0.0 in the eslint group (FreeTubeApp#9367) Bump actions/cache/restore from 6.0.0 to 6.1.0 (FreeTubeApp#9366) Bump actions/cache/save from 6.0.0 to 6.1.0 (FreeTubeApp#9365) Bump js-yaml from 5.2.0 to 5.2.1 (FreeTubeApp#9369) Fix lazy rendering on channel home pages (FreeTubeApp#9336) Fix publish time parsing (FreeTubeApp#9310) Fix online playlist parsing & revert workaround with youtubei.js update (FreeTubeApp#9325) Fix parsing view counts in shorts-only playlists (FreeTubeApp#9333) Build static runtime AppImages with electron-builder (FreeTubeApp#9339) use new matrix icon (FreeTubeApp#9359) Translated using Weblate (Polish) Bump the webpack group across 1 directory with 2 updates (FreeTubeApp#9347) Bump the stylelint group across 1 directory with 3 updates (FreeTubeApp#9345) Bump vue from 3.5.38 to 3.5.39 (FreeTubeApp#9353) Bump js-yaml from 4.2.0 to 5.2.0 (FreeTubeApp#9348) Bump globals from 17.6.0 to 17.7.0 (FreeTubeApp#9350) ... # Conflicts: # src/renderer/components/GeneralSettings/GeneralSettings.vue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request Type
Related issue
Description
The
github/codeql-action/*GitHub Actions need to be updated at the same time as the first action creates files with an embedded version that the second one uses and validates that the version matches, so if they are on different versions they fail as shown in #9364 and #9363. This pull request introduces a dependabot group for them, so they always get updated together, while I was at it I also created a group for theactions/cache/*actions as they always get released at the same time.Testing
These are standard dependabot groups like we already have for the JavaScript dependencies, so they should just work automatically once they are added.
Desktop