diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-10 04:40:58 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-10 04:41:41 +0000 |
commit | 379f9014b5eae4f8a60e7ee411c54962ea580b4f (patch) | |
tree | 3a116bd70a830ade8abc2cc0d075bfba64fe9f9b /package.json | |
parent | Bump eslint from 9.9.1 to 9.10.0 in the node-deps group (diff) | |
download | zorascript-379f9014b5eae4f8a60e7ee411c54962ea580b4f.tar zorascript-379f9014b5eae4f8a60e7ee411c54962ea580b4f.tar.gz zorascript-379f9014b5eae4f8a60e7ee411c54962ea580b4f.tar.bz2 zorascript-379f9014b5eae4f8a60e7ee411c54962ea580b4f.tar.lz zorascript-379f9014b5eae4f8a60e7ee411c54962ea580b4f.tar.xz zorascript-379f9014b5eae4f8a60e7ee411c54962ea580b4f.tar.zst zorascript-379f9014b5eae4f8a60e7ee411c54962ea580b4f.zip |
Bump the node-deps group with 3 updates
Bumps the node-deps group with 3 updates: [typescript](https://github.com/microsoft/TypeScript), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
Updates `typescript` from 5.5.4 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)
Updates `@typescript-eslint/eslint-plugin` from 8.4.0 to 8.5.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.5.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.4.0 to 8.5.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/parser)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ca5e132..4a0fc4d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.43.0", "prettier": "^3.3.3", - "typescript": "^5.5.4", + "typescript": "^5.6.2", "wasm-pack": "^0.13.0" } } |