Skip to content

fix: bump jose from 4.15.9 to 6.2.3#2348

Merged
adriangohjw merged 5 commits into
mainfrom
dependabot/npm_and_yarn/jose-6.2.3
Jun 8, 2026
Merged

fix: bump jose from 4.15.9 to 6.2.3#2348
adriangohjw merged 5 commits into
mainfrom
dependabot/npm_and_yarn/jose-6.2.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Bumps jose from 4.15.9 to 6.2.3.

Release notes

Sourced from jose's releases.

v6.2.3

Refactor

  • cleanly reject invalid PBES2 p2c (0cdb851)

v6.2.2

Fixes

  • reject failed decompression with JWEInvalid error (043b181)

v6.2.1

Refactor

  • reorganize internals, less files, smaller footprint (d4231f9)

v6.2.0

Features

  • re-introduce JWE "zip" (Compression Algorithm) Header Parameter support (b13b446)

Documentation

  • clarify return of general jws and jwe (56682b4)

v6.1.3

Refactor

  • avoid export * as for google closure's compiler sake (6303d98), closes #832

v6.1.2

Refactor

v6.1.1

Documentation

  • add link to RFC9864 (767edde)
  • link to ML-DSA for JOSE (ed4252c)
  • remove mention of Edge Runtime from the readme (94fdde7)
  • update README.md (25098ef)

Refactor

  • eliminate named exports in the source code (f6ae30d)
  • expose setKeyManagementParameters also on a GeneralEncrypt Recipient (16e6b23)
  • faster path for symmetric key checks (a44c2ec)
  • improve en/decoding overheads (daee426)

... (truncated)

Changelog

Sourced from jose's changelog.

6.2.3 (2026-04-27)

Refactor

  • cleanly reject invalid PBES2 p2c (0cdb851)

6.2.2 (2026-03-18)

Fixes

  • reject failed decompression with JWEInvalid error (043b181)

6.2.1 (2026-03-09)

Refactor

  • reorganize internals, less files, smaller footprint (d4231f9)

6.2.0 (2026-03-05)

Features

  • re-introduce JWE "zip" (Compression Algorithm) Header Parameter support (b13b446)

Documentation

  • clarify return of general jws and jwe (56682b4)

6.1.3 (2025-12-02)

Refactor

  • avoid export * as for google closure's compiler sake (6303d98), closes #832

6.1.2 (2025-11-15)

Refactor

6.1.1 (2025-11-09)

... (truncated)

Commits
  • 41ad7e9 chore(release): 6.2.3
  • 988e90f chore: account for commit-and-tag-version instead of standard-version
  • 4b24656 chore: update CHANGELOG.md header
  • 0cdb851 refactor: cleanly reject invalid PBES2 p2c
  • a0b261e test: update Bun expectations
  • b39dc1a chore: use fs.globSync
  • 0675be1 build: replace rollup umd build with a custom esbuild iife wrap
  • 9b03323 chore: bump packages
  • 914b73d chore(deps-dev): bump lodash
  • 9dce817 chore: bump packages
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for jose since your current version.


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 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 [jose](https://github.com/panva/jose) from 4.15.9 to 6.2.3.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.15.9...v6.2.3)

---
updated-dependencies:
- dependency-name: jose
  dependency-version: 6.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 8, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 8, 2026 10:39
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
isomer-studio Error Error Jun 8, 2026 2:24pm

Request Review

- Added support for manual re-runs by including 'ready_for_review' in the pull request types.
- Set permissions for reading contents.
- Enabled full output display for the Claude Code Action.

This enhances the workflow's flexibility and visibility during Dependabot reviews.
@adriangohjw adriangohjw marked this pull request as draft June 8, 2026 13:55
@adriangohjw adriangohjw marked this pull request as ready for review June 8, 2026 13:56
- Added a manual trigger for the workflow with `workflow_dispatch`, allowing users to specify a PR number for review.
- Updated the condition to run the review job for Dependabot PRs, improving specificity by checking the branch prefix.

These changes increase the flexibility and control over the Dependabot review process.
@adriangohjw adriangohjw marked this pull request as draft June 8, 2026 14:00
@adriangohjw adriangohjw marked this pull request as ready for review June 8, 2026 14:00
@adriangohjw adriangohjw marked this pull request as draft June 8, 2026 14:02
@adriangohjw adriangohjw marked this pull request as ready for review June 8, 2026 14:02
- Removed the `ready_for_review` trigger and replaced it with a `labeled` event for manual re-runs using the 'review-dependency-upgrade' label.
- Updated the job condition to ensure it runs for both 'opened' and 'labeled' events.
- Added a step to automatically remove the 'review-dependency-upgrade' label after the review process.

These changes enhance the workflow's usability and streamline the review process for Dependabot pull requests.
@adriangohjw
Copy link
Copy Markdown
Contributor

jose: 6.0.11 → 6.2.3

Verdict: SAFE

Version Breaking change Impact Where in codebase Migration hint
6.1.0 Added AKP JWK support Safe
6.1.1 Internal refactoring / feature exposure Safe
6.2.0 JWE "zip" compression re-introduced Safe

No breaking changes between 6.0.11 and 6.2.3. All releases in this range are pure additions.

Codebase usage (apps/studio): generateKeyPair, exportPKCS8, exportSPKI, exportJWK, calculateJwkThumbprint, importPKCS8 — all stable APIs unchanged in this range.

Note: The PR title says "4.15.9 → 6.2.3" because Dependabot opened it when main was still on 4.15.9. Main was subsequently updated to ^6.0.11, so merging this PR only applies the minor bump.


🤖 Reviewed by Claude Code

@adriangohjw adriangohjw merged commit 6242b95 into main Jun 8, 2026
17 of 19 checks passed
@adriangohjw adriangohjw deleted the dependabot/npm_and_yarn/jose-6.2.3 branch June 8, 2026 14:30
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.

1 participant