From 00233d639c7de721a1de78bd2550bb1fb59fbd77 Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Sun, 4 Apr 2021 15:31:42 -0400 Subject: [PATCH] (chore) release 10.7.2 --- CHANGES.md | 3 +++ README.md | 18 +++++++++--------- SECURITY.md | 2 +- docs/conf.py | 2 +- package-lock.json | 16 ++++++++-------- package.json | 2 +- 6 files changed, 23 insertions(+), 20 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8b17a5ea0c..832ed6be51 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ ## Version 10.7.2 +This is a patch release. The only change is that deprecation messages +are throttled and shown only once. + - (chore) throttle deprecation messages (#3092) [Mihkel Eidast][] [Mihkel Eidast]: https://github.com/mihkeleidast diff --git a/README.md b/README.md index 4fe918856a..8ba4a10b2d 100644 --- a/README.md +++ b/README.md @@ -271,28 +271,28 @@ see [DIGESTS.md](https://github.com/highlightjs/cdn-release/blob/main/DIGESTS.md **cdnjs** ([link](https://cdnjs.com/libraries/highlight.js)) ```html - - + + - + ``` **jsdelivr** ([link](https://www.jsdelivr.com/package/gh/highlightjs/cdn-release)) ```html - - + + - + ``` **unpkg** ([link](https://unpkg.com/browse/@highlightjs/cdn-assets/)) ```html - - + + - + ``` **Note:** *The CDN-hosted `highlight.min.js` package doesn't bundle every language.* It would be diff --git a/SECURITY.md b/SECURITY.md index e7670c8781..a62038718d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ Due to both time and resource constrains the Highlight.js core team only fully s | Version | Supported | Status | | :-----: | :-: | :------ | -| 10.7.1 | :white_check_mark:   :closed_lock_with_key: | The 10.x series recieves regular updates, new features & bug fixes. | +| 10.7.2 | :white_check_mark:   :closed_lock_with_key: | The 10.x series recieves regular updates, new features & bug fixes. | | <= 10.4.0 | :x: | Known vulnerabities. *Please upgrade to a more recent 10.x release.* | | 9.18.5 | :x: | [EOL](https://github.com/highlightjs/highlight.js/issues/2877). No longer supported. See [VERSION_10_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/main/VERSION_10_UPGRADE.md). | | <= 9.18.3 | :x: | No longer supported. Known vulnerabities. | diff --git a/docs/conf.py b/docs/conf.py index 017f00bf80..3be682929d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ # built documents. # The full version, including alpha/beta/rc tags. -release = '10.7.1' +release = '10.7.2' # The short X.Y version. version = ".".join(release.split(".")[:2]) diff --git a/package-lock.json b/package-lock.json index 41b61c0448..3b40dfc7fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "highlight.js", - "version": "10.7.1", + "version": "10.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "10.7.1", + "version": "10.7.2", "license": "BSD-3-Clause", "devDependencies": { "@rollup/plugin-commonjs": "^17.0.0", @@ -4784,9 +4784,9 @@ "dev": true }, "node_modules/y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==", "dev": true }, "node_modules/yallist": { @@ -8682,9 +8682,9 @@ "dev": true }, "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==", "dev": true }, "yallist": { diff --git a/package.json b/package.json index 0850c5fe74..f40eceddfc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "syntax" ], "homepage": "https://highlightjs.org/", - "version": "10.7.1", + "version": "10.7.2", "author": { "name": "Ivan Sagalaev", "email": "maniac@softwaremaniacs.org"