Skip to content

Commit

Permalink
build(dev-deps): bump vue-tsc from 1.8.27 to 2.1.6 in /presenter (#1973)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump vue-tsc from 1.8.27 to 2.1.6 in /presenter

Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 1.8.27 to 2.1.6.
- [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/v2.1.6/packages/tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* make vue-tsc update work:
- pin Typescript to v5.5.4 (analogue to frontend module)
- update vite-plugin-checker to v0.8.0 (analogue to frontend module)

* fix scope for dev dependencies in pr title workflow

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mahula <lenzmath@posteo.de>
  • Loading branch information
dependabot[bot] and mahula authored Oct 16, 2024
1 parent 36a4dd1 commit 2c3fe89
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
authentik
backend
deps
dev-deps
deps-dev
docu
docker
frontend
Expand Down
136 changes: 52 additions & 84 deletions presenter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions presenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "^5.4.5",
"vite-plugin-checker": "^0.6.4",
"typescript": "5.5.4",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vuetify": "^2.0.4",
"vitest": "^2.0.4",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.1.6"
},
"imports": {
"#components/*": "./src/components/*",
Expand Down

0 comments on commit 2c3fe89

Please sign in to comment.