Merged
Conversation
mkcor
approved these changes
Mar 30, 2019
3 tasks
This file contains hidden or 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
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:
^8.2.3->^10.0.0^7.1.4->^8.0.0^0.28.11->^2.0.0^3.6.0->^4.0.0^0.21.0->^0.23.0^1.0.2->^2.0.0Release Notes
babel/babel-eslint
v10.0.1Compare Source
v10.0.1
The
TypeAlias"conversion" to a function has issues. Sounds like we need to rethink the change, most likely we can just actually change the scoping rather than hardcode an AST change.v10.0.0Compare Source
v10.0.0
Small breaking change: add a peerDependency starting from the ESLint version that added a parser feature that we were monkeypatching before (and drop that code). If already using ESLint 5 shouldn't be any different.
TypeAlias: #584v9.0.0Compare Source
v9.0.0
We've released v7: https://twitter.com/left_pad/status/1034204330352500736, so this just updates babel-eslint to use those versions internally. That in itself doesn't break anything but:
To enable the legacy decorators proposal users should add a specific parser option:
babel/babel-loader
v8.0.5Compare Source
find-cache-dirto 2.0v8.0.4Compare Source
v8.0.3Compare Source
Features
customizeoptionBugs
Docs
Internal
Some dev dependency updates and CI tweaks.
v8.0.2Compare Source
cacheCompression: falseto disable GZip compression of the disk cachesourceMaps: 'inline'to work properly withbabel-loaderdevtoolModuleFilenameTemplateplaceholdersv8.0.1Compare Source
@babel/coreor installbabel-core.v8.0.0Compare Source
This is the first stable release of
babel-loaderfor Babel 7.x.webpack-contrib/css-loader
v2.1.1Compare Source
Bug Fixes
sourceRootis present (#901) (e9ce745)v2.1.0Compare Source
Features
image-setwithouturl(#879) (21884e2)2.0.2 (2018-12-21)
Bug Fixes
v2.0.2Compare Source
Features
image-setwithouturl(#879) (21884e2)2.0.2 (2018-12-21)
Bug Fixes
v2.0.1Compare Source
Bug Fixes
getLocalIdentnow acceptsfalsevalue (#865) (1825e8a)v2.0.0Compare Source
Bug Fixes
getLocalIdentnow acceptsfalsevalue (#865) (1825e8a)v1.0.1Compare Source
Bug Fixes
urls()with?#hash(#803) (417d105)importat-rules (#806) (4bdf08b)URLinimportat-rules (#818) (3ebdcd5)requireforurls()(#854) (3338656)composes(#845) (453248f)urls()resolving logic formodules(localandglobal) and without modules (#843) (fdcf687)Features
importoption doesn't affect oncomposes(#822) (f9aa73c)urls(#856) (5e702e7)importat-rules (#857) (5e6034c)urls()(#832) (da95db8)exportOnlyLocalsoption (#824) (e9327c0)postcssast from other loaders (i.epostcss-loader) (#840) (1dad1fb)BREAKING CHANGES
url()andimportat-rules works the same everywhere, it does not matter whether css modules are enabled (withglobalandlocalmodule) or not. Examples -url('image.png')asrequire('./image.png'),url('./image.png')asrequire('./image.png'),url('~module/image.png')asrequire('module/image.png').modules: falsedisable all css modules features), you can return old behaviour change this onmodules: 'global'css-loader/localswas dropped in favorexportOnlyLocalsoptionimportoption only affect onimportat-rules and doesn't affect oncomposesdeclarations@importat rules now emit warningspostcss@71.0.1 (2018-10-29)
Bug Fixes
v1.0.0Compare Source
BREAKING CHANGES
minimizeoption, usepostcss-loaderwithcssnanoor useoptimize-cssnano-pluginpluginmoduleoption, usemodulesoption insteadcamelcaseoption, usecamelCaseoption insteadrootoption, usepostcss-loaderwithpostcss-urlpluginaliasoption, useresolve.aliasfeature or usepostcss-loaderwithpostcss-urlpluginpostcssto6versionnodejsversion is6.9webpackversion is40.28.11 (2018-03-16)
Bug Fixes
modeforurlhandling (options.modules) (#698) (c788450)0.28.10 (2018-02-22)
Bug Fixes
rootContextsupport (webpack >= v4.0.0) (#681) (9f876d2)0.28.9 (2018-01-17)
Bug Fixes
url()) (#663) (d1d8221)0.28.8 (2018-01-05)
Bug Fixes
undefined(#641) (0dccfa9)url()) (#627) (8897d44)0.28.7 (2017-08-30)
Bug Fixes
localsLoader(options.alias) (#601) (8f1b57c)0.28.6 (2017-08-30)
Bug Fixes
/(options.alias) (#597) (63567f2)0.28.5 (2017-08-17)
Bug Fixes
options.camelCase) (#556) (1fee601)[@import](https://togithub.com/import)tolerance (#593) (2e4ec09)0.28.4 (2017-05-30)
Bug Fixes
0.28.3 (2017-05-25)
Bug Fixes
0.28.2 (2017-05-22)
Bug Fixes
windows(#532) (c3d0d91)0.28.1 (2017-05-02)
Bug Fixes
urlwith space(s) (#495) (534ea55)btoainsteadBuffer(#501) (fbb0714)Performance Improvements
prettier/eslint-config-prettier
v4.1.0Compare Source
v4.0.0Compare Source
replaced with support for its successor [@typescript-eslint/eslint-plugin].
Thanks to TANIGUCHI Masaya (@ta2gch) and everyone else who helped with this!
[special rules][arrow-special], since they might cause problems if using
[eslint-plugin-prettier] and
--fix. They are turned off by default, and theCLI helper tool will warn about them (but not error if you do enable them).
This won’t break your linting checks, but do note that these rules will be
disabled unless you explicitly enable them again, and that you might see new
warnings when running the CLI helper tool.
webpack-contrib/style-loader
v0.23.1Compare Source
Bug Fixes
options.transform) (#333) (33aebed)v0.23.0Compare Source
Features
insertIntosupport (options.insertInto) (#341) (2588aca)0.22.1 (2018-08-08)
Bug Fixes
varinstead ofconst(IE fix) (#338) (1ca12ab)v0.22.1Compare Source
Features
insertIntosupport (options.insertInto) (#341) (2588aca)0.22.1 (2018-08-08)
Bug Fixes
varinstead ofconst(IE fix) (#338) (1ca12ab)v0.22.0Compare Source
Bug Fixes
Features
shellscape/webpack-serve
v2.0.3Compare Source
This is the first release on this fork. It is a maintenance and documentation update release.
For prior releases and notes please see https://github.com/webpack-contrib/webpack-serve/releases.
v2.0.2Compare Source
v2.0.1Compare Source
v2.0.0Compare Source
Renovate configuration
📅 Schedule: "before 2am" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!".👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot. View repository job log here.