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

Build(deps): Bump postcss from 7.0.32 to 8.0.7 #9248

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2020

Bumps postcss from 7.0.32 to 8.0.7.

Release notes

Sourced from postcss's releases.

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.

Known Issues

  • postcss-cli need to be updated PostCSS to run new plugins
  • gulp-postcss need to be updated PostCSS to run new plugins
  • postcss-load-plugins (used by some environments) can’t load new plugins

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.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.
  • Fixed parsing {} in at-rule parameters.
  • Fixed parsing empty Custom Properties. --foo: ; will have value.
  • Fixed building PostCSS with Rollup (by MapGrid).
  • Fixed TypeScript types.
  • Fixed source map relative paths.
  • Fixed calling replaceWith with input replaced node (by Joseph Kaptur).
  • Improved “Writing a PostCSS Plugin” docs (by Alexey Bondarenko).
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)

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.32 to 8.0.7.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss@7.0.32...8.0.7)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added javascript Pull requests that update Javascript code scope:dependency Issues that cannot be solved inside Prettier itself, and must be fixed in a dependency labels Sep 22, 2020
@github-actions
Copy link

Size Change: +101 kB (0%)

Total Size: 10.4 MB

Filename Size Change
dist/bin-prettier.js 423 kB -1 B
dist/doc.js 118 kB -1 B
dist/index.js 1.6 MB -1 B
dist/parser-babel.js 300 kB -1 B
dist/parser-flow.js 3.04 MB -1 B
dist/parser-html.js 164 kB -1 B
dist/parser-markdown.js 189 kB -1 B
dist/parser-postcss.js 362 kB +101 kB (28%) 🚨
dist/parser-typescript.js 2.99 MB -1 B
dist/standalone.js 484 kB -1 B
ℹ️ View Unchanged
Filename Size Change
dist/parser-angular.js 50.8 kB 0 B
dist/parser-glimmer.js 175 kB 0 B
dist/parser-graphql.js 54.7 kB 0 B
dist/parser-yaml.js 144 kB 0 B
dist/third-party.js 290 kB 0 B

compressed-size-action

@fisker
Copy link
Member

fisker commented Sep 22, 2020

#9209

@fisker fisker closed this Sep 22, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2020

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@fisker fisker deleted the dependabot/npm_and_yarn/postcss-8.0.7 branch September 22, 2020 06:33
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
javascript Pull requests that update Javascript code scope:dependency Issues that cannot be solved inside Prettier itself, and must be fixed in a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant