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-scaffolder-node from 0.4.11 to 0.4.12 in /workspaces/jenkins #2122

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps @backstage/plugin-scaffolder-node from 0.4.11 to 0.4.12.

Changelog

Sourced from @​backstage/plugin-scaffolder-node's changelog.

@​backstage/plugin-scaffolder-node

0.6.1-next.0

Patch Changes

  • c4ffd13: Added the autocomplete feature to GitlabRepoUrlPicker
  • Updated dependencies
    • @​backstage/integration@​1.16.0-next.0
    • @​backstage/plugin-scaffolder-common@​1.5.8-next.0
    • @​backstage/backend-plugin-api@​1.0.3-next.0
    • @​backstage/catalog-model@​1.7.1
    • @​backstage/errors@​1.2.5
    • @​backstage/types@​1.2.0

0.6.0

Minor Changes

  • e61d5ef: BREAKING EXPERIMENTAL: The checkpoint method now takes an object instead of previous arguments.

    await ctx.checkpoint({ key: 'repo.create', fn: () => ockokit.repo.create({...})})

    You can also now return void from the checkpoint if the method returns void inside the checkpoint handler.

Patch Changes

  • Updated dependencies
    • @​backstage/types@​1.2.0
    • @​backstage/plugin-scaffolder-common@​1.5.7
    • @​backstage/backend-plugin-api@​1.0.2
    • @​backstage/catalog-model@​1.7.1
    • @​backstage/errors@​1.2.5
    • @​backstage/integration@​1.15.2

0.5.1-next.3

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-scaffolder-common@​1.5.7-next.0
    • @​backstage/backend-plugin-api@​1.0.2-next.2
    • @​backstage/catalog-model@​1.7.0
    • @​backstage/errors@​1.2.4
    • @​backstage/integration@​1.15.1
    • @​backstage/types@​1.1.1

0.5.1-next.2

... (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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot requested review from backstage-service and a team as code owners December 2, 2024 21:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 2, 2024
@dependabot dependabot bot requested a review from nickboldt December 2, 2024 21:43
@backstage-goalie
Copy link
Contributor

Missing Changesets

The following package(s) are changed by this PR but do not have a changeset:

  • @backstage-community/plugin-scaffolder-backend-module-jenkins

See CONTRIBUTING.md for more information about how to add changesets.

Changed Packages

Package Name Package Path Changeset Bump Current Version
@backstage-community/plugin-scaffolder-backend-module-jenkins workspaces/jenkins/plugins/scaffolder-backend-module-jenkins none v0.2.0

Copy link
Contributor

This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution!

@github-actions github-actions bot added the stale label Dec 17, 2024
@awanlin
Copy link
Contributor

awanlin commented Dec 17, 2024

@awanlin version bump might be the better path to fix this 🤔

@github-actions github-actions bot removed the stale label Dec 17, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/workspaces/jenkins/backstage/plugin-scaffolder-node-0.4.12 branch from a6c817b to 1ea03be Compare December 18, 2024 20:46
Bumps [@backstage/plugin-scaffolder-node](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder-node) from 0.4.11 to 0.4.12.
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/scaffolder-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/scaffolder-node)

---
updated-dependencies:
- dependency-name: "@backstage/plugin-scaffolder-node"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/workspaces/jenkins/backstage/plugin-scaffolder-node-0.4.12 branch from 1ea03be to dbb0fda Compare December 18, 2024 20:48
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 21, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2024

Looks like @backstage/plugin-scaffolder-node is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 24, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/workspaces/jenkins/backstage/plugin-scaffolder-node-0.4.12 branch December 24, 2024 20:37
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