Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deps: Bump the patch-updates group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Bumps the patch-updates group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [i18next](https://github.com/i18next/i18next) | `23.16.4` | `23.16.8` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.1.0` | `15.1.1` |
| [uuid](https://github.com/uuidjs/uuid) | `11.0.2` | `11.0.3` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.1.4` | `2.1.5` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.10` | `5.4.11` |
| [vite-plugin-eslint2](https://github.com/ModyQyW/vite-plugin-eslint2/tree/HEAD/packages/core) | `5.0.1` | `5.0.2` |



Updates `i18next` from 23.16.4 to 23.16.8
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.16.4...v23.16.8)

Updates `react-i18next` from 15.1.0 to 15.1.1
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.1.0...v15.1.1)

Updates `uuid` from 11.0.2 to 11.0.3
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.0.2...v11.0.3)

Updates `@vitest/coverage-v8` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.5/packages/coverage-v8)

Updates `@vitest/ui` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.5/packages/ui)

Updates `vite` from 5.4.10 to 5.4.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite)

Updates `vite-plugin-eslint2` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/ModyQyW/vite-plugin-eslint2/releases)
- [Changelog](https://github.com/ModyQyW/vite-plugin-eslint2/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/ModyQyW/vite-plugin-eslint2/commits/v5.0.2/packages/core)

Updates `vitest` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.5/packages/vitest)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@vitest/ui"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: vite-plugin-eslint2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Nov 21, 2024

Verified

This commit was signed with the committer’s verified signature.
mihaimaruseac Mihai Maruseac
1 parent 7381876 commit 7d2489e
Showing 2 changed files with 97 additions and 87 deletions.
172 changes: 91 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@
"fast-deep-equal": "^3.1.3",
"fast-xml-parser": "^4.5.0",
"hoist-non-react-statics": "^3.3.2",
"i18next": "^23.16.4",
"i18next": "^23.16.8",
"i18next-http-backend": "^2.6.2",
"ical.js": "^2.1.0",
"lucide-react": "^0.454.0",
@@ -63,14 +63,14 @@
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.0",
"react-i18next": "^15.1.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.28.0",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"resize-observer-polyfill": "^1.5.1",
"styled-components": "^6.1.13",
"uuid": "^11.0.2",
"uuid": "^11.0.3",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
@@ -85,7 +85,7 @@
"@typescript-eslint/parser": "^8.13.0",
"@vitejs/plugin-legacy": "^5.4.3",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.4",
"babel-plugin-i18next-extract": "^0.10.0",
"eslint": "^8.57.1",
@@ -102,8 +102,8 @@
"lint-staged": "^13.1.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-eslint2": "^5.0.1",
"vite": "^5.4.11",
"vite-plugin-eslint2": "^5.0.2",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^2.1.4"
},

0 comments on commit 7d2489e

Please sign in to comment.