Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump postcss, bili, poi and rollup-plugin-vue #3

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 3, 2023

Bumps postcss to 8.4.31 and updates ancestor dependencies postcss, bili, poi and rollup-plugin-vue. These dependencies need to be updated together.

Updates postcss from 5.2.18 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

8.4.21

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by @​romainmenke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

8.4.17

8.4.16

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.31

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

  • Fixed TypeScript support with node16 (by Remco Haszing).

8.4.21

  • Fixed Input#error types (by Aleks Hudochenkov).

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by Romain Menke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

8.4.17

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).

8.4.16

... (truncated)

Commits

Updates bili from 3.1.2 to 5.0.5

Release notes

Sourced from bili's releases.

v5.0.5

5.0.5 (2020-06-21)

Bug Fixes

v5.0.4

5.0.4 (2020-06-19)

Bug Fixes

v5.0.3

5.0.3 (2020-06-19)

Bug Fixes

v5.0.2

5.0.2 (2020-06-15)

Bug Fixes

  • rollup: handle warning for deprecated api (e93f812)

v5.0.1

5.0.1 (2020-06-15)

Bug Fixes

  • add cac and joycon to dependencies (696c162)
  • never include pkg.dependencies in bundle (fc69352)

v5.0.0

5.0.0 (2020-06-15)

Features

... (truncated)

Commits
  • fe897b2 fix: ensure filename for esm format (#364)
  • 4aae8f0 fix(docs): configuration link (#356)
  • 9a5e211 fix: duplicated banner after minified (fix #346) (#359)
  • e93f812 fix(rollup): handle warning for deprecated api
  • fc69352 fix: never include pkg.dependencies in bundle
  • 696c162 fix: add cac and joycon to dependencies
  • 023f2c5 feat: Upgrade Rollup and Plugins (#357)
  • a21420c fix(docs): configuration link (#355)
  • 6a58956 feat: babel support new syntax and fine tuning compile (#342)
  • 51cc78b docs: add hint for bug of rollup-plugin-vue (#343)
  • Additional commits viewable in compare view

Updates poi from 9.6.13 to 12.10.3

Release notes

Sourced from poi's releases.

poi@12.10.3

Fixes:

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

poi@12.10.2

12.10.2 (2020-08-19)

Bug Fixes

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

poi@12.10.0

Features

  • Add react-refresh support (#736)

poi@12.9.0

Features

Native support for Vue 3.

Make sure to:

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

poi@12.8.0

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)

poi@12.7.5

12.7.5 (2019-12-19)

Bug Fixes

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

poi@12.7.4

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.


Updates rollup-plugin-vue from 3.0.0 to 6.0.0

Release notes

Sourced from rollup-plugin-vue's releases.

Version 5.0.0

Chores

BREAKING CHANGES

  • @vue/component-compiler-utils@3.0.0 uses sass instead of node-sass

Version 4.7.2

Bug Fixes

  • Add needMap option to disable source maps (3f879f3)

Version 4.7.0

Bug Fixes

  • Use isProduction when defined and fallback to NODE_ENV/BUILD (5fb30ce)
  • Use template.isProduction option if set (#267) (911eabc)

Features

  • Add data option to allow prepending style block content (a5711f6), closes #93
  • Add exposeFilename to control __file property (5c1dffb)
  • Combine customBlocks inclusion/exclusion option (8ae8568)

Version 4.3.0

Bug Fixes

  • Transform require in render function compiled from \<template> (#212) (89839f2)

Features

  • Provide sourcemap for blocks in .vue file (#215) (a5928ad)

Version 4.2.0

Features

  • Use regex to filter .vue files (1c77e2a)

Version 4.1.5

Bug Fixes

  • Handle Vue.extend constructor export from .vue file (#206) (fa7661e)
  • Resolve src attr value with require.resolve (#205) (ecb2d87)

Version 4.1.4

... (truncated)

Changelog

Sourced from rollup-plugin-vue's changelog.

6.0.0 (2020-11-25)

Features

6.0.0-beta.11 (2020-11-02)

Bug Fixes

  • add language fallback for template code (#407) (e334e8c)
  • avoid adding render function when no template in an SFC (#387) (6960203)
  • avoid conflicting filename for sourcemaps (#375) (4ec1315)
  • default render function name for ssr (#402) (714afd7)
  • support options for template block preprocessor render (#377) (3222451)

Features

  • add watchers to imports within vue files (#385) (cd41410)

6.0.0-beta.9 (2020-07-16)

Features

  • distinguish options for different CSS preprocessing languages (#366) (860595e)

6.0.0-beta.8 (2020-07-15)

Bug Fixes

  • backwards compat with older versions of compiler-sfc (7cb9fa4)

6.0.0-beta.7 (2020-07-15)

Features

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by yyx990803, a new releaser for rollup-plugin-vue since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [bili](https://github.com/egoist/bili), [poi](https://github.com/egoist/poi) and [rollup-plugin-vue](https://github.com/vuejs/rollup-plugin-vue). These dependencies need to be updated together.


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

Updates `bili` from 3.1.2 to 5.0.5
- [Release notes](https://github.com/egoist/bili/releases)
- [Changelog](https://github.com/egoist/bili/blob/master/.releaserc.json)
- [Commits](egoist/bili@v3.1.2...v5.0.5)

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/poi@9.6.13...poi@12.10.3)

Updates `rollup-plugin-vue` from 3.0.0 to 6.0.0
- [Release notes](https://github.com/vuejs/rollup-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/rollup-plugin-vue/blob/next/CHANGELOG.md)
- [Commits](https://github.com/vuejs/rollup-plugin-vue/commits)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: bili
  dependency-type: direct:development
- dependency-name: poi
  dependency-type: direct:development
- dependency-name: rollup-plugin-vue
  dependency-type: direct:development
...

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

Successfully merging this pull request may close these issues.

0 participants