[PR #6249] [MERGED] chore(deps): update dependency oauth2-mock-server to v8 #6547

Closed
opened 2026-03-13 13:02:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6249
Author: @renovate[bot]
Created: 11/24/2025
Status: Merged
Merged: 11/24/2025
Merged by: @Bekacru

Base: canaryHead: renovate/oauth2-mock-server-8.x


📝 Commits (1)

  • 613a873 chore(deps): update dependency oauth2-mock-server to v8

📊 Changes

2 files changed (+338 additions, -941 deletions)

View changed files

📝 packages/sso/package.json (+1 -1)
📝 pnpm-lock.yaml (+337 -940)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
oauth2-mock-server ^7.2.1 -> ^8.2.0 age confidence

Release Notes

axa-group/oauth2-mock-server (oauth2-mock-server)

v8.2.0

Compare Source

Added
  • Export TokenRequestIncomingMessage type to make /token related hooks easier to consume (reported in #​355 by kikisaeba)
  • Teach the cli to accept a issuer-url-trailing-slash option (reported in #​353 by Valdermeyder)
Changed
  • Update dependencies

v8.1.0

Compare Source

Added
  • Export HttpServer and OAuth2Service (reported in #​344 by jraoult)
Changed
  • Update dependencies

v8.0.1

Compare Source

Fixed

v8.0.0

Compare Source

Fixed
Changed
  • Breaking: No longer support Node.js 18
  • Switched to "Universal" ESM. CommonJS require() usage pattern still supported for Nodejs ^20.19 & ^22.12
  • Add support for Node.js 24
  • Update dependencies

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/6249 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 11/24/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `renovate/oauth2-mock-server-8.x` --- ### 📝 Commits (1) - [`613a873`](https://github.com/better-auth/better-auth/commit/613a873efd0f4656367351bcebd4805231b5d49e) chore(deps): update dependency oauth2-mock-server to v8 ### 📊 Changes **2 files changed** (+338 additions, -941 deletions) <details> <summary>View changed files</summary> 📝 `packages/sso/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+337 -940) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [oauth2-mock-server](https://redirect.github.com/axa-group/oauth2-mock-server) | [`^7.2.1` -> `^8.2.0`](https://renovatebot.com/diffs/npm/oauth2-mock-server/7.2.1/8.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oauth2-mock-server/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oauth2-mock-server/7.2.1/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>axa-group/oauth2-mock-server (oauth2-mock-server)</summary> ### [`v8.2.0`](https://redirect.github.com/axa-group/oauth2-mock-server/blob/HEAD/CHANGELOG.md#820--2025-10-31) [Compare Source](https://redirect.github.com/axa-group/oauth2-mock-server/compare/v8.1.0...597ace7b7cff10fa303cba410bd509d3c891bc8e) ##### Added - Export `TokenRequestIncomingMessage` type to make `/token` related hooks easier to consume (reported in [#&#8203;355](https://redirect.github.com/axa-group/oauth2-mock-server/issues/355) by [kikisaeba](https://redirect.github.com/kikisaeba)) - Teach the cli to accept a `issuer-url-trailing-slash` option (reported in [#&#8203;353](https://redirect.github.com/axa-group/oauth2-mock-server/issues/353) by [Valdermeyder](https://redirect.github.com/Valdermeyder)) ##### Changed - Update dependencies ### [`v8.1.0`](https://redirect.github.com/axa-group/oauth2-mock-server/blob/HEAD/CHANGELOG.md#810--2025-06-06) [Compare Source](https://redirect.github.com/axa-group/oauth2-mock-server/compare/v8.0.1...v8.1.0) ##### Added - Export `HttpServer` and `OAuth2Service` (reported in [#&#8203;344](https://redirect.github.com/axa-group/oauth2-mock-server/issues/344) by [jraoult](https://redirect.github.com/jraoult)) ##### Changed - Update dependencies ### [`v8.0.1`](https://redirect.github.com/axa-group/oauth2-mock-server/blob/HEAD/CHANGELOG.md#801--2025-05-28) [Compare Source](https://redirect.github.com/axa-group/oauth2-mock-server/compare/v8.0.0...v8.0.1) ##### Fixed - Fix crash when running `npx oauth2-mock-server --help` (reported in [#&#8203;337](https://redirect.github.com/axa-group/oauth2-mock-server/issues/337) by [robcresswell](https://redirect.github.com/robcresswell)) ### [`v8.0.0`](https://redirect.github.com/axa-group/oauth2-mock-server/blob/HEAD/CHANGELOG.md#800--2025-05-18) [Compare Source](https://redirect.github.com/axa-group/oauth2-mock-server/compare/v7.2.1...v8.0.0) ##### Fixed - Fix wrong typescript annotation (by [sviande](https://redirect.github.com/sviande) in [#&#8203;313](https://redirect.github.com/axa-group/oauth2-mock-server/pull/313)) ##### Changed - **Breaking:** No longer support Node.js 18 - Switched to "Universal" ESM. CommonJS `require()` usage pattern still supported for Nodejs ^20.19 & ^22.12 - Add support for Node.js 24 - Update dependencies </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/better-auth/better-auth). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 13:02:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#6547