Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !10627

Bump prismjs from 1.21.0 to 1.23.0 in /docusaurus/website

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge dependabot/npm_and_yarn/docusaurus/website/prismjs-1.23.0 into master Mar 01, 2021
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: dependabot[bot]

Bumps prismjs from 1.21.0 to 1.23.0.

Release notes

Sourced from prismjs's releases.

v1.23.0

New components

  • Apex (#2622) f0e2b70e
  • DataWeave (#2659) 0803525b
  • PromQL (#2628) 8831c706

Updated components

  • Fixed multiple vulnerable regexes (#2584) c2f6a644
  • Apache Configuration
    • Update directive-flag to match = (#2612) 00bf00e3
  • C-like
    • Made all comments greedy (#2680) 0a3932fe
  • C
    • Better class name and macro name detection (#2585) 129faf5c
  • Content-Security-Policy
    • Added missing directives and keywords (#2664) f1541342
    • Do not highlight directive names with adjacent hyphens (#2662) a7ccc16d
  • CSS
    • Better HTML style attribute tokenization (#2569) b04cbafe
  • Java
    • Improved package and class name detection (#2599) 0889bc7c
    • Added Java 15 keywords (#2567) 73f81c89
  • Java stack trace
    • Added support stack frame element class loaders and modules (#2658) 0bb4f096
  • Julia
    • Removed constants that are not exported by default (#2601) 093c8175
  • Kotlin
    • Added support for backticks in function names (#2489) a5107d5c
  • Latte
    • Fixed exponential backtracking (#2682) 89f1e182
  • Markdown
    • Improved URL tokenization (#2678) 2af3e2c2
    • Added support for YAML front matter (#2634) 5cf9cfbc
  • PHP
    • Added support for PHP 7.4 + other major improvements (#2566) 38808e64
    • Added support for PHP 8.0 features (#2591) df922d90
    • Removed C-like dependency (#2619) 89ebb0b7
    • Fixed exponential backtracking (#2684) 37b9c9a1
  • Sass (Scss)
    • Added support for Sass modules (#2643) deb238a6
  • Scheme
    • Fixed number pattern (#2648) e01ecd00
    • Fixed function and function-like false positives (#2611) 7951ca24
  • Shell session
    • Fixed false positives because of links in command output (#2649) 8e76a978
  • TSX
    • Temporary fix for the collisions of JSX tags and TS generics (#2596) 25bdb494

... (truncated)

Changelog

Sourced from prismjs's changelog.

1.23.0 (2020-12-31)

New components

  • Apex (#2622) f0e2b70e
  • DataWeave (#2659) 0803525b
  • PromQL (#2628) 8831c706

Updated components

  • Fixed multiple vulnerable regexes (#2584) c2f6a644
  • Apache Configuration
    • Update directive-flag to match = (#2612) 00bf00e3
  • C-like
    • Made all comments greedy (#2680) 0a3932fe
  • C
    • Better class name and macro name detection (#2585) 129faf5c
  • Content-Security-Policy
    • Added missing directives and keywords (#2664) f1541342
    • Do not highlight directive names with adjacent hyphens (#2662) a7ccc16d
  • CSS
    • Better HTML style attribute tokenization (#2569) b04cbafe
  • Java
    • Improved package and class name detection (#2599) 0889bc7c
    • Added Java 15 keywords (#2567) 73f81c89
  • Java stack trace
    • Added support stack frame element class loaders and modules (#2658) 0bb4f096
  • Julia
    • Removed constants that are not exported by default (#2601) 093c8175
  • Kotlin
    • Added support for backticks in function names (#2489) a5107d5c
  • Latte
    • Fixed exponential backtracking (#2682) 89f1e182
  • Markdown
    • Improved URL tokenization (#2678) 2af3e2c2
    • Added support for YAML front matter (#2634) 5cf9cfbc
  • PHP
    • Added support for PHP 7.4 + other major improvements (#2566) 38808e64
    • Added support for PHP 8.0 features (#2591) df922d90
    • Removed C-like dependency (#2619) 89ebb0b7
    • Fixed exponential backtracking (#2684) 37b9c9a1
  • Sass (Scss)
    • Added support for Sass modules (#2643) deb238a6
  • Scheme
    • Fixed number pattern (#2648) e01ecd00
    • Fixed function and function-like false positives (#2611) 7951ca24
  • Shell session
    • Fixed false positives because of links in command output (#2649) 8e76a978
  • TSX
    • Temporary fix for the collisions of JSX tags and TS generics (#2596) 25bdb494

... (truncated)

Commits
  • 88a17b4 1.23.0
  • 5dc7b42 Changelog v1.23.0 (#2681)
  • 37b9c9a PHP: Fixed exponential backtracking (#2684)
  • 89f1e18 Latte: Fixed exponential backtracking (#2682)
  • 0a3932f C-like: Made all comments greedy (#2680)
  • cdb24ab Line Highlight: Fixed print background color (#2668)
  • e644178 Added test for polynomial backtracking (#2597)
  • b40f8f4 Line highlight: Fixed top offset in combination with Line numbers (#2237)
  • 2af3e2c Markdown: Improved URL tokenization (#2678)
  • df0738e Test page: Don't trigger ad-blockers with class (#2677)
  • Additional commits viewable in compare view

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 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.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dependabot/npm_and_yarn/docusaurus/website/prismjs-1.23.0