container-registry / backstage-plugin-harbor

Backstage plugin to show you information about your docker images within Harbor.
MIT License
15 stars 26 forks source link

Bump @backstage/cli from 0.22.14 to 0.23.1 #253

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps @backstage/cli from 0.22.14 to 0.23.1.

Changelog

Sourced from @​backstage/cli's changelog.

@​backstage/cli

0.24.0-next.0

Minor Changes

  • 8db5c3cd7a: Removed support for the publishConfig.alphaTypes and .betaTypes fields that were used together with --experimental-type-build to generate /alpha and /beta entry points. Use the exports field to achieve this instead.
  • 4e36abef14: Remove support for the deprecated --experimental-type-build option for package build.

Patch Changes

  • 4ba4ac351f: Switch from using deprecated @esbuild-kit/* packages to using tsx. This also switches to using the new module loader register API when available, avoiding the experimental warning when starting backends.
  • 6bf7561d3c: The experimental package detection will now ignore packages that don't make package.json available.
  • e14cbf563d: Added EXPERIMENTAL_VITE flag for using vite as dev server instead of Webpack
  • 7cd34392f5: Ignore stdin when spawning backend child process for the start command. Fixing an issue where backend startup would hang.
  • Updated dependencies
    • @​backstage/config-loader@​1.5.2-next.0
    • @​backstage/cli-node@​0.2.0-next.0
    • @​backstage/integration@​1.7.1
    • @​backstage/catalog-model@​1.4.3
    • @​backstage/cli-common@​0.1.13
    • @​backstage/config@​1.1.1
    • @​backstage/errors@​1.2.3
    • @​backstage/eslint-plugin@​0.1.3
    • @​backstage/release-manifests@​0.0.10
    • @​backstage/types@​1.1.1

0.23.0

Minor Changes

  • 8defbd5434: Update typescript-eslint to 6.7.x, adding compatibility with TypeScript 5.2.

    This includes a major update on typescript-eslint, you can see the details in the release notes.

  • 7077dbf131: BREAKING The new backend start command that used to be enabled by setting EXPERIMENTAL_BACKEND_START is now the default. To revert to the old behavior set LEGACY_BACKEND_START, which is recommended if you haven't migrated to the new backend system.

    This new command is no longer based on Webpack, but instead uses Node.js loaders to transpile on the fly. Rather than hot reloading modules the entire backend is now restarted on change, but the SQLite database state is still maintained across restarts via a parent process.

Patch Changes

  • 9468a67b92: In frontend builds and tests process.env.HAS_REACT_DOM_CLIENT will now be defined if react-dom/client is present, i.e. if using React 18. This allows for conditional imports of react-dom/client.

  • 68158034e8: Fix for the new backend start command to make it work on Windows.

  • 4f16e60e6d: Request slightly smaller pages of data from GitHub

  • 21cd3b1b24: Added a template for creating node-library packages with yarn new.

  • d0f26cfa4f: Fixed an issue where the new backend start command would not gracefully shut down the backend process on Windows.

  • 1ea20b0be5: Updated dependency @typescript-eslint/eslint-plugin to 6.7.5.

  • 2ef6522552: Support for the .icon.svg extension has been deprecated and will be removed in the future. The implementation of this extension is too tied to a particular version of MUI and the SVGO, and it makes it harder to evolve the build system. We may introduce the ability to reintroduce this kind of functionality in the future through configuration for use in internal plugins, but for now we're forced to remove it.

    To migrate existing code, rename the .icon.svg file to .tsx and replace the <svg> element with <SvgIcon> from MUI and add necessary imports. For example:

... (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 show 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)
sonarcloud[bot] commented 10 months 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

dependabot[bot] commented 10 months ago

Superseded by #256.