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/app-defaults from 1.2.1 to 1.3.1 in /backstage #133

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Bumps @backstage/app-defaults from 1.2.1 to 1.3.1.

Release notes

Sourced from @​backstage/app-defaults's releases.

v1.3.1

Release v1.3.1

@​backstage/plugin-scaffolder-backend@​1.3.1

Patch Changes

  • Don't resolve symlinks, treat them as binary files and copy them as-is

v1.3.0

These are the release notes for the v1.3.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

Scaffolder Dry Run and Template Editor

The scaffolder plugin now has a new template editor in addition to the form editor, which is accessible via the context menu on the top right hand corner of the Create page. It allows you to load a template from a local directory, edit it with a preview, execute it in dry-run mode, and view the results. Note that the File System Access API must be supported by your browser for this to be available.

TypeScript 4.7

The recommended TypeScript version has been bumped to ~4.7.0, and that’s what the main Backstage repository uses right now for its builds. Each Backstage project manages their version separately however, so there is no rush or immediate effect on users - you can update the typescript dependency in your root package.json once you feel ready to do so.

Expiring Backend Tokens

In 1.2 we introduced expiry times for server-to-server authentication tokens issued from the standard TokenManager. At that point in time, the expiry was only added to tokens and not yet enforced. In this release however, it is now also enforced, meaning that expired tokens are considered invalid and will be rejected.

Discovery providers

Several new entity providers have been contributed as replacements for their corresponding discovery processors. Entity providers allow for more control and are recommended over their processing counterparts.

  • AzureDevOpsEntityProvider as replacement for AzureDevOpsDiscoveryProcessor. PR #11604 contributed by @​goenning
  • GitlabDiscoveryEntityProvider as replacement for GitLabDiscoveryProcessor. PR #11886 contributed by @​ivangonzalezacuna
  • BitbucketCloudEntityProvider as a replacement for BitbucketDiscoveryProcessor (for Bitbucket Cloud only). PR #11345 contributed by @​pjungermann

New plugin: Vault

View secrets from HashiCorp Vault alongside your components. PR #11423 contributed by @​ivangonzalezacuna

New plugin: GitHub Pull Requests Board

GitHub Pull Requests Board Plugin is a board that helps you visualize all open pull requests from all repositories owned by a team, with the main goal of reducing the time from opening a PR to merging it. PR #11043 contributed by @​gregorytalita

New plugin: Dynatrace

Displays tracing data from Dynatrace alongside your components. PR #11754 contributed by @​isand3r

Security Fixes

... (truncated)

Changelog

Sourced from @​backstage/app-defaults's changelog.

1.3.1

Patch Changes

  • 575d9178eff: Added a System Icon for resource entities. This can be obtained using:

    useApp().getSystemIcon('kind:resource');
  • Updated dependencies

    • @​backstage/theme@​0.3.0
    • @​backstage/core-app-api@​1.8.0
    • @​backstage/core-components@​0.13.1
    • @​backstage/core-plugin-api@​1.5.1
    • @​backstage/plugin-permission-react@​0.4.12

1.3.1-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/theme@​0.3.0-next.0
    • @​backstage/core-components@​0.13.1-next.1
    • @​backstage/core-app-api@​1.8.0-next.1
    • @​backstage/core-plugin-api@​1.5.1
    • @​backstage/plugin-permission-react@​0.4.12

1.3.1-next.1

Patch Changes

  • 575d9178eff: Added a System Icon for resource entities. This can be obtained using:

    useApp().getSystemIcon('kind:resource');
  • Updated dependencies

    • @​backstage/core-app-api@​1.8.0-next.1
    • @​backstage/core-components@​0.13.1-next.0
    • @​backstage/core-plugin-api@​1.5.1
    • @​backstage/plugin-permission-react@​0.4.12

1.3.1-next.0

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)

Bumps [@backstage/app-defaults](https://github.com/backstage/backstage/tree/HEAD/packages/app-defaults) from 1.2.1 to 1.3.1.
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/app-defaults/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.3.1/packages/app-defaults)

---
updated-dependencies:
- dependency-name: "@backstage/app-defaults"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 12, 2023
@garryod garryod merged commit b015922 into main Jun 12, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/backstage/backstage/app-defaults-1.3.1 branch June 12, 2023 16:57
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