Skip to content

Commit

Permalink
build(deps): add vue-tsc as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Nov 28, 2024
1 parent a50e594 commit 000b49a
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 118 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# we specify bash to get pipefail; it guards against the `curl` command
# failing. otherwise `sh` won't catch that `curl` returned non-0
shell: bash
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.24.1/cargo-dist-installer.sh | sh"
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.25.1/cargo-dist-installer.sh | sh"
- name: Cache dist
uses: actions/upload-artifact@v4
with:
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased](https://github.com/hougesen/hitt/compare/v0.0.16...HEAD)

- build(deps): bump tempfile from 3.13.0 to 3.14.0 [`#401`](https://github.com/hougesen/hitt/pull/401)
- build(deps): bump clap from 4.5.20 to 4.5.21 [`#405`](https://github.com/hougesen/hitt/pull/405)
- build(deps): bump clap_complete from 4.5.36 to 4.5.38 [`#403`](https://github.com/hougesen/hitt/pull/403)
- build(deps): bump tokio from 1.41.0 to 1.41.1 [`#400`](https://github.com/hougesen/hitt/pull/400)
- build(deps-dev): bump @nuxtjs/sitemap from 6.1.3 to 6.1.4 in /docs [`#397`](https://github.com/hougesen/hitt/pull/397)
- build(deps): bump futures from 0.3.30 to 0.3.31 [`#385`](https://github.com/hougesen/hitt/pull/385)
- build(deps-dev): bump vite-plugin-eslint2 from 4.4.2 to 5.0.1 in /docs [`#398`](https://github.com/hougesen/hitt/pull/398)
- build(deps): bump clap_complete from 4.5.34 to 4.5.36 [`#396`](https://github.com/hougesen/hitt/pull/396)
- build(deps-dev): bump @nuxtjs/sitemap from 6.1.1 to 6.1.3 in /docs [`#394`](https://github.com/hougesen/hitt/pull/394)
- build(deps-dev): bump @nuxt/eslint from 0.5.7 to 0.6.1 in /docs [`#395`](https://github.com/hougesen/hitt/pull/395)
- build(deps-dev): bump @nuxt/devtools from 1.5.1 to 1.6.0 in /docs [`#391`](https://github.com/hougesen/hitt/pull/391)
- build(deps): bump reqwest from 0.12.8 to 0.12.9 [`#390`](https://github.com/hougesen/hitt/pull/390)
- build(deps-dev): bump tailwindcss from 3.4.13 to 3.4.14 in /docs [`#386`](https://github.com/hougesen/hitt/pull/386)
- build(deps): bump @nuxt/content from 2.13.2 to 2.13.4 in /docs [`#389`](https://github.com/hougesen/hitt/pull/389)
- build(deps): bump clap from 4.5.19 to 4.5.20 [`#388`](https://github.com/hougesen/hitt/pull/388)
- build(deps): bump @nuxt/image from 1.8.0 to 1.8.1 in /docs [`#393`](https://github.com/hougesen/hitt/pull/393)
- build(deps-dev): bump eslint-plugin-tailwindcss in /docs [`#392`](https://github.com/hougesen/hitt/pull/392)
- build(deps): bump once_cell from 1.20.1 to 1.20.2 [`#387`](https://github.com/hougesen/hitt/pull/387)
- build(deps-dev): bump vue from 3.5.10 to 3.5.12 in /docs [`#384`](https://github.com/hougesen/hitt/pull/384)
- build(deps): bump clap_complete from 4.5.29 to 4.5.34 [`#383`](https://github.com/hougesen/hitt/pull/383)
- build(deps): bump tokio from 1.40.0 to 1.41.0 [`#382`](https://github.com/hougesen/hitt/pull/382)
- build(cargo-dist): bump to v0.24.1 [`#381`](https://github.com/hougesen/hitt/pull/381)
- build(deps): bump micromatch from 4.0.7 to 4.0.8 in /docs [`#378`](https://github.com/hougesen/hitt/pull/378)
- build(deps): bump rollup from 4.21.2 to 4.24.0 in /docs [`#379`](https://github.com/hougesen/hitt/pull/379)
- build(deps): bump serve-static from 1.15.0 to 1.16.2 in /docs [`#380`](https://github.com/hougesen/hitt/pull/380)
Expand Down
2 changes: 1 addition & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["cargo:."]
# Config for 'dist'
[dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.24.1"
cargo-dist-version = "0.25.1"
# CI backends to support
ci = "github"
# The installers to generate for each app
Expand Down
4 changes: 3 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite-plugin-eslint2": "^5.0.1",
"vue": "^3.5.12"
"vue": "^3.5.12",
"vue-tsc": "^2.1.10"
},
"dependencies": {
"@nuxt/content": "^2.13.4",
Expand Down
Loading

0 comments on commit 000b49a

Please sign in to comment.