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

Bump postcss and powerbi-visuals-tools #48

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 dependency powerbi-visuals-tools. 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 powerbi-visuals-tools from 1.13.1 to 5.1.1

Release notes

Sourced from powerbi-visuals-tools's releases.

v5.1.1

  • Updated crypto import to fix errors in old Node versions

v5.1.0

  • New flag --skip-api to skip verifying API version. It might produce different errors in visuals, so use it only in some specific cases (ex. installing something during the build process breaks packages managed by mono repo managers).
  • New flag --all-locales to disable optimization using localization loader. It's recommended not to use this flag because all locales take a huge amount of package size. If you need just a few of them follow this guide. In this case, only declared in stringResources locales will be added to your visual package.

v5.0.3

  • Now option --install-cert is a command. The new usage is pbiviz install-cert
  • Fixed bug with the incorrect detection of the installed API version

v5.0.2

  • Implemented common solution for webpack loaders on different environments

v5.0.1

  • Fixed broken imports in webpack.config for some cases

v5.0.0

  • Migrated to TypeScript
  • Migrated to Eslint
  • Fixed vulnerabilities
  • Migrated to newest CommanderJS
  • Migrated to NodeJS 18.0

v4.3.3

No release notes provided.

v4.3.2

  • LocalizationLoader has been moved to powerbi-visuals-webpack-plugin

v4.3.1

  • Fixed path to localization loader

v4.3.0

  • Implemented new flag --no-stats to disable statistics files
  • Fixed vulnerabilities

v4.2.1

  • Fixed broken image assets
  • Replaced base64-inline-loader with webpack asset/inline

v4.2.0

  • Fixed vulnerabilities
  • Updated powerbi-visuals-webpack-plugin to 3.2.0

v4.1.0

  • Added loader to reduce localizations size. REQUIRES powerbi-visuals-utils-formattingutils version 5.1 and higher
  • Fixed vulnerabilities

v4.0.9

... (truncated)

Changelog

Sourced from powerbi-visuals-tools's changelog.

5.1.1

  • Updated crypto import to fix error in old Node versions

5.2.0

  • Integrated PAC validation

5.1.0

  • New flag --skip-api to skip verifying api version. It might produce different errors in visual, so use it only in some specific cases (ex. installing something during the build process brakes packages managed by monorepo managers).
  • New flag --all-locales to disable optimization using localization loader. It's recommended not to use this flag because all locales take a huge amount of package size. If you need just a few of them follow this guide. In this case, only declared in stringResources locales will be added to your visual package.

5.0.3

  • Now option --install-cert is command. The new usage is pbiviz install-cert

5.0.3

  • Now option --install-cert is command. New usage is pbiviz install-cert
  • Fixed bug with the incorrect detection of the installed API version

5.0.2

  • Implemented common solution for webpack loaders on different environments

5.0.1

  • Fixed broken imports in webpack.config for some cases

5.0.0

  • Migrated to TypeScript
  • Migrated to eslint
  • Fixed vulnerabilities
  • Migrated to newest CommanderJS
  • Migrated to NodeJS 18.0

4.3.2

  • options in Visual.constructor() is optional. It's made to match PowerBI interface and to support strict mode
  • LocalizationLoader has been moved to powerbi-visuals-webpack-plugin

4.3.1

  • Fixed path to localization loader

4.3.0

  • Implemented new flag --no-stats to disable statistics files
  • Fixed vulnerabilities

4.2.1

  • Replaced base64-inline-loader with webpack asset/inline

4.2.0

  • Fixed vulnerabilities
  • Updated powerbi-visuals-webpack-plugin to 3.2.0

⚠ BREAKING CHANGES

... (truncated)

Commits

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 dependency [powerbi-visuals-tools](https://github.com/Microsoft/PowerBI-visuals-tools). 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 `powerbi-visuals-tools` from 1.13.1 to 5.1.1
- [Release notes](https://github.com/Microsoft/PowerBI-visuals-tools/releases)
- [Changelog](https://github.com/microsoft/PowerBI-visuals-tools/blob/main/Changelog.md)
- [Commits](https://github.com/Microsoft/PowerBI-visuals-tools/commits/5.1.1)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: powerbi-visuals-tools
  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 Oct 3, 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