hops-bootstrap
Advanced tools
Comparing version 12.5.0 to 13.0.0-alpha.0
@@ -6,50 +6,14 @@ # Change Log | ||
# [12.5.0](https://github.com/xing/hops/compare/v12.4.0...v12.5.0) (2020-07-13) | ||
# [13.0.0-alpha.0](https://github.com/xing/hops/compare/v12.0.0-rc99...v13.0.0-alpha.0) (2020-07-23) | ||
**Note:** Version bump only for package hops-bootstrap | ||
### Bug Fixes | ||
* remove support for Node versions 10 & 13 ([00e7f2f](https://github.com/xing/hops/commit/00e7f2fb2ec92b859805b65bfeee697a78bf8147)) | ||
### BREAKING CHANGES | ||
# [12.4.0](https://github.com/xing/hops/compare/v12.3.0...v12.4.0) (2020-06-02) | ||
**Note:** Version bump only for package hops-bootstrap | ||
# [12.3.0](https://github.com/xing/hops/compare/v12.2.2...v12.3.0) (2020-05-18) | ||
**Note:** Version bump only for package hops-bootstrap | ||
## [12.2.2](https://github.com/xing/hops/compare/v12.2.1...v12.2.2) (2020-05-14) | ||
**Note:** Version bump only for package hops-bootstrap | ||
## [12.2.1](https://github.com/xing/hops/compare/v12.2.0...v12.2.1) (2020-04-27) | ||
**Note:** Version bump only for package hops-bootstrap | ||
# [12.2.0](https://github.com/xing/hops/compare/v12.1.4...v12.2.0) (2020-04-27) | ||
### Bug Fixes | ||
* adapt to breaking changes in mixinable ([58ef91c](https://github.com/xing/hops/commit/58ef91c7425e324691af45caf017325e2e8340c9)) | ||
* mixinable@5.0.0 contains bugs ([26cfa31](https://github.com/xing/hops/commit/26cfa31bdd2109c01e5db391269920b7796b9cad)) | ||
* update dependency escape-string-regexp to v4 ([1dc48b1](https://github.com/xing/hops/commit/1dc48b15559426050dc76e6c5c469cceba8bae0f)) | ||
* update dependency mixinable to v5 ([2dfcc62](https://github.com/xing/hops/commit/2dfcc6222ee8d0cb2716e50a0dfa190f1068a835)) | ||
* Hops does not support the outdated Node versions 10 | ||
and 13 anymore. In case you're using one of these, please update your | ||
Node version to the current version 14 or the LTS version 12. |
@@ -18,3 +18,5 @@ 'use strict'; | ||
const { load } = cosmiconfig(this.namespace); | ||
return load(resolvePreset(context, module)); | ||
const presetJsFilePath = resolvePreset(context, module); | ||
const loadedPreset = load(presetJsFilePath); | ||
return loadedPreset; | ||
} | ||
@@ -21,0 +23,0 @@ search(stopDir) { |
@@ -10,5 +10,8 @@ 'use strict'; | ||
const defaultConfig = { symlinks: false }; | ||
exports.resolve = resolve; | ||
exports.resolvePreset = createResolver({ | ||
...defaultConfig, | ||
mainFiles: ['preset'], | ||
@@ -22,3 +25,3 @@ mainFields: ['preset'], | ||
Object.entries(types).forEach(([type, config]) => { | ||
resolvers[type] = createResolver(config); | ||
resolvers[type] = createResolver({ ...defaultConfig, ...config }); | ||
result[type] = []; | ||
@@ -25,0 +28,0 @@ }); |
{ | ||
"name": "hops-bootstrap", | ||
"version": "12.5.0", | ||
"version": "13.0.0-alpha.0", | ||
"description": "Hops bootstrap", | ||
@@ -30,5 +30,5 @@ "repository": { | ||
"engines": { | ||
"node": "10 || 12 || 13 || 14" | ||
"node": "12 || 14" | ||
}, | ||
"gitHead": "6b43b9374c832eb9381c5abe875219a46d2a52a3" | ||
"gitHead": "d144507fd96f818402b5aca5842d21d6ab5bee6a" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
676
32747
1