Skip to content

Commit

Permalink
Bump the npm-dependencies group with 5 updates (#76)
Browse files Browse the repository at this point in the history
Bumps the npm-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.6` | `6.0.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `22.10.5` |
| [bits-ui](https://github.com/huntabyte/bits-ui) | `1.0.0-next.74` | `1.0.0-next.77` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.16.0` | `5.16.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.18.2` | `8.19.0` |


Updates `vite` from 6.0.6 to 6.0.7
- [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.0.7/packages/vite)

Updates `@types/node` from 22.10.2 to 22.10.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `bits-ui` from 1.0.0-next.74 to 1.0.0-next.77
- [Release notes](https://github.com/huntabyte/bits-ui/releases)
- [Commits](https://github.com/huntabyte/bits-ui/compare/[email protected]@1.0.0-next.77)

Updates `svelte` from 5.16.0 to 5.16.2
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `typescript-eslint` from 8.18.2 to 8.19.0
- [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.19.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: bits-ui
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 41e58fb commit f710ede
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 233 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@tanstack/table-core": "^8.20.5",
"@types/crypto-js": "^4.2.2",
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/semver": "^7.5.8",
"@types/w3c-web-serial": "^1.0.7",
"autoprefixer": "^10.4.20",
"bits-ui": "1.0.0-next.74",
"bits-ui": "1.0.0-next.77",
"bowser": "^2.11.0",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
Expand All @@ -45,7 +45,7 @@
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"semver": "^7.6.3",
"svelte": "^5.16.0",
"svelte": "^5.16.2",
"svelte-check": "^4.1.1",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^2.6.0",
Expand All @@ -54,7 +54,7 @@
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"typescript-eslint": "^8.19.0",
"ua-parser-js": "2.0.0",
"vite-plugin-mkcert": "^1.17.6",
"vitest": "^2.1.8"
Expand All @@ -63,7 +63,7 @@
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"esptool-js": "^0.5.2",
"vite": "^6.0.6"
"vite": "^6.0.7"
},
"engines": {
"node": "^20.18",
Expand Down
Loading

0 comments on commit f710ede

Please sign in to comment.