Skip to content

fix(deps): update external fixes#2504

Merged
renovate[bot] merged 1 commit intomainfrom
renovate-external-fixes
Mar 17, 2025
Merged

fix(deps): update external fixes#2504
renovate[bot] merged 1 commit intomainfrom
renovate-external-fixes

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jose 6.0.8 -> 6.0.10 age adoption passing confidence
lint-staged 15.4.3 -> 15.5.0 age adoption passing confidence
shelljs 0.9.1 -> 0.9.2 age adoption passing confidence

Release Notes

panva/jose (jose)

v6.0.10

Compare Source

Refactor
  • removed unused claims methods (74719cf)
  • reorganize jwt claim set utils (1f12d88)

v6.0.9

Compare Source

Documentation
  • add more symbol document, ignore ts-private fields (8b73687)
  • bump typedoc (6163a8b)
  • drop cdnjs links in README (a910038)
  • drop denoland/x links in README and add jsr (3662b9e)
  • fix key export links from docs/README.md (c8edfc2)
Refactor
  • always assume structuredClone is present (f7898a9)
  • hide internal private fields and drop ProduceJWT inheritance (ab18881)
  • less objects when JWE JWT Replicated Header Parameters are used (c763a0e)
lint-staged/lint-staged (lint-staged)

v15.5.0

Compare Source

Minor Changes
  • #​1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier

By default Prettier prefers double quotes.

Previously
  1. Stage file.js with only double quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
  5. Commit was not done, original state is restored and single quotes ' are staged
Now
  1. Stage file.js with only double-quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails and cancels the commit
  5. Commit was not done, and there are no staged changes
shelljs/shelljs (shelljs)

v0.9.2

Compare Source

What's Changed

Full Changelog: shelljs/shelljs@v0.9.1...v0.9.2


Configuration

📅 Schedule: Branch creation - "after 2pm on Monday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

This PR will trigger a patch release when merged.

@renovate renovate Bot merged commit 8715bda into main Mar 17, 2025
9 checks passed
@renovate renovate Bot deleted the renovate-external-fixes branch March 17, 2025 19:49
adobe-bot pushed a commit that referenced this pull request Mar 17, 2025
## [16.10.10](v16.10.9...v16.10.10) (2025-03-17)

### Bug Fixes

* **deps:** update external fixes ([#2504](#2504)) ([8715bda](8715bda))
@adobe-bot
Copy link
Copy Markdown
Collaborator

🎉 This PR is included in version 16.10.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant