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): update dependency supertokens-node to v15.2.1 #9466

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
supertokens-node 15.0.0 -> 15.2.1 age adoption passing confidence

Release Notes

supertokens/supertokens-node (supertokens-node)

v15.2.1

Compare Source

Fixes
  • Fixes an issue where the response for the JWKs API would contain additional properties

v15.2.0

Compare Source

Added
  • The Dashboard recipe now accepts a new admins property which can be used to give Dashboard Users write privileges for the user dashboard.
Changes
  • Dashboard APIs now return a status code 403 for all non-GET requests if the currently logged in Dashboard User is not listed in the admins array

v15.1.1

Compare Source

Fixes
  • Improve edge function compatibility by removing our raw-body dependency.

v15.1.0

Compare Source

Changes
  • Added a Cache-Control header to /jwt/jwks.json (getJWKSGET)
  • Added validityInSeconds to the return value of the overrideable getJWKS function.
    • This can be used to control the Cache-Control header mentioned above.
    • It defaults to 60 or the value set in the cache-control header returned by the core
    • This is optional (so you are not required to update your overrides). Returning undefined means that the header is not set.

v15.0.4

Compare Source

  • Fixes apple redirect

v15.0.3

Compare Source

  • Adds logic to retry network calls if the core returns status 429

v15.0.2

Compare Source

  • Fixes an issue where the user management dashboard would incorrectly show an email as unverified even if it was verified

v15.0.1

Compare Source

  • Passes missing tenantId to claim build function

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) November 15, 2023 18:41
@jtoar jtoar added this to the next-release milestone Nov 15, 2023
@jtoar jtoar added the release:chore This PR is a chore (means nothing for users) label Nov 15, 2023
@renovate renovate bot merged commit 6f0b8d3 into main Nov 15, 2023
34 of 36 checks passed
@renovate renovate bot deleted the renovate/supertokens-node-15.x branch November 15, 2023 19:07
jtoar pushed a commit that referenced this pull request Nov 17, 2023
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [supertokens-node](https://togithub.com/supertokens/supertokens-node)
| [`15.0.0` ->
`15.2.1`](https://renovatebot.com/diffs/npm/supertokens-node/15.0.0/15.2.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/supertokens-node/15.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/supertokens-node/15.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/supertokens-node/15.0.0/15.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/supertokens-node/15.0.0/15.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>supertokens/supertokens-node (supertokens-node)</summary>

###
[`v15.2.1`](https://togithub.com/supertokens/supertokens-node/blob/HEAD/CHANGELOG.md#1521---2023-09-22)

[Compare
Source](https://togithub.com/supertokens/supertokens-node/compare/v15.2.0...v15.2.1)

##### Fixes

- Fixes an issue where the response for the JWKs API would contain
additional properties

###
[`v15.2.0`](https://togithub.com/supertokens/supertokens-node/blob/HEAD/CHANGELOG.md#1520---2023-09-11)

[Compare
Source](https://togithub.com/supertokens/supertokens-node/compare/v15.1.1...v15.2.0)

##### Added

- The Dashboard recipe now accepts a new `admins` property which can be
used to give Dashboard Users write privileges for the user dashboard.

##### Changes

- Dashboard APIs now return a status code `403` for all non-GET requests
if the currently logged in Dashboard User is not listed in the `admins`
array

###
[`v15.1.1`](https://togithub.com/supertokens/supertokens-node/blob/HEAD/CHANGELOG.md#1511---2023-08-14)

[Compare
Source](https://togithub.com/supertokens/supertokens-node/compare/v15.1.0...v15.1.1)

##### Fixes

- Improve edge function compatibility by removing our `raw-body`
dependency.

###
[`v15.1.0`](https://togithub.com/supertokens/supertokens-node/blob/HEAD/CHANGELOG.md#1510---2023-08-14)

[Compare
Source](https://togithub.com/supertokens/supertokens-node/compare/v15.0.4...v15.1.0)

##### Changes

-   Added a `Cache-Control` header to `/jwt/jwks.json` (`getJWKSGET`)
- Added `validityInSeconds` to the return value of the overrideable
`getJWKS` function.
- This can be used to control the `Cache-Control` header mentioned
above.
- It defaults to `60` or the value set in the cache-control header
returned by the core
- This is optional (so you are not required to update your overrides).
Returning undefined means that the header is not set.

###
[`v15.0.4`](https://togithub.com/supertokens/supertokens-node/blob/HEAD/CHANGELOG.md#1504---2023-08-11)

[Compare
Source](https://togithub.com/supertokens/supertokens-node/compare/v15.0.3...v15.0.4)

-   Fixes apple redirect

###
[`v15.0.3`](https://togithub.com/supertokens/supertokens-node/blob/HEAD/CHANGELOG.md#1503---2023-08-10)

[Compare
Source](https://togithub.com/supertokens/supertokens-node/compare/v15.0.2...v15.0.3)

-   Adds logic to retry network calls if the core returns status 429

###
[`v15.0.2`](https://togithub.com/supertokens/supertokens-node/blob/HEAD/CHANGELOG.md#1502---2023-07-31)

[Compare
Source](https://togithub.com/supertokens/supertokens-node/compare/v15.0.1...v15.0.2)

- Fixes an issue where the user management dashboard would incorrectly
show an email as unverified even if it was verified

###
[`v15.0.1`](https://togithub.com/supertokens/supertokens-node/blob/HEAD/CHANGELOG.md#1501---2023-07-19)

[Compare
Source](https://togithub.com/supertokens/supertokens-node/compare/v15.0.0...v15.0.1)

-   Passes missing `tenantId` to claim build function

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@Tobbe Tobbe modified the milestones: next-release, v6.5.0 Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants