Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10.8 #955

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update as many modules as possible, update travis to remove node 8
illepic committed Oct 22, 2020
commit 60e1fc44f458fd26c45ea6ed6b35b5e6a3d828f9
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ php:
- 7.2
env:
matrix:
- TRAVIS_NODE_VERSION="8"
- TRAVIS_NODE_VERSION="10"
- TRAVIS_NODE_VERSION="12"
before_install:
@@ -23,7 +22,7 @@ before_script:
- node --version
- npm --version
script:
- npm run ci
- npm run verify
notifications:
email:
on_success: always
2 changes: 0 additions & 2 deletions apps/pl-default/webpack.config.js
Original file line number Diff line number Diff line change
@@ -91,8 +91,6 @@ if (NODE_ENV === 'development') {
);
// Change MiniCssExtractPlugin.loader (always first) to 'style-loader'
dsWebpackConfig.module.rules[cssRuleIndex].use[0] = 'style-loader';

console.log(dsWebpackConfig.module.rules[cssRuleIndex]);
}

// Merge together root, design system, and app webpack config
795 changes: 649 additions & 146 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
"test:unit": "npm run test:unit:default",
"test:tools:generators": "NODE_ENV=test jest --projects tools/generators/",
"test": "npm run test:unit",
"verify": "npm run lint && npm run test && npm run build:pl && npm run build:drupal",
"verify": "concurrently \"npm:lint\" \"npm:test\" \"npm:build:pl\" \"npm:build:drupal\"",
"new": "yo new-component",
"preinstall": "npx npm-force-resolutions",
"postinstall": "cd tools/generators/new-component && npm link"
@@ -75,14 +75,14 @@
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jest": "^24.1.0",
"file-loader": "^6.1.1",
"fs-extra": "^9.0.1",
"husky": "^4.3.0",
"jest": "^26.6.0",
"jest-fetch-mock": "^3.0.3",
"jsondiffpatch": "^0.4.1",
"mini-css-extract-plugin": "^1.1.1",
"mini-css-extract-plugin": "^1.1.2",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"pa11y": "^5.3.0",
"pa11y-ci": "^2.4.0",
@@ -100,7 +100,7 @@
"stylelint-webpack-plugin": "^2.1.1",
"svg-spritemap-webpack-plugin": "^3.5.10",
"svgo": "^1.3.2",
"terser-webpack-plugin": "^3.1.0",
"terser-webpack-plugin": "^4.2.3",
"url-loader": "^4.1.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",