quasarframework / quasar-ui-qiconpicker

QIconPicker - Quasar App Extension
https://qiconpicker.netlify.app
MIT License
56 stars 19 forks source link

chore(deps-dev): bump postcss from 7.0.34 to 8.0.9 in /ui #87

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps postcss from 7.0.34 to 8.0.9.

Release notes

Sourced from postcss's releases.

8.0.9

  • Replace prototype in PostCSS 7 nodes instead of recreating them.
  • Added missed Transformer to exported types (by @pmdartus).

8.0.8

  • Fix 8.0.7 regression on PostCSS 7 nodes converting (by @adamwathan)

8.0.7

  • Fixed compatibility issue with mixin AST with PostCSS 7 and 8 nodes.
  • Added migration guide translation to Chinese to the warning.

8.0.6

  • Fixed child adding methods in Container.

8.0.5

  • Update changelog.

8.0.4

  • Fixed Cannot read property 'line' of null error.
  • Fixed source map support for declarations.

8.0.3

  • Fixed client-side bundling support.

8.0.2

  • Fix plugin packs support.

8.0.1

  • Updated Processor#version.

8.0 “President Ose”

PostCSS 8.0 brings new plugin API, node_modules size reduction, better source map support, and CSS parser improvements.

Check out a day-by-day diary of PostCSS 8.0 development process.

Thanks to Sponsors

With more than 100 M downloads per month, it becomes hard to support PostCSS in free time. For instance, getting the 8.0 release ready took 4 months of work.

This release was possible thanks to out community. Tailwind CSS, De Voorhoede, InVision AG, Brainbow, and many individual contributions.

If your company wants to support the sustainability of front-end infrastructure or just wants to give some love to PostCSS, you can join our supporters by:

Changelog

Sourced from postcss's changelog.

8.0.9

  • Replace prototype in PostCSS 7 nodes instead of recreating them.
  • Added missed Transformer to exported types (by Pierre-Marie Dartus).

8.0.8

  • Fix 8.0.7 regression on PostCSS 7 nodes converting (by Adam Wathan).

8.0.7

  • Fixed compatibility issue with mixin AST with PostCSS 7 and 8 nodes.
  • Added migration guide translation to Chinese to the warning.

8.0.6

  • Fixed child adding methods in Container.

8.0.5

  • Update changelog.

8.0.4

  • Fixed Cannot read property 'line' of null error.
  • Fixed source map support for declarations.

8.0.3

  • Fixed client-side bundling support.

8.0.2

  • Fixed plugin packs support.

8.0.1

  • Updated Processor#version.

8.0 “President Ose”

  • Removed support for Node.js 6.x, 8.x, 11.x, and 13.x versions.
  • Removed postcss.vendor helpers.
  • Deprecated postcss.plugin() API.
  • Treats sourceMap.sources as URL instead of file path.
  • Plugins and runners must have postcss in peerDependencies.
  • Prohibited to extend PostCSS AST classes.
  • Moved from JSDoc to TypeDoc.
  • Moved unknown source from counter to random IDs.
  • Added visitor API for plugins (by Alexey Bondarenko).
  • Added ES modules support.
  • Added named exports for public classes const { Rule } = require('postcss).
  • Added position.url to Node#origin() result.
  • Added opts.maps.absolute = true option.
  • Added opts.maps.annotation = (file, root) => url option support.
  • Added Node#source.offset (by Ayaz Zaynutdinov).
  • Added Declaration#variable.
  • Added JSON source map support.
  • Added index source map support.
  • Added Declaration#value auto-converting to string.
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #88.