-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Update dependency mini-css-extract-plugin to ^0.5.0 #2054
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/mini-css-extract-plugin-0.x
branch
from
December 9, 2018 05:58
797ea93
to
f3c14e0
Compare
amilajack
added a commit
that referenced
this pull request
Nov 23, 2019
* move to a single package.json setup * update package.json to remove jest modules, fix eslit import/resolvers webpack path * delete unused electronrebuild script * Fix `yarn test-e2e` and testcafe for single package.json structure We're attempting to go to a single package.json structure, but the testcafe setup was still implicitly referencing app/node_modules. This adjusts testcafe so that it finds the electron browser (provided by testcafe-browser-provider-electron). Please double check this. I'm not familiar with testcafe, I just messed with paths until I got the tests passing. * Fix `test-e2e` and testcafe, round 2 * Remove app/package.json & app/node_modules reference in appveyor.yml * add "contributor" section to package.json (#1891) * Remove app/node_modules from .gitignore (#1890) * Remove app/node_modules from .gitignore In previous versions of electron-react-boilerplate, there was a 2-package.json structure where modules were installed in ./node_modules and ./app/node_modules. We've since migrated to a single package.json system, and there should only be ./node_modules present. If you notice ./app/node_modules (i.e. when running `git status`), you can safely delete the director ./app/node_modules. All dependencies are downloaded in ./node_modules now. History: #1854 * In .gitignore, update node_modules to /node_modules Details in comment: #1854 (comment) * Remove outdated references to app/node_modules Since we've moved to a single package.json structure, app/node_modules should no longer exist. * .gitignore all node_modules directories, not just the root one Defining /node_modules may inadvertently cause cause people using `electron-react-boilerplate` with subpackages to all of a sudden see their `node_modules` be included in unstaged files. Discussion: #1890 (comment) * [WIP]: Fix linux path issues (#1893) * attempt fix linux path issues * remove RunTests script * temporarily allow snapshot updating on ci * change jest to run in verbose mode for ci debugging purposes * diff on ci to show snapshot changes * misc * temporarily allow failures on linux * Update readme docs to reflect package.json structure changes (#1896) * babel target current electron version (#1895) * Upgrade to babel 7 (#1898) * babel-upgrade * remove add-module-exports plugin * fix import issues with configStore * .babelrc -> babel.config.js * fix babel-preset-env useBuiltIns property * misc changes to linting annotaions * add opencollective banner (#1897) * add opencollective banner * babel-upgrade * remove add-module-exports plugin * .babelrc -> babel.config.js * bump semver to v0.17.0 and update CHANGELOG * [ci skip] remove "two package.json structure" docs from readme * remove sudo requirement from travis ci (#1901) * bump g++ version to 8.2 on travis ci linux (#1904) * bump g++ version to 8.2 on travis ci linux * fix g++ package name * Update .travis.yml * remove unnecessary api key from appveyor (#1900) * remove unnecessary api key from appveyor * Update appveyor.yml * chore(deps): update dependency eslint-plugin-jsx-a11y to v6.1.2 (#1905) * chore(deps): update dependency babel-loader to ^8.0.4 (#1907) * chore(deps): update babel monorepo (#1906) * add initial windows support, tmp allow failures on win [ci skip] * remove unnecessary module resolution config in webpack base * add initial autoupdate suport (#1912) * add initial autoupdate suport * fix publish config for electron-builder in package.json * Use .babel.js for webpack instead of using babel register (#1908) * chore(deps): update dependency css-loader to ^1.0.1 (#1910) * chore(deps): update dependency sinon to ^6.3.5 (#1913) * chore(deps): update dependency style-loader to ^0.23.1 (#1914) * update CHANGELOG.md [ci skip] * chore(deps): update dependency testcafe to ^0.23.0 (#1916) * chore(deps): update dependency eslint-plugin-flowtype to v3 (#1937) * chore(deps): update dependency eslint-config-prettier to v3 (#1936) * chore(deps): update dependency electron to v3 (#1935) * chore(deps): update dependency concurrently to v4 (#1934) * fix(deps): update react monorepo to ^16.6.0 (#1932) * fix(deps): update dependency source-map-support to ^0.5.9 (#1931) * fix(deps): update dependency react-redux to ^5.1.0 (#1927) * chore(deps): update dependency yarn to ^1.12.1 (#1924) * chore(deps): update dependency webpack to ^4.23.1 (#1919) * chore(deps): update dependency stylelint to ^9.7.1 (#1915) * chore(deps): update dependency file-loader to v2 (#1941) * chore(deps): update dependency husky to v1 (#1942) * chore(deps): update dependency lint-staged to v8 (#1944) * chore(deps): update dependency webpack-merge to ^4.1.4 (#1923) * chore(deps): update dependency url-loader to ^1.1.2 (#1918) * chore(deps): update dependency webpack to ^4.24.0 (#1952) * bumped all deps to latest semver * remove font-awesome exception in building dll (#1943) * chore(deps): update dependency eslint-plugin-jest to ^21.27.0 (#1956) * chore(deps): update dependency eslint-plugin-jest to ^21.27.1 (#1960) * chore(deps): update dependency node-sass to ^4.10.0 (#1959) * chore(deps): update dependency babel-plugin-transform-react-remove-prop-types to ^0.4.20 (#1971) * chore(deps): update dependency webpack to ^4.25.1 (#1966) * fix(deps): update dependency electron-updater to ^3.2.2 (#1984) * chore(deps): update dependency enzyme-adapter-react-16 to ^1.7.0 (#1982) * chore(deps): update dependency eslint-plugin-jest to ^21.27.2 (#1973) * chore(deps): update dependency prettier to ^1.15.1 (#1974) * chore(deps): update dependency testcafe to ^0.23.1 (#1981) * chore(deps): update dependency testcafe-live to ^0.1.4 (#1978) * chore(deps): update dependency yarn to ^1.12.3 (#1980) * Update dependency stylelint to ^9.8.0 (#1989) * Update dependency eslint to ^5.9.0 (#1990) * Update dependency electron-builder to ^20.34.0 (#1983) * Update dependency electron-updater to ^3.2.3 (#1992) * Update dependency electron to ^3.0.8 (#1968) * fix incorrect path to electron main prod script in yarn start script (#1991) * Update dependency eslint-config-prettier to ^3.2.0 (#1995) * Update dependency react-redux to ^5.1.1 (#1994) * Update dependency eslint-config-prettier to ^3.3.0 (#1996) * Update dependency testcafe to ^0.23.2 (#1999) * Update react monorepo to ^16.6.3 (#1976) * Update dependency electron to ^3.0.9 (#2000) * Update dependency husky to ^1.1.4 (#2002) * Update dependency prettier to ^1.15.2 (#1993) * bump deps, fix breaking changes for connect-react-router * Update README.md (#2007) * build dll after install-app-deps runs (#2006) * normalize clone arguments * Update dependency concurrently to ^4.1.0 (#2013) * Update dependency webpack to ^4.26.0 (#2014) * Update dependency electron to ^3.0.10 (#2016) * Update dependency detect-port to ^1.3.0 (#2018) * semver bump, update CHANGELOG * Update dependency lint-staged to ^8.0.5 (#2011) * Update dependency lint-staged to ^8.1.0 (#2024) * Update dependency testcafe-react-selectors to ^3.0.1 (#2028) * Update dependency eslint-plugin-jest to ^22.0.1 (#2029) * Update dependency webpack to ^4.26.1 (#2030) * Update dependency testcafe-react-selectors to ^3.0.2 (#2032) * Update dependency eslint-plugin-jest to ^22.1.0 (#2035) * Fix incorrect package position (#2026) * fix incorrect package position * Update package.json * Update dependency stylelint to ^9.9.0 (#2036) * Remove existing docs and refer to site docs (#2039) I kept all the docs that were only essential to getting started with ERB * Update dependency babel-plugin-transform-react-remove-prop-types to ^0.4.21 (#2042) * Update dependency eslint-plugin-jest to ^22.1.1 (#2043) * Change gitter repo badge to spectrum * Update dependency webpack to ^4.27.0 (#2047) * Update dependency eslint-plugin-jest to ^22.1.2 (#2049) * Update dependency enzyme-to-json to ^3.3.5 (#2050) * Update babel monorepo (#2041) * Update badges (#2048) Closes #2017 * Update issue template (#2045) * Add preinstall script for checking if yarn was used (#2044) * Update dependency webpack to ^4.27.1 (#2053) * Update dependency mini-css-extract-plugin (#2025) * Update dependency @fortawesome/fontawesome-free to ^5.6.0 (#2057) * Update dependency eslint to ^5.10.0 (#2058) * Use multiple issue templates (#2046) * use multiple issue templates * add issue template for 'other' * Update dependency node-sass to ^4.11.0 (#2059) * Update dependency mini-css-extract-plugin to ^0.5.0 (#2054) * Update dependency webpack-merge to ^4.1.5 (#2061) * Update dependency enzyme to ^3.8.0 (#2064) * Update dependency enzyme-adapter-react-16 to ^1.7.1 (#2063) * Update dependency electron to ^3.0.11 (#2065) * Update dependency sinon to ^7.2.2 (#2062) * Update dependency @fortawesome/fontawesome-free to ^5.6.1 (#2066) * Update dependency react-hot-loader to ^4.6.0 (#2067) * Update dependency husky to ^1.2.1 (#2022) * Update dependency electron to ^3.0.12 (#2070) * Update babel monorepo to ^7.2.2 (#2072) * rename .eslintrc configs to .eslintrc.json, use eslint-plugin-prettier (#2076) * Add labels to issues based on their issue template (#2084) * Remove use of chalk during preinstall (#2083) * use chalk if it exists during preinstall * drop use of chalk for static string * Update babel monorepo to ^7.2.3 * Update dependency electron to ^3.0.13 * Update dependency husky to ^1.3.0 * Update dependency prettier to ^1.15.3 * Update dependency testcafe to ^0.23.3 * Update dependency @fortawesome/fontawesome-free to ^5.6.3 * Update dependency testcafe-browser-provider-electron to ^0.0.8 * Update dependency webpack to ^4.28.1 * Update react monorepo to ^16.7.0 * Update dependency react-hot-loader to ^4.6.3 * add config for require-bug-details bot * Update dependency webpack to ^4.28.2 * Update dependency terser-webpack-plugin to ^1.2.0 * Update dependency webpack-dev-server to ^3.1.12 * Update dependency webpack-dev-server to ^3.1.13 * Update dependency eslint to ^5.11.0 * Update dependency webpack-dev-server to ^3.1.14 * Update dependency electron to v4 (#2088) * Update dependency css-loader to v2 (#2055) * Update dependency electron-updater to v4 (#2009) * Update dependency file-loader to v3 (#2086) * Update dependency electron-builder to ^20.38.4 (#2008) * add banner to readme, minimize docs in readme, update LICENSE (#2098) * add banner to readme, minimize docs in readme, update LICENSE * remove centering of tagline, indent markup in readme * Fix docs link (#2131) * Lint html with prettier (#2110) * lint html with prettier * upgrade husky script * chore: fix files with prettier * add recommended extensions for vscode (#2135) * Corrected grammar on intro (#2139) * Updated Readme.md with the new OpenCollective sponsor link (#2140) Updated Readme.md with the new OpenCollective sponsor link * change repo badges to show status of master branch * fix typo boilerplte->boilerplate in package.json (#2159) * Added the stack-overflow badge. (#2166) * bump all deps to latest semver * add PLAIN_HMR environment variable option (#2153) * build: `PLAIN_HMR=1 yarn dev` will disable `react-hot-loader` * Update app/index.js Co-Authored-By: jedwards1211 <jedwards@fastmail.com> * apply suggested changes * Create FUNDING.yml * Dependency upgrades (#2220) * Upgraded yarn.lock * Updated react-redux to support hooks * Upgraded react-hot-loader * correct typo in CheckBuildsExist script to match main function name (#2221) * Fix travis pipeline (#2272) * bump deps * Delete renovate.json * revert "single package.json structure" changes (#2005) * revert "single package.json structure" changes * remove babel-register from npm scripts * use @babel/register and ./BabelRegister script for node internal scripts * temporarily disable e2e tests in ci * attempt to fix sourceline * update renovate config * remove snap from linux targets * update changelog [ci skip] * update lockfile * remove ./package.json externals from externals * re-enable e2e tests * fix code style for eslint config * fix ESLint editor plugin bug * remove travis ci windows support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.4.5
->^0.5.0
Release Notes
webpack-contrib/mini-css-extract-plugin
v0.5.0
Compare Source
Features
0.4.5 (2018-11-21)
Bug Fixes
0.4.4 (2018-10-10)
Bug Fixes
module.id
to preventcontenthash
from changing unnecessarily (#284) (d7946d0)0.4.3 (2018-09-18)
Bug Fixes
emitFile
to the child compilation (loaderContext.emitFile
) (#177) (18c066e)0.4.2 (2018-08-21)
Bug Fixes
0.4.1 (2018-06-29)
Bug Fixes
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.