Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump @backstage/plugin-techdocs-backend from 1.7.2 to 1.8.0 in /backstage #512

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps @backstage/plugin-techdocs-backend from 1.7.2 to 1.8.0.

Release notes

Sourced from @​backstage/plugin-techdocs-backend's releases.

v1.8.0

These are the release notes for the v1.8.0 release of Backstage.

A huge thanks to the whole team of maintainers and contributors as well as the amazing Backstage Community for the hard work in getting this release developed and done.

Highlights

Node 16 and 18

The project was updated to support and build against Node versions 16 and 18, after 18 had been elevated to active LTS. This means that support for Node 14 has been dropped in accordance with our versioning policy.

We would like to call out one particular change in Node 18 that may affect adopters. The way that it binds interfaces internally when listening for incoming connections has changed such that it may prefer e.g. an IPv6 interface that you did not intend to use. This might make it seem like the backend is unreachable from the outside in some circumstances. Because of this, you may want to change your configuration to say something along the lines of listen: ':7007' under the backend section to ensure that it listens on all interfaces.

Events

An early version of the events plugin ecosystem has been added. This allows events such as webhooks and similar to be received and propagated by a Backstage backend, and plugins can then react to those events. One early use case for this plugin is to start powering catalog updates.

This is early days, so bear in mind that interfaces and implementations may still be subject to change. But do check it out, and let us know what you think!

Contributed by @​pjungermann in #13931

Gitea

There is now support for Gitea as a general SCM integration. Please check out the docs for how to get started.

Contributed by @​atoko in #14056

Azure Sites

There's a new Azure Sites (Apps & Functions) plugin. It lets you view the current status of the site, and quickly jump to the site's Overview or Log Stream pages. Please check out the plugin README for more information.

Contributed by @​wesley-pattison in #13634

Scaffolder Metrics

The scaffolder backend now emits default Prometheus metrics that track job execution.

Contributed by @​spencerrichardhenry in #13815

@backstage/backend-common

The UrlReader interface has been updated to require that readUrl is implemented. The readUrl method has previously been optional to implement, but a warning used to be logged when calling its predecessor read.

The read method is now deprecated and will be removed in a future release, and if you made custom URL readers you will have to implement a readUrl method on them.

Recharts

The recharts library that powers the graphing functionality in some plugins was upgraded across the repository to version 2. Please let us know if you run into any new issues with graphing in plugins such as Bitrise, CICD statistics, code coverage, cost insights, GIT release manager, or XCmetrics.

GitHub to Github

... (truncated)

Changelog

Sourced from @​backstage/plugin-techdocs-backend's changelog.

1.8.0

Minor Changes

  • 344cfbcfbc: Allow prepared directory clean up for custom preparers

    When using custom preparer for TechDocs, the preparedDir might end up taking disk space. This requires all custom preparers to implement a new method shouldCleanPreparedDirectory which indicates whether the prepared directory should be cleaned after generation.

Patch Changes

  • Updated dependencies
    • @​backstage/backend-common@​0.19.8
    • @​backstage/integration@​1.7.1
    • @​backstage/plugin-techdocs-node@​1.9.0
    • @​backstage/catalog-model@​1.4.3
    • @​backstage/errors@​1.2.3
    • @​backstage/backend-plugin-api@​0.6.6
    • @​backstage/plugin-search-backend-module-techdocs@​0.1.10
    • @​backstage/catalog-client@​1.4.5
    • @​backstage/config@​1.1.1
    • @​backstage/plugin-catalog-common@​1.0.17
    • @​backstage/plugin-permission-common@​0.7.9
    • @​backstage/plugin-search-common@​1.2.7

1.8.0-next.2

Minor Changes

  • 344cfbcfbc: Allow prepared directory clean up for custom preparers

    When using custom preparer for TechDocs, the preparedDir might end up taking disk space. This requires all custom preparers to implement a new method shouldCleanPreparedDirectory which indicates whether the prepared directory should be cleaned after generation.

Patch Changes

  • Updated dependencies
    • @​backstage/backend-common@​0.19.8-next.2
    • @​backstage/plugin-techdocs-node@​1.9.0-next.2
    • @​backstage/catalog-model@​1.4.3-next.0
    • @​backstage/integration@​1.7.1-next.1
    • @​backstage/errors@​1.2.3-next.0
    • @​backstage/plugin-search-backend-module-techdocs@​0.1.10-next.2
    • @​backstage/backend-plugin-api@​0.6.6-next.2
    • @​backstage/catalog-client@​1.4.5-next.0
    • @​backstage/config@​1.1.1-next.0

... (truncated)

Commits
  • 3164131 Version Packages
  • e13cd3f Update dependency msw to ^0.48.0
  • b01fea7 Version Packages (next)
  • d4df1fb Version Packages (next)
  • 7573b65 get rid of circular imports
  • a7607b5 backend-common: Deprecate read in favour of readUrl in UrlReader
  • a6d779d chore: remove explicit default visibility at config.d.ts files
  • See full diff in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/backstage/backstage/plugin-techdocs-backend-1.8.0 branch 2 times, most recently from 104af7e to 625ee41 Compare November 1, 2023 15:32
Bumps [@backstage/plugin-techdocs-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-backend) from 1.7.2 to 1.8.0.
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/techdocs-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.8.0/plugins/techdocs-backend)

---
updated-dependencies:
- dependency-name: "@backstage/plugin-techdocs-backend"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/backstage/backstage/plugin-techdocs-backend-1.8.0 branch from 625ee41 to 523ba92 Compare November 1, 2023 15:34
@garryod garryod merged commit 148cf39 into main Nov 3, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/backstage/backstage/plugin-techdocs-backend-1.8.0 branch November 3, 2023 10:02
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.

1 participant