Bump the patch-updates group in /src/Frontend with 7 updates#2398
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the patch-updates group in /src/Frontend with 7 updates#2398dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the patch-updates group in /src/Frontend with 7 updates: | Package | From | To | | --- | --- | --- | | [bootstrap](https://github.com/twbs/bootstrap) | `5.3.5` | `5.3.6` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.3` | `22.15.13` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.1.2` | `3.1.3` | | [msw](https://github.com/mswjs/msw) | `2.7.5` | `2.7.6` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.3.4` | `6.3.5` | | [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) | `0.9.1` | `0.9.3` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.1.2` | `3.1.3` | Updates `bootstrap` from 5.3.5 to 5.3.6 - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](twbs/bootstrap@v5.3.5...v5.3.6) Updates `@types/node` from 22.15.3 to 22.15.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitest/coverage-v8` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.3/packages/coverage-v8) Updates `msw` from 2.7.5 to 2.7.6 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.7.5...v2.7.6) Updates `vite` from 6.3.4 to 6.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.5/packages/vite) Updates `vite-plugin-checker` from 0.9.1 to 0.9.3 - [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases) - [Changelog](https://github.com/fi3ework/vite-plugin-checker/blob/main/CHANGELOG.md) - [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.9.1...vite-plugin-checker@0.9.3) Updates `vitest` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.3/packages/vitest) --- updated-dependencies: - dependency-name: bootstrap dependency-version: 5.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@types/node" dependency-version: 22.15.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@vitest/coverage-v8" dependency-version: 3.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: msw dependency-version: 2.7.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: vite dependency-version: 6.3.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: vite-plugin-checker dependency-version: 0.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: vitest dependency-version: 3.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
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-updates group in /src/Frontend with 7 updates:
5.3.55.3.622.15.322.15.133.1.23.1.32.7.52.7.66.3.46.3.50.9.10.9.33.1.23.1.3Updates
bootstrapfrom 5.3.5 to 5.3.6Release notes
Sourced from bootstrap's releases.
... (truncated)
Commits
f849680Release v5.3.6 (#41406)dddd792Add docs release prep script (#41435)c5bec4efix(visually-hidden): prevent overflowing children to become focusable (#41286)4c98145Update devDependencies and regenerate package-lock.json (#41425)ba5b5a6docs(pagination): put current page on link element for a11y (#41154)1184417remove link to sunset resource on accessibility.mdx (#41418)7bbbc49Removed line break between// Privatecomment and function (#41218)3bb3c95Move _isShown() method to private section (#41220)a03a9d6Docs: Remove some unneeded Twitter/X metatags (#41408)9f4d383Remove files configuration from .cspell.json (#41400)Updates
@types/nodefrom 22.15.3 to 22.15.13Commits
Updates
@vitest/coverage-v8from 3.1.2 to 3.1.3Release notes
Sourced from
@vitest/coverage-v8's releases.Commits
6e8d937chore: release v3.1.3Updates
mswfrom 2.7.5 to 2.7.6Release notes
Sourced from msw's releases.
Commits
379f825chore(release): v2.7.6436cbcbfix: remove unused dependencies (#2484)Updates
vitefrom 6.3.4 to 6.3.5Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
84e4647release: v6.3.5fd38d07fix(ssr): handle uninitialized export access as undefined (#19959)Updates
vite-plugin-checkerfrom 0.9.1 to 0.9.3Release notes
Sourced from vite-plugin-checker's releases.
Commits
5ce2b7dv0.9.3f32eba2chore: revert vite peer dependency version92fbde4chore(deps): update dependency vite to v6.3.4 (#505)f0b7d83v0.9.29a6ea5bchore: revert pnpm v10 upgrade + dedupe lockfilee670159test: update eslint fixture7bc40ccchore: bump major dev dependencies743b9d4chore: bump all minor dependencies7d10dacfix: use diagnostic level to choose printing as error/info (#501)4a27c58chore(deps): update dependency pkg-pr-new to ^0.0.43 (#496)Updates
vitestfrom 3.1.2 to 3.1.3Release notes
Sourced from vitest's releases.
Commits
6e8d937chore: release v3.1.38c7f75afix: ignore failures on writeToCache (#7893)d613b81fix(reporters):--merge-reportsto show each total run times (#7877)2fa763afix: reset mocks on test retry/repeat (#7897)573cb16ci: fix flaky browser tests (#7887)03660f9fix(browser): correctly inherit CLI options (#7858)a83f3bffix: correctly resolve vitest import ifinline: trueis set (#7856)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions