forked from misskey-dev/misskey
-
Notifications
You must be signed in to change notification settings - Fork 13
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
chore(deps): bump codecov/codecov-action from 4 to 5 #819
Merged
u1-liquid
merged 1 commit into
io
from
dependabot/github_actions/codecov/codecov-action-5
Nov 15, 2024
Merged
chore(deps): bump codecov/codecov-action from 4 to 5 #819
u1-liquid
merged 1 commit into
io
from
dependabot/github_actions/codecov/codecov-action-5
Nov 15, 2024
Conversation
This file contains 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
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
labels
Nov 15, 2024
Quality Gate passedIssues Measures |
u1-liquid
deleted the
dependabot/github_actions/codecov/codecov-action-5
branch
November 15, 2024 06:21
ghost
pushed a commit
to hotomoe/hotomoe
that referenced
this pull request
Dec 20, 2024
* spec(frontend): みつけるに表示される項目の調整 (MisskeyIO#783) * feat(analytics): Google Analytics・同意モード・一部機能のトラッキング実装 (MisskeyIO#784) * update deps (MisskeyIO#786) * fix(typescript): vue-gtagのタイプ定義の修正 (MisskeyIO#788) * もともとセンシティブではないと連合されていたファイルがセンシティブとして連合された場合にセンシティブとしてそのファイルを扱うように (misskey-dev#13879) Cherry-picked from a7a8dc4 Co-authored-by: anatawa12 <anatawa12@icloud.com> Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> * enhance(frontend): 外部アプリ認証画面の改良 (misskey-dev#14828) Cherry-picked from 076cc95 Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * 🎨 misskey-dev#14828 のデザイン修正 * enhance(frontend): Self-XSS防止用のメッセージを追加 (misskey-dev#14839) Cherry-picked from a6a1e3d Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * fix(misskey-js): WebSocketの型定義をReconnectingWebsocketに依存するように (misskey-dev#14850) Cherry-picked from ec4358d Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * enhance: アイコンデコレーション管理画面の改善 Cherry-picked from 74847bc Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * fix(backend): `/@` にアクセスするとサーバーエラーが発生する問題を修正 (misskey-dev#13884) Cherry-picked from 1df8ea8 Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * fix(backend): ノートを連合する際にリモートユーザーのacctの大小文字を区別して処理している問題を修正 (misskey-dev#14880) Cherry-picked from 6718a54 Co-authored-by: Laura Hausmann <laura@hausmann.dev> * Bump up version to 2024.5.0-io.4 (MisskeyIO#789) * feat(analytics): イベントの重複フィルターの修正 (MisskeyIO#791) * spec(SSO/SAML): Attribute追加 (MisskeyIO#792) * feat(analytics): デッキUIのページ移動とAPIの応答時間のイベント実装 (MisskeyIO#793) * Bump up version to 2024.5.0-io.4a (MisskeyIO#794) * update deps (MisskeyIO#798) * Fix code scanning alert no. 25: Incomplete URL scheme check (MisskeyIO#799) * Fix code scanning alert no. 26: Incomplete URL scheme check Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Fix code scanning alert no. 25: Incomplete URL scheme check Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * update deps (MisskeyIO#802) * Fix code scanning alert no. 28: Incomplete string escaping or encoding (MisskeyIO#800) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Fix code scanning alert no. 27: DOM text reinterpreted as HTML (MisskeyIO#801) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Bump up version to 2024.5.0-io.4b (MisskeyIO#804) * fix(frontend): 引用RNの判定の条件が不完全だった問題を修正 (MisskeyIO#806) * Bump up version to 2024.5.0-io.4c (MisskeyIO#807) * fix(about-report-resolver): 転送設定を一度有効にすると戻すことができない問題を修正 (MisskeyIO#812) Cherry-picked from atsu1125/misskey-core@5001b4b Co-authored-by: atsu1125 <atsuchan@atsuchan.page> * fix(frontend): ユーザーのプロフィールページ閲覧時エラーが発生することがある問題を修正 (MisskeyIO#813) * spec(Email/Verifymail): MXレコードのドメインにもBANが適用されるように (MisskeyIO#814) * fix(frontend): スマホで表示した時にipv6だとはみ出てしまうのを修正 (MisskeyIO#815) * spec(sound/note): デフォルトの他人の投稿の効果音をオフに (MisskeyIO#816) * Bump up version to 2024.5.0-io.4d (MisskeyIO#817) * chore(deps): bump codecov/codecov-action from 4 to 5 (MisskeyIO#819) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * enhance(Gallery): サムネイルをホバーしてもぼかしが外れないように & ギャラリーの説明を一番上に表示するように (MisskeyIO#820) * use node 22, update deps (MisskeyIO#822) Co-authored-by: riku6460 <17585784+riku6460@users.noreply.github.com> * update deps (MisskeyIO#824) * code cleanup (MisskeyIO#825) * fix merge context * enhance(frontend/navbar): ナビゲーションバーにMisskey.ioを支援するを追加 (MisskeyIO#828) * enhance(Page): ページを非公開にできるように (MisskeyIO#821) * fix(frontend): instanceをimportし忘れてた (MisskeyIO#830) * feat(frontend): Audio player で波形を表示するように (MisskeyIO#827) Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com> Co-authored-by: tar_bin <tar.bin.master@gmail.com> * feat(MiAuth): アクセストークンの発行に失敗した場合コールバックに遷移しないようにする (MisskeyIO#831) Cherry-picked from TeamNijimiss/misskey@8003596 Co-authored-by: nafu-at <satsuki@nafusoft.dev> * feat(MkError): more error info on MkError components * fix(MkErrorDetailed): component structure * fix(about): change donate link * fix(donate): open in new tab instead of current window * chore: bump version to 2024.5.0-hotomoe.9 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com> Co-authored-by: anatawa12 <anatawa12@icloud.com> Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> Co-authored-by: Laura Hausmann <laura@hausmann.dev> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: atsu1125 <atsuchan@atsuchan.page> Co-authored-by: sleep-moe <yukikum57@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: まっちゃてぃー。 <56515516+mattyatea@users.noreply.github.com> Co-authored-by: riku6460 <17585784+riku6460@users.noreply.github.com> Co-authored-by: オスカー、 <oscar@oscar.surf> Co-authored-by: tar_bin <tar.bin.master@gmail.com> Co-authored-by: nafu-at <satsuki@nafusoft.dev>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
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.
Bumps codecov/codecov-action from 4 to 5.
Release notes
Sourced from codecov/codecov-action's releases.
... (truncated)
Changelog
Sourced from codecov/codecov-action's changelog.
... (truncated)
Commits
9688725
Update README.md2112eae
chore(deps): bump wrapper to 0.0.23 (#1644)193421c
fixL use the correct source (#1642)6018df7
fix: update container builds (#1640)eff1a64
fix: add missing vars (#1638)4582d54
Update README.md (#1639)bb7467c
feat: use wrapper (#1621)1d60598
build(deps-dev): bump@typescript-eslint/eslint-plugin
from 8.12.2 to 8.13.0 ...e587ce2
build(deps-dev): bump@typescript-eslint/parser
from 8.12.2 to 8.13.0 (#1635)e43f28e
build(deps-dev): bump@typescript-eslint/parser
from 8.11.0 to 8.12.2 (#1628)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)