Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [luxon](https://github.com/moment/luxon) | `3.4.4` | `3.5.0` |
| [vue](https://github.com/vuejs/core) | `3.4.35` | `3.4.37` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.0.2` | `22.2.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.0.0` | `8.0.1` |
| [mocha](https://github.com/mochajs/mocha) | `10.7.0` | `10.7.3` |



Updates `luxon` from 3.4.4 to 3.5.0
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.4.4...3.5.0)

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

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

Updates `@typescript-eslint/eslint-plugin` from 8.0.0 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/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/eslint-plugin)

Updates `mocha` from 10.7.0 to 10.7.3
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.7.0...v10.7.3)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mocha
  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 Aug 9, 2024
1 parent f169d42 commit ef374f9
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 171 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"dependencies": {
"@mdi/font": "7.4.47",
"luxon": "^3.4.4",
"luxon": "^3.5.0",
"roboto-fontface": "*",
"vue": "^3.4.35",
"vue": "^3.4.37",
"vuetify": "^3.6.14",
"webfontloader": "^1.0.0"
},
Expand All @@ -32,15 +32,15 @@
"@types/jsdom-global": "^3.0.7",
"@types/luxon": "^3.4.2",
"@types/mocha": "^10.0.7",
"@types/node": "^22.0.2",
"@types/node": "^22.2.0",
"@types/sinon": "^17.0.3",
"@types/webfontloader": "^1.6.37",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@vitejs/plugin-vue": "^4.6.2",
"c8": "^10.1.2",
"chai": "^5.1.1",
"jsdom": "^24.1.1",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"mocha-junit-reporter": "^2.2.1",
"prettier": "^3.3.3",
"sinon": "^18.0.0",
Expand Down
Loading

0 comments on commit ef374f9

Please sign in to comment.