Skip to content

Commit

Permalink
chore(commonjs): update offending packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jul 27, 2020
1 parent 97c29ff commit bf5002d
Show file tree
Hide file tree
Showing 24 changed files with 1,656 additions and 3,605 deletions.
23 changes: 12 additions & 11 deletions package.json
Expand Up @@ -18,31 +18,32 @@
"test": "node scripts/run-changed.js test"
},
"dependencies": {
"@ava/babel": "^1.0.1",
"conventional-commits-parser": "^3.1.0",
"semver": "^7.1.1",
"semver": "^7.3.2",
"write-pkg": "^4.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"ava": "^2.4.0",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"ava": "^3.11.0",
"chalk": "^2.4.2",
"codecov-lite": "^0.3.1",
"del-cli": "^3.0.0",
"del-cli": "^3.0.1",
"eslint-config-rollup": "^0.1.0",
"execa": "^2.1.0",
"globby": "^10.0.1",
"globby": "^10.0.2",
"husky": "^3.1.0",
"lint-staged": "^9.5.0",
"nyc": "^14.1.1",
"pnpm": "^4.13.0",
"pnpm": "^4.14.4",
"prettier": "^1.19.1",
"prettier-plugin-package": "^0.3.1",
"ts-node": "^8.5.4",
"ts-node": "^8.10.2",
"tsconfig-paths": "^3.9.0",
"tslib": "^1.10.0",
"typescript": "^3.7.4",
"yaml": "^1.7.2"
"tslib": "^1.13.0",
"typescript": "^3.9.7",
"yaml": "^1.10.0"
},
"ava": {
"files": [
Expand Down
12 changes: 7 additions & 5 deletions packages/alias/package.json
Expand Up @@ -49,13 +49,15 @@
"slash": "^3.0.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^7.0.0",
"@rollup/plugin-typescript": "^3.0.0",
"del-cli": "^3.0.0",
"rollup": "^2.0.0"
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-typescript": "^3.1.1",
"del-cli": "^3.0.1",
"rollup": "^2.23.0"
},
"ava": {
"compileEnhancements": false,
"babel": {
"compileEnhancements": false
},
"extensions": [
"ts"
],
Expand Down
4 changes: 3 additions & 1 deletion packages/auto-install/package.json
Expand Up @@ -52,7 +52,9 @@
"rollup": "^2.0.0"
},
"ava": {
"compileEnhancements": false,
"babel": {
"compileEnhancements": false
},
"extensions": [
"ts"
],
Expand Down
4 changes: 3 additions & 1 deletion packages/auto-install/test/npm.js
Expand Up @@ -27,7 +27,9 @@ test('invalid manager', (t) => {
},
plugins: [autoInstall({ pkgFile, manager: 'foo' }), resolve()]
}),
RangeError
{
instanceOf: RangeError
}
);
t.snapshot(error.message);
});
Expand Down
20 changes: 10 additions & 10 deletions packages/babel/package.json
Expand Up @@ -50,19 +50,19 @@
"rollup": "^1.20.0||^2.0.0"
},
"dependencies": {
"@babel/helper-module-imports": "^7.7.4",
"@rollup/pluginutils": "^3.0.8"
"@babel/helper-module-imports": "^7.10.4",
"@rollup/pluginutils": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-external-helpers": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.9.0",
"@rollup/plugin-json": "^4.0.0",
"@babel/core": "^7.10.5",
"@babel/plugin-external-helpers": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@rollup/plugin-json": "^4.1.0",
"@types/babel__core": "^7.1.9",
"rollup": "^2.0.0",
"rollup": "^2.23.0",
"source-map": "^0.6.1"
},
"ava": {
Expand Down
14 changes: 8 additions & 6 deletions packages/buble/package.json
Expand Up @@ -49,19 +49,21 @@
"rollup": "^1.20.0||^2.0.0"
},
"dependencies": {
"@rollup/pluginutils": "^3.0.8",
"@rollup/pluginutils": "^3.1.0",
"@types/buble": "^0.19.2",
"buble": "^0.20.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^3.0.0",
"del-cli": "^3.0.0",
"rollup": "^2.0.0",
"@rollup/plugin-typescript": "^3.1.1",
"del-cli": "^3.0.1",
"rollup": "^2.23.0",
"source-map": "^0.7.3",
"typescript": "^3.7.4"
"typescript": "^3.9.7"
},
"ava": {
"compileEnhancements": false,
"babel": {
"compileEnhancements": false
},
"extensions": [
"ts"
],
Expand Down
4 changes: 3 additions & 1 deletion packages/data-uri/package.json
Expand Up @@ -54,7 +54,9 @@
"typescript": "^3.7.4"
},
"ava": {
"compileEnhancements": false,
"babel": {
"compileEnhancements": false
},
"extensions": [
"ts"
],
Expand Down
6 changes: 3 additions & 3 deletions packages/dsv/package.json
Expand Up @@ -33,13 +33,13 @@
"LICENSE"
],
"dependencies": {
"@rollup/pluginutils": "^3.0.4",
"@rollup/pluginutils": "^3.1.0",
"d3-dsv": "1.2.0",
"tosource": "^1.0.0"
},
"devDependencies": {
"del-cli": "^3.0.0",
"rollup": "^2.0.0"
"del-cli": "^3.0.1",
"rollup": "^2.23.0"
},
"ava": {
"files": [
Expand Down
1 change: 0 additions & 1 deletion packages/dynamic-import-vars/package.json
Expand Up @@ -58,7 +58,6 @@
"devDependencies": {
"acorn": "^7.1.1",
"acorn-dynamic-import": "^4.0.0",
"ava": "^2.4.0",
"prettier": "^2.0.5",
"rollup": "^2.7.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/html/package.json
Expand Up @@ -41,8 +41,8 @@
"rollup": "^1.20.0||^2.0.0"
},
"devDependencies": {
"rollup": "^2.0.0",
"rollup-plugin-postcss": "^2.0.3"
"rollup": "^2.23.0",
"rollup-plugin-postcss": "^3.1.3"
},
"ava": {
"files": [
Expand Down
12 changes: 6 additions & 6 deletions packages/inject/package.json
Expand Up @@ -46,17 +46,17 @@
"rollup": "^1.20.0 || ^2.0.0"
},
"dependencies": {
"@rollup/pluginutils": "^3.0.4",
"@rollup/pluginutils": "^3.1.0",
"estree-walker": "^1.0.1",
"magic-string": "^0.25.5"
"magic-string": "^0.25.7"
},
"devDependencies": {
"@rollup/plugin-buble": "^0.21.0",
"del-cli": "^3.0.0",
"@rollup/plugin-buble": "^0.21.3",
"del-cli": "^3.0.1",
"locate-character": "^2.0.5",
"rollup": "^2.0.0",
"rollup": "^2.23.0",
"source-map": "^0.7.3",
"typescript": "^3.7.4"
"typescript": "^3.9.7"
},
"ava": {
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy/package.json
Expand Up @@ -41,8 +41,8 @@
},
"devDependencies": {
"@rollup/plugin-buble": "^0.20.0",
"del-cli": "^3.0.0",
"rollup": "^2.0.0"
"del-cli": "^3.0.1",
"rollup": "^2.23.0"
},
"ava": {
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/multi-entry/package.json
Expand Up @@ -47,9 +47,9 @@
"matched": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"rollup": "^2.0.0",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"rollup": "^2.23.0",
"rollup-plugin-babel": "^4.4.0"
},
"ava": {
Expand Down
10 changes: 5 additions & 5 deletions packages/node-resolve/package.json
Expand Up @@ -57,14 +57,14 @@
"resolve": "^1.17.0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/plugin-transform-typescript": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@rollup/plugin-babel": "^5.0.4",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-commonjs": "^13.0.2",
"@rollup/plugin-json": "^4.1.0",
"es5-ext": "^0.10.53",
"rollup": "^2.12.0",
"rollup": "^2.23.0",
"source-map": "^0.7.3",
"string-capitalize": "^1.0.1"
},
Expand Down
4 changes: 3 additions & 1 deletion packages/pluginutils/package.json
Expand Up @@ -61,7 +61,9 @@
"typescript": "^3.7.5"
},
"ava": {
"compileEnhancements": false,
"babel": {
"compileEnhancements": false
},
"extensions": [
"ts"
],
Expand Down
12 changes: 6 additions & 6 deletions packages/replace/package.json
Expand Up @@ -46,16 +46,16 @@
"rollup": "^1.20.0 || ^2.0.0"
},
"dependencies": {
"@rollup/pluginutils": "^3.0.8",
"magic-string": "^0.25.5"
"@rollup/pluginutils": "^3.1.0",
"magic-string": "^0.25.7"
},
"devDependencies": {
"@rollup/plugin-buble": "^0.21.0",
"del-cli": "^3.0.0",
"@rollup/plugin-buble": "^0.21.3",
"del-cli": "^3.0.1",
"locate-character": "^2.0.5",
"rollup": "^2.0.0",
"rollup": "^2.23.0",
"source-map": "^0.7.3",
"typescript": "^3.7.4"
"typescript": "^3.9.7"
},
"ava": {
"files": [
Expand Down
4 changes: 3 additions & 1 deletion packages/run/package.json
Expand Up @@ -55,7 +55,9 @@
"sinon": "8.0.4"
},
"ava": {
"compileEnhancements": false,
"babel": {
"compileEnhancements": false
},
"files": [
"!**/fixtures/**",
"!**/output/**",
Expand Down
8 changes: 4 additions & 4 deletions packages/strip/package.json
Expand Up @@ -37,13 +37,13 @@
"rollup": "^1.20.0 || ^2.0.0"
},
"dependencies": {
"@rollup/pluginutils": "^3.0.4",
"@rollup/pluginutils": "^3.1.0",
"estree-walker": "^1.0.1",
"magic-string": "^0.25.5"
"magic-string": "^0.25.7"
},
"devDependencies": {
"acorn": "7.1.0",
"rollup": "^2.0.0"
"acorn": "^7.3.1",
"rollup": "^2.23.0"
},
"ava": {
"files": [
Expand Down
18 changes: 10 additions & 8 deletions packages/typescript/package.json
Expand Up @@ -49,20 +49,22 @@
"typescript": ">=3.4.0"
},
"dependencies": {
"@rollup/pluginutils": "^3.0.1",
"resolve": "^1.14.1"
"@rollup/pluginutils": "^3.1.0",
"resolve": "^1.17.0"
},
"devDependencies": {
"@rollup/plugin-buble": "^0.21.0",
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-typescript": "^3.0.0",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-typescript": "^3.1.1",
"buble": "^0.19.8",
"rollup": "^2.14.0",
"tslib": "^1.10.0",
"typescript": "^3.7.4"
"tslib": "^1.13.0",
"typescript": "^3.9.7"
},
"ava": {
"compileEnhancements": false,
"babel": {
"compileEnhancements": false
},
"extensions": [
"ts"
],
Expand Down

0 comments on commit bf5002d

Please sign in to comment.