🚀WordPress Plugin Boilerplate using modern web techs like TypeScript, SASS, and so on... on top of a local development environment with Docker and predefined GitLab CI for continous integration and deployment!
conventional-changelog/commitlint
### [`v8.1.0`](https://togithub.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md#810httpsgithubcomconventional-changelogcommitlintcomparev800v810-2019-07-15)
[Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v8.0.0...v8.1.0)
This release is versioned as minor change because some of the core components are rewritten to TypeScript. It's part of the full port to TypeScript, currently in progress at [#659](https://togithub.com/conventional-changelog/commitlint/issues/659).
##### Bug Fixes
- add explicit dependency on chalk ([#687](https://togithub.com/conventional-changelog/commitlint/issues/687)) ([9075844](https://togithub.com/conventional-changelog/commitlint/commit/9075844))
- pass ignores from configuration in [@commitlint/cli](https://togithub.com/commitlint/cli) ([#668](https://togithub.com/conventional-changelog/commitlint/issues/668)) ([da99aaa](https://togithub.com/conventional-changelog/commitlint/commit/da99aaa))
### [`v8.0.0`](https://togithub.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md#810httpsgithubcomconventional-changelogcommitlintcomparev800v810-2019-07-15)
[Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v7.6.1...v8.0.0)
This release is versioned as minor change because some of the core components are rewritten to TypeScript. It's part of the full port to TypeScript, currently in progress at [#659](https://togithub.com/conventional-changelog/commitlint/issues/659).
##### Bug Fixes
- add explicit dependency on chalk ([#687](https://togithub.com/conventional-changelog/commitlint/issues/687)) ([9075844](https://togithub.com/conventional-changelog/commitlint/commit/9075844))
- pass ignores from configuration in [@commitlint/cli](https://togithub.com/commitlint/cli) ([#668](https://togithub.com/conventional-changelog/commitlint/issues/668)) ([da99aaa](https://togithub.com/conventional-changelog/commitlint/commit/da99aaa))
prettier/prettier-php
### [`v0.11.2`](https://togithub.com/prettier/prettier-php/compare/v0.11.1...v0.11.2)
[Compare Source](https://togithub.com/prettier/prettier-php/compare/v0.11.1...v0.11.2)
### [`v0.11.1`](https://togithub.com/prettier/prettier-php/releases/v0.11.1)
[Compare Source](https://togithub.com/prettier/prettier-php/compare/v0.10.2...v0.11.1)
### Breaking changes
The `trailingComma` option has been renamed to `trailingCommaPHP` to avoid collisions with Prettier for JS ([prettier/plugin-php#1059](https://togithub.com/prettier/plugin-php/pull/1059)).
kimmobrunfeldt/chokidar-cli
### [`v2.0.0`](https://togithub.com/kimmobrunfeldt/chokidar-cli/releases/2.0.0)
[Compare Source](https://togithub.com/kimmobrunfeldt/chokidar-cli/compare/1.2.3...2.0.0)
- Updated `chokidar` itself to latest version
- Requires node.js v8.0.0 or newer as `chokidar` requires that as well as of v3+
webpack-contrib/css-loader
### [`v3.2.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#320httpsgithubcomwebpack-contribcss-loadercomparev310v320-2019-08-06)
[Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v3.1.0...v3.2.0)
##### Bug Fixes
- replace `.` characters in localIndent to `-` character (regression) ([#982](https://togithub.com/webpack-contrib/css-loader/issues/982)) ([967fb66](https://togithub.com/webpack-contrib/css-loader/commit/967fb66))
##### Features
- support es modules for assets loader ([#984](https://togithub.com/webpack-contrib/css-loader/issues/984)) ([9c5126c](https://togithub.com/webpack-contrib/css-loader/commit/9c5126c))
### [`v3.1.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#320httpsgithubcomwebpack-contribcss-loadercomparev310v320-2019-08-06)
[Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v3.0.0...v3.1.0)
##### Bug Fixes
- replace `.` characters in localIndent to `-` character (regression) ([#982](https://togithub.com/webpack-contrib/css-loader/issues/982)) ([967fb66](https://togithub.com/webpack-contrib/css-loader/commit/967fb66))
##### Features
- support es modules for assets loader ([#984](https://togithub.com/webpack-contrib/css-loader/issues/984)) ([9c5126c](https://togithub.com/webpack-contrib/css-loader/commit/9c5126c))
### [`v3.0.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#310httpsgithubcomwebpack-contribcss-loadercomparev300v310-2019-07-18)
[Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v2.1.1...v3.0.0)
##### Bug Fixes
- converting all (including reserved and control) filesystem characters to `-` (it was regression in `3.0.0` version) ([#972](https://togithub.com/webpack-contrib/css-loader/issues/972)) ([f51859b](https://togithub.com/webpack-contrib/css-loader/commit/f51859b))
- default context should be undefined instead of null ([#965](https://togithub.com/webpack-contrib/css-loader/issues/965)) ([9c32885](https://togithub.com/webpack-contrib/css-loader/commit/9c32885))
##### Features
- allow `modules.getLocalIdent` to return a falsy value ([#963](https://togithub.com/webpack-contrib/css-loader/issues/963)) ([9c3571c](https://togithub.com/webpack-contrib/css-loader/commit/9c3571c))
- improved validation error messages ([65e4fc0](https://togithub.com/webpack-contrib/css-loader/commit/65e4fc0))
### [`v2.1.1`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#300httpsgithubcomwebpack-contribcss-loadercomparev211v300-2019-06-11)
[Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v2.1.0...v2.1.1)
##### Bug Fixes
- avoid the "from" argument must be of type string error ([#908](https://togithub.com/webpack-contrib/css-loader/issues/908)) ([e5dfd23](https://togithub.com/webpack-contrib/css-loader/commit/e5dfd23))
- invert `Function` behavior for `url` and `import` options ([#939](https://togithub.com/webpack-contrib/css-loader/issues/939)) ([e9eb5ad](https://togithub.com/webpack-contrib/css-loader/commit/e9eb5ad))
- properly export locals with escaped characters ([#917](https://togithub.com/webpack-contrib/css-loader/issues/917)) ([a0efcda](https://togithub.com/webpack-contrib/css-loader/commit/a0efcda))
- property handle non css characters in localIdentName ([#920](https://togithub.com/webpack-contrib/css-loader/issues/920)) ([d3a0a3c](https://togithub.com/webpack-contrib/css-loader/commit/d3a0a3c))
##### Features
- modules options now accepts object config ([#937](https://togithub.com/webpack-contrib/css-loader/issues/937)) ([1d7a464](https://togithub.com/webpack-contrib/css-loader/commit/1d7a464))
- support `@value` at-rule in selectors ([#941](https://togithub.com/webpack-contrib/css-loader/issues/941)) ([05a42e2](https://togithub.com/webpack-contrib/css-loader/commit/05a42e2))
##### BREAKING CHANGES
- minimum required nodejs version is 8.9.0
- `@value` at rules now support in `selector`, recommends checking all `@values` at-rule usage (hint: you can add prefix to all `@value` at-rules, for example `@value v-foo: black;` or `@value m-foo: screen and (max-width: 12450px)`, and then do upgrade)
- invert `{Function}` behavior for `url` and `import` options (need return `true` when you want handle `url`/`@import` and return `false` if not)
- `camelCase` option was remove in favor `localsConvention` option, also it is accept only `{String}` value (use `camelCase` value if you previously value was `true` and `asIs` if you previously value was `false`)
- `exportOnlyLocals` option was remove in favor `onlyLocals` option
- `modules` option now can be `{Object}` and allow to setup `CSS Modules` options:
- `localIdentName` option was removed in favor `modules.localIdentName` option
- `context` option was remove in favor `modules.context` option
- `hashPrefix` option was removed in favor `modules.hashPrefix` option
- `getLocalIdent` option was removed in favor `modules.getLocalIdent` option
- `localIdentRegExp` option was removed in favor `modules.localIdentRegExp` option
### [`v2.1.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#210httpsgithubcomwebpack-contribcss-loadercomparev202v210-2018-12-25)
[Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v2.0.2...v2.1.0)
##### Features
- support `image-set` without `url` ([#879](https://togithub.com/webpack-contrib/css-loader/issues/879)) ([21884e2](https://togithub.com/webpack-contrib/css-loader/commit/21884e2))
#### [2.0.2](https://togithub.com/webpack-contrib/css-loader/compare/v2.0.1...v2.0.2) (2018-12-21)
##### Bug Fixes
- inappropriate modification of animation keywords ([#876](https://togithub.com/webpack-contrib/css-loader/issues/876)) ([dfb2f8e](https://togithub.com/webpack-contrib/css-loader/commit/dfb2f8e))
### [`v2.0.2`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#210httpsgithubcomwebpack-contribcss-loadercomparev202v210-2018-12-25)
[Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v2.0.1...v2.0.2)
##### Features
- support `image-set` without `url` ([#879](https://togithub.com/webpack-contrib/css-loader/issues/879)) ([21884e2](https://togithub.com/webpack-contrib/css-loader/commit/21884e2))
#### [2.0.2](https://togithub.com/webpack-contrib/css-loader/compare/v2.0.1...v2.0.2) (2018-12-21)
##### Bug Fixes
- inappropriate modification of animation keywords ([#876](https://togithub.com/webpack-contrib/css-loader/issues/876)) ([dfb2f8e](https://togithub.com/webpack-contrib/css-loader/commit/dfb2f8e))
### [`v2.0.1`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#201httpsgithubcomwebpack-contribcss-loadercomparev200v201-2018-12-14)
[Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v2.0.0...v2.0.1)
##### Bug Fixes
- safe checking if params are present for at rule ([#871](https://togithub.com/webpack-contrib/css-loader/issues/871)) ([a88fed1](https://togithub.com/webpack-contrib/css-loader/commit/a88fed1))
- `getLocalIdent` now accepts `false` value ([#865](https://togithub.com/webpack-contrib/css-loader/issues/865)) ([1825e8a](https://togithub.com/webpack-contrib/css-loader/commit/1825e8a))
### [`v2.0.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#201httpsgithubcomwebpack-contribcss-loadercomparev200v201-2018-12-14)
[Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v1.0.1...v2.0.0)
##### Bug Fixes
- safe checking if params are present for at rule ([#871](https://togithub.com/webpack-contrib/css-loader/issues/871)) ([a88fed1](https://togithub.com/webpack-contrib/css-loader/commit/a88fed1))
- `getLocalIdent` now accepts `false` value ([#865](https://togithub.com/webpack-contrib/css-loader/issues/865)) ([1825e8a](https://togithub.com/webpack-contrib/css-loader/commit/1825e8a))
typicode/husky
### [`v3.0.3`](https://togithub.com/typicode/husky/releases/v3.0.3)
[Compare Source](https://togithub.com/typicode/husky/compare/v3.0.2...v3.0.3)
Fix: prevent old hooks (husky `< 1.0`) to be run if new ones are defined (husky `>= 1.0` ) [#556](https://togithub.com/typicode/husky/issues/556)
### [`v3.0.2`](https://togithub.com/typicode/husky/releases/v3.0.2)
[Compare Source](https://togithub.com/typicode/husky/compare/v3.0.1...v3.0.2)
- Fix: add shebang to run.js ([#528](https://togithub.com/typicode/husky/issues/528))
### [`v3.0.1`](https://togithub.com/typicode/husky/releases/v3.0.1)
[Compare Source](https://togithub.com/typicode/husky/compare/v3.0.0...v3.0.1)
- Improve error message if git command fails
### [`v3.0.0`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#300)
[Compare Source](https://togithub.com/typicode/husky/compare/df97af21254ca033a05346df3deb61c046b9ea12...v3.0.0)
- Fix HUSKY_SKIP_INSTALL=1 not skipping install
- **Breaking change** husky requires now Git `>= 2.13.2`. If you're already using husky `v2` and don't use an old version of Git, you can safely upgrade.
webpack-contrib/mini-css-extract-plugin
### [`v0.8.0`](https://togithub.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md#080httpsgithubcomwebpack-contribmini-css-extract-plugincomparev070v080-2019-07-16)
[Compare Source](https://togithub.com/webpack-contrib/mini-css-extract-plugin/compare/v0.7.0...v0.8.0)
##### Features
- Add ignoreOrder option ([#422](https://togithub.com/webpack-contrib/mini-css-extract-plugin/issues/422)) ([4ad3373](https://togithub.com/webpack-contrib/mini-css-extract-plugin/commit/4ad3373))
### [`v0.7.0`](https://togithub.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md#080httpsgithubcomwebpack-contribmini-css-extract-plugincomparev070v080-2019-07-16)
[Compare Source](https://togithub.com/webpack-contrib/mini-css-extract-plugin/compare/v0.6.0...v0.7.0)
##### Features
- Add ignoreOrder option ([#422](https://togithub.com/webpack-contrib/mini-css-extract-plugin/issues/422)) ([4ad3373](https://togithub.com/webpack-contrib/mini-css-extract-plugin/commit/4ad3373))
### [`v0.6.0`](https://togithub.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md#060httpsgithubcomwebpack-contribmini-css-extract-plugincomparev050v060-2019-04-10)
[Compare Source](https://togithub.com/webpack-contrib/mini-css-extract-plugin/compare/v0.5.0...v0.6.0)
##### Features
- added error code to chunk load Error ([#347](https://togithub.com/webpack-contrib/mini-css-extract-plugin/issues/347)) ([b653641](https://togithub.com/webpack-contrib/mini-css-extract-plugin/commit/b653641))
- adding hot module reloading ([#334](https://togithub.com/webpack-contrib/mini-css-extract-plugin/issues/334)) ([4ed9c5a](https://togithub.com/webpack-contrib/mini-css-extract-plugin/commit/4ed9c5a))
- publicPath can be a function ([#373](https://togithub.com/webpack-contrib/mini-css-extract-plugin/issues/373)) ([7b1425a](https://togithub.com/webpack-contrib/mini-css-extract-plugin/commit/7b1425a))
### [`v0.5.0`](https://togithub.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md#060httpsgithubcomwebpack-contribmini-css-extract-plugincomparev050v060-2019-04-10)
[Compare Source](https://togithub.com/webpack-contrib/mini-css-extract-plugin/compare/v0.4.5...v0.5.0)
##### Features
- added error code to chunk load Error ([#347](https://togithub.com/webpack-contrib/mini-css-extract-plugin/issues/347)) ([b653641](https://togithub.com/webpack-contrib/mini-css-extract-plugin/commit/b653641))
- adding hot module reloading ([#334](https://togithub.com/webpack-contrib/mini-css-extract-plugin/issues/334)) ([4ed9c5a](https://togithub.com/webpack-contrib/mini-css-extract-plugin/commit/4ed9c5a))
- publicPath can be a function ([#373](https://togithub.com/webpack-contrib/mini-css-extract-plugin/issues/373)) ([7b1425a](https://togithub.com/webpack-contrib/mini-css-extract-plugin/commit/7b1425a))
mobxjs/mobx-react
### [`v6.1.2`](https://togithub.com/mobxjs/mobx-react/blob/master/CHANGELOG.md#612)
[Compare Source](https://togithub.com/mobxjs/mobx-react/compare/6.1.1...6.1.2)
- Add reexport of `useObserver` from `mobx-react-lite` [#734](https://togithub.com/mobxjs/mobx-react/issues/734)
- Add the ability to pass multiple children to Provider
- Fixed [#717](https://togithub.com/mobxjs/mobx-react/issues/717). Now `inject` works correctly with components that use `React.forwardRef`
- Observer checks for use of React.memo [#720](https://togithub.com/mobxjs/mobx-react/issues/720)
- Get rid of the redundant Injector wrapper [#716](https://togithub.com/mobxjs/mobx-react/pull/716)
### [`v6.1.1`](https://togithub.com/mobxjs/mobx-react/blob/master/CHANGELOG.md#611)
[Compare Source](https://togithub.com/mobxjs/mobx-react/compare/6.1.0...6.1.1)
- Fixed issue where combining `@disposeOnUnmount` with `disposeOnUnmount` didn't clean up everything. Fixes [#666](https://togithub.com/mobxjs/mobx-react/issues/666) trough [#671](https://togithub.com/mobxjs/mobx-react/pull/671) by [@JabX](https://togithub.com/JabX)
### [`v6.1.0`](https://togithub.com/mobxjs/mobx-react/blob/master/CHANGELOG.md#610)
[Compare Source](https://togithub.com/mobxjs/mobx-react/compare/6.0.4...6.1.0)
- Restored the classic implementation of `observer`: class based components are patched again, rather than wrapping them in ``, see [#703](https://togithub.com/mobxjs/mobx-react/pull/703). Fixes:
- `componentDidUpdate` not being triggered after a reactive render [#692](https://togithub.com/mobxjs/mobx-react/issues/692)
- The appearance of an additional `` component in the component tree, which complicates shallow testing [#699](https://togithub.com/mobxjs/mobx-react/issues/699)
- Some regressions in `disposeOnUnmount` [#702](https://togithub.com/mobxjs/mobx-react/issues/702)
- Note that dev tool support, and other constraints mentioned in the 6.0.0 release notes have not been restored.
- The function `useStaticRendering(value: boolean): void` from mobx-react-lite is now exposed
### [`v6.0.4`](https://togithub.com/mobxjs/mobx-react/blob/master/CHANGELOG.md#604)
[Compare Source](https://togithub.com/mobxjs/mobx-react/compare/6.0.3...6.0.4)
- Fixed IE 11 compatibility which was accidentally broken. Fixes [#698](https://togithub.com/mobxjs/mobx-react/issues/698)
### [`v6.0.3`](https://togithub.com/mobxjs/mobx-react/blob/master/CHANGELOG.md#603)
[Compare Source](https://togithub.com/mobxjs/mobx-react/compare/6.0.2...6.0.3)
- `disposeOnUnmount` now supports initializing it with an array of disposers. Fixes [#637](https://togithub.com/mobxjs/mobx-react/pull/637) through [#641](https://togithub.com/mobxjs/mobx-react/pull/641) by [@Amareis](https://togithub.com/Amareis)
- Fixed hoisting of statically declared members. Fixes [#678](https://togithub.com/mobxjs/mobx-react/issues/678) through [#682](https://togithub.com/mobxjs/mobx-react/pull/682) by [@meabed](https://togithub.com/meabed)
### [`v6.0.2`](https://togithub.com/mobxjs/mobx-react/blob/master/CHANGELOG.md#602)
[Compare Source](https://togithub.com/mobxjs/mobx-react/compare/6.0.1...6.0.2)
- Added missing types for `MobXProviderContext`, `useLocalStore` and `useAsObservableSource`. Fixes [#679](https://togithub.com/mobxjs/mobx-react/issues/679).
### [`v6.0.1`](https://togithub.com/mobxjs/mobx-react/compare/6.0.0...6.0.1)
[Compare Source](https://togithub.com/mobxjs/mobx-react/compare/6.0.0...6.0.1)
### [`v6.0.0`](https://togithub.com/mobxjs/mobx-react/blob/master/CHANGELOG.md#600)
[Compare Source](https://togithub.com/mobxjs/mobx-react/compare/5.4.4...6.0.0)
**Breaking changes**
- The minimal supported version of React is 16.8.0
- Killed the possibility to directly pass store names to `observer`. Always use `inject` instead. (This was deprecated for a long time already). `observer(["a", "b"], component)` should now be written as `inject("a", "b")(component)`.
- `observer` components no longer automatically recover from errors (to prevent potential memory leaks). Instead, this is the responsibility of error boundaries.
- `inject` now supports ref forwarding. As such, the `.wrappedInstance` property has been removed since refs can be used instead. (Fixes [#616](https://togithub.com/mobxjs/mobx-react/issues/616) (See also [#619](https://togithub.com/mobxjs/mobx-react/pull/619) by [42shadow42](https://togithub.com/42shadow42))
- Changing the set of stores in `Provider` is no longer supported and while throw a hard error (this was a warning before), as the model of `Provider` / `inject` has always been designed to inject final values into the tree. (That is, constanted references, the injected objects themselves can be stateful without problem). If you want to dynamically swap what is provided into the tree, use `React.createContext` instead of `Provider` / `inject`. The suppressChangedStoreWarning`flag for`Provider\` has been dropped.
- The third argument of custom `storesToProps` functions passed to `inject` is no longer available.
- `` no longer supports the deprecated `inject` property.
- Defining `shouldComponentUpdate` on `observer` based components is no longer supported
- `propTypes` is no longer exposed, use `PropTypes` instead
- `disposeOnUnmount` now only supports direct subclasses of `React.Component` and `React.PureComponent`. This prevents several unreliable edge cases that silently leaked memory before. Either only extend React.(Pure)Component when using `disposeOnUnmount`, or manually clean up stuff in `componentWillUnmount`.
- The `onError` global error handler has been removed. Use error boundaries instead.
- Improved dev tool names for `inject` wrapped components, see [#472](https://togithub.com/mobxjs/mobx-react/pull/472) by [SimeonC](https://togithub.com/SimeonC). Fixes [#466](https://togithub.com/mobxjs/mobx-react/issues/466)
- Dropped support for a build of mobx-react that doesn't target either `react-dom` or `react-native`. mobx-react doesn't need `react-dom` to be present, but to make sure your build tools don't fail, you might want to stub `react-dom` as an empty module.
- The `componentWillReact` has been dropped
- The MobX-react devtools (either as package or browser plugin) are no longer supported. Instead, the following tools can be analyzed to analyze your mobx-react application:
- Visualizing re-rendering of components is now part of the standard React devtools
- The dependency tree of a compent tree can be inspected by showing the state of the `useObserver` hook in the React devtools (at the time of this release it displays as just `Object`, but the next iteration of the React devtools will support those properly)
- Spying on events can still be done with the [MobX-react browser plugin](https://togithub.com/mobxjs/mobx-devtools), through the [mobx-logger](https://togithub.com/winterbe/mobx-logger) package or manually by using the `spy` or `trace` utility from the mobx package.
**Improvements**
- Hook based components are now supported by mobx-react (in fact, the package is now implemented using hooks)
- Using `PureComponent` is now _recommended_.
- For `observer` based components, there will now be an additional `Observer` component in the tree.
- Two new hooks have been exposed, in case you want to manage local state in observable: `useLocalStore` and `useAsObservableSource`.
- `MobXProviderContext` is now exposed from the package, in case you want to consume the context used by `Provider` with a `useContext` hook.
TypeStrong/TypeDoc
### [`v0.15.0`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.15.0)
[Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.14.2...v0.15.0)
#### Features :sparkles:
- Updates included in typedoc-default-themes [v0.6.0](https://togithub.com/TypeStrong/typedoc-default-themes/releases/tag/v0.6.0)
- Mixin support ([#990](https://togithub.com/TypeStrong/TypeDoc/issues/990))
- Category improvements ([#938](https://togithub.com/TypeStrong/TypeDoc/issues/938))
- Default CLI output directory to ./docs ([#970](https://togithub.com/TypeStrong/TypeDoc/issues/970))
- Expand JS files if allowJS is enabled ([#948](https://togithub.com/TypeStrong/TypeDoc/issues/948))
- Add support for excluding directories and refactor `expandInputFiles`. ([#730](https://togithub.com/TypeStrong/TypeDoc/issues/730))
- Move non-exported types to devdependencies ([#1035](https://togithub.com/TypeStrong/TypeDoc/issues/1035))
- Support negations in directory excludes ([`92f0f25`](https://togithub.com/TypeStrong/TypeDoc/commit/92f0f25))
- Performance: Allow TraverseCallback to bail out early ([#1034](https://togithub.com/TypeStrong/TypeDoc/issues/1034))
#### Fixes :bug:
- Reset the state of the comment plugin on conversion start. ([#1006](https://togithub.com/TypeStrong/TypeDoc/issues/1006))
- Fix handlebars types conflict ([#967](https://togithub.com/TypeStrong/TypeDoc/issues/967))
- Fix reference to deprecated handlebars type ([#1022](https://togithub.com/TypeStrong/TypeDoc/issues/1022))
- Fix bug with the negated/commented exclude patterns ([#1025](https://togithub.com/TypeStrong/TypeDoc/issues/1025))
- Fix references marked as external if path has dots ([#1052](https://togithub.com/TypeStrong/TypeDoc/issues/1052))
- Category fixes ([#1008](https://togithub.com/TypeStrong/TypeDoc/issues/1008))
#### Documentation help :book:
- Use https in links ([#982](https://togithub.com/TypeStrong/TypeDoc/issues/982))
- Add documentation contributing instructions ([#973](https://togithub.com/TypeStrong/TypeDoc/issues/973))
- Change some typos and sentence structure in CONTRIBUTING.md ([#968](https://togithub.com/TypeStrong/TypeDoc/issues/968))
- Add excludeNotExported to README ([#997](https://togithub.com/TypeStrong/TypeDoc/issues/997))
#### Changed :package:
- Update dependencies ([#992](https://togithub.com/TypeStrong/TypeDoc/issues/992)) ([#1041](https://togithub.com/TypeStrong/TypeDoc/issues/1041))
- Update typedoc-default-themes to latest ([#993](https://togithub.com/TypeStrong/TypeDoc/issues/993))
- Update typescript to 3.4.x ([#1014](https://togithub.com/TypeStrong/TypeDoc/issues/1014))
- Update typescript to 3.5.x ([#1047](https://togithub.com/TypeStrong/TypeDoc/issues/1047))
- Update marked to 0.6.0 to support id generation for headers ([#966](https://togithub.com/TypeStrong/TypeDoc/issues/966))
- Update marked to 0.7.0 ([`e9b28ee`](https://togithub.com/TypeStrong/TypeDoc/commit/e9b28ee))
- npm audit fix ([#1019](https://togithub.com/TypeStrong/TypeDoc/issues/1019))
- Updated lodash to 4.17.15 to avoid prototype pollution ([`b328537`](https://togithub.com/TypeStrong/TypeDoc/commit/b328537))
- Reduce reliance on internal TS apis ([#949](https://togithub.com/TypeStrong/TypeDoc/issues/949))
- Replace array `indexOf` checks with `includes` ([#954](https://togithub.com/TypeStrong/TypeDoc/issues/954))
- Remove Grunt ([#933](https://togithub.com/TypeStrong/TypeDoc/issues/933))
- Run CI on current Node.js versions ([#1053](https://togithub.com/TypeStrong/TypeDoc/issues/1053))
- Modify example script permissions ([#1011](https://togithub.com/TypeStrong/TypeDoc/issues/1011))
#### Thanks :clap:
Thanks to those who identified issues and for the following code contributors:
- [@Gerrit0](https://togithub.com/Gerrit0)
- [@sberthier](https://togithub.com/sberthier)
- [@artentica](https://togithub.com/artentica)
- [@Beraliv](https://togithub.com/Beraliv)
- [@bendtherules](https://togithub.com/bendtherules)
- [@jonchardy](https://togithub.com/jonchardy)
- [@SamuraiJack](https://togithub.com/SamuraiJack)
- [@igncp](https://togithub.com/igncp)
- [@fc](https://togithub.com/fc)
- [@lddubeau](https://togithub.com/lddubeau)
- [@ALiangLiang](https://togithub.com/ALiangLiang)
- [@adidahiya](https://togithub.com/adidahiya)
- [@dokmic](https://togithub.com/dokmic)
- [@just-boris](https://togithub.com/just-boris)
- [@nelnog](https://togithub.com/nelnog)
- [@meowtec](https://togithub.com/meowtec)
- [@tsvetomir](https://togithub.com/tsvetomir)
- [@tusharmath](https://togithub.com/tusharmath)
- [@styu](https://togithub.com/styu)
- [@ddougan](https://togithub.com/ddougan)
- [@stoically](https://togithub.com/stoically)
vuejs/vuepress
### [`v1.0.3`](https://togithub.com/vuejs/vuepress/blob/master/CHANGELOG.md#httpsgithubcomvuejsvuepresscomparev103v-2019-07-29)
[Compare Source](https://togithub.com/vuejs/vuepress/compare/v1.0.2...v1.0.3)
##### Bug Fixes
- **$core:** `'[Vue warn]: Unknown custom element'` when using `` in a custom page without markdown ([#1699](https://togithub.com/vuejs/vuepress/issues/1699)) ([2a59800](https://togithub.com/vuejs/vuepress/commit/2a59800)), closes [#1173](https://togithub.com/vuejs/vuepress/issues/1173) [#1426](https://togithub.com/vuejs/vuepress/issues/1426)
- **$core:** prioritise vuepress dependencies over cwd node_modules (close: [#1708](https://togithub.com/vuejs/vuepress/issues/1708)) ([#1720](https://togithub.com/vuejs/vuepress/issues/1720)) ([52f421b](https://togithub.com/vuejs/vuepress/commit/52f421b))
- **$core:** transpile all scripts under core (close: [#1623](https://togithub.com/vuejs/vuepress/issues/1623)) ([#1685](https://togithub.com/vuejs/vuepress/issues/1685)) ([6460b0c](https://togithub.com/vuejs/vuepress/commit/6460b0c))
- **$plugin-medium-zoom:** disable zoom for links ([#1719](https://togithub.com/vuejs/vuepress/issues/1719)) ([e3393e3](https://togithub.com/vuejs/vuepress/commit/e3393e3))
- **$theme-default:** `sidebarDepth: 0` not working in YAML frontmatter (close: [#1701](https://togithub.com/vuejs/vuepress/issues/1701)) ([#1702](https://togithub.com/vuejs/vuepress/issues/1702)) ([0624828](https://togithub.com/vuejs/vuepress/commit/0624828))
##### Features
- **$theme-default:** support custom URL scheme for external links ([#1677](https://togithub.com/vuejs/vuepress/issues/1677)) ([27f005b](https://togithub.com/vuejs/vuepress/commit/27f005b))
- **$theme-default:** use router for Algolia search to reach no refresh ([#1706]\(
.com/vuejs/vuepress/issues/1706)) ([644142b](https://togithub.com/vuejs/vuepress/commit/644142b))
#### [1.0.2](https://togithub.com/vuejs/vuepress/compare/v1.0.1...v1.0.2) (2019-06-22)
##### Bug Fixes
- **$core:** cannot resolve agreement file from parent theme ([1aaa6e3](https://togithub.com/vuejs/vuepress/commit/1aaa6e3))
- **$core:** url display in dev log ([#1670](https://togithub.com/vuejs/vuepress/issues/1670)) ([17ba325](https://togithub.com/vuejs/vuepress/commit/17ba325))
- **$plugin-medium-zoom:** doesn't work with default plugin options in default theme ([42f19e0](https://togithub.com/vuejs/vuepress/commit/42f19e0))
##### Features
- **$plugin-medium-zoom:** custom options ([#1649](https://togithub.com/vuejs/vuepress/issues/1649)) ([54bb2f3](https://togithub.com/vuejs/vuepress/commit/54bb2f3))
#### [1.0.1](https://togithub.com/vuejs/vuepress/compare/v1.0.0...v1.0.1) (2019-06-10)
##### Bug Fixes
- **$theme-default:** using '.theme-default-content' to replace '.content' in 404 layout ([#1646](https://togithub.com/vuejs/vuepress/issues/1646)) ([f0d1344](https://togithub.com/vuejs/vuepress/commit/f0d1344))
##### Features
- **$theme-default:** enhance the styles of `blockquote` ([9d20d5f](https://togithub.com/vuejs/vuepress/commit/9d20d5f))
### [`v1.0.2`](https://togithub.com/vuejs/vuepress/blob/master/CHANGELOG.md#103httpsgithubcomvuejsvuepresscomparev102v103-2019-07-29)
[Compare Source](https://togithub.com/vuejs/vuepress/compare/v1.0.1...v1.0.2)
##### Bug Fixes
- **$core:** `'[Vue warn]: Unknown custom element'` when using `` in a custom page without markdown ([#1699](https://togithub.com/vuejs/vuepress/issues/1699)) ([2a59800](https://togithub.com/vuejs/vuepress/commit/2a59800)), closes [#1173](https://togithub.com/vuejs/vuepress/issues/1173) [#1426](https://togithub.com/vuejs/vuepress/issues/1426)
- **$core:** prioritise vuepress dependencies over cwd node_modules (close: [#1708](https://togithub.com/vuejs/vuepress/issues/1708)) ([#1720](https://togithub.com/vuejs/vuepress/issues/1720)) ([52f421b](https://togithub.com/vuejs/vuepress/commit/52f421b))
- **$core:** transpile all scripts under core (close: [#1623](https://togithub.com/vuejs/vuepress/issues/1623)) ([#1685](https://togithub.com/vuejs/vuepress/issues/1685)) ([6460b0c](https://togithub.com/vuejs/vuepress/commit/6460b0c))
- **$plugin-medium-zoom:** disable zoom for links ([#1719](https://togithub.com/vuejs/vuepress/issues/1719)) ([e3393e3](https://togithub.com/vuejs/vuepress/commit/e3393e3))
- **$theme-default:** `sidebarDepth: 0` not working in YAML frontmatter (close: [#1701](https://togithub.com/vuejs/vuepress/issues/1701)) ([#1702](https://togithub.com/vuejs/vuepress/issues/1702)) ([0624828](https://togithub.com/vuejs/vuepress/commit/0624828))
##### Features
- **$theme-default:** support custom URL scheme for external links ([#1677](https://togithub.com/vuejs/vuepress/issues/1677)) ([27f005b](https://togithub.com/vuejs/vuepress/commit/27f005b))
- **$theme-default:** use router for Algolia search to reach no refresh ([#1706]\(
.com/vuejs/vuepress/issues/1706)) ([644142b](https://togithub.com/vuejs/vuepress/commit/644142b))
### [`v1.0.1`](https://togithub.com/vuejs/vuepress/blob/master/CHANGELOG.md#102httpsgithubcomvuejsvuepresscomparev101v102-2019-06-22)
[Compare Source](https://togithub.com/vuejs/vuepress/compare/v1.0.0...v1.0.1)
##### Bug Fixes
- **$core:** cannot resolve agreement file from parent theme ([1aaa6e3](https://togithub.com/vuejs/vuepress/commit/1aaa6e3))
- **$core:** url display in dev log ([#1670](https://togithub.com/vuejs/vuepress/issues/1670)) ([17ba325](https://togithub.com/vuejs/vuepress/commit/17ba325))
- **$plugin-medium-zoom:** doesn't work with default plugin options in default theme ([42f19e0](https://togithub.com/vuejs/vuepress/commit/42f19e0))
##### Features
- **$plugin-medium-zoom:** custom options ([#1649](https://togithub.com/vuejs/vuepress/issues/1649)) ([54bb2f3](https://togithub.com/vuejs/vuepress/commit/54bb2f3))
### [`v1.0.0`](https://togithub.com/vuejs/vuepress/blob/master/CHANGELOG.md#100httpsgithubcomvuejsvuepresscomparev100-rc1v100-2019-06-08)
[Compare Source](https://togithub.com/vuejs/vuepress/compare/v0.14.11...v1.0.0)
nuxt/webpackbar
### [`v4.0.0`](https://togithub.com/nuxt/webpackbar/blob/master/CHANGELOG.md#400httpsgithubcomnuxtwebpackbarcomparev320v400-2019-08-05)
[Compare Source](https://togithub.com/nuxt/webpackbar/compare/v3.2.0...v4.0.0)
##### chore
- **deps:** update dependency wrap-ansi to v6 ([#49](https://togithub.com/nuxt/webpackbar/issues/49)) ([0970f70](https://togithub.com/nuxt/webpackbar/commit/0970f70))
##### BREAKING CHANGES
- **deps:** Require Node.js 8
Renovate configuration
:date: Schedule: "before 3am on the first day of the month" (UTC).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.
This PR contains the following updates:
^7.6.1
->^8.0.0
^7.6.0
->^8.0.0
^0.10.2
->^0.11.0
^1.2.2
->^2.0.0
^1.0.1
->^3.0.0
^2.2.0
->^3.0.0
^0.4.5
->^0.8.0
^5.4.3
->^6.0.0
^0.14.2
->^0.15.0
^0.14.11
->^1.0.0
^3.2.0
->^4.0.0
Release Notes
conventional-changelog/commitlint
### [`v8.1.0`](https://togithub.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md#810httpsgithubcomconventional-changelogcommitlintcomparev800v810-2019-07-15) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v8.0.0...v8.1.0) This release is versioned as minor change because some of the core components are rewritten to TypeScript. It's part of the full port to TypeScript, currently in progress at [#659](https://togithub.com/conventional-changelog/commitlint/issues/659). ##### Bug Fixes - add explicit dependency on chalk ([#687](https://togithub.com/conventional-changelog/commitlint/issues/687)) ([9075844](https://togithub.com/conventional-changelog/commitlint/commit/9075844)) - pass ignores from configuration in [@commitlint/cli](https://togithub.com/commitlint/cli) ([#668](https://togithub.com/conventional-changelog/commitlint/issues/668)) ([da99aaa](https://togithub.com/conventional-changelog/commitlint/commit/da99aaa)) ### [`v8.0.0`](https://togithub.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md#810httpsgithubcomconventional-changelogcommitlintcomparev800v810-2019-07-15) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v7.6.1...v8.0.0) This release is versioned as minor change because some of the core components are rewritten to TypeScript. It's part of the full port to TypeScript, currently in progress at [#659](https://togithub.com/conventional-changelog/commitlint/issues/659). ##### Bug Fixes - add explicit dependency on chalk ([#687](https://togithub.com/conventional-changelog/commitlint/issues/687)) ([9075844](https://togithub.com/conventional-changelog/commitlint/commit/9075844)) - pass ignores from configuration in [@commitlint/cli](https://togithub.com/commitlint/cli) ([#668](https://togithub.com/conventional-changelog/commitlint/issues/668)) ([da99aaa](https://togithub.com/conventional-changelog/commitlint/commit/da99aaa))prettier/prettier-php
### [`v0.11.2`](https://togithub.com/prettier/prettier-php/compare/v0.11.1...v0.11.2) [Compare Source](https://togithub.com/prettier/prettier-php/compare/v0.11.1...v0.11.2) ### [`v0.11.1`](https://togithub.com/prettier/prettier-php/releases/v0.11.1) [Compare Source](https://togithub.com/prettier/prettier-php/compare/v0.10.2...v0.11.1) ### Breaking changes The `trailingComma` option has been renamed to `trailingCommaPHP` to avoid collisions with Prettier for JS ([prettier/plugin-php#1059](https://togithub.com/prettier/plugin-php/pull/1059)).kimmobrunfeldt/chokidar-cli
### [`v2.0.0`](https://togithub.com/kimmobrunfeldt/chokidar-cli/releases/2.0.0) [Compare Source](https://togithub.com/kimmobrunfeldt/chokidar-cli/compare/1.2.3...2.0.0) - Updated `chokidar` itself to latest version - Requires node.js v8.0.0 or newer as `chokidar` requires that as well as of v3+webpack-contrib/css-loader
### [`v3.2.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#320httpsgithubcomwebpack-contribcss-loadercomparev310v320-2019-08-06) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v3.1.0...v3.2.0) ##### Bug Fixes - replace `.` characters in localIndent to `-` character (regression) ([#982](https://togithub.com/webpack-contrib/css-loader/issues/982)) ([967fb66](https://togithub.com/webpack-contrib/css-loader/commit/967fb66)) ##### Features - support es modules for assets loader ([#984](https://togithub.com/webpack-contrib/css-loader/issues/984)) ([9c5126c](https://togithub.com/webpack-contrib/css-loader/commit/9c5126c)) ### [`v3.1.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#320httpsgithubcomwebpack-contribcss-loadercomparev310v320-2019-08-06) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v3.0.0...v3.1.0) ##### Bug Fixes - replace `.` characters in localIndent to `-` character (regression) ([#982](https://togithub.com/webpack-contrib/css-loader/issues/982)) ([967fb66](https://togithub.com/webpack-contrib/css-loader/commit/967fb66)) ##### Features - support es modules for assets loader ([#984](https://togithub.com/webpack-contrib/css-loader/issues/984)) ([9c5126c](https://togithub.com/webpack-contrib/css-loader/commit/9c5126c)) ### [`v3.0.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#310httpsgithubcomwebpack-contribcss-loadercomparev300v310-2019-07-18) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v2.1.1...v3.0.0) ##### Bug Fixes - converting all (including reserved and control) filesystem characters to `-` (it was regression in `3.0.0` version) ([#972](https://togithub.com/webpack-contrib/css-loader/issues/972)) ([f51859b](https://togithub.com/webpack-contrib/css-loader/commit/f51859b)) - default context should be undefined instead of null ([#965](https://togithub.com/webpack-contrib/css-loader/issues/965)) ([9c32885](https://togithub.com/webpack-contrib/css-loader/commit/9c32885)) ##### Features - allow `modules.getLocalIdent` to return a falsy value ([#963](https://togithub.com/webpack-contrib/css-loader/issues/963)) ([9c3571c](https://togithub.com/webpack-contrib/css-loader/commit/9c3571c)) - improved validation error messages ([65e4fc0](https://togithub.com/webpack-contrib/css-loader/commit/65e4fc0)) ### [`v2.1.1`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#300httpsgithubcomwebpack-contribcss-loadercomparev211v300-2019-06-11) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v2.1.0...v2.1.1) ##### Bug Fixes - avoid the "from" argument must be of type string error ([#908](https://togithub.com/webpack-contrib/css-loader/issues/908)) ([e5dfd23](https://togithub.com/webpack-contrib/css-loader/commit/e5dfd23)) - invert `Function` behavior for `url` and `import` options ([#939](https://togithub.com/webpack-contrib/css-loader/issues/939)) ([e9eb5ad](https://togithub.com/webpack-contrib/css-loader/commit/e9eb5ad)) - properly export locals with escaped characters ([#917](https://togithub.com/webpack-contrib/css-loader/issues/917)) ([a0efcda](https://togithub.com/webpack-contrib/css-loader/commit/a0efcda)) - property handle non css characters in localIdentName ([#920](https://togithub.com/webpack-contrib/css-loader/issues/920)) ([d3a0a3c](https://togithub.com/webpack-contrib/css-loader/commit/d3a0a3c)) ##### Features - modules options now accepts object config ([#937](https://togithub.com/webpack-contrib/css-loader/issues/937)) ([1d7a464](https://togithub.com/webpack-contrib/css-loader/commit/1d7a464)) - support `@value` at-rule in selectors ([#941](https://togithub.com/webpack-contrib/css-loader/issues/941)) ([05a42e2](https://togithub.com/webpack-contrib/css-loader/commit/05a42e2)) ##### BREAKING CHANGES - minimum required nodejs version is 8.9.0 - `@value` at rules now support in `selector`, recommends checking all `@values` at-rule usage (hint: you can add prefix to all `@value` at-rules, for example `@value v-foo: black;` or `@value m-foo: screen and (max-width: 12450px)`, and then do upgrade) - invert `{Function}` behavior for `url` and `import` options (need return `true` when you want handle `url`/`@import` and return `false` if not) - `camelCase` option was remove in favor `localsConvention` option, also it is accept only `{String}` value (use `camelCase` value if you previously value was `true` and `asIs` if you previously value was `false`) - `exportOnlyLocals` option was remove in favor `onlyLocals` option - `modules` option now can be `{Object}` and allow to setup `CSS Modules` options: - `localIdentName` option was removed in favor `modules.localIdentName` option - `context` option was remove in favor `modules.context` option - `hashPrefix` option was removed in favor `modules.hashPrefix` option - `getLocalIdent` option was removed in favor `modules.getLocalIdent` option - `localIdentRegExp` option was removed in favor `modules.localIdentRegExp` option ### [`v2.1.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#210httpsgithubcomwebpack-contribcss-loadercomparev202v210-2018-12-25) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v2.0.2...v2.1.0) ##### Features - support `image-set` without `url` ([#879](https://togithub.com/webpack-contrib/css-loader/issues/879)) ([21884e2](https://togithub.com/webpack-contrib/css-loader/commit/21884e2)) #### [2.0.2](https://togithub.com/webpack-contrib/css-loader/compare/v2.0.1...v2.0.2) (2018-12-21) ##### Bug Fixes - inappropriate modification of animation keywords ([#876](https://togithub.com/webpack-contrib/css-loader/issues/876)) ([dfb2f8e](https://togithub.com/webpack-contrib/css-loader/commit/dfb2f8e)) ### [`v2.0.2`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#210httpsgithubcomwebpack-contribcss-loadercomparev202v210-2018-12-25) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v2.0.1...v2.0.2) ##### Features - support `image-set` without `url` ([#879](https://togithub.com/webpack-contrib/css-loader/issues/879)) ([21884e2](https://togithub.com/webpack-contrib/css-loader/commit/21884e2)) #### [2.0.2](https://togithub.com/webpack-contrib/css-loader/compare/v2.0.1...v2.0.2) (2018-12-21) ##### Bug Fixes - inappropriate modification of animation keywords ([#876](https://togithub.com/webpack-contrib/css-loader/issues/876)) ([dfb2f8e](https://togithub.com/webpack-contrib/css-loader/commit/dfb2f8e)) ### [`v2.0.1`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#201httpsgithubcomwebpack-contribcss-loadercomparev200v201-2018-12-14) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v2.0.0...v2.0.1) ##### Bug Fixes - safe checking if params are present for at rule ([#871](https://togithub.com/webpack-contrib/css-loader/issues/871)) ([a88fed1](https://togithub.com/webpack-contrib/css-loader/commit/a88fed1)) - `getLocalIdent` now accepts `false` value ([#865](https://togithub.com/webpack-contrib/css-loader/issues/865)) ([1825e8a](https://togithub.com/webpack-contrib/css-loader/commit/1825e8a)) ### [`v2.0.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#201httpsgithubcomwebpack-contribcss-loadercomparev200v201-2018-12-14) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v1.0.1...v2.0.0) ##### Bug Fixes - safe checking if params are present for at rule ([#871](https://togithub.com/webpack-contrib/css-loader/issues/871)) ([a88fed1](https://togithub.com/webpack-contrib/css-loader/commit/a88fed1)) - `getLocalIdent` now accepts `false` value ([#865](https://togithub.com/webpack-contrib/css-loader/issues/865)) ([1825e8a](https://togithub.com/webpack-contrib/css-loader/commit/1825e8a))typicode/husky
### [`v3.0.3`](https://togithub.com/typicode/husky/releases/v3.0.3) [Compare Source](https://togithub.com/typicode/husky/compare/v3.0.2...v3.0.3) Fix: prevent old hooks (husky `< 1.0`) to be run if new ones are defined (husky `>= 1.0` ) [#556](https://togithub.com/typicode/husky/issues/556) ### [`v3.0.2`](https://togithub.com/typicode/husky/releases/v3.0.2) [Compare Source](https://togithub.com/typicode/husky/compare/v3.0.1...v3.0.2) - Fix: add shebang to run.js ([#528](https://togithub.com/typicode/husky/issues/528)) ### [`v3.0.1`](https://togithub.com/typicode/husky/releases/v3.0.1) [Compare Source](https://togithub.com/typicode/husky/compare/v3.0.0...v3.0.1) - Improve error message if git command fails ### [`v3.0.0`](https://togithub.com/typicode/husky/blob/master/CHANGELOG.md#300) [Compare Source](https://togithub.com/typicode/husky/compare/df97af21254ca033a05346df3deb61c046b9ea12...v3.0.0) - Fix HUSKY_SKIP_INSTALL=1 not skipping install - **Breaking change** husky requires now Git `>= 2.13.2`. If you're already using husky `v2` and don't use an old version of Git, you can safely upgrade.webpack-contrib/mini-css-extract-plugin
### [`v0.8.0`](https://togithub.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md#080httpsgithubcomwebpack-contribmini-css-extract-plugincomparev070v080-2019-07-16) [Compare Source](https://togithub.com/webpack-contrib/mini-css-extract-plugin/compare/v0.7.0...v0.8.0) ##### Features - Add ignoreOrder option ([#422](https://togithub.com/webpack-contrib/mini-css-extract-plugin/issues/422)) ([4ad3373](https://togithub.com/webpack-contrib/mini-css-extract-plugin/commit/4ad3373)) ### [`v0.7.0`](https://togithub.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md#080httpsgithubcomwebpack-contribmini-css-extract-plugincomparev070v080-2019-07-16) [Compare Source](https://togithub.com/webpack-contrib/mini-css-extract-plugin/compare/v0.6.0...v0.7.0) ##### Features - Add ignoreOrder option ([#422](https://togithub.com/webpack-contrib/mini-css-extract-plugin/issues/422)) ([4ad3373](https://togithub.com/webpack-contrib/mini-css-extract-plugin/commit/4ad3373)) ### [`v0.6.0`](https://togithub.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md#060httpsgithubcomwebpack-contribmini-css-extract-plugincomparev050v060-2019-04-10) [Compare Source](https://togithub.com/webpack-contrib/mini-css-extract-plugin/compare/v0.5.0...v0.6.0) ##### Features - added error code to chunk load Error ([#347](https://togithub.com/webpack-contrib/mini-css-extract-plugin/issues/347)) ([b653641](https://togithub.com/webpack-contrib/mini-css-extract-plugin/commit/b653641)) - adding hot module reloading ([#334](https://togithub.com/webpack-contrib/mini-css-extract-plugin/issues/334)) ([4ed9c5a](https://togithub.com/webpack-contrib/mini-css-extract-plugin/commit/4ed9c5a)) - publicPath can be a function ([#373](https://togithub.com/webpack-contrib/mini-css-extract-plugin/issues/373)) ([7b1425a](https://togithub.com/webpack-contrib/mini-css-extract-plugin/commit/7b1425a)) ### [`v0.5.0`](https://togithub.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md#060httpsgithubcomwebpack-contribmini-css-extract-plugincomparev050v060-2019-04-10) [Compare Source](https://togithub.com/webpack-contrib/mini-css-extract-plugin/compare/v0.4.5...v0.5.0) ##### Features - added error code to chunk load Error ([#347](https://togithub.com/webpack-contrib/mini-css-extract-plugin/issues/347)) ([b653641](https://togithub.com/webpack-contrib/mini-css-extract-plugin/commit/b653641)) - adding hot module reloading ([#334](https://togithub.com/webpack-contrib/mini-css-extract-plugin/issues/334)) ([4ed9c5a](https://togithub.com/webpack-contrib/mini-css-extract-plugin/commit/4ed9c5a)) - publicPath can be a function ([#373](https://togithub.com/webpack-contrib/mini-css-extract-plugin/issues/373)) ([7b1425a](https://togithub.com/webpack-contrib/mini-css-extract-plugin/commit/7b1425a))mobxjs/mobx-react
### [`v6.1.2`](https://togithub.com/mobxjs/mobx-react/blob/master/CHANGELOG.md#612) [Compare Source](https://togithub.com/mobxjs/mobx-react/compare/6.1.1...6.1.2) - Add reexport of `useObserver` from `mobx-react-lite` [#734](https://togithub.com/mobxjs/mobx-react/issues/734) - Add the ability to pass multiple children to Provider - Fixed [#717](https://togithub.com/mobxjs/mobx-react/issues/717). Now `inject` works correctly with components that use `React.forwardRef` - Observer checks for use of React.memo [#720](https://togithub.com/mobxjs/mobx-react/issues/720) - Get rid of the redundant Injector wrapper [#716](https://togithub.com/mobxjs/mobx-react/pull/716) ### [`v6.1.1`](https://togithub.com/mobxjs/mobx-react/blob/master/CHANGELOG.md#611) [Compare Source](https://togithub.com/mobxjs/mobx-react/compare/6.1.0...6.1.1) - Fixed issue where combining `@disposeOnUnmount` with `disposeOnUnmount` didn't clean up everything. Fixes [#666](https://togithub.com/mobxjs/mobx-react/issues/666) trough [#671](https://togithub.com/mobxjs/mobx-react/pull/671) by [@JabX](https://togithub.com/JabX) ### [`v6.1.0`](https://togithub.com/mobxjs/mobx-react/blob/master/CHANGELOG.md#610) [Compare Source](https://togithub.com/mobxjs/mobx-react/compare/6.0.4...6.1.0) - Restored the classic implementation of `observer`: class based components are patched again, rather than wrapping them in `TypeStrong/TypeDoc
### [`v0.15.0`](https://togithub.com/TypeStrong/TypeDoc/releases/v0.15.0) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.14.2...v0.15.0) #### Features :sparkles: - Updates included in typedoc-default-themes [v0.6.0](https://togithub.com/TypeStrong/typedoc-default-themes/releases/tag/v0.6.0) - Mixin support ([#990](https://togithub.com/TypeStrong/TypeDoc/issues/990)) - Category improvements ([#938](https://togithub.com/TypeStrong/TypeDoc/issues/938)) - Default CLI output directory to ./docs ([#970](https://togithub.com/TypeStrong/TypeDoc/issues/970)) - Expand JS files if allowJS is enabled ([#948](https://togithub.com/TypeStrong/TypeDoc/issues/948)) - Add support for excluding directories and refactor `expandInputFiles`. ([#730](https://togithub.com/TypeStrong/TypeDoc/issues/730)) - Move non-exported types to devdependencies ([#1035](https://togithub.com/TypeStrong/TypeDoc/issues/1035)) - Support negations in directory excludes ([`92f0f25`](https://togithub.com/TypeStrong/TypeDoc/commit/92f0f25)) - Performance: Allow TraverseCallback to bail out early ([#1034](https://togithub.com/TypeStrong/TypeDoc/issues/1034)) #### Fixes :bug: - Reset the state of the comment plugin on conversion start. ([#1006](https://togithub.com/TypeStrong/TypeDoc/issues/1006)) - Fix handlebars types conflict ([#967](https://togithub.com/TypeStrong/TypeDoc/issues/967)) - Fix reference to deprecated handlebars type ([#1022](https://togithub.com/TypeStrong/TypeDoc/issues/1022)) - Fix bug with the negated/commented exclude patterns ([#1025](https://togithub.com/TypeStrong/TypeDoc/issues/1025)) - Fix references marked as external if path has dots ([#1052](https://togithub.com/TypeStrong/TypeDoc/issues/1052)) - Category fixes ([#1008](https://togithub.com/TypeStrong/TypeDoc/issues/1008)) #### Documentation help :book: - Use https in links ([#982](https://togithub.com/TypeStrong/TypeDoc/issues/982)) - Add documentation contributing instructions ([#973](https://togithub.com/TypeStrong/TypeDoc/issues/973)) - Change some typos and sentence structure in CONTRIBUTING.md ([#968](https://togithub.com/TypeStrong/TypeDoc/issues/968)) - Add excludeNotExported to README ([#997](https://togithub.com/TypeStrong/TypeDoc/issues/997)) #### Changed :package: - Update dependencies ([#992](https://togithub.com/TypeStrong/TypeDoc/issues/992)) ([#1041](https://togithub.com/TypeStrong/TypeDoc/issues/1041)) - Update typedoc-default-themes to latest ([#993](https://togithub.com/TypeStrong/TypeDoc/issues/993)) - Update typescript to 3.4.x ([#1014](https://togithub.com/TypeStrong/TypeDoc/issues/1014)) - Update typescript to 3.5.x ([#1047](https://togithub.com/TypeStrong/TypeDoc/issues/1047)) - Update marked to 0.6.0 to support id generation for headers ([#966](https://togithub.com/TypeStrong/TypeDoc/issues/966)) - Update marked to 0.7.0 ([`e9b28ee`](https://togithub.com/TypeStrong/TypeDoc/commit/e9b28ee)) - npm audit fix ([#1019](https://togithub.com/TypeStrong/TypeDoc/issues/1019)) - Updated lodash to 4.17.15 to avoid prototype pollution ([`b328537`](https://togithub.com/TypeStrong/TypeDoc/commit/b328537)) - Reduce reliance on internal TS apis ([#949](https://togithub.com/TypeStrong/TypeDoc/issues/949)) - Replace array `indexOf` checks with `includes` ([#954](https://togithub.com/TypeStrong/TypeDoc/issues/954)) - Remove Grunt ([#933](https://togithub.com/TypeStrong/TypeDoc/issues/933)) - Run CI on current Node.js versions ([#1053](https://togithub.com/TypeStrong/TypeDoc/issues/1053)) - Modify example script permissions ([#1011](https://togithub.com/TypeStrong/TypeDoc/issues/1011)) #### Thanks :clap: Thanks to those who identified issues and for the following code contributors: - [@Gerrit0](https://togithub.com/Gerrit0) - [@sberthier](https://togithub.com/sberthier) - [@artentica](https://togithub.com/artentica) - [@Beraliv](https://togithub.com/Beraliv) - [@bendtherules](https://togithub.com/bendtherules) - [@jonchardy](https://togithub.com/jonchardy) - [@SamuraiJack](https://togithub.com/SamuraiJack) - [@igncp](https://togithub.com/igncp) - [@fc](https://togithub.com/fc) - [@lddubeau](https://togithub.com/lddubeau) - [@ALiangLiang](https://togithub.com/ALiangLiang) - [@adidahiya](https://togithub.com/adidahiya) - [@dokmic](https://togithub.com/dokmic) - [@just-boris](https://togithub.com/just-boris) - [@nelnog](https://togithub.com/nelnog) - [@meowtec](https://togithub.com/meowtec) - [@tsvetomir](https://togithub.com/tsvetomir) - [@tusharmath](https://togithub.com/tusharmath) - [@styu](https://togithub.com/styu) - [@ddougan](https://togithub.com/ddougan) - [@stoically](https://togithub.com/stoically)vuejs/vuepress
### [`v1.0.3`](https://togithub.com/vuejs/vuepress/blob/master/CHANGELOG.md#httpsgithubcomvuejsvuepresscomparev103v-2019-07-29) [Compare Source](https://togithub.com/vuejs/vuepress/compare/v1.0.2...v1.0.3) ##### Bug Fixes - **$core:** `'[Vue warn]: Unknown custom element'` when using `nuxt/webpackbar
### [`v4.0.0`](https://togithub.com/nuxt/webpackbar/blob/master/CHANGELOG.md#400httpsgithubcomnuxtwebpackbarcomparev320v400-2019-08-05) [Compare Source](https://togithub.com/nuxt/webpackbar/compare/v3.2.0...v4.0.0) ##### chore - **deps:** update dependency wrap-ansi to v6 ([#49](https://togithub.com/nuxt/webpackbar/issues/49)) ([0970f70](https://togithub.com/nuxt/webpackbar/commit/0970f70)) ##### BREAKING CHANGES - **deps:** Require Node.js 8Renovate configuration
:date: Schedule: "before 3am on the first day of the month" (UTC).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot. View repository job log here.