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

Bump postcss and poi #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2023

Bumps postcss to 7.0.39 and updates ancestor dependency poi. These dependencies need to be updated together.

Updates postcss from 5.2.18 to 7.0.39

Release notes

Sourced from postcss's releases.

7.0.39

  • Reduce package size.
  • Backport nanocolors to picocolors migration.

7.0.38

  • Update Processor#version.

7.0.37

  • Backport chalk to nanocolors migration.

7.0.36

  • Backport ReDoS vulnerabilities from PostCSS 8.

7.0.35

7.0.34

  • Fix compatibility with postcss-scss 2.

7.0.33

  • Add error message for PostCSS 8 plugins.

7.0.32

7.0.31

  • Use only the latest source map annotation (by @​emzoumpo).

7.0.30

  • Fix TypeScript definition (by @​nex3)

7.0.29

  • Update Processor#version.

7.0.28

  • Fix TypeScript definition (by @​nex3).

7.0.27

  • Fix TypeScript definition (by @​nex3).

7.0.26

  • Fix TypeScript definition (by @​nex3)

7.0.25

  • Fix absolute path support for Windows (by @​tomrav)

7.0.24

7.0.23

... (truncated)

Changelog

Sourced from postcss's changelog.

7.0.39

  • Reduce package size.
  • Backport nanocolors to picocolors migration.

7.0.38

  • Update Processor#version.

7.0.37

  • Backport chalk to nanocolors migration.

7.0.36

  • Backport ReDoS vulnerabilities from PostCSS 8.

7.0.35

  • Add migration guide link to PostCSS 8 error text.

7.0.34

  • Fix compatibility with postcss-scss 2.

7.0.33

  • Add error message for PostCSS 8 plugins.

7.0.32

7.0.31

  • Use only the latest source map annotation (by Emmanouil Zoumpoulakis).

7.0.30

  • Fix TypeScript definition (by Natalie Weizenbaum).

7.0.29

  • Update Processor#version.

7.0.28

  • Fix TypeScript definition (by Natalie Weizenbaum).

7.0.27

  • Fix TypeScript definition (by Natalie Weizenbaum).

7.0.26

  • Fix TypeScript definition (by Natalie Weizenbaum).

7.0.25

  • Fix absolute path support for Windows (by Tom Raviv).

7.0.24

  • Fix TypeScript definition (by Keith Cirkel).

7.0.23

... (truncated)

Commits

Updates poi from 9.6.13 to 12.10.3

Release notes

Sourced from poi's releases.

[email protected]

Fixes:

  • Make babel react refresh plugin optional (enabled by default when react is installed) #761
  • With publicPath and historyApiFallback, manually set fallback index #764

[email protected]

12.10.2 (2020-08-19)

Bug Fixes

  • make react-refresh work better with error overlay (e6deed4)

[email protected]

Features

  • Add react-refresh support (#736)

[email protected]

Features

Native support for Vue 3.

Make sure to:

yarn add vue@next vue-loader@next @vue/compiler-sfc --dev

[email protected]

12.8.0 (2020-04-30)

Features

  • CSS modules should export camelCased names (#585) (5567a8c)
  • babel: Add optional chaining support to default babel preset (#682) (745c66b)

[email protected]

12.7.5 (2019-12-19)

Bug Fixes

  • deps: [security] bump copy-webpack-plugin from 4.6.0 to 5.1.1 (#656) (278a936)

[email protected]

12.7.4 (2019-12-13)

... (truncated)

Commits
  • d39a4ae chore(release): publish
  • 66927c0 Delete stale.yml
  • 9d22b03 fix: make react refresh babel plugin optional (#761)
  • cf6279b fix: With publicPath and historyApiFallback, manually set fallback index (#764)
  • cbb195b chore(deps): bump @​babel/preset-typescript from 7.1.0 to 7.10.4
  • cb66e91 chore(deps): bump @​babel/plugin-syntax-dynamic-import
  • 541454f chore(deps): bump v8-compile-cache from 2.0.2 to 2.1.1
  • 264a166 chore(deps): bump lodash from 4.17.19 to 4.17.20
  • c070b5b chore(deps): [security] bump node-fetch from 2.6.0 to 2.6.1
  • 6c7c900 chore(deps): [security] bump http-proxy from 1.18.0 to 1.18.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by egoist, a new releaser for poi since your current version.


You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [postcss](https://github.com/postcss/postcss) to 7.0.39 and updates ancestor dependency [poi](https://github.com/egoist/poi). These dependencies need to be updated together.


Updates `postcss` from 5.2.18 to 7.0.39
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/7.0.39/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/commits/7.0.39)

Updates `poi` from 9.6.13 to 12.10.3
- [Release notes](https://github.com/egoist/poi/releases)
- [Commits](https://github.com/egoist/poi/compare/[email protected]@12.10.3)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: poi
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants