Skip to content

chore(deps-dev): bump @auth/core from 0.41.2 to 0.41.3 in the npm_and_yarn group across 1 directory - #3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-3dac645a2b
Open

chore(deps-dev): bump @auth/core from 0.41.2 to 0.41.3 in the npm_and_yarn group across 1 directory#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-3dac645a2b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown

Bumps the npm_and_yarn group with 1 update in the / directory: @auth/core.

Updates @auth/core from 0.41.2 to 0.41.3

Release notes

Sourced from @​auth/core's releases.

@​auth/core@​0.41.3

Bugfixes

  • core: getToken() now returns null instead of throwing when the Authorization header contains a malformed Bearer value
  • core: OAuth state, nonce, and PKCE check cookies are now bound to the provider that created them and are rejected when a different provider handles the callback
  • core: email addresses are Unicode-normalized (NFKC) before validation in the default email normalizer, closing a homoglyph @ bypass

Other

  • deps: resolve Dependabot alerts via cross-major dependency upgrades (#13449)
  • deps: resolve Dependabot security advisories via pnpm overrides (#13441)
  • deps: allow nodemailer 8 in peer dependency ranges (#13434)
  • CI formatting and proxy deploy repairs (#13444)
Commits
  • 5af7357 chore(release): bump package version(s) [skip ci]
  • 8a933f9 fix(core): document that getToken returns null for malformed authorization he...
  • 5b1aa47 chore(ci): pin surrealdb test server to the v2 image for the 1.3 client (#13468)
  • 1116034 Chore/nodemailer 8 peer deps (#13434)
  • 7b35fc3 fix(docs): repair docs build broken by floating TypeScript resolution (#13450)
  • b24abfa fix(proxy): override Vercel build command so it doesn't run turbo (#13448)
  • a99514b chore(deps): resolve remaining Dependabot alerts via cross-major dependency u...
  • d008b9b Merge commit from fork
  • af42d8f chore: lint (#13446)
  • e707770 Merge commit from fork
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the / directory: [@auth/core](https://github.com/nextauthjs/next-auth).


Updates `@auth/core` from 0.41.2 to 0.41.3
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/core@0.41.2...@auth/core@0.41.3)

---
updated-dependencies:
- dependency-name: "@auth/core"
  dependency-version: 0.41.3
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 26, 2026
@github-actions

Copy link
Copy Markdown

Coverage Report


�[1m�[30m�[46m RUN �[49m�[39m�[22m �[36mv4.1.10 �[39m�[90m/home/runner/work/tanstack-router-testing/tanstack-router-testing/packages/router-testing-core�[39m
      �[2mCoverage enabled with �[22m�[33mv8�[39m

 �[32m✓�[39m src/middleware-registry.test.ts �[2m(�[22m�[2m7 tests�[22m�[2m)�[22m�[32m 8�[2mms�[22m�[39m
 �[32m✓�[39m src/server-fn-registry.test.ts �[2m(�[22m�[2m7 tests�[22m�[2m)�[22m�[32m 6�[2mms�[22m�[39m
 �[32m✓�[39m src/call-middleware.test.ts �[2m(�[22m�[2m7 tests�[22m�[2m)�[22m�[32m 36�[2mms�[22m�[39m
 �[32m✓�[39m src/history.test.ts �[2m(�[22m�[2m6 tests�[22m�[2m)�[22m�[32m 6�[2mms�[22m�[39m
 �[32m✓�[39m src/env.test.ts �[2m(�[22m�[2m6 tests�[22m�[2m)�[22m�[32m 6�[2mms�[22m�[39m

�[2m Test Files �[22m �[1m�[32m5 passed�[39m�[22m�[90m (5)�[39m
�[2m      Tests �[22m �[1m�[32m33 passed�[39m�[22m�[90m (33)�[39m
�[2m   Start at �[22m 16:24:11
�[2m   Duration �[22m 405ms�[2m (transform 121ms, setup 0ms, import 215ms, tests 63ms, environment 0ms)�[22m

�[34m % �[39m�[2mCoverage report from �[22m�[33mv8�[39m
-------------------|---------|----------|---------|---------|-------------------
File               | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
-------------------|---------|----------|---------|---------|-------------------
All files          |     100 |    91.42 |     100 |     100 |                   
 ...-middleware.ts |     100 |    88.88 |     100 |     100 | 64,75             
 env.ts            |     100 |      100 |     100 |     100 |                   
 history.ts        |     100 |      100 |     100 |     100 |                   
 ...re-registry.ts |     100 |     87.5 |     100 |     100 | 117               
 ...fn-registry.ts |     100 |      100 |     100 |     100 |                   
-------------------|---------|----------|---------|---------|-------------------

�[1m�[30m�[46m RUN �[49m�[39m�[22m �[36mv4.1.10 �[39m�[90m/home/runner/work/tanstack-router-testing/tanstack-router-testing/packages/react-start-testing�[39m
      �[2mCoverage enabled with �[22m�[33mv8�[39m

 �[32m✓�[39m tests/unit/vite-deps-inline-warning.test.ts �[2m(�[22m�[2m8 tests�[22m�[2m)�[22m�[32m 10�[2mms�[22m�[39m
 �[32m✓�[39m tests/unit/server-shim.test.ts �[2m(�[22m�[2m39 tests�[22m�[2m)�[22m�[32m 39�[2mms�[22m�[39m
 �[32m✓�[39m tests/unit/vite-browser-compat.test.ts �[2m(�[22m�[2m7 tests�[22m�[2m)�[22m�[32m 14�[2mms�[22m�[39m
 �[32m✓�[39m tests/unit/vite-server-alias.test.ts �[2m(�[22m�[2m6 tests�[22m�[2m)�[22m�[32m 13�[2mms�[22m�[39m
 �[32m✓�[39m tests/integration/shim.test.ts �[2m(�[22m�[2m15 tests�[22m�[2m)�[22m�[32m 36�[2mms�[22m�[39m
 �[32m✓�[39m tests/unit/vite-virtual-stubs.test.ts �[2m(�[22m�[2m6 tests�[22m�[2m)�[22m�[32m 15�[2mms�[22m�[39m
 �[32m✓�[39m tests/unit/vite-setup-injection.test.ts �[2m(�[22m�[2m6 tests�[22m�[2m)�[22m�[32m 12�[2mms�[22m�[39m
 �[32m✓�[39m tests/integration/rsc.test.tsx �[2m(�[22m�[2m7 tests�[22m�[2m)�[22m�[32m 25�[2mms�[22m�[39m
 �[32m✓�[39m tests/unit/vite-options.test.ts �[2m(�[22m�[2m3 tests�[22m�[2m)�[22m�[32m 7�[2mms�[22m�[39m
Not implemented: Window's scrollTo() method
 �[32m✓�[39m tests/integration/renderRoute.test.tsx �[2m(�[22m�[2m3 tests�[22m�[2m)�[22m�[32m 87�[2mms�[22m�[39m
 �[32m✓�[39m tests/integration/harness.test.ts �[2m(�[22m�[2m3 tests�[22m�[2m)�[22m�[32m 6�[2mms�[22m�[39m
 �[32m✓�[39m tests/integration/ssr.test.tsx �[2m(�[22m�[2m1 test�[22m�[2m)�[22m�[32m 113�[2mms�[22m�[39m

�[2m Test Files �[22m �[1m�[32m12 passed�[39m�[22m�[90m (12)�[39m
�[2m      Tests �[22m �[1m�[32m104 passed�[39m�[22m�[90m (104)�[39m
�[2m   Start at �[22m 16:24:12
�[2m   Duration �[22m 3.01s�[2m (transform 287ms, setup 0ms, import 2.48s, tests 375ms, environment 3.23s)�[22m

�[34m % �[39m�[2mCoverage report from �[22m�[33mv8�[39m
-------------------|---------|----------|---------|---------|-------------------
File               | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
-------------------|---------|----------|---------|---------|-------------------
All files          |   82.36 |    69.46 |   84.72 |    85.3 |                   
 ...rStartMocks.ts |     100 |      100 |     100 |     100 |                   
 index.ts          |     100 |      100 |     100 |     100 |                   
 isomorphic.ts     |     100 |      100 |     100 |     100 |                   
 mockMiddleware.ts |     100 |      100 |     100 |     100 |                   
 mockServerFn.ts   |    90.9 |    63.63 |     100 |     100 | 31-44             
 renderRoute.tsx   |   96.15 |      100 |     100 |   95.45 | 20                
 rsc.tsx           |     100 |      100 |     100 |     100 |                   
 runtime.ts        |    89.7 |    87.75 |   83.33 |   92.06 | 181-184,230,276   
 server-shim.ts    |   86.57 |       50 |     100 |   92.59 | ...72-673,711-714 
 shim.ts           |   72.22 |    64.93 |   70.17 |   74.88 | ...57-558,571-589 
 vite.ts           |   87.75 |    83.72 |    87.5 |    92.5 | 224-228           
-------------------|---------|----------|---------|---------|-------------------

�[1m�[30m�[46m RUN �[49m�[39m�[22m �[36mv4.1.10 �[39m�[90m/home/runner/work/tanstack-router-testing/tanstack-router-testing/packages/react-router-testing�[39m
      �[2mCoverage enabled with �[22m�[33mv8�[39m

 �[32m✓�[39m tests/integration/overrides.test.tsx �[2m(�[22m�[2m6 tests�[22m�[2m)�[22m�[32m 27�[2mms�[22m�[39m
�[90mstderr�[2m | tests/integration/file-route-harness.test.tsx�[2m > �[22m�[2mcreateRouterHarness with route option�[2m > �[22m�[2mrenders errorComponent when loader throws
�[22m�[39mError: boom
    at loader �[90m(/home/runner/work/tanstack-router-testing/tanstack-router-testing/packages/react-router-testing/�[39mtests/integration/file-route-harness.test.tsx:70:11�[90m)�[39m
    at runLoader (file:///home/runner/work/tanstack-router-testing/tanstack-router-testing/node_modules/�[4m.pnpm�[24m/@tanstack+router-core@1.171.15/node_modules/�[4m@tanstack/router-core�[24m/dist/esm/load-matches.js:360:33)
    at handleLoader (file:///home/runner/work/tanstack-router-testing/tanstack-router-testing/node_modules/�[4m.pnpm�[24m/@tanstack+router-core@1.171.15/node_modules/�[4m@tanstack/router-core�[24m/dist/esm/load-matches.js:450:66)
    at loadRouteMatch (file:///home/runner/work/tanstack-router-testing/tanstack-router-testing/node_modules/�[4m.pnpm�[24m/@tanstack+router-core@1.171.15/node_modules/�[4m@tanstack/router-core�[24m/dist/esm/load-matches.js:483:10)
    at loadMatches (file:///home/runner/work/tanstack-router-testing/tanstack-router-testing/node_modules/�[4m.pnpm�[24m/@tanstack+router-core@1.171.15/node_modules/�[4m@tanstack/router-core�[24m/dist/esm/load-matches.js:528:65)
    at file:///home/runner/work/tanstack-router-testing/tanstack-router-testing/node_modules/�[4m.pnpm�[24m/@tanstack+router-core@1.171.15/node_modules/�[4m@tanstack/router-core�[24m/dist/esm/router.js:554:13
    at file:///home/runner/work/tanstack-router-testing/tanstack-router-testing/node_modules/�[4m.pnpm�[24m/@tanstack+react-router@1.170.18_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/�[4m@tanstack/react-router�[24m/dist/esm/Transitioner.js:25:4
    at Module.process.env.NODE_ENV.exports.startTransition (/home/runner/work/tanstack-router-testing/tanstack-router-testing/node_modules/�[4m.pnpm�[24m/react@19.2.7/node_modules/�[4mreact�[24m/cjs/react.development.js:1158:27)
    at Router.Transitioner.router.startTransition (file:///home/runner/work/tanstack-router-testing/tanstack-router-testing/node_modules/�[4m.pnpm�[24m/@tanstack+react-router@1.170.18_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/�[4m@tanstack/react-router�[24m/dist/esm/Transitioner.js:24:11)
    at file:///home/runner/work/tanstack-router-testing/tanstack-router-testing/node_modules/�[4m.pnpm�[24m/@tanstack+router-core@1.171.15/node_modules/�[4m@tanstack/router-core�[24m/dist/esm/router.js:540:10 {
  [stack]: �[36m[Getter/Setter]�[39m,
  [message]: �[32m'boom'�[39m
}

The above error occurred in the <MatchInnerImpl> component.

React will try to recreate this component tree from scratch using the error boundary you provided, CatchBoundaryImpl.

Warning: Error in route match: /fail/fail

 �[32m✓�[39m tests/integration/file-route-harness.test.tsx �[2m(�[22m�[2m11 tests�[22m�[2m)�[22m�[32m 131�[2mms�[22m�[39m
 �[32m✓�[39m tests/integration/harness.test.tsx �[2m(�[22m�[2m12 tests�[22m�[2m)�[22m�[32m 136�[2mms�[22m�[39m
 �[32m✓�[39m tests/integration/ssr.test.tsx �[2m(�[22m�[2m1 test�[22m�[2m)�[22m�[32m 29�[2mms�[22m�[39m
�[90mstdout�[2m | tests/integration/vendored-basic-file-based.test.tsx�[2m > �[22m�[2mvendored integration: examples/react/basic-file-based�[2m > �[22m�[2mapplies per-route overrides on a real file-route (.gen) tree via cloning
�[22m�[39mFetching posts...

 �[32m✓�[39m tests/integration/vendored-basic-file-based.test.tsx �[2m(�[22m�[2m4 tests�[22m�[2m)�[22m�[33m 680�[2mms�[22m�[39m
     �[33m�[2m✓�[22m�[39m applies per-route overrides on a real file-route (.gen) tree via cloning �[33m 598�[2mms�[22m�[39m

�[2m Test Files �[22m �[1m�[32m5 passed�[39m�[22m�[90m (5)�[39m
�[2m      Tests �[22m �[1m�[32m34 passed�[39m�[22m�[90m (34)�[39m
�[2m   Start at �[22m 16:24:16
�[2m   Duration �[22m 2.98s�[2m (transform 331ms, setup 230ms, import 1.22s, tests 1.00s, environment 3.14s)�[22m

�[34m % �[39m�[2mCoverage report from �[22m�[33mv8�[39m
-------------------|---------|----------|---------|---------|-------------------
File               | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
-------------------|---------|----------|---------|---------|-------------------
All files          |   82.69 |    71.11 |   83.33 |   84.25 |                   
 cloneRouteTree.ts |   83.92 |       75 |   91.66 |    85.1 | 175-182           
 ...terHarness.tsx |   93.51 |    80.76 |   90.32 |   95.87 | 23,557,582,614    
 ...eTestRouter.ts |     100 |     92.3 |     100 |     100 | 108               
 fileRouteUtils.ts |   94.59 |       75 |     100 |     100 | 22-44,50          
 ...essRegistry.ts |   66.66 |      100 |   66.66 |   66.66 | 49-52             
 index.ts          |     100 |      100 |     100 |     100 |                   
 ssr.tsx           |   42.85 |    34.61 |    37.5 |    43.9 | 57,73,86,107-141  
-------------------|---------|----------|---------|---------|-------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants