Skip to content

build(deps): bump the types group across 1 directory with 7 updates#1298

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/types-96a7568eee
Closed

build(deps): bump the types group across 1 directory with 7 updates#1298
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/types-96a7568eee

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 16, 2026

Bumps the types group with 7 updates in the / directory:

Package From To
@types/node 22.19.1 25.2.3
@types/dagre 0.7.52 0.7.53
@types/hapi__inert 5.2.10 7.1.0
@types/lodash 4.17.17 4.17.23
@types/luxon 3.6.2 3.7.1
@types/prismjs 1.26.5 1.26.6
oidc-client-ts 3.2.1 3.4.1

Updates @types/node from 22.19.1 to 25.2.3

Commits

Updates @types/dagre from 0.7.52 to 0.7.53

Commits

Updates @types/hapi__inert from 5.2.10 to 7.1.0

Commits

Updates @types/lodash from 4.17.17 to 4.17.23

Commits

Updates @types/luxon from 3.6.2 to 3.7.1

Commits

Updates @types/prismjs from 1.26.5 to 1.26.6

Commits

Updates oidc-client-ts from 3.2.1 to 3.4.1

Release notes

Sourced from oidc-client-ts's releases.

v3.4.1

oidc-client-ts v3.4.1 is a bugfix release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Fixes:
    • #2259 forward popupAbortOnClose to PopupNavigator.prepare

thanks to @​watabean

v3.4.0

oidc-client-ts v3.4.0 is a minor release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Features:
    • #1890 optionally enforce iframe auth flow in signinSilent
    • #2180 add support for client_secret_jwt
    • #2244 optionally restore popup close rejection
  • Fixes;
    • #2147 wait until the page is shown again to resolve in RedirectNavigator

thanks to @​Hyperkid123, @​Nick-Source, @​Skizu and @​smujmaiku

v3.3.0

oidc-client-ts v3.3.0 is a minor release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Features:
    • #1924 use BroadcastChannel if no window.opener

thanks to @​jcphill

v3.3.0-rc.0

oidc-client-ts v3.3.0-rc.0 is a minor release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Features:
    • #1924 use BroadcastChannel if no window.opener

thanks to @​jcphill

Commits
  • e4c730c v3.4.1
  • 9adc363 Merge pull request #2256 from authts/dependabot/npm_and_yarn/fake-indexeddb-6...
  • 76ac9f9 build(deps-dev): bump fake-indexeddb from 6.2.4 to 6.2.5
  • 3f9c2fa Merge pull request #2257 from authts/dependabot/npm_and_yarn/globals-16.5.0
  • e365784 Merge pull request #2262 from authts/dependabot/npm_and_yarn/types/node-24.10.1
  • c36a490 Merge pull request #2263 from authts/dependabot/npm_and_yarn/microsoft/api-ex...
  • 8a01125 Merge pull request #2258 from authts/dependabot/npm_and_yarn/esbuild-0.27.0
  • 389419c Merge pull request #2259 from watabean/fix/forward-popupAbortOnClose-in-signi...
  • d67fb18 build(deps-dev): bump @​microsoft/api-extractor from 7.53.3 to 7.55.0
  • 92a39a1 build(deps-dev): bump @​types/node from 22.15.21 to 24.10.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for oidc-client-ts since your current version.


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

Bumps the types group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.1` | `25.2.3` |
| [@types/dagre](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dagre) | `0.7.52` | `0.7.53` |
| [@types/hapi__inert](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/hapi__inert) | `5.2.10` | `7.1.0` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.17` | `4.17.23` |
| [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) | `3.6.2` | `3.7.1` |
| [@types/prismjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prismjs) | `1.26.5` | `1.26.6` |
| [oidc-client-ts](https://github.com/authts/oidc-client-ts) | `3.2.1` | `3.4.1` |



Updates `@types/node` from 22.19.1 to 25.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/dagre` from 0.7.52 to 0.7.53
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dagre)

Updates `@types/hapi__inert` from 5.2.10 to 7.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/hapi__inert)

Updates `@types/lodash` from 4.17.17 to 4.17.23
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Updates `@types/luxon` from 3.6.2 to 3.7.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon)

Updates `@types/prismjs` from 1.26.5 to 1.26.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prismjs)

Updates `oidc-client-ts` from 3.2.1 to 3.4.1
- [Release notes](https://github.com/authts/oidc-client-ts/releases)
- [Commits](authts/oidc-client-ts@v3.2.1...v3.4.1)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: types
- dependency-name: "@types/dagre"
  dependency-version: 0.7.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: types
- dependency-name: "@types/hapi__inert"
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: types
- dependency-name: "@types/lodash"
  dependency-version: 4.17.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: types
- dependency-name: "@types/luxon"
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: types
- dependency-name: "@types/prismjs"
  dependency-version: 1.26.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: types
- dependency-name: oidc-client-ts
  dependency-version: 3.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: types
...

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 Feb 16, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 18, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 18, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/types-96a7568eee branch March 18, 2026 10:36
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