Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Update postcss-loader to ^2.0.0-abandoned #13

Closed
wants to merge 6 commits into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 21, 2018

This Pull Request updates dependency postcss-loader from ^1.3.3 to ^2.0.0

Release Notes

v2.0.0

Features
  • index: add ctx, ctx.file, ctx.options (0dceb2c)
  • index: add options validation (2b76df8)

1.3.3

  • Remove postcss-loader-before-processing warning (by Michael Ciniawsky).

1.3.2

  • Fix deprecated warning (by Xiaoyu Zhai).

1.3.1

  • Fix conflict with CLI --config argument (by EGOIST).

1.3

  • Allow object in syntax options, not only path for require (by Jeff Escalante).

1.2.2

  • Watch postcss.config.js for changes (by Michael Ciniawsky).

1.2.1

  • Fix relative config parameter resolving (by Simen Bekkhus).

1.2

  • Add config parameter (by sainthkh).

1.1.1

  • Fix this in options function (by Jeff Escalante).

1.1

  • PostCSS common config could be placed to subdirs.
  • Add webpack instance to PostCSS common config context.

1.0

  • Add common PostCSS config support (by Mateusz Derks).
  • Add Webpack 2 support with plugins query option (by Izaak Schroeder).
  • Add dependency message support.
  • Rewrite docs (by Michael Ciniawsky).

0.13

  • Add exec parameter (by Neal Granger).

0.12

  • Add CSS syntax highlight to syntax error code frame.

0.11.1

  • Fix Promise API (by Daniel Haus).

0.11

  • Add postcss-loader-before-processing webpack event (by Jan Nicklas).

0.10.1

  • Better syntax error message (by Andrey Popp).

0.10.0

  • Add sourceMap parameter to force inline maps (by 雪狼).

0.9.1

  • Fix plugin in simple array config.

0.9

  • Allow to pass syntax, parser or stringifier as function (by Jeff Escalante).

0.8.2

  • Fix source map support (by Andrew Bradley).

0.8.1

  • Fix resource path.

0.8

  • Add postcss-js support (by Simon Degraeve).

0.7

  • Added argument with webpack instance to plugins callback (by Maxime Thirouin).

0.6

  • Use PostCSS 5.0.
  • Remove safe parameter. Use Safe Parser.
  • Add syntax, parser and stringifier parameters.

0.5.1

  • Fix string source map support (by Jan Nicklas).

0.5.0

  • Set plugins by function for hot reload support (by Stefano Brilli).

0.4.4

  • Fix error on empty PostCSS config.

0.4.3

  • Better check for CssSyntaxError.

0.4.2

  • Fixed invalid sourcemap exception (by Richard Willis).

0.4.1

  • Use only Promise API to catch PostCSS errors.

0.4

  • Add PostCSS asynchronous API support.
  • Fix source map support (by Richard Willis).
  • Add warnings API support.
  • Better output for CSS syntax errors.

0.3

  • Use PostCSS 4.0.

0.2

  • Use PostCSS 3.0.

0.1

  • Initial release.

v2.0.1

