Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Lock file maintenance (#1483)
Browse files Browse the repository at this point in the history
And also:
* Run `yarn prettier:fix`
* Bump in-range dependency versions

Bumping the versions in theory shouldn't be necessary, however package
managers tend to only update sub-dependencies lazily, so this ensures
users are on the latest versions.

Changes made using the approach described here:
#1356 (comment)
  • Loading branch information
renovate[bot] authored and edmorley committed Nov 10, 2019
1 parent 1c9b780 commit af84046
Show file tree
Hide file tree
Showing 21 changed files with 705 additions and 677 deletions.
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -39,23 +39,23 @@
"validate:eslintrc": "yarn validate:eslintrc:eslint && yarn validate:eslintrc:airbnb-base && yarn validate:eslintrc:airbnb && yarn validate:eslintrc:standardjs && yarn validate:eslintrc:root"
},
"devDependencies": {
"auto-changelog": "^1.14.1",
"auto-changelog": "^1.16.2",
"ava": "^1.4.1",
"eslint": "^6.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^3.0.3",
"jest": "^24.8.0",
"karma": "^4.2.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^3.0.9",
"jest": "^24.9.0",
"karma": "^4.4.1",
"karma-cli": "^2.0.0",
"lerna": "^3.16.4",
"lint-staged": "^9.2.1",
"mocha": "^6.2.0",
"prettier": "^1.18.2",
"verdaccio": "^4.2.1",
"verdaccio-memory": "^8.0.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0"
"lerna": "^3.18.4",
"lint-staged": "^9.4.2",
"mocha": "^6.2.2",
"prettier": "^1.19.1",
"verdaccio": "^4.3.4",
"verdaccio-memory": "^8.3.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/airbnb/package.json
Expand Up @@ -32,8 +32,8 @@
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.0"
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.2.0"
},
"peerDependencies": {
"eslint": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/compile-loader/package.json
Expand Up @@ -27,7 +27,7 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/core": "^7.7.2",
"babel-loader": "^8.0.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/copy/package.json
Expand Up @@ -27,7 +27,7 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"copy-webpack-plugin": "^5.0.4"
"copy-webpack-plugin": "^5.0.5"
},
"peerDependencies": {
"neutrino": "9.0.0-rc.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/create-project/package.json
Expand Up @@ -41,12 +41,12 @@
"dependencies": {
"chalk": "^3.0.0",
"deepmerge": "^1.5.2",
"ejs": "^2.6.2",
"ejs": "^2.7.1",
"fs-extra": "^8.1.0",
"javascript-stringify": "^2.0.0",
"yargs": "^14.0.0",
"yeoman-environment": "^2.4.0",
"yeoman-generator": "^4.0.1"
"javascript-stringify": "^2.0.1",
"yargs": "^14.2.0",
"yeoman-environment": "^2.6.0",
"yeoman-generator": "^4.2.0"
},
"devDependencies": {
"yeoman-assert": "^3.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint/package.json
Expand Up @@ -27,8 +27,8 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"babel-eslint": "^10.0.2",
"eslint-loader": "^3.0.0",
"babel-eslint": "^10.0.3",
"eslint-loader": "^3.0.2",
"eslint-plugin-babel": "^5.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/image-loader/package.json
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"file-loader": "^4.2.0",
"url-loader": "^2.1.0"
"url-loader": "^2.2.0"
},
"peerDependencies": {
"neutrino": "9.0.0-rc.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest/package.json
Expand Up @@ -26,11 +26,11 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/core": "^7.7.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.8.0",
"babel-jest": "^24.9.0",
"deepmerge": "^1.5.2",
"eslint-plugin-jest": "^23.0.0",
"eslint-plugin-jest": "^23.0.3",
"lodash.omit": "^4.5.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/karma/package.json
Expand Up @@ -26,12 +26,12 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/core": "^7.7.2",
"babel-merge": "^3.0.0",
"babel-plugin-istanbul": "^5.2.0",
"deepmerge": "^1.5.2",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/library/package.json
Expand Up @@ -34,9 +34,9 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/core": "^7.7.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-env": "^7.7.1",
"@neutrinojs/banner": "9.0.0-rc.4",
"@neutrinojs/clean": "9.0.0-rc.4",
"@neutrinojs/compile-loader": "9.0.0-rc.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Expand Up @@ -32,6 +32,6 @@
"dependencies": {
"camelcase": "^5.3.1",
"jscodeshift": "^0.6.4",
"yargs": "^14.0.0"
"yargs": "^14.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/mocha/package.json
Expand Up @@ -24,9 +24,9 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"@babel/register": "^7.5.5",
"@babel/core": "^7.7.2",
"@babel/plugin-transform-modules-commonjs": "^7.7.0",
"@babel/register": "^7.7.0",
"babel-merge": "^3.0.0",
"deepmerge": "^1.5.2",
"lodash.omit": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino/package.json
Expand Up @@ -32,6 +32,6 @@
"lodash.clonedeep": "^4.5.0",
"semver": "^6.3.0",
"webpack-chain": "^6.0.0",
"yargs-parser": "^16.0.0"
"yargs-parser": "^16.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/node/package.json
Expand Up @@ -27,9 +27,9 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/core": "^7.7.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-env": "^7.7.1",
"@neutrinojs/banner": "9.0.0-rc.4",
"@neutrinojs/clean": "9.0.0-rc.4",
"@neutrinojs/compile-loader": "9.0.0-rc.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/preact/package.json
Expand Up @@ -28,16 +28,16 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-transform-react-jsx": "^7.7.0",
"@neutrinojs/web": "9.0.0-rc.4",
"babel-merge": "^3.0.0",
"deepmerge": "^1.5.2",
"eslint-plugin-react": "^7.14.3"
"eslint-plugin-react": "^7.16.0"
},
"devDependencies": {
"preact": "^10.0.0"
"preact": "^10.0.5"
},
"peerDependencies": {
"neutrino": "9.0.0-rc.4",
Expand Down
16 changes: 8 additions & 8 deletions packages/react/package.json
Expand Up @@ -28,20 +28,20 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/preset-react": "^7.7.0",
"@neutrinojs/web": "9.0.0-rc.4",
"babel-merge": "^3.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"deepmerge": "^1.5.2",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.0"
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.2.0"
},
"devDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-hot-loader": "^4.12.10"
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-hot-loader": "^4.12.16"
},
"peerDependencies": {
"neutrino": "9.0.0-rc.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/standardjs/package.json
Expand Up @@ -34,8 +34,8 @@
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-standard": "^4.0.0"
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-standard": "^4.0.1"
},
"peerDependencies": {
"eslint": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Expand Up @@ -24,9 +24,9 @@
"@neutrinojs/web": "9.0.0-rc.4",
"css-loader": "^3.2.0",
"deepmerge": "^1.5.2",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-vue": "^6.0.0",
"vue-loader": "^15.7.1",
"vue-loader": "^15.7.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10"
},
Expand Down
10 changes: 4 additions & 6 deletions packages/vue/test/vue_test.js
Expand Up @@ -87,12 +87,10 @@ test('adds style oneOfs in order', t => {
const api = new Neutrino();
api.use(mw());
const { oneOfs } = api.config.module.rule('style');
t.deepEqual(oneOfs.values().map(oneOf => oneOf.name), [
'vue-modules',
'vue-normal',
'modules',
'normal',
]);
t.deepEqual(
oneOfs.values().map(oneOf => oneOf.name),
['vue-modules', 'vue-normal', 'modules', 'normal'],
);
});

test('replaces style-loader with vue-style-loader in development', t => {
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Expand Up @@ -27,9 +27,9 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/core": "^7.7.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-env": "^7.7.1",
"@neutrinojs/clean": "9.0.0-rc.4",
"@neutrinojs/compile-loader": "9.0.0-rc.4",
"@neutrinojs/dev-server": "9.0.0-rc.4",
Expand Down

0 comments on commit af84046

Please sign in to comment.