From 1a2c82b4078eea187da88af7aeb2311728e598e5 Mon Sep 17 00:00:00 2001 From: Kevin Marrec Date: Sun, 21 Feb 2021 18:38:22 +0100 Subject: [PATCH] chore(release): publish - @nuxt/typescript-build@2.0.5 --- packages/typescript-build/CHANGELOG.md | 11 +++++++++++ packages/typescript-build/package.json | 6 +++--- yarn.lock | 13 +++++++++---- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/packages/typescript-build/CHANGELOG.md b/packages/typescript-build/CHANGELOG.md index 1014234e..69fbd8b1 100644 --- a/packages/typescript-build/CHANGELOG.md +++ b/packages/typescript-build/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.5](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@2.0.4...@nuxt/typescript-build@2.0.5) (2021-02-21) + + +### Bug Fixes + +* **typescript-build:** wrong path for dependency ([#464](https://github.com/nuxt/typescript/issues/464)) ([b300e6a](https://github.com/nuxt/typescript/commit/b300e6a18759cf57264abc57018e37f51e01031c)), closes [#145](https://github.com/nuxt/typescript/issues/145) + + + + + ## [2.0.4](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@2.0.3...@nuxt/typescript-build@2.0.4) (2021-01-16) **Note:** Version bump only for package @nuxt/typescript-build diff --git a/packages/typescript-build/package.json b/packages/typescript-build/package.json index 65267d45..a7d29b1a 100644 --- a/packages/typescript-build/package.json +++ b/packages/typescript-build/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/typescript-build", - "version": "2.0.4", + "version": "2.0.5", "description": "Nuxt.js TypeScript support", "repository": "nuxt/typescript", "license": "MIT", @@ -15,9 +15,9 @@ "compile": "tsc" }, "dependencies": { - "consola": "^2.15.0", + "consola": "^2.15.3", "fork-ts-checker-webpack-plugin": "^6.1.0", - "ts-loader": "^8.0.14", + "ts-loader": "^8.0.17", "typescript": "~4.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index d4a59845..b8d9a9a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4522,6 +4522,11 @@ consola@^2.10.0, consola@^2.15.0, consola@^2.6.0, consola@^2.9.0: resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.0.tgz#40fc4eefa4d2f8ef2e2806147f056ea207fcc0e9" integrity sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ== +consola@^2.15.3: + version "2.15.3" + resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550" + integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw== + console-browserify@^1.1.0: version "1.2.0" resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336" @@ -12528,10 +12533,10 @@ ts-jest@latest: semver "7.x" yargs-parser "20.x" -ts-loader@^8.0.14: - version "8.0.14" - resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.14.tgz#e46ac1f8dcb88808d0b1335d2eae65b74bd78fe8" - integrity sha512-Jt/hHlUnApOZjnSjTmZ+AbD5BGlQFx3f1D0nYuNKwz0JJnuDGHJas6az+FlWKwwRTu+26GXpv249A8UAnYUpqA== +ts-loader@^8.0.17: + version "8.0.17" + resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.17.tgz#98f2ccff9130074f4079fd89b946b4c637b1f2fc" + integrity sha512-OeVfSshx6ot/TCxRwpBHQ/4lRzfgyTkvi7ghDVrLXOHzTbSK413ROgu/xNqM72i3AFeAIJgQy78FwSMKmOW68w== dependencies: chalk "^4.1.0" enhanced-resolve "^4.0.0"