Skip to content

Bump webpack-dev-server and powerbi-visuals-tools#90

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-1449dd6946
Open

Bump webpack-dev-server and powerbi-visuals-tools#90
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-1449dd6946

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2025

Removes webpack-dev-server. It's no longer used after updating ancestor dependency powerbi-visuals-tools. These dependencies need to be updated together.

Removes webpack-dev-server

Updates powerbi-visuals-tools from 3.1.2 to 6.2.0

Release notes

Sourced from powerbi-visuals-tools's releases.

v6.2.0

  • Changed source map generation to inline-source-map. It includes source maps into the end of file instead of separate one. It's required because of latest changes in Power BI that forbids loading .map files.
  • Updated packages

v6.1.3

Improved --certification-fix flag

v6.1.2

  • Fixed issue with mjs files not being resolved correctly in webpack config

v6.1.1

  • Fixed bug with source maps generation (now using eval-source-map instead of source-map)

v6.1.0

What's Changed

  • Added --certification-audit flag to pbiviz package command. It audits the visual package for possible certification issues.
  • Added --certification-fix flag to pbiviz package command. It fixes found certification issues in the visual package. Please carefully test the built package to ensure its functionality is not broken after that.
  • Updated webpack-plugin
  • Updated packages

PRS by @​AleksSavelev: microsoft/PowerBI-visuals-tools#539, microsoft/PowerBI-visuals-tools#540, microsoft/PowerBI-visuals-tools#541

Full Changelog: microsoft/PowerBI-visuals-tools@6.0.1...6.1.0

v6.1.0-beta.2

No release notes provided.

v6.1.0-beta.1

  • Added --certification-audit flag to pbiviz package command. It audits the visual package for possible certification issues.
  • Added --certification-fix flag to pbiviz package command. It fixes found certification issues in the visual package. Please carefully test the built package to ensure its functionality is not broken after that.

v6.0.1

No release notes provided.

v6.0.0

  • Introduced pbiviz.js support. This feature allows generate configuration dynamically using benefits of JavaScript. It allows you to easily use any js logic to build your pbiviz file using environment variables or other parameters. #534
  • Updated dependencies to the latest versions.

New Contributors

Full Changelog: microsoft/PowerBI-visuals-tools@5.6.0...6.0.0

v5.6.0

What's Changed

  • Updated to ESLint v9 ⚠
  • Updated eslint-plugin-powerbi-visuals, see how to use new version here
  • Updated to TypeScript v5 ⚠

... (truncated)

Changelog

Sourced from powerbi-visuals-tools's changelog.

6.2.0

  • Changed source map generation to inline-source-map. It includes source maps into the end of file instead of separate one. It's required because of latest changes in Power BI that forbids loading .map files.
  • Updated packages

6.1.2

  • Fixed issue with process/browser not being resolved correctly in webpack config

6.1.1

  • Fixed bug with source maps generation (now using eval-source-map instead of source-map)

6.1.0

  • Added --certification-audit flag to pbiviz package command. It audits the visual package for possible certification issues.
  • Added --certification-fix flag to pbiviz package command. It fixes found certification issues in the visual package. Please carefully test the built package to ensure its functionality is not broken after that.

6.0.0

  • Introduced pbiviz.js support. This feature allows generate configuration dynamically using benefits of JavaScript. It allows you to easily use any js logic to build your pbiviz file using environment variables or other parameters.
  • Updated dependencies to the latest versions.

5.6.0

  • Updated to ESLint v9
  • Updated to TypeScript v5
  • --use-default flag for pbiviz package and pbiviz lint commands is deprecated. Recommeded config is used by default

5.5.1

  • Fixed subtotal feature check

5.5.0

  • Changed path for storing certificates. It allows the certificate to be reused regardless of tools version. New path is ({home directory}/pbiviz-certs).
  • Windows version lower 10 is deprecated.
  • Resolve of symlinks is disabled.

5.4.3

  • Fixed bug with missing plugins for Eslint.
  • New flag --use-default for pbiviz package and pbiviz lint commands. Use this command to lint files according to recommended lint config.

5.4.2

  • Added the node: false option to the webpack plugin to eliminate the use of the potentially dangerous new Function() method, which ensures compatibility with the Node.js runtime.
  • Introduced support for *.mjs ECMAScript modules.

5.4.1

  • Updated R-based visuals settings.ts file to work properly with the new API

5.4.0

  • Updated packages
  • New command pbiviz lint to run lint check from tools. It'll use eslintrc file from the root of the visual, if there is no such file, recommended one will be used instead.

5.3.0

  • Updated packages
  • Updated to Typescript 5.0

... (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.

Removes [webpack-dev-server](https://github.com/webpack/webpack-dev-server). It's no longer used after updating ancestor dependency [powerbi-visuals-tools](https://github.com/Microsoft/PowerBI-visuals-tools). These dependencies need to be updated together.


Removes `webpack-dev-server`

Updates `powerbi-visuals-tools` from 3.1.2 to 6.2.0
- [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/6.2.0)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 
  dependency-type: indirect
- dependency-name: powerbi-visuals-tools
  dependency-version: 6.2.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 4, 2025
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants