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

build(deps-dev): bump @backstage/cli from 0.22.7 to 0.22.13 #513

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2023

Bumps @backstage/cli from 0.22.7 to 0.22.13.

Changelog

Sourced from @​backstage/cli's changelog.

0.22.13

Patch Changes

  • 04eabd21bee4: Added the ability to specify the listen address for the --inspect and --inspect-brk command. You can now set the ip and port of the inspect and inspectBrk by adding for example --inspect=0.0.0.0:9229
  • 278d9326eb40: Added the ability to create a plain backend module with the new command.
  • 4d5eeec52d80: Add ESM loader for the experimental backend start command.
  • 3494c502aba7: Added a new repo fix command that fixes auto-fixable problems in all packages. Initially the command fixes package export declarations, as well as marks all non-bundled frontend packages as side-effect free. Marking packages as free of side-effects can drastically reduce the Webpack bundle size.
  • f36113ca2305: Add experimental support for frontend package discovery.
  • a23fce763c6a: Fixed a bug where package exports entry points could not be .tsx files.
  • 8cec7664e146: Removed @types/node dependency
  • ea779492ad88: Updated dependency run-script-webpack-plugin to ^0.2.0.
  • 4af4defcc114: When running version:bump it will now log duplicates instead of throwing an error
  • 71d4368ae5cc: Added support for the dev/index entry point for backend plugins and modules.
  • 956d226eeeee: Add "sideEffects": false to package.json in frontend package templates. This can be added to existing packages using the new yarn fix command.
  • cd7331587eb3: Removed the experimental package fix command that was used to automatically add dependencies to package.json, but has since been replaced by the no-undeclared-imports rule from @backstage/eslint-plugin.
  • 219b46ae1a50: Include default alpha export during package detection
  • Updated dependencies
    • @​backstage/config@​1.1.0
    • @​backstage/catalog-model@​1.4.2
    • @​backstage/errors@​1.2.2
    • @​backstage/integration@​1.7.0
    • @​backstage/release-manifests@​0.0.10
    • @​backstage/types@​1.1.1
    • @​backstage/config-loader@​1.5.0
    • @​backstage/cli-common@​0.1.12
    • @​backstage/cli-node@​0.1.4
    • @​backstage/eslint-plugin@​0.1.3

0.22.13-next.3

Patch Changes

  • 4d5eeec52d80: Add ESM loader for the experimental backend start command.
  • 3494c502aba7: Added a new repo fix command that fixes auto-fixable problems in all packages. Initially the command fixes package export declarations, as well as marks all non-bundled frontend packages as side-effect free. Marking packages as free of side-effects can drastically reduce the Webpack bundle size.
  • f36113ca2305: Add experimental support for frontend package discovery.
  • a23fce763c6a: Fixed a bug where package exports entry points could not be .tsx files.
  • 4af4defcc114: When running version:bump it will now log duplicates instead of throwing an error
  • 956d226eeeee: Add "sideEffects": false to package.json in frontend package templates. This can be added to existing packages using the new yarn fix command.
  • cd7331587eb3: Removed the experimental package fix command that was used to automatically add dependencies to package.json, but has since been replaced by the no-undeclared-imports rule from @backstage/eslint-plugin.
  • Updated dependencies
    • @​backstage/catalog-model@​1.4.2-next.2
    • @​backstage/config@​1.1.0-next.2
    • @​backstage/errors@​1.2.2-next.0
    • @​backstage/integration@​1.7.0-next.3
    • @​backstage/release-manifests@​0.0.10-next.1
    • @​backstage/types@​1.1.1-next.0
    • @​backstage/cli-common@​0.1.12
    • @​backstage/cli-node@​0.1.4-next.0
    • @​backstage/config-loader@​1.5.0-next.3

... (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 <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)

Bumps [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) from 0.22.7 to 0.22.13.
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/cli)

---
updated-dependencies:
- dependency-name: "@backstage/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 20, 2023
@antoniomuso antoniomuso changed the base branch from main to next September 21, 2023 14:01
@antoniomuso antoniomuso merged commit 819aa89 into next Sep 21, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/backstage/cli-0.22.13 branch September 21, 2023 14:01
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