chore(deps): bump the patch-and-minor group across 1 directory with 6 updates#1241
Merged
vybe merged 1 commit intoJun 17, 2026
Conversation
|
Resolve by running |
Contributor
|
@dependabot rebase |
… updates Bumps the patch-and-minor group with 6 updates in the /src/frontend directory: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `1.17.0` | `1.18.0` | | [dompurify](https://github.com/cure53/DOMPurify) | `3.4.8` | `3.4.11` | | [vue](https://github.com/vuejs/core) | `3.5.35` | `3.5.38` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.60.0` | `1.61.0` | | [@rollup/rollup-darwin-arm64](https://github.com/rollup/rollup) | `4.61.1` | `4.62.0` | | [@rollup/rollup-linux-arm64-musl](https://github.com/rollup/rollup) | `4.61.1` | `4.62.0` | Updates `axios` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.17.0...v1.18.0) Updates `dompurify` from 3.4.8 to 3.4.11 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.4.8...3.4.11) Updates `vue` from 3.5.35 to 3.5.38 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.35...v3.5.38) Updates `@playwright/test` from 1.60.0 to 1.61.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.60.0...v1.61.0) Updates `@rollup/rollup-darwin-arm64` from 4.61.1 to 4.62.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.61.1...v4.62.0) Updates `@rollup/rollup-linux-arm64-musl` from 4.61.1 to 4.62.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.61.1...v4.62.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.61.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: "@rollup/rollup-darwin-arm64" dependency-version: 4.62.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: "@rollup/rollup-linux-arm64-musl" dependency-version: 4.62.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: axios dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: dompurify dependency-version: 3.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-and-minor - dependency-name: vue dependency-version: 3.5.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-and-minor ... Signed-off-by: dependabot[bot] <support@github.com>
f2847c2 to
0da9421
Compare
vybe
approved these changes
Jun 17, 2026
vybe
left a comment
Contributor
There was a problem hiding this comment.
Validated: frontend patch-and-minor group (axios 1.18 redirect-header safety, dompurify 3.4.10 XSS sanitizer, vue 3.5.38, @playwright/test 1.61, rollup binaries) — all patch/minor, no majors, beneficial security bumps. Retargeted/rebased onto dev; CI green incl. schema-parity + verify-non-root.
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.
Bumps the patch-and-minor group with 6 updates in the /src/frontend directory:
1.17.01.18.03.4.83.4.113.5.353.5.381.60.01.61.04.61.14.62.04.61.14.62.0Updates
axiosfrom 1.17.0 to 1.18.0Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
2d06f96chore(release): prepare release 1.18.0 (#11003)32fc489fix: malformed http urls (#11000)b40ce49chore(deps-dev): bump the development_dependencies group with 10 updates (#10...fe964f9docs: mark proxy config as Node.js only (#10995)5f229d2chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions ...fae9d4edocs: clarify package update PR policy (#10992)28ab2cechore(deps-dev): bump the development_dependencies group with 2 updates (#10989)a8e4f13fix(core): keep default validateStatus when request passes undefined (#10899)614f455docs: publish v1.17.0 release notes (#10988)6bb12c1fix: custom auth headers not stripped on cross-origin redirects (#10892)Updates
dompurifyfrom 3.4.8 to 3.4.11Release notes
Sourced from dompurify's releases.
Commits
0cae518release: 3.4.11 (#1494)6ee5716release: 3.4.10 (#1478)5210247release: 3.4.9 (#1459)Updates
vuefrom 3.5.35 to 3.5.38Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
Commits
478e3e8release: v3.5.3830ba647chore(release): make release publishing resumable (#14953)c00b021release: v3.5.3711ac8b4release: v3.5.3643eba78chore(deps): update lint (#14935)3bc7290chore(deps): update build (#14901)8203fc5chore(deps): update all non-major dependencies (#14938)8f4bc85chore(deps): update compiler (#14900)8e63cdfchore(deps): update dependency npm-run-all2 to v9 (#14939)131291achore(deps): update test (#14936)Updates
@playwright/testfrom 1.60.0 to 1.61.0Release notes
Sourced from @playwright/test's releases.
... (truncated)
Commits
1cc5a90cherry-pick(#41295): chore: PLAYWRIGHT_TRACING_NO_WEBSOCKET_FRAMES and PLAYWR...a6772bdcherry-pick(#41280): Revert "fix(trace-viewer): add keyboard navigation to `N...8133dcfcherry-pick(#41283): docs: add Ubuntu 26.04 and Node.js 26.x to system requir...812432echore: mark v1.61.0 (#41277)ac05145fix(fetch): report serverAddr and securityDetails for reused sockets (#41267)056efc9fix(trace-viewer): add keyboard navigation toNetworkFilterscomponent (#41...41f7b9achore: fixes uncovered by the .NET 1.61 roll (#41266)ba50778fix(mcp): assign caps as array for legacy --vision flag (#41253)b8ee5aedocs: release notes for v1.61 (#41261)49c1f69fix(trace viewer): load trace from a local file (#41263)Updates
@rollup/rollup-darwin-arm64from 4.61.1 to 4.62.0Release notes
Sourced from @rollup/rollup-darwin-arm64's releases.
Changelog
Sourced from @rollup/rollup-darwin-arm64's changelog.
Commits
5e0066d4.62.093e85fcchore(deps): update dependency eslint-plugin-unicorn to v65 (#6413)5c9ef2efix(deps): update minor/patch updates (#6412)18654d8chore(deps): lock file maintenance minor/patch updates (#6414)d96ed95Extract the static dependencies imported by manual chunks into separate chunk...126e141chore(deps): pin dependency concurrently to v9 (#6406)f2f58c4chore(deps): lock file maintenance minor/patch updates (#6410)5a15062chore(deps): update minor/patch updates to v6.2.0 (#6409)d02f03achore(deps): lock file maintenance minor/patch updates (#6407)844671cfix(deps): update minor/patch updates (#6405)Updates
@rollup/rollup-linux-arm64-muslfrom 4.61.1 to 4.62.0Release notes
Sourced from @rollup/rollup-linux-arm64-musl's releases.
Changelog
Sourced from @rollup/rollup-linux-arm64-musl's changelog.
Commits
5e0066d4.62.093e85fcchore(deps): update dependency eslint-plugin-unicorn to v65 (#6413)5c9ef2efix(deps): update minor/patch updates (#6412)18654d8chore(deps): lock file maintenance minor/patch updates (#6414)d96ed95Extract the static dependencies imported by manual chunks into separate chunk...126e141chore(deps): pin dependency concurrently to v9 (#6406)f2f58c4chore(deps): lock file maintenance minor/patch updates (#6410)5a15062chore(deps): update minor/patch updates to v6.2.0 (#6409)d02f03achore(deps): lock file maintenance minor/patch updates (#6407)844671cfix(deps): update minor/patch updates (#6405)