frontend icon indicating copy to clipboard operation
frontend copied to clipboard

build(deps): bump got and @cyclonedx/webpack-plugin

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Removes got. It's no longer used after updating ancestor dependency @cyclonedx/webpack-plugin. These dependencies need to be updated together.

Removes got

Updates @cyclonedx/webpack-plugin from 2.0.0 to 3.1.1

Release notes

Sourced from @​cyclonedx/webpack-plugin's releases.

3.1.1

Maintenance release.

Misc

  • Style: imports are sorted, now. (via #286)

Build

  • Use TypeScript v4.8.3 now, was v4.8.2. (via #288)

#286: CycloneDX/cyclonedx-webpack-plugin#286 #288: CycloneDX/cyclonedx-webpack-plugin#288

3.1.0

Changed

  • PackageUrl(PURL) in JSON and XML results are as short as possible, but still precise. (via #285)

Misc

  • Raised dependency @cyclonedx/cyclonedx-library@^1.4.0, was @^1.0.0. (via #285)

Build

  • Use TypeScript v4.8.2 now, was v4.7.4. (via #284)

#284: CycloneDX/cyclonedx-webpack-plugin#284 #285: CycloneDX/cyclonedx-webpack-plugin#285

3.0.1

Docs

  • Added the configuration options to the README. (via #75)

#75: CycloneDX/cyclonedx-webpack-plugin#75

3.0.0

This is a reboot, written in TypeScript and compiled to JavaScript.

BREAKING changes

  • Requires Node.js >= 14.0.0 now, was >= 12.0.0.
  • Requires webpack version ^5 as a peerDependency, was >=4 <6.

Changed

  • The optional configuration options changed in name and meaning. Consult the README for details.

Added

  • Added an optional switch to select the desired CycloneDX spec version for the output.
    The value currently defaults to '1.4'. (fixes #53 via #70)
  • Full support for typing. This will make the configuration of this plugin easier.
  • Lots of small features got added due to the fact that the data processing is managed by @cyclonedx/cyclonedx-library now.

Fixed

  • Dependency graph no longer has null or undefined values. (fixes #31 via #70)

Removed

  • The optional config option emitStats and its functionality were dropped.

... (truncated)

Changelog

Sourced from @​cyclonedx/webpack-plugin's changelog.

3.1.1 - 2022-09-10

Maintenance release.

  • Misc
    • Style: imports are sorted, now. (via #286)
  • Build
    • Use TypeScript v4.8.3 now, was v4.8.2. (via #288)

#286: CycloneDX/cyclonedx-webpack-plugin#286 #288: CycloneDX/cyclonedx-webpack-plugin#288

3.1.0 - 2022-09-07

  • Changed
    • PackageUrl(PURL) in JSON and XML results are as short as possible, but still precise. (via #285)
  • Misc
    • Raised dependency @cyclonedx/cyclonedx-library@^1.4.0, was @^1.0.0. (via #285)
  • Build
    • Use TypeScript v4.8.2 now, was v4.7.4. (via #284)

#284: CycloneDX/cyclonedx-webpack-plugin#284 #285: CycloneDX/cyclonedx-webpack-plugin#285

3.0.1 - 2022-06-25

  • Docs
    • Added the configuration options to the README. (via #75)

#75: CycloneDX/cyclonedx-webpack-plugin#75

3.0.0 - 2022-06-20

This is a reboot, written in TypeScript and compiled to JavaScript.

  • BREAKING changes
    • Requires Node.js >= 14.0.0 now, was >= 12.0.0.
    • Requires webpack version ^5 as a peerDependency, was >=4 <6.
  • Changed
    • The optional configuration options changed in name and meaning. Consult the README for details.
  • Added
    • Added an optional switch to select the desired CycloneDX spec version for the output.
      The value currently defaults to '1.4'. (fixes #53 via #70)
    • Full support for typing. This will make the configuration of this plugin easier.
    • Lots of small features got added due to the fact that the data processing is managed by @cyclonedx/cyclonedx-library now.
  • Fixed
    • Dependency graph no longer has null or undefined values. (fixes #31 via #70)
  • Removed
    • The optional config option emitStats and its functionality were dropped. You may use webpack's --stats switch instead.

... (truncated)

Commits
  • 7fee98a 3.1.1
  • aaebb3e chore: prepare v3.1.1
  • 8c504b8 chore(deps): bump caniuse-lite from 1.0.30001390 to 1.0.30001393 (#293)
  • f2e143f chore(deps): bump fast-glob from 3.2.11 to 3.2.12 (#291)
  • dcfb64e chore(deps-dev): bump @​types/node from 18.7.15 to 18.7.16 (#292)
  • 327dc3f chore(deps): bump electron-to-chromium from 1.4.242 to 1.4.247 (#290)
  • e1e2ae8 chore(deps-dev): bump typescript from 4.8.2 to 4.8.3 (#288)
  • 324135f chore(deps): bump @​sinclair/typebox from 0.24.35 to 0.24.39 (#287)
  • 0bf8612 chore(deps): bump ci-info from 3.3.2 to 3.4.0 (#294)
  • 8cea7e4 chore(deps): bump @​cyclonedx/cyclonedx-library from 1.4.0 to 1.4.1 (#289)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by cyclonedx-automation, a new releaser for @​cyclonedx/webpack-plugin since your current version.


You can trigger a rebase of this PR 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) You can disable automated security fix PRs for this repo from the Security Alerts page.
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Sep 28 '22 08:09 dependabot[bot]