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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 16, 2024

Bumps the npm_and_yarn group with 3 updates: tslint, powerbi-visuals-tools and minimist.

Updates tslint from 4.5.1 to 6.1.3

Release notes

Sourced from tslint's releases.

v6.1.3

  • [bugfix] add support for TypeScript 4.0 peer dependency (#4943)

v6.1.2

  • [bugfix] restore typings compatibility with TS < 3.8 (#4933)

v6.1.1

  • [bugfix] upgrade mkdirp dependency to ^0.5.3 (#4918)

v6.1.0

Thanks to our contributors!

  • Daniel Zwelling
  • Ryan Delaney

v6.0.0

⚠️ Note: This version has been marked as deprecated on NPM to encourage users to migrate to ESLint.

  • [bugfix] fix enforce-trailing-newline option in file-header rule (#4890)
  • [bugfix] avoid writing to temp files with writeFileSync on macOS 10.15 (#4887)
  • [bugfix] fix crash in completed-docs rule when tag contents are undefined (#4895)
  • [docs] fix example code of Radix rule (#4892)
  • [docs] Add missing colon after [error] in testing rules documentation (#4903)

Thanks to our contributors!

  • Ivan Sorokin
  • Tanmoy Bhowmik
  • Meng Wang
  • Jay Bhagat
  • Aman Sharma
  • Josh Goldberg

v6.0.0-beta1

No changes from v6.0.0-beta0, just re-released to correctly mark with the beta dist-tags on NPM.

v6.0.0-beta0

  • 🔥 BREAKING CHANGES 🔥
    • [api] Changed default formatter to stylish (#4872)
    • [enhancement] Removed formatting and whitespace rules from tslint:recommended configuration (#4871)
    • [enhancement] Removed pedantic rules from tslint:recommended configuration (#4312)
    • [enhancement] vso formatter now reports severity of rule failures (#4286)
    • [enhancement] typedef rule arrow-call-signature option is more consistent in reporting errors on lambdas and will flag more violations that were missed in the previous rule implementation (#4533)
    • [bugfix] ordered-imports is now consistent with TypeScript's Organise Imports ordering (#4064)

... (truncated)

Changelog

Sourced from tslint's changelog.

v6.1.3

  • [bugfix] add support for TypeScript 4.0 peer dependency (#4943)

v6.1.2

  • [bugfix] restore typings compatibility with TS < 3.8 (#4933)

v6.1.1

  • [bugfix] upgrade mkdirp dependency to ^0.5.3 (#4918)

v6.1.0

Thanks to our contributors!

  • Daniel Zwelling
  • Ryan Delaney

v6.0.0

This version has been marked as deprecated on NPM to encourage users to migrate to ESLint.

  • [bugfix] fix enforce-trailing-newline option in file-header rule (#4890)
  • [bugfix] avoid writing to temp files with writeFileSync on macOS 10.15 (#4887)
  • [bugfix] fix crash in completed-docs rule when tag contents are undefined (#4895)
  • [docs] fix example code of Radix rule (#4892)
  • [docs] Add missing colon after [error] in testing rules documentation (#4903)

Thanks to our contributors!

  • Ivan Sorokin
  • Tanmoy Bhowmik
  • Meng Wang
  • Jay Bhagat
  • Aman Sharma
  • Josh Goldberg

v6.0.0-beta1

No changes from v6.0.0-beta0, just re-released to correctly mark with the beta and next dist-tags on NPM.

v6.0.0-beta0

  • 🔥 BREAKING CHANGES 🔥
    • [api] Changed default formatter to stylish (#4872)
    • [enhancement] Removed formatting and whitespace rules from tslint:recommended configuration (#4871)

... (truncated)

Commits

Updates powerbi-visuals-tools from 1.6.2 to 5.4.3

Release notes

Sourced from powerbi-visuals-tools's releases.

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

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

v5.4.1

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

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

v5.3.0

  • Updated packages
  • Updated to Typescript 5.0 ⚠
  • New flag --pbiviz-file to specify path to pbiviz.json file

v5.2.1

  • Fixed errors output when packaging the visual
  • Fixed RHTML template render error

v5.2.0

  • Integrated PAC validation to show all unsupported by the visual features

v5.2.0-beta.2

No release notes provided.

v5.2.0-beta.1

  • Integrated PAC validation

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

... (truncated)

Changelog

Sourced from powerbi-visuals-tools's changelog.

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
  • New flag --pbiviz-file to specify path to pbiviz.json file

5.2.1

  • Fixed errors output when packaging the visual
  • Fixed RHTML template render error

5.2.0

  • Integrated PAC validation

5.1.1

  • Updated crypto import to fix error in old Node versions

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

... (truncated)

Commits

Updates minimist from 0.0.10 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for minimist 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 3 updates: [tslint](https://github.com/palantir/tslint), [powerbi-visuals-tools](https://github.com/Microsoft/PowerBI-visuals-tools) and [minimist](https://github.com/minimistjs/minimist).


Updates `tslint` from 4.5.1 to 6.1.3
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](palantir/tslint@4.5.1...6.1.3)

Updates `powerbi-visuals-tools` from 1.6.2 to 5.4.3
- [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.4.3)

Updates `minimist` from 0.0.10 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v0.0.10...v1.2.8)

---
updated-dependencies:
- dependency-name: tslint
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: powerbi-visuals-tools
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 16, 2024
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.

1 participant