Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nuxt/typescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @nuxt/types@0.4.0
Choose a base ref
...
head repository: nuxt/typescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @nuxt/types@0.4.1
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Dec 1, 2019

  1. fix(types): add correct url-loader options (#220)

    Closes #221
    
    * fix(types): add correct url-loader options
    * fix(types): remove erroneous FileLoaderOptions
    danielroe authored and kevinmarrec committed Dec 1, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    01084f1 View commit details
  2. chore(release): publish

     - @nuxt/types@0.4.1
     - @nuxt/typescript-build@0.3.6
     - @nuxt/typescript-runtime@0.2.6
    kevinmarrec committed Dec 1, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    83b961a View commit details
11 changes: 11 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [0.4.1](https://github.com/nuxt/typescript/compare/@nuxt/types@0.4.0...@nuxt/types@0.4.1) (2019-12-01)


### Bug Fixes

* **types:** add correct url-loader options ([#220](https://github.com/nuxt/typescript/issues/220)) ([01084f1](https://github.com/nuxt/typescript/commit/01084f180570f703b6d5583e45d3de4d7fc14dc3)), closes [#221](https://github.com/nuxt/typescript/issues/221)





# [0.4.0](https://github.com/nuxt/typescript/compare/@nuxt/types@0.3.4...@nuxt/types@0.4.0) (2019-11-30)


18 changes: 10 additions & 8 deletions packages/types/config/build.d.ts
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@

import {
Configuration as WebpackConfiguration,
Loader as WebpackLoader,
Options as WebpackOptions,
Plugin as WebpackPlugin
} from 'webpack'
@@ -21,12 +22,6 @@ import * as Less from 'less'
import { Options as SassOptions } from 'node-sass'
import { VueLoaderOptions } from 'vue-loader'

interface FileLoaderOptions {
fallback?: string
limit?: number | boolean | string
mimetype?: string
}

type CssLoaderUrlFunction = (url: string, resourcePath: string) => boolean
type CssLoaderImportFunction = (parsedImport: string, resourcePath: string) => boolean
type CssLoaderMode = 'global' | 'local'
@@ -49,12 +44,19 @@ interface CssLoaderOptions {
url?: boolean | CssLoaderUrlFunction
}

interface UrlLoaderOptions {
esModules?: boolean
fallback?: WebpackLoader
limit?: boolean | number | string
mimetype?: string
}

interface NuxtConfigurationLoaders {
css?: CssLoaderOptions
cssModules?: CssLoaderOptions
file?: FileLoaderOptions
fontUrl?: FileLoaderOptions
imgUrl?: FileLoaderOptions
fontUrl?: UrlLoaderOptions
imgUrl?: UrlLoaderOptions
less?: Less.Options
pugPlain?: PugOptions
sass?: SassOptions
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/types",
"version": "0.4.0",
"version": "0.4.1",
"description": "Nuxt.js types",
"repository": "nuxt/typescript",
"license": "MIT",
8 changes: 8 additions & 0 deletions packages/typescript-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.6](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@0.3.5...@nuxt/typescript-build@0.3.6) (2019-12-01)

**Note:** Version bump only for package @nuxt/typescript-build





## [0.3.5](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@0.3.4...@nuxt/typescript-build@0.3.5) (2019-11-30)

**Note:** Version bump only for package @nuxt/typescript-build
4 changes: 2 additions & 2 deletions packages/typescript-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/typescript-build",
"version": "0.3.5",
"version": "0.3.6",
"description": "Nuxt.js TypeScript support",
"repository": "nuxt/typescript",
"license": "MIT",
@@ -15,7 +15,7 @@
"compile": "tsc"
},
"dependencies": {
"@nuxt/types": "0.4.0",
"@nuxt/types": "0.4.1",
"consola": "^2.11.0",
"fork-ts-checker-webpack-plugin": "^3.1.1",
"ts-loader": "^6.2.1",
8 changes: 8 additions & 0 deletions packages/typescript-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.6](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@0.2.5...@nuxt/typescript-runtime@0.2.6) (2019-12-01)

**Note:** Version bump only for package @nuxt/typescript-runtime





## [0.2.5](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@0.2.4...@nuxt/typescript-runtime@0.2.5) (2019-11-30)

**Note:** Version bump only for package @nuxt/typescript-runtime
4 changes: 2 additions & 2 deletions packages/typescript-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/typescript-runtime",
"version": "0.2.5",
"version": "0.2.6",
"description": "Nuxt.js TypeScript Runtime support",
"repository": "nuxt/typescript",
"license": "MIT",
@@ -19,7 +19,7 @@
"compile": "tsc"
},
"dependencies": {
"@nuxt/types": "0.4.0",
"@nuxt/types": "0.4.1",
"ts-node": "^8.5.4",
"typescript": "~3.6"
},