Skip to content

Commit

Permalink
chore: hoist rollup to root (#4265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 2, 2023
1 parent 2974f53 commit bfcef77
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const config = {
},
},
{
files: ['vitest.config.*', '**/*.test.*', '**/test.*'],
files: ['vitest.config.*', '**/*.test.*', '**/test.*', '**/rollup.*'],
rules: {
'node/no-extraneous-import': 'off',
'node/no-extraneous-require': 'off',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"nyc": "^15.1.0",
"prettier": "^2.8.4",
"rollup": "^3.18.0",
"rollup-plugin-dts": "^5.2.0",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"ts-jest": "^29.0.5",
Expand Down
2 changes: 0 additions & 2 deletions packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@
"expect": "^29.4.3",
"jest": "^29.4.3",
"lorem-ipsum": "^2.0.8",
"rollup": "^3.18.0",
"rollup-plugin-dts": "^5.2.0",
"ts-jest": "^29.0.5"
}
}
4 changes: 1 addition & 3 deletions packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@
"@types/micromatch": "^4.0.2",
"@types/semver": "^7.3.13",
"micromatch": "^4.0.5",
"minimatch": "^7.4.2",
"rollup": "^3.18.0",
"rollup-plugin-dts": "^5.2.0"
"minimatch": "^7.4.2"
}
}
10 changes: 2 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion test-packages/cspell-io/test-cspell-io/rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable node/no-extraneous-import */
import rollupPluginNodeResolve from '@rollup/plugin-node-resolve';
import rollupPluginTypescript from '@rollup/plugin-typescript';
import rollupPluginJson from '@rollup/plugin-json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable node/no-extraneous-import */
import rollupPluginNodeResolve from '@rollup/plugin-node-resolve';
import rollupPluginTypescript from '@rollup/plugin-typescript';
import alias from '@rollup/plugin-alias';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable node/no-extraneous-import */
import rollupPluginNodeResolve from '@rollup/plugin-node-resolve';
import rollupPluginTypescript from '@rollup/plugin-typescript';
import rollupPluginJson from '@rollup/plugin-json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable node/no-extraneous-import */
import rollupPluginNodeResolve from '@rollup/plugin-node-resolve';
import rollupPluginTypescript from '@rollup/plugin-typescript';
import rollupPluginJson from '@rollup/plugin-json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable node/no-extraneous-import */
import rollupPluginNodeResolve from '@rollup/plugin-node-resolve';
import rollupPluginTypescript from '@rollup/plugin-typescript';
import rollupPluginJson from '@rollup/plugin-json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable node/no-extraneous-import */
import rollupPluginNodeResolve from '@rollup/plugin-node-resolve';
import rollupPluginTypescript from '@rollup/plugin-typescript';
import rollupPluginJson from '@rollup/plugin-json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable node/no-extraneous-import */
import rollupPluginNodeResolve from '@rollup/plugin-node-resolve';
import rollupPluginTypescript from '@rollup/plugin-typescript';
import rollupPluginJson from '@rollup/plugin-json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable node/no-extraneous-import */
import rollupPluginNodeResolve from '@rollup/plugin-node-resolve';
import rollupPluginTypescript from '@rollup/plugin-typescript';
import rollupPluginJson from '@rollup/plugin-json';
Expand Down

0 comments on commit bfcef77

Please sign in to comment.