Skip to content

Commit

Permalink
fix: remove pinning of backport (#852)
Browse files Browse the repository at this point in the history
We were pinning because of [this issue](sorenlouv/backport#451), but it is now very old and a new major version has been released so its probably resolved. 

I also tested locally that it works fine with the new major version.
  • Loading branch information
iliapolo authored Jun 6, 2024
1 parent 75c15cb commit cf3b4de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
3 changes: 1 addition & 2 deletions src/components/backport/backport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ export class Backport extends Component {
},
});

// pinning because of https://github.com/sqren/backport/issues/451
project.addDevDeps('[email protected]');
project.addDevDeps('backport');

// backport task to branches based on pr labels (i.e not branch specific)
const backportTask = this.createTask(project);
Expand Down
5 changes: 2 additions & 3 deletions test/projects/__snapshots__/jsii.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions test/projects/__snapshots__/node.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions test/projects/__snapshots__/typescript.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf3b4de

Please sign in to comment.