Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [vue](https://github.com/vuejs/core) | `3.4.34` | `3.4.35` |
| [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) | `3.6.13` | `3.6.14` |
| [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) | `4.3.16` | `4.3.17` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.12` | `22.0.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.17.0` | `8.0.0` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.0.28` | `2.0.29` |



Updates `vue` from 3.4.34 to 3.4.35
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.34...v3.4.35)

Updates `vuetify` from 3.6.13 to 3.6.14
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v3.6.14/packages/vuetify)

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

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

Updates `@typescript-eslint/eslint-plugin` from 7.17.0 to 8.0.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/eslint-plugin)

Updates `vue-tsc` from 2.0.28 to 2.0.29
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/HEAD/packages/tsc)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vuetify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and thieleju committed Aug 2, 2024
1 parent 617c2ea commit f169d42
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 192 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"@mdi/font": "7.4.47",
"luxon": "^3.4.4",
"roboto-fontface": "*",
"vue": "^3.4.34",
"vuetify": "^3.6.13",
"vue": "^3.4.35",
"vuetify": "^3.6.14",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.25",
"@types/chai": "^4.3.16",
"@types/chai": "^4.3.17",
"@types/chrome": "^0.0.269",
"@types/jsdom": "^21.1.7",
"@types/jsdom-global": "^3.0.7",
"@types/luxon": "^3.4.2",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.12",
"@types/node": "^22.0.2",
"@types/sinon": "^17.0.3",
"@types/webfontloader": "^1.6.37",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@vitejs/plugin-vue": "^4.6.2",
"c8": "^10.1.2",
"chai": "^5.1.1",
Expand All @@ -50,6 +50,6 @@
"typescript": "^5.5.4",
"vite": "^4.5.2",
"vite-plugin-vuetify": "^1.0.0",
"vue-tsc": "^2.0.28"
"vue-tsc": "^2.0.29"
}
}
Loading

0 comments on commit f169d42

Please sign in to comment.