Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@
]
},
"dependencies": {
"@square/web-payments-sdk-types": "^1.79.0"
"@square/web-payments-sdk-types": "^1.81.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need to do this manually?

Copy link
Contributor Author

@ifefamojuro ifefamojuro Jan 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package uses npm/npx based package controls, rather than the yarn + yarn upgrade-interactive that we are used to

Copy link
Contributor

@nwilmessquare nwilmessquare Jan 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We normally see types version updates as dependabot PRs. In fact, I see one open right now (PR #503)

Copy link
Contributor Author

@ifefamojuro ifefamojuro Jan 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to test our new NPM key, by prompting the release of a new package version. According to the runbooks, the best way to do this is with a fix pr (ex. here)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, makes sense.

}
}