Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump prismjs from 1.24.0 to 1.27.0 #4816

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2022

Bumps prismjs from 1.24.0 to 1.27.0.

Release notes

Sourced from prismjs's releases.

v1.27.0

Release 1.27.0

v1.26.0

Release 1.26.0

v1.25.0

Release 1.25.0

v1.24.1

Release 1.24.1

Changelog

Sourced from prismjs's changelog.

1.27.0 (2022-02-17)

New components

Updated components

Updated plugins

Other

  • Core
    • Added better error message for missing grammars (#3311) 2cc4660b

1.26.0 (2022-01-06)

New components

Updated components

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 2022
@nwmac
Copy link
Member

nwmac commented Oct 2, 2024

This one looks okay - the API for Prism does not appear to have changed. We use it in one component - code-block:

    this.set('highlighted', prismjs.highlight(this.get('code') || '', prismjs.languages[lang], lang));

We use that component in places like the kubeconfig modal, so we should check that still highlights as expected.

@nwmac
Copy link
Member

nwmac commented Oct 2, 2024

@mantis-toboggan-md I have verified this one and with the newer version of Prism, it seems fine - I checked the kubeconfig modal and the json view for a json setting (ui-banners). I think this is safe to merge.  

@nwmac nwmac self-assigned this Oct 2, 2024
@nwmac nwmac added this to the v2.10.0 milestone Oct 2, 2024
@mantis-toboggan-md
Copy link
Member

@dependabot rebase

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.24.0...v1.27.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prismjs-1.27.0 branch from 984dbef to ae92ac4 Compare October 3, 2024 15:38
@mantis-toboggan-md mantis-toboggan-md merged commit b04bb24 into master Oct 3, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prismjs-1.27.0 branch October 3, 2024 15:48
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants