Skip to content

chore(deps): Bump prism-code-editor from 5.1.0 to 5.2.0 in /springwolf-ui#1763

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/springwolf-ui/prism-code-editor-5.2.0
Open

chore(deps): Bump prism-code-editor from 5.1.0 to 5.2.0 in /springwolf-ui#1763
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/springwolf-ui/prism-code-editor-5.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps prism-code-editor from 5.1.0 to 5.2.0.

Release notes

Sourced from prism-code-editor's releases.

Release 5.2.0

Commands rework and new hotkeys

New hotkeys functionality has been added to make registering commands and customizing key bindings easier (48023d0).

The defaultCommands() extension has now been deprecated and will be removed in the next major release. It has been replaced by the new editorCommands() extension which allows customizable key bindings and behaves almost identically when given the defaultKeymap. Note that The basicEditor() setup will continue to use defaultCommands() for backwards compatibility until the next major release. The example below shows how to use the new extension:

import { editorCommands, defaultKeymap } from "prism-code-editor/commands"
editor.addExtensions(editorCommands(defaultKeymap))

Most commands part of defaultCommands() have how been extracted from the extension and are exported from prism-code-editor/commands. This makes it easy to make custom keymaps or to create command palettes. The commands include:

editor.keyCommandMap has also been deprecated and will be removed in the next major release. Read the hotkeys guide to see how addEditorHotkey() can be used instead.

Improvements

  • Added extra key bindings to the search widget (1a5ab1a)
  • Added scroll up/down 1 line key binding for Mac to defaultKeymap (a54dc41)
  • Optimized the setSelection() utility (3f6aafd)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 [prism-code-editor](https://github.com/jonpyt/prism-code-editor) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/jonpyt/prism-code-editor/releases)
- [Commits](jonpyt/prism-code-editor@5.1.0...5.2.0)

---
updated-dependencies:
- dependency-name: prism-code-editor
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 3, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 3, 2026

Deploy Preview for springwolf-ui ready!

Name Link
🔨 Latest commit 61e0059
🔍 Latest deploy log https://app.netlify.com/projects/springwolf-ui/deploys/6a201c63a1bee00007875e70
😎 Deploy Preview https://deploy-preview-1763--springwolf-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

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