container-registry / backstage-plugin-harbor-backend

MIT License
5 stars 18 forks source link

Bump @backstage/backend-common from 0.8.3 to 0.9.10 #16

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @backstage/backend-common from 0.8.3 to 0.9.10.

Changelog

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

0.9.10

Patch Changes

  • d7c1e0e34a: Added the isDatabaseConflictError function.

  • e21e3c6102: Bumping minimum requirements for dockerode and testcontainers

  • 1e99c73c75: Update internal usage of configLoader.loadConfig that now returns an object instead of an array of configs.

  • 1daada3a06: Paths can be specified in backend.reading.allow to further restrict allowed targets

  • 7ad9a07b27: Adding config prop pluginDivisionMode to allow plugins using the pg client to create their own management schemas in the db. This allows pg client plugins to work in separate schemas in the same db.

  • 01f74aa878: Add AbortSignal support to UrlReader

  • a8732a1200: Make sure that server builder start() propagates errors (such as failing to bind to the required port) properly and doesn't resolve the promise prematurely.

    After this change, the backend logger will be able to actually capture the error as it happens:

    2021-11-11T10:54:21.334Z backstage info Initializing http server
    2021-11-11T10:54:21.335Z backstage error listen EADDRINUSE: address already in use :::7000 code=EADDRINUSE errno=-48 syscall=listen address=:: port=7000
    
  • 26b5da1c1a: Do not redact empty or one-character strings. These imply that it's just a test or local dev, and unnecessarily ruin the log output.

  • Updated dependencies

    • @​backstage/config-loader@​0.8.0
    • @​backstage/cli-common@​0.1.6

0.9.9

Patch Changes

  • 8c4cad0bf2: AWSS3UrlReader now throws a NotModifiedError (exported from @​backstage/backend-common) when s3 returns a 304 response.
  • 0611f3b3e2: Reading app config from a remote server
  • Updated dependencies
    • @​backstage/config-loader@​0.7.2

0.9.8

Patch Changes

  • 96cfa561eb: Adjusted some API exports
  • 10615525f3: Switch to use the json and observable types from @backstage/types
  • 1be8d2abdb: Any set configurations which have been tagged with a visibility 'secret', are now redacted from log lines.
  • Updated dependencies
    • @​backstage/config@​0.1.11
    • @​backstage/cli-common@​0.1.5
    • @​backstage/errors@​0.1.4
    • @​backstage/integration@​0.6.9
    • @​backstage/config-loader@​0.7.1

0.9.7

Patch Changes

... (truncated)

Commits


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 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)
sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication