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

chore(deps-dev): bump @snowpack/plugin-postcss from 1.1.0 to 1.4.3 #29

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 25, 2021

Bumps @snowpack/plugin-postcss from 1.1.0 to 1.4.3.

Release notes

Sourced from @​snowpack/plugin-postcss's releases.

v1.4.0

🆕 Custom install plugins (via Rollup)

You might encounter non-JS npm packages that can only run with additional parsing/processing. Svelte packages, for example, commonly include .svelte files that will require additional tooling to parse and install for the browser.

In these rare cases, you can now add custom Rollup plugins to your Snowpack config to handle these special files:

// snowpack.config.js
module.exports = {
  rollup: {
    plugins: [require('rollup-plugin-svelte')()]
  }
};

Thanks to @​dangodev for identifying the problem, proposing the solution, and implementing the PR.

Other fixes and improvements

  • improved node builtin warning 41a1c45
  • nomodule path fix (#210) fb79d10
  • small change to improve parse error log message (#207) ef4b922

FredKSchott/snowpack@v1.3.1...v1.4.0

v1.3.1

  • Fix bad rev issue by adding "--hash" and making it opt-in e2d8963
  • add error location logging aad5676

FredKSchott/snowpack@v1.3.0...v1.3.1

v1.3.0

stat

🆕 --stat output details mode

We now have detailed output for installs, including size change information when a package is added/removed. Great for CI, and may even become our default output mode in the future.

Huge thanks to @​alex-saunders for tackling this one!

🆕 Configuration file support

... (truncated)

Changelog

Sourced from @​snowpack/plugin-postcss's changelog.

@​snowpack/plugin-postcss@​1.4.3 [2021-06-25]

  • 8cdad981 - [ci] yarn format
  • f9fc09a8 - Provide the 'from' filename when processing postcss (#3493)

@​snowpack/plugin-postcss@​1.4.2 [2021-06-24]

  • a6b3b71f - Allow srcPath fallback for older versions of Snowpack (#3484)
  • 33cd5648 - Pass real filepath to transform plugins (#3483)
  • b87534b2 - Remove postcss-cli from plugin-postcss docs (#3412)

@​snowpack/plugin-postcss@​1.4.1 [2021-06-07]

  • bc56243c - [PostCSS] Support glob property in dir-dependency messages (#3404)

@​snowpack/plugin-postcss@​1.4.0 [2021-05-21]

  • 4f9da737 - Feat: Allow dynamic config in @​snowpack/plugin-postcss (#3344)
  • 1823b35f - Chore: update docs to refer to snowpack.config.mjs (#3341)

@​snowpack/plugin-postcss@​1.3.0 [2021-05-20]

  • b5bd57f8 - Add support for PostCSS dependency messages (#3309)

@​snowpack/plugin-postcss@​1.2.2 [2021-03-31]

  • 56c5a231 - fix typo in changelog
  • 40f02cf4 - reorder changelog entries

@​snowpack/plugin-postcss@​1.2.1 [2021-03-19]

  • 8ac85f6d - postcss: add filepath to id

@​snowpack/plugin-postcss@​1.2.0 [2021-03-16]

  • 21461ce5 - Update @​snowpack/plugin-postcss API (#2854)
  • 68a66d4e - plugin-postcss: Use API and threadpool instead of CLI. (#2165)
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 [@snowpack/plugin-postcss](https://github.com/snowpackjs/snowpack/tree/HEAD/plugins/plugin-postcss) from 1.1.0 to 1.4.3.
- [Release notes](https://github.com/snowpackjs/snowpack/releases)
- [Changelog](https://github.com/snowpackjs/snowpack/blob/main/plugins/plugin-postcss/CHANGELOG.md)
- [Commits](https://github.com/snowpackjs/snowpack/commits/@snowpack/plugin-postcss@1.4.3/plugins/plugin-postcss)

---
updated-dependencies:
- dependency-name: "@snowpack/plugin-postcss"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants