Skip to content
This repository was archived by the owner on Jun 20, 2021. It is now read-only.

Bump @snowpack/plugin-postcss from 1.2.2 to 1.4.1#215

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/snowpack/plugin-postcss-1.4.1
Open

Bump @snowpack/plugin-postcss from 1.2.2 to 1.4.1#215
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/snowpack/plugin-postcss-1.4.1

Conversation

@dependabot
Copy link
Contributor

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

Bumps @snowpack/plugin-postcss from 1.2.2 to 1.4.1.

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.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)
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.2.2 to 1.4.1.
- [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.1/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 Dependency updates label Jun 8, 2021
@dependabot dependabot bot requested a review from m50 June 8, 2021 11:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants