Skip to content

Commit

Permalink
fix(deps-dev): bump nuxt from 3.9.0 to 3.12.4 [security] (#297)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump nuxt from 3.9.0 to 3.12.4

Bumps [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) from 3.9.0 to 3.12.4.
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.12.4/packages/nuxt)

---
updated-dependencies:
- dependency-name: nuxt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* run nuxi upgrade --force

* reinstall deps and commit lockfile

* fix: use nuxi typecheck for type checking

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Corey Psoinos <[email protected]>
  • Loading branch information
dependabot[bot] and cpsoinos authored Aug 6, 2024
1 parent 761ca95 commit ec7d019
Show file tree
Hide file tree
Showing 2 changed files with 2,953 additions and 5,069 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prepare": "husky",
"semantic-release": "semantic-release",
"test": "cross-env NUXT_TELEMETRY_DISABLED=1 JITI_ESM_RESOLVE=1 pnpm nuxi prepare test/fixtures/basic && cross-env JITI_ESM_RESOLVE=1 vitest run --dir test",
"typecheck": "vue-tsc --noEmit"
"typecheck": "nuxi typecheck"
},
"lint-staged": {
"package.json": [
Expand Down Expand Up @@ -68,12 +68,11 @@
"eslint": "8.50.0",
"husky": "9.1.4",
"lint-staged": "^15.2.2",
"nuxt": "3.9.0",
"nuxt": "3.12.4",
"pnpm": "8.15.9",
"prettier": "3.3.3",
"semantic-release": "^22.0.0",
"vitest": "^1.1.3",
"vue-tsc": "^1.8.25"
"vitest": "^1.1.3"
},
"peerDependencies": {
"svgo-loader": "^4.0.0",
Expand Down
Loading

0 comments on commit ec7d019

Please sign in to comment.