Skip to content

Commit

Permalink
deps(deps-dev): bump the development-dependencies group across 1 dire…
Browse files Browse the repository at this point in the history
…ctory with 4 updates

Bumps the development-dependencies group with 4 updates in the / directory: [prettier](https://github.com/prettier/prettier), [typescript](https://github.com/microsoft/TypeScript), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [alwatr](https://github.com/Alwatr/alwatr/tree/HEAD/packages/alwatr).


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

Updates `typescript` from 5.6.3 to 5.7.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.6.3...v5.7.2)

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

Updates `alwatr` from 2.1.1 to 3.7.0
- [Release notes](https://github.com/Alwatr/alwatr/releases)
- [Changelog](https://github.com/Alwatr/alwatr/blob/next/packages/alwatr/CHANGELOG.md)
- [Commits](https://github.com/Alwatr/alwatr/commits/v3.7.0/packages/alwatr)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: alwatr
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent 3bbfa52 commit c7ec4e8
Show file tree
Hide file tree
Showing 4 changed files with 411 additions and 140 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-require-extensions": "^0.1.3",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
"prettier": "^3.4.1",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.3",
"@alwatr/type-helper": "^2.0.3",
"@types/node": "^22.8.1",
"alwatr": "^2.1.1",
"typescript": "^5.6.3"
"@types/node": "^22.10.1",
"alwatr": "^3.7.0",
"typescript": "^5.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.3",
"@alwatr/type-helper": "^2.0.3",
"@types/node": "^22.8.1",
"@types/node": "^22.10.1",
"jest": "^29.7.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit c7ec4e8

Please sign in to comment.