Skip to content

Commit

Permalink
build(deps): bump the all group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [globals](https://github.com/sindresorhus/globals) | `15.8.0` | `15.9.0` |
| [react-virtuoso](https://github.com/petyosi/react-virtuoso) | `4.7.13` | `4.9.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.7` | `15.2.8` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.0.0-alpha.58` | `8.0.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.4` | `2.0.5` |


Updates `globals` from 15.8.0 to 15.9.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.8.0...v15.9.0)

Updates `react-virtuoso` from 4.7.13 to 4.9.0
- [Release notes](https://github.com/petyosi/react-virtuoso/releases)
- [Commits](petyosi/react-virtuoso@v4.7.13...v4.9.0)

Updates `autoprefixer` from 10.4.19 to 10.4.20
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.19...10.4.20)

Updates `lint-staged` from 15.2.7 to 15.2.8
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.7...v15.2.8)

Updates `typescript-eslint` from 8.0.0-alpha.58 to 8.0.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/typescript-eslint)

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

---
updated-dependencies:
- dependency-name: globals
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: react-virtuoso
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent de1a3ba commit 27f895f
Show file tree
Hide file tree
Showing 2 changed files with 571 additions and 594 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"copy-to-clipboard": "^3.3.3",
"deep-equal": "^2.2.3",
"eslint-linter-browserify": "^9.8.0",
"globals": "^15.8.0",
"globals": "^15.9.0",
"js-base64": "^3.7.7",
"only-allow": "^1.2.1",
"pretty-ms": "^9.1.0",
Expand All @@ -59,7 +59,7 @@
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.5.0",
"react-resizable-panels": "^2.0.22",
"react-virtuoso": "^4.7.13",
"react-virtuoso": "^4.9.0",
"rfdc": "^1.4.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
Expand All @@ -79,7 +79,7 @@
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.20",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
Expand All @@ -90,18 +90,18 @@
"happy-dom": "^14.12.3",
"husky": "^9.1.4",
"knip": "^5.27.0",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.8",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.7",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"typescript-eslint": "8.0.0-alpha.58",
"typescript-eslint": "8.0.1",
"unplugin-fonts": "^1.1.1",
"vite": "^5.3.5",
"vite-plugin-pwa": "^0.20.1",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^2.0.4",
"vitest": "^2.0.5",
"workbox-window": "^7.1.0"
}
}
Loading

0 comments on commit 27f895f

Please sign in to comment.