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

chore(deps): bump stripe from 10.6.0 to 10.8.0 #12141

Merged
merged 2 commits into from
Feb 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2024

Bumps stripe from 10.6.0 to 10.8.0.

Release notes

Sourced from stripe's releases.

v10.8.0

  • #1322 Update generated code
  • #1323 Extract other CRUDL api operations from mixins
    • Extract more CRUDL operations, namely create, delete, update, and list into the resources. These methods will no longer rely on the APIOperation mixins.
  • #1314 Update mocha gem to 1.16

See the changelog for more details.

v10.8.0-beta.1

  • #1318 Update generated code for beta
    • Add support for new resources Entitlements.Event and Entitlements.Feature
    • Add support for create method on resource Event
    • Add support for create and list methods on resource Feature

See the changelog for more details.

v10.7.1

See the changelog for more details.

v10.7.0

  • #1317 Remove list method in child resources
    • Removes list method mixin from child resources, as these methods always return InvalidRequestError and never succeed
  • #1311 Use the deprecation gem in search and clean up usage of the gem

See the changelog for more details.

v10.7.0-beta.3

  • #1313 Update generated code for beta
    • Add support for create_preview method on resource Invoice
  • #1307 Beta: report raw request usage

See the changelog for more details.

v10.7.0-beta.2

  • #1307 Beta: report raw request usage

See the changelog for more details.

v10.7.0-beta.1

  • #1309 Update generated code for beta
  • #1305 Update generated code for beta

See the changelog for more details.

Changelog

Sourced from stripe's changelog.

10.8.0 - 2024-02-08

  • #1322 Update generated code
  • #1323 Extract other CRUDL api operations from mixins
    • Extract more CRUDL operations, namely create, delete, update, and list into the resources. These methods will no longer rely on the APIOperation mixins.
  • #1314 Update mocha gem to 1.16

10.7.1 - 2024-02-05

10.7.0 - 2024-02-01

  • #1317 Remove list method in child resources
    • Removes list method mixin from child resources, as these methods always return InvalidRequestError and never succeed
  • #1311 Use the deprecation gem in search and clean up usage of the gem
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 [stripe](https://github.com/stripe/stripe-ruby) from 10.6.0 to 10.8.0.
- [Release notes](https://github.com/stripe/stripe-ruby/releases)
- [Changelog](https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-ruby@v10.6.0...v10.8.0)

---
updated-dependencies:
- dependency-name: stripe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Feb 9, 2024
@mkllnk
Copy link
Member

mkllnk commented Feb 13, 2024

@filipefurtad0 Something still went wrong with your latest PR. I thought you restored the api key but somehow it got removed again. Now the spec can't be re-recorded. I'm not sure what's less work right now. Bring the api key back or just implement your new way of setting it up centrally. Maybe go for the long-term solution. Then we can finally update stripe again.

@filipefurtad0
Copy link
Contributor

filipefurtad0 commented Feb 13, 2024

Hey @mkllnk ,

I've tried this locally and it's working. I think this might be due to the change introduced on .env.test, which we need to do locally for .env.test.local - this was introduced here.

Apologies, I forgot to update this on Bitwarden 🙏 - done now.

Basically, we need to rename variable from:

STRIPE_SECRET_TEST_API_KEY="sk_test_..."

to:

STRIPE_INSTANCE_SECRET_KEY="sk_test_..."

I think this should be the reason - please ping back if this is still not working... I've tried this here, and it looks ok. (I think those previous commits are appearing as I first pulled this branch...) - but the build is green.

Copy link
Member

@mkllnk mkllnk left a comment

Choose a reason for hiding this comment

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

Great, renaming the variable worked.

@mkllnk mkllnk merged commit 4197611 into master Feb 14, 2024
52 checks passed
@mkllnk mkllnk deleted the dependabot/bundler/stripe-10.8.0 branch February 14, 2024 00:40
@mkllnk mkllnk mentioned this pull request Feb 14, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants