chore(deps): bump the minor-updates group with 6 updates#157
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the minor-updates group with 6 updates#157dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the minor-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [ajv](https://github.com/ajv-validator/ajv) | `8.18.0` | `8.20.0` | | [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) | `0.32.4` | `0.33.1` | | [react-json-tree](https://github.com/reduxjs/redux-devtools) | `0.11.2` | `0.20.0` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `5.16.5` | `5.17.0` | | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.1.1` | `5.2.0` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.15` | `4.1.10` | Updates `ajv` from 8.18.0 to 8.20.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v8.18.0...v8.20.0) Updates `react-bootstrap` from 0.32.4 to 0.33.1 - [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases) - [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md) - [Commits](react-bootstrap/react-bootstrap@v0.32.4...v0.33.1) Updates `react-json-tree` from 0.11.2 to 0.20.0 - [Release notes](https://github.com/reduxjs/redux-devtools/releases) - [Commits](https://github.com/reduxjs/redux-devtools/commits) Updates `@testing-library/jest-dom` from 5.16.5 to 5.17.0 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v5.16.5...v5.17.0) Updates `@vitejs/plugin-react` from 5.1.1 to 5.2.0 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/plugin-react@5.2.0/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.2.0/packages/plugin-react) Updates `vitest` from 4.0.15 to 4.1.10 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest) --- updated-dependencies: - dependency-name: ajv dependency-version: 8.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: react-bootstrap dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: react-json-tree dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: "@testing-library/jest-dom" dependency-version: 5.17.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: "@vitejs/plugin-react" dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: vitest dependency-version: 4.1.10 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
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 minor-updates group with 6 updates:
8.18.08.20.00.32.40.33.10.11.20.20.05.16.55.17.05.1.15.2.04.0.154.1.10Updates
ajvfrom 8.18.0 to 8.20.0Release notes
Sourced from ajv's releases.
Commits
0fba0b88.20.09caf8d6fix: add ES2022.RegExp for RegExpIndicesArray; fixes ajv-validator/ajv#2603 (...2065350fix: add support for node 22/24, drop node 16/21 (#2580)154b58d8.19.0e8d2bdctest/fix prototype pollution via $data ref with format keyword (#2607)Updates
react-bootstrapfrom 0.32.4 to 0.33.1Commits
414bea9Release v0.33.187a9a97fix(Modal): prevent closing if mouseup was outside (#4865)4279d6bRelease v0.33.0f6c861cchore: Bump dependencies (#4760)c9c298fFix(Bs3): Remove unsafe lifecycles by upgrading uncontrollable… (#4597)d6c41ffUpdate min required React for UNSAFE_ lifecycles (#4530)df6e1aachore: Update Travis config for bs3-dev (#4564)51b9632fix2b5585dfixbb11ac2chore: Update Travis config for bs3-devUpdates
react-json-treefrom 0.11.2 to 0.20.0Release notes
Sourced from react-json-tree's releases.
Commits
Maintainer changes
This version was pushed to npm by methuselah96, a new releaser for react-json-tree since your current version.
Install script changes
This version adds
prepublishscript that runs during installation. Review the package contents before updating.Updates
@testing-library/jest-domfrom 5.16.5 to 5.17.0Release notes
Sourced from @testing-library/jest-dom's releases.
Commits
d717c66feat: NewtoHaveAccessibleErrorMessagebetter implementing the spec, deprec...Updates
@vitejs/plugin-reactfrom 5.1.1 to 5.2.0Release notes
Sourced from @vitejs/plugin-react's releases.
Changelog
Sourced from @vitejs/plugin-react's changelog.
Commits
fda3a86release: plugin-react@5.2.099ab1b6feat(react): add Vite 8 to peer dependency (#1143)f066114release: plugin-react@5.1.4e299dcafix(plugin-react):canSkipBabelnot checkingbabel.overrides(#1098)12ffadcfix(deps): update all non-major dependencies (#1103)cf0cb8arelease: plugin-react@5.1.399e480cfix(deps): update all non-major dependencies (#1090)77f5e42fix(deps): update react 19.2.4 (#1084)e327da4fix(deps): update all non-major dependencies (#1083)3d3dbc2chore: add metadata for vite-plugin-registry (#1078)Updates
vitestfrom 4.0.15 to 4.1.10Release notes
Sourced from vitest's releases.
... (truncated)
Commits
db616d2chore: release v4.1.10 (#10718)bae52b5fix(vm): fix external module resolve error with deps optimizer query for enco...a7a61e7chore: release v4.1.9 (#10598)934b0f5fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...7fb2965fix(browser): wait for orchestrator readiness before resolving browser sessio...a518019fix: fiximportOriginalwith optimizer and query import [backport to v4] (#...e61f2ddchore: release v4.1.8e4067b3fix(browser): disable clientcdpAPI whenallowWrite/allowExec: false[ba...a09d472chore: release v4.1.7a8fd24cchore: release v4.1.6Dependabot 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 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