Skip to content

Commit

Permalink
chore(deps-dev): Bump the minor-patch-dev group across 1 directory wi…
Browse files Browse the repository at this point in the history
…th 6 updates

Bumps the minor-patch-dev group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.12` | `20.14.7` |
| [eslint-plugin-json-schema-validator](https://github.com/ota-meshi/eslint-plugin-json-schema-validator) | `5.1.0` | `5.1.1` |
| [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.15.1` | `2.16.0` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.2` |
| [semver](https://github.com/npm/node-semver) | `7.6.0` | `7.6.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.2` |



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

Updates `eslint-plugin-json-schema-validator` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/blob/main/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-json-schema-validator@v5.1.0...v5.1.1)

Updates `eslint-plugin-jsonc` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-jsonc@v2.15.1...v2.16.0)

Updates `prettier` from 3.2.5 to 3.3.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.3.2)

Updates `semver` from 7.6.0 to 7.6.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.6.0...v7.6.2)

Updates `typescript` from 5.4.5 to 5.5.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.2)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dev
- dependency-name: eslint-plugin-json-schema-validator
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dev
- dependency-name: eslint-plugin-jsonc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dev
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dev
- dependency-name: semver
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dev
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dev
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent ae1399b commit 57f793e
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 147 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"@commitlint/cz-commitlint": "^19.2.0",
"@types/jest": "^28.1.6",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.7",
"@types/node": "^20.14.7",
"@types/semver": "^7.5.8",
"commitizen": "^4.3.0",
"eslint": "^8.57.0",
"eslint-plugin-json-schema-validator": "^5.1.0",
"eslint-plugin-jsonc": "^2.15.1",
"eslint-plugin-json-schema-validator": "^5.1.1",
"eslint-plugin-jsonc": "^2.16.0",
"husky": "^9.0.11",
"jest": "^28.1.3",
"js-yaml": "^4.1.0",
"prettier": "^3.2.5",
"semver": "^7.6.0",
"prettier": "^3.3.2",
"semver": "^7.6.2",
"ts-jest": "^28.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 57f793e

Please sign in to comment.