Bug Fixes
  • index: continue watching after dependency {Error} (#332) (a8921cc)
Features
  • index: pass AST (result.root) && Messages (result.messages) as metadata to other loaders (#322) (56232e7)

2.0.10 (2018-01-03)

Bug Fixes
  • index: copy loader options before modifying (#326) (61ff03c)

2.0.9 (2017-11-24)

Bug Fixes

2.0.8 (2017-10-14)

Bug Fixes
  • lib/options: handle {Object} return (options.plugins) (#301) (df010a7)
  • schema: allow to pass an {Object} (options.syntax/options.stringifier) (#300) (58e9996)

2.0.7 (2017-10-10)

Bug Fixes

2.0.6 (2017-06-14)

Bug Fixes

2.0.5 (2017-05-10)

Bug Fixes

2.0.4 (2017-05-10)

Bug Fixes
  • index: postcss.config.js not resolved correctly (options.config) (faaeee4)
  • index: update validation schema, better warning message (4f20c99)

2.0.3 (2017-05-09)

Bug Fixes
  • index: don't fail on 'sourceMap: false' && emit a warning instead, when previous map found (options.sourceMap) (159b66a)

2.0.2 (2017-05-09)

Bug Fixes

2.0.1 (2017-05-08)

Bug Fixes
  • index: 'Cannot create property prev on boolean false' (options.sourceMap) (c4f0064)

v2.0.2

Bug Fixes
  • index: don't fail on 'sourceMap: false' && emit a warning instead, when previous map found (options.sourceMap) (159b66a)

v2.0.3

Bug Fixes
  • index: postcss.config.js not resolved correctly (options.config) (faaeee4)
  • index: update validation schema, better warning message (4f20c99)

v2.0.4

Bug Fixes

v2.0.5

Bug Fixes

v2.0.6

Bug Fixes
  • lib/options: handle {Object} return (options.plugins) (#301) (df010a7)
  • schema: allow to pass an {Object} (options.syntax/options.stringifier) (#300) (58e9996)

v2.0.7

Bug Fixes

v2.0.8

Bug Fixes

v2.0.9

Bug Fixes
  • index: copy loader options before modifying (#326) (61ff03c)

v2.0.10

Bug Fixes
  • index: continue watching after dependency {Error} (#332) (a8921cc)
Features
  • index: pass AST (result.root) && Messages (result.messages) as metadata to other loaders (#322) (56232e7)

2.0.10 (2018-01-03)

Bug Fixes
  • index: copy loader options before modifying (#326) (61ff03c)

2.0.9 (2017-11-24)

Bug Fixes

2.0.8 (2017-10-14)

Bug Fixes
  • lib/options: handle {Object} return (options.plugins) (#301) (df010a7)
  • schema: allow to pass an {Object} (options.syntax/options.stringifier) (#300) (58e9996)

2.0.7 (2017-10-10)

Bug Fixes

2.0.6 (2017-06-14)

Bug Fixes

2.0.5 (2017-05-10)

Bug Fixes

2.0.4 (2017-05-10)

Bug Fixes
  • index: postcss.config.js not resolved correctly (options.config) (faaeee4)
  • index: update validation schema, better warning message (4f20c99)

2.0.3 (2017-05-09)

Bug Fixes
  • index: don't fail on 'sourceMap: false' && emit a warning instead, when previous map found (options.sourceMap) (159b66a)

2.0.2 (2017-05-09)

Bug Fixes

2.0.1 (2017-05-08)

Bug Fixes
  • index: 'Cannot create property prev on boolean false' (options.sourceMap) (c4f0064)

v2.1.0

Bug Fixes
  • index: continue watching after dependency {Error} (#332) (a8921cc)
Features
  • index: pass AST (result.root) && Messages (result.messages) as metadata to other loaders (#322) (56232e7)

2.0.10 (2018-01-03)

Bug Fixes
  • index: copy loader options before modifying (#326) (61ff03c)

2.0.9 (2017-11-24)

Bug Fixes

2.0.8 (2017-10-14)

Bug Fixes
  • lib/options: handle {Object} return (options.plugins) (#301) (df010a7)
  • schema: allow to pass an {Object} (options.syntax/options.stringifier) (#300) (58e9996)

2.0.7 (2017-10-10)

Bug Fixes

2.0.6 (2017-06-14)

Bug Fixes

2.0.5 (2017-05-10)

Bug Fixes

2.0.4 (2017-05-10)

Bug Fixes
  • index: postcss.config.js not resolved correctly (options.config) (faaeee4)
  • index: update validation schema, better warning message (4f20c99)

2.0.3 (2017-05-09)

Bug Fixes
  • index: don't fail on 'sourceMap: false' && emit a warning instead, when previous map found (options.sourceMap) (159b66a)

2.0.2 (2017-05-09)

Bug Fixes

2.0.1 (2017-05-08)

Bug Fixes
  • index: 'Cannot create property prev on boolean false' (options.sourceMap) (c4f0064)

v2.1.1

Bug Fixes
  • options: disallow additional properties and add ident to validation (#346) (82ef553)

v2.1.2

Bug Fixes
  • options: revert additionalProperties changes to keep SemVer (bd7fc38)

v2.1.3

Bug Fixes
  • restore loader object in postcss config context (#355) (2ff1735)

v2.1.4

Bug Fixes
  • restore loader object in postcss config context (#355) (2ff1735)

Commits

v2.0.0

  • d591cdf doc(): update webpack v2 part (#186)
  • 0dceb2c feat(index): add ctx, ctx.file, ctx.options
  • 2b76df8 feat(index): add options validation
  • 0b63024 chore(index): v2.0.0 (#191)
  • 40d2268 chore(package): add standard-version
  • e586f4a chore(release): 2.0.0

v2.0.1

  • c4f0064 fix(index): 'Cannot create property `prev` on boolean `false`' (`options.sourceMap`)
  • da378e5 chore(release): 2.0.1

v2.0.2

  • e57cd91 docs(README): add missing comas in code examples (#211)
  • 63f3b14 docs(README): add missing comma (#214)
  • 2192d46 docs(README): rename cssnext to postcss-cssnext (#216)
  • e764761 fix(index): 'No PostCSS Config found' (`options.config`) (#215)
  • fbef238 chore(release): 2.0.2

v2.0.3

  • 159b66a fix(index): don't fail on 'sourceMap: false' && emit a warning instead, when previous map found (`options.sourceMap`)
  • 6388f0b chore(release): 2.0.3

v2.0.4

  • df0226b docs(README): add missing comma (#225)
  • 3963860 docs(README): add missing comma (#223)
  • 4f20c99 fix(index): update validation schema, better warning message
  • faaeee4 fix(index): `postcss.config.js` not resolved correctly (`options.config`)
  • cc6544e chore(release): 2.0.4

v2.0.5

  • dca52a9 fix: regression with `options.plugins` `{Function}` (`webpack.config.js`) (#229)
  • 12c19b9 chore(release): 2.0.5

v2.0.6

  • 9785226 test: refactor using `.config.js` (JS) for test configs (#230)
  • f7aa9a8 docs(README): added missing comma (#233)
  • adcbb2e fix: misspelling in warnings (#237)
  • 4974607 fix: allow to pass an `{Object}` (`options.parser`) (#257)
  • 76d7c33 chore(package): update dependencies
  • 45d10ce ci(travis): rm yarn
  • 2ef4449 docs(README): inconsistent use of `cssnext` && `postcss-cssnext` references
  • b313478 fix(index): simplify config loading behaviour (#259)
  • b5b3188 chore(release): 2.0.6

v2.0.7

  • 753dea7 fix: sanitizing `from` and `to` options (`postcss.config.js`) (#260)
  • 271ab9a chore(package): update `webpack v2.6.1...3.0.0` (`devDependencies`) (#270)
  • f512a20 docs(README): add missing comma in example (#295)
  • 403f5e2 fix(index): runaway promise (#269)
  • 44f01bb docs(README): remove `autoprefixer` from example (#289)
  • 8df20ce fix(index): runaway promise (#269)
  • 813bcbd docs(README): readd `ident: postcss` to examples (`options.ident`) (#297)
  • 081a638 docs(README): add loader description (#298)
  • 0ec251d chore(.github): add `CODEOWNERS` for review
  • cd7cc1f chore(.github): add `ISSUE_TEMPLATE`
  • 305840c chore(.github): add `PULL_REQUEST_TEMPLATE`
  • aaf1672 chore(package): update `jest` v20.0.0...21.0.0
  • e066f34 test: refactor (#299)
  • 30d8d51 chore(release): 2.0.7

v2.0.8

  • 58e9996 fix(schema): allow to pass an `{Object}` (`options.syntax/options.stringifier`) (#300)
  • d39b84e docs(README): add `option` types && links (#303)
  • e7e5478 refactor(lib/Error): remove unused branches (#302)
  • df010a7 fix(lib/options): handle `{Object}` return (`options.plugins`) (#301)
  • bcc9ccf chore(release): 2.0.8

v2.0.9

  • 31a25e8 docs(README): fix broken link (`importLoaders`) (#310)
  • f33131c test: filter `ident` (`options.ident`) (#314)
  • 3e1c7fa fix(index): filter `ident` (`options.ident`) (#315)
  • b9c1add chore(release): 2.0.9

v2.0.10

  • 61ff03c fix(index): copy loader `options` before modifying (#326)
  • 08c063a chore(release): 2.0.10

v2.1.0

  • a8921cc fix(index): continue watching after dependency `{Error}` (#332)
  • 8242689 test(watch): linting && structure
  • 4e8e20c ci(travis): add node `stable` && `lts/*`
  • 56232e7 feat(index): pass AST (`result.root`) && Messages (`result.messages`) as metadata to other loaders (#322)
  • 410bbf9 chore(package): update dependencies
  • 6ddc2bb chore(release): 2.1.0

v2.1.1

  • 0a643de docs(README): fix source map anchor link in options table (#336)
  • cdbb8b6 fix(index): don't set `to` value (`options`) (#339)
  • e2f4498 chore(release): 2.1.1

v2.1.2

  • 1e0cade docs(README): use strong equality operator in example (#344)
  • 82ef553 fix(options): disallow additional properties and add `ident` to validation (#346)
  • 0c2259b chore(release): 2.1.2

v2.1.3

  • bd7fc38 fix(options): revert additionalProperties changes to keep SemVer
  • ce2adca chore(release): 2.1.3

v2.1.4

  • 2ff1735 fix: restore loader object in postcss config context (#355)
  • 2484275 chore(release): 2.1.4

This PR has been generated by Renovate Bot.

@renovate
Copy link
Author

renovate bot commented Mar 21, 2018

PR has been edited

As this PR has been edited, Renovate will stop updating it in order to not cause any conflicts or other problems. If you wish to abandon your edits and have Renovate recreate this PR then you should rename this PR and then close it.

@renovate renovate bot changed the title Update dependency postcss-loader to ^2.0.0 Update postcss-loader to ^2.0.0 Apr 17, 2018
@sbardian sbardian changed the title Update postcss-loader to ^2.0.0 Update postcss-loader to ^2.0.0-abandoned May 17, 2018
@sbardian sbardian closed this May 17, 2018
@renovate renovate bot deleted the renovate/postcss-loader-2.x branch June 22, 2018 16:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants