From 89ffbfadd287a595595ebafec3d36cc91692f1b3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 29 Nov 2023 14:45:15 +0100
Subject: [PATCH 1/5] build(deps): Bump pygments from 2.16.1 to 2.17.2 in /docs
(#805)
Bumps [pygments](https://github.com/pygments/pygments) from 2.16.1 to
2.17.2.
Release notes
Sourced from pygments's
releases.
2.17.2
- Fix a packaging issue on macOS (#2593)
2.17.1
-
Updated lexers:
- TOML: Fix bug making lexing of single-quoted strings too eager
2.17.0
-
New lexers:
-
Updated lexers:
- Cypher: fix comment matching, add missing keywords (#2504)
- Fortran: add
elseif
keyword (#2528)
- Lean: make it available as
lean3
, in preparation for a
possible switch to lean
highlighting as Lean 4 (#2546)
- JSON: add MIME types and file extensions for several line-delimited
JSON formats (#2490)
- Nix: many improvements (#2551,
#1800)
- OCaml: Add
and
keyword, remove value
from
keywords (#2521)
- Python: add
starlark
and bazel
aliases (#2517,
#2516)
- Snowball: Treat
len
like size
(#2508)
- Spice: add
panic
keyword and ->
operator (#2510)
- squid.conf: fix catastrophic backtracking (#2583)
- TOML: rewritten, with many fixes (#2576)
- Turtle: support blank nodes (#2581)
- Wikitext: fix erroneous highlighting of LanguageConverter markup
(#2493),
add missing variant languages (#2494)
- CMake: support
[=[ bracketed arguments ]=]
(#2549)
-
Fix ctags support and tests (#2487)
-
Include Lexer.add_filter
in the documentation (#2519)
-
Add a Lean3Lexer
alias (#2546)
-
The pygments.styles
module contains a new
STYLES
variable with a dictionary of built-in styles. The
old STYLE_MAP
variable, which uses a different format, is
kept for backwards compatibility.
-
On Windows, add a new installation extra
(windows-terminal
) which pulls in dependencies for colored
console output. See :doc:cmdline
for more details. (#2505)
-
Support more file types in autopygmentize
script (#2513)
-
Change color of numbers in rrt
style (#2526)
-
Fix error when trying to look up plugin formatters by file extension
of the output format (#2563)
-
Use Hatchling as a build backend instead of setuptools.
This change is transparent to most users. Distribution packagers who
build without build isolation need to add hatchling as a build
dependency and remove setuptools. People downloading source
distributions and wheels from PyPI directly should note that they now
have pygments
in their file names instead of
Pygments
. (#2573)
-
Improve the test framework to also check for lost tokens when
processing the snippets and example files (#2582.)
-
Improve the Dracula style definition to make it easier to
maintain (#2575)
Changelog
Sourced from pygments's
changelog.
Version 2.17.2
(released November 21, 2023)
- Fix a packaging issue on macOS (#2593)
Version 2.17.1
(released November 19, 2023)
-
Updated lexers:
- TOML: Fix bug making lexing of single-quoted strings too eager
Version 2.17.0
(released November 18, 2023)
... (truncated)
Commits
ee30ce1
Only select pygments/ in wheels, not in sdists
9adeef6
Prepare 2.17.2 hotfix release.
639bfcf
Fix building from source on macOS (#2593)
f5eb039
Prepare 2.17.1 hotfix release.
0c66899
Update CHANGES
220a2a9
TOML: fix bug with eager literal strings
5cf7389
Another formatting fix in CHANGES.
5874c34
Fix code formatting in the CHANGES file.
49090a3
Prepare for next release.
26e29a6
Bump version number.
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygments&package-manager=pip&previous-version=2.16.1&new-version=2.17.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
docs/poetry.lock | 11 ++++++-----
docs/pyproject.toml | 2 +-
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/docs/poetry.lock b/docs/poetry.lock
index e8623e84b..f41a2938c 100644
--- a/docs/poetry.lock
+++ b/docs/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
[[package]]
name = "babel"
@@ -433,17 +433,18 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co
[[package]]
name = "pygments"
-version = "2.16.1"
+version = "2.17.2"
description = "Pygments is a syntax highlighting package written in Python."
optional = false
python-versions = ">=3.7"
files = [
- {file = "Pygments-2.16.1-py3-none-any.whl", hash = "sha256:13fc09fa63bc8d8671a6d247e1eb303c4b343eaee81d861f3404db2935653692"},
- {file = "Pygments-2.16.1.tar.gz", hash = "sha256:1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29"},
+ {file = "pygments-2.17.2-py3-none-any.whl", hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c"},
+ {file = "pygments-2.17.2.tar.gz", hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"},
]
[package.extras]
plugins = ["importlib-metadata"]
+windows-terminal = ["colorama (>=0.4.6)"]
[[package]]
name = "pymdown-extensions"
@@ -738,4 +739,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
-content-hash = "18549fd65394cffb4d047c4ae6644584f9d28240be05e73a650cb656c2cf36f7"
+content-hash = "6b0779b0cd11669e8249da717a77e6c593043e907cb14be0814b0467c4dd449c"
diff --git a/docs/pyproject.toml b/docs/pyproject.toml
index b07ef21dc..182190a95 100644
--- a/docs/pyproject.toml
+++ b/docs/pyproject.toml
@@ -14,7 +14,7 @@ mkdocs = "^1.5.3"
mkdocs-glightbox = "^0.3.4"
mkdocs-material = "^9.4.7"
mkdocs-same-dir = "^0.1.2"
-pygments = "^2.16.1"
+pygments = "^2.17.2"
[tool.poetry.plugins."pygments.lexers"]
sds = "safe_ds_lexer:SafeDsLexer"
From b72e6bffb6de15824400017f0aeb8a393ee75585 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 29 Nov 2023 14:45:48 +0100
Subject: [PATCH 2/5] build(deps-dev): Bump esbuild from 0.19.7 to 0.19.8
(#802)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.7 to 0.19.8.
Release notes
Sourced from esbuild's
releases.
v0.19.8
-
Add a treemap chart to esbuild's bundle analyzer (#2848)
The bundler analyzer on esbuild's website (https://esbuild.github.io/analyze/)
now has a treemap chart type in addition to the two existing chart types
(sunburst and flame). This should be more familiar for people coming
from other similar tools, as well as make better use of large
screens.
-
Allow decorators after the export
keyword (#104)
Previously esbuild's decorator parser followed the original behavior
of TypeScript's experimental decorators feature, which only allowed
decorators to come before the export
keyword. However, the
upcoming JavaScript decorators feature also allows decorators to come
after the export
keyword. And with TypeScript 5.0,
TypeScript now also allows experimental decorators to come after the
export
keyword too. So esbuild now allows this as well:
// This old syntax has always been permitted:
@decorator export class Foo {}
@decorator export default class Foo {}
// This new syntax is now permitted too:
export @decorator
class
Foo {}
export default @decorator
class
Foo {}
In addition, esbuild's decorator parser has been rewritten to fix
several subtle and likely unimportant edge cases with esbuild's parsing
of exports and decorators in TypeScript (e.g. TypeScript apparently does
automatic semicolon insertion after interface
and
export interface
but not after export default
interface
).
Pretty-print decorators using the same whitespace as the original
When printing code containing decorators, esbuild will now try to
respect whether the original code contained newlines after the decorator
or not. This can make generated code containing many decorators much
more compact to read:
// Original code
class Foo {
@a @b @c abc
@x @y @z xyz
}
// Old output
class Foo {
@a
@b
@c
abc;
@x
@y
@z
xyz;
}
// New output
class Foo {
@a
@b
@c
abc;
@x
@y
@z
xyz;
}
Changelog
Sourced from esbuild's
changelog.
0.19.8
-
Add a treemap chart to esbuild's bundle analyzer (#2848)
The bundler analyzer on esbuild's website (https://esbuild.github.io/analyze/)
now has a treemap chart type in addition to the two existing chart types
(sunburst and flame). This should be more familiar for people coming
from other similar tools, as well as make better use of large
screens.
-
Allow decorators after the export
keyword (#104)
Previously esbuild's decorator parser followed the original behavior
of TypeScript's experimental decorators feature, which only allowed
decorators to come before the export
keyword. However, the
upcoming JavaScript decorators feature also allows decorators to come
after the export
keyword. And with TypeScript 5.0,
TypeScript now also allows experimental decorators to come after the
export
keyword too. So esbuild now allows this as well:
// This old syntax has always been permitted:
@decorator export class Foo {}
@decorator export default class Foo {}
// This new syntax is now permitted too:
export @decorator
class
Foo {}
export default @decorator
class
Foo {}
In addition, esbuild's decorator parser has been rewritten to fix
several subtle and likely unimportant edge cases with esbuild's parsing
of exports and decorators in TypeScript (e.g. TypeScript apparently does
automatic semicolon insertion after interface
and
export interface
but not after export default
interface
).
-
Pretty-print decorators using the same whitespace as the original
When printing code containing decorators, esbuild will now try to
respect whether the original code contained newlines after the decorator
or not. This can make generated code containing many decorators much
more compact to read:
// Original code
class Foo {
@a @b @c abc
@x @y @z xyz
}
// Old output
class Foo {
@a
@b
@c
abc;
@x
@y
@z
xyz;
}
// New output
class Foo {
@a
@b
@c
abc;
@x
@y
@z
xyz;
}
... (truncated)
Commits
e97bd67
publish 0.19.8 to npm
65b3058
mention the treemap in the release notes (#2848)
16883d4
add whitespace change to release notes
7383d0d
decorators: printing preserves newline-tail status
7edc83d
reword an experimental decorators error message
f3d5352
remove a now-unused field
e755189
ts: forbid regular decorators on declare
fields
69c9e7f
allow decorators to come after export
(#104)
7baefdb
fix a panic with "export default interface\n"
a8313d2
use "check" for decorator validation, not
"guess"
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=esbuild&package-manager=npm_and_yarn&previous-version=0.19.7&new-version=0.19.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 184 +++++++++++++--------------
packages/safe-ds-vscode/package.json | 2 +-
2 files changed, 93 insertions(+), 93 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index d4ad4a97c..c640f91ac 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -264,9 +264,9 @@
}
},
"node_modules/@esbuild/android-arm": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.7.tgz",
- "integrity": "sha512-YGSPnndkcLo4PmVl2tKatEn+0mlVMr3yEpOOT0BeMria87PhvoJb5dg5f5Ft9fbCVgtAz4pWMzZVgSEGpDAlww==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.8.tgz",
+ "integrity": "sha512-31E2lxlGM1KEfivQl8Yf5aYU/mflz9g06H6S15ITUFQueMFtFjESRMoDSkvMo8thYvLBax+VKTPlpnx+sPicOA==",
"cpu": [
"arm"
],
@@ -280,9 +280,9 @@
}
},
"node_modules/@esbuild/android-arm64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.7.tgz",
- "integrity": "sha512-YEDcw5IT7hW3sFKZBkCAQaOCJQLONVcD4bOyTXMZz5fr66pTHnAet46XAtbXAkJRfIn2YVhdC6R9g4xa27jQ1w==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.8.tgz",
+ "integrity": "sha512-B8JbS61bEunhfx8kasogFENgQfr/dIp+ggYXwTqdbMAgGDhRa3AaPpQMuQU0rNxDLECj6FhDzk1cF9WHMVwrtA==",
"cpu": [
"arm64"
],
@@ -296,9 +296,9 @@
}
},
"node_modules/@esbuild/android-x64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.7.tgz",
- "integrity": "sha512-jhINx8DEjz68cChFvM72YzrqfwJuFbfvSxZAk4bebpngGfNNRm+zRl4rtT9oAX6N9b6gBcFaJHFew5Blf6CvUw==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.8.tgz",
+ "integrity": "sha512-rdqqYfRIn4jWOp+lzQttYMa2Xar3OK9Yt2fhOhzFXqg0rVWEfSclJvZq5fZslnz6ypHvVf3CT7qyf0A5pM682A==",
"cpu": [
"x64"
],
@@ -312,9 +312,9 @@
}
},
"node_modules/@esbuild/darwin-arm64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.7.tgz",
- "integrity": "sha512-dr81gbmWN//3ZnBIm6YNCl4p3pjnabg1/ZVOgz2fJoUO1a3mq9WQ/1iuEluMs7mCL+Zwv7AY5e3g1hjXqQZ9Iw==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.8.tgz",
+ "integrity": "sha512-RQw9DemMbIq35Bprbboyf8SmOr4UXsRVxJ97LgB55VKKeJOOdvsIPy0nFyF2l8U+h4PtBx/1kRf0BelOYCiQcw==",
"cpu": [
"arm64"
],
@@ -328,9 +328,9 @@
}
},
"node_modules/@esbuild/darwin-x64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.7.tgz",
- "integrity": "sha512-Lc0q5HouGlzQEwLkgEKnWcSazqr9l9OdV2HhVasWJzLKeOt0PLhHaUHuzb8s/UIya38DJDoUm74GToZ6Wc7NGQ==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.8.tgz",
+ "integrity": "sha512-3sur80OT9YdeZwIVgERAysAbwncom7b4bCI2XKLjMfPymTud7e/oY4y+ci1XVp5TfQp/bppn7xLw1n/oSQY3/Q==",
"cpu": [
"x64"
],
@@ -344,9 +344,9 @@
}
},
"node_modules/@esbuild/freebsd-arm64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.7.tgz",
- "integrity": "sha512-+y2YsUr0CxDFF7GWiegWjGtTUF6gac2zFasfFkRJPkMAuMy9O7+2EH550VlqVdpEEchWMynkdhC9ZjtnMiHImQ==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.8.tgz",
+ "integrity": "sha512-WAnPJSDattvS/XtPCTj1tPoTxERjcTpH6HsMr6ujTT+X6rylVe8ggxk8pVxzf5U1wh5sPODpawNicF5ta/9Tmw==",
"cpu": [
"arm64"
],
@@ -360,9 +360,9 @@
}
},
"node_modules/@esbuild/freebsd-x64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.7.tgz",
- "integrity": "sha512-CdXOxIbIzPJmJhrpmJTLx+o35NoiKBIgOvmvT+jeSadYiWJn0vFKsl+0bSG/5lwjNHoIDEyMYc/GAPR9jxusTA==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.8.tgz",
+ "integrity": "sha512-ICvZyOplIjmmhjd6mxi+zxSdpPTKFfyPPQMQTK/w+8eNK6WV01AjIztJALDtwNNfFhfZLux0tZLC+U9nSyA5Zg==",
"cpu": [
"x64"
],
@@ -376,9 +376,9 @@
}
},
"node_modules/@esbuild/linux-arm": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.7.tgz",
- "integrity": "sha512-Y+SCmWxsJOdQtjcBxoacn/pGW9HDZpwsoof0ttL+2vGcHokFlfqV666JpfLCSP2xLxFpF1lj7T3Ox3sr95YXww==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.8.tgz",
+ "integrity": "sha512-H4vmI5PYqSvosPaTJuEppU9oz1dq2A7Mr2vyg5TF9Ga+3+MGgBdGzcyBP7qK9MrwFQZlvNyJrvz6GuCaj3OukQ==",
"cpu": [
"arm"
],
@@ -392,9 +392,9 @@
}
},
"node_modules/@esbuild/linux-arm64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.7.tgz",
- "integrity": "sha512-inHqdOVCkUhHNvuQPT1oCB7cWz9qQ/Cz46xmVe0b7UXcuIJU3166aqSunsqkgSGMtUCWOZw3+KMwI6otINuC9g==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.8.tgz",
+ "integrity": "sha512-z1zMZivxDLHWnyGOctT9JP70h0beY54xDDDJt4VpTX+iwA77IFsE1vCXWmprajJGa+ZYSqkSbRQ4eyLCpCmiCQ==",
"cpu": [
"arm64"
],
@@ -408,9 +408,9 @@
}
},
"node_modules/@esbuild/linux-ia32": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.7.tgz",
- "integrity": "sha512-2BbiL7nLS5ZO96bxTQkdO0euGZIUQEUXMTrqLxKUmk/Y5pmrWU84f+CMJpM8+EHaBPfFSPnomEaQiG/+Gmh61g==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.8.tgz",
+ "integrity": "sha512-1a8suQiFJmZz1khm/rDglOc8lavtzEMRo0v6WhPgxkrjcU0LkHj+TwBrALwoz/OtMExvsqbbMI0ChyelKabSvQ==",
"cpu": [
"ia32"
],
@@ -424,9 +424,9 @@
}
},
"node_modules/@esbuild/linux-loong64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.7.tgz",
- "integrity": "sha512-BVFQla72KXv3yyTFCQXF7MORvpTo4uTA8FVFgmwVrqbB/4DsBFWilUm1i2Oq6zN36DOZKSVUTb16jbjedhfSHw==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.8.tgz",
+ "integrity": "sha512-fHZWS2JJxnXt1uYJsDv9+b60WCc2RlvVAy1F76qOLtXRO+H4mjt3Tr6MJ5l7Q78X8KgCFudnTuiQRBhULUyBKQ==",
"cpu": [
"loong64"
],
@@ -440,9 +440,9 @@
}
},
"node_modules/@esbuild/linux-mips64el": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.7.tgz",
- "integrity": "sha512-DzAYckIaK+pS31Q/rGpvUKu7M+5/t+jI+cdleDgUwbU7KdG2eC3SUbZHlo6Q4P1CfVKZ1lUERRFP8+q0ob9i2w==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.8.tgz",
+ "integrity": "sha512-Wy/z0EL5qZYLX66dVnEg9riiwls5IYnziwuju2oUiuxVc+/edvqXa04qNtbrs0Ukatg5HEzqT94Zs7J207dN5Q==",
"cpu": [
"mips64el"
],
@@ -456,9 +456,9 @@
}
},
"node_modules/@esbuild/linux-ppc64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.7.tgz",
- "integrity": "sha512-JQ1p0SmUteNdUaaiRtyS59GkkfTW0Edo+e0O2sihnY4FoZLz5glpWUQEKMSzMhA430ctkylkS7+vn8ziuhUugQ==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.8.tgz",
+ "integrity": "sha512-ETaW6245wK23YIEufhMQ3HSeHO7NgsLx8gygBVldRHKhOlD1oNeNy/P67mIh1zPn2Hr2HLieQrt6tWrVwuqrxg==",
"cpu": [
"ppc64"
],
@@ -472,9 +472,9 @@
}
},
"node_modules/@esbuild/linux-riscv64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.7.tgz",
- "integrity": "sha512-xGwVJ7eGhkprY/nB7L7MXysHduqjpzUl40+XoYDGC4UPLbnG+gsyS1wQPJ9lFPcxYAaDXbdRXd1ACs9AE9lxuw==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.8.tgz",
+ "integrity": "sha512-T2DRQk55SgoleTP+DtPlMrxi/5r9AeFgkhkZ/B0ap99zmxtxdOixOMI570VjdRCs9pE4Wdkz7JYrsPvsl7eESg==",
"cpu": [
"riscv64"
],
@@ -488,9 +488,9 @@
}
},
"node_modules/@esbuild/linux-s390x": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.7.tgz",
- "integrity": "sha512-U8Rhki5PVU0L0nvk+E8FjkV8r4Lh4hVEb9duR6Zl21eIEYEwXz8RScj4LZWA2i3V70V4UHVgiqMpszXvG0Yqhg==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.8.tgz",
+ "integrity": "sha512-NPxbdmmo3Bk7mbNeHmcCd7R7fptJaczPYBaELk6NcXxy7HLNyWwCyDJ/Xx+/YcNH7Im5dHdx9gZ5xIwyliQCbg==",
"cpu": [
"s390x"
],
@@ -504,9 +504,9 @@
}
},
"node_modules/@esbuild/linux-x64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.7.tgz",
- "integrity": "sha512-ZYZopyLhm4mcoZXjFt25itRlocKlcazDVkB4AhioiL9hOWhDldU9n38g62fhOI4Pth6vp+Mrd5rFKxD0/S+7aQ==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.8.tgz",
+ "integrity": "sha512-lytMAVOM3b1gPypL2TRmZ5rnXl7+6IIk8uB3eLsV1JwcizuolblXRrc5ShPrO9ls/b+RTp+E6gbsuLWHWi2zGg==",
"cpu": [
"x64"
],
@@ -520,9 +520,9 @@
}
},
"node_modules/@esbuild/netbsd-x64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.7.tgz",
- "integrity": "sha512-/yfjlsYmT1O3cum3J6cmGG16Fd5tqKMcg5D+sBYLaOQExheAJhqr8xOAEIuLo8JYkevmjM5zFD9rVs3VBcsjtQ==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.8.tgz",
+ "integrity": "sha512-hvWVo2VsXz/8NVt1UhLzxwAfo5sioj92uo0bCfLibB0xlOmimU/DeAEsQILlBQvkhrGjamP0/el5HU76HAitGw==",
"cpu": [
"x64"
],
@@ -536,9 +536,9 @@
}
},
"node_modules/@esbuild/openbsd-x64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.7.tgz",
- "integrity": "sha512-MYDFyV0EW1cTP46IgUJ38OnEY5TaXxjoDmwiTXPjezahQgZd+j3T55Ht8/Q9YXBM0+T9HJygrSRGV5QNF/YVDQ==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.8.tgz",
+ "integrity": "sha512-/7Y7u77rdvmGTxR83PgaSvSBJCC2L3Kb1M/+dmSIvRvQPXXCuC97QAwMugBNG0yGcbEGfFBH7ojPzAOxfGNkwQ==",
"cpu": [
"x64"
],
@@ -552,9 +552,9 @@
}
},
"node_modules/@esbuild/sunos-x64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.7.tgz",
- "integrity": "sha512-JcPvgzf2NN/y6X3UUSqP6jSS06V0DZAV/8q0PjsZyGSXsIGcG110XsdmuWiHM+pno7/mJF6fjH5/vhUz/vA9fw==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.8.tgz",
+ "integrity": "sha512-9Lc4s7Oi98GqFA4HzA/W2JHIYfnXbUYgekUP/Sm4BG9sfLjyv6GKKHKKVs83SMicBF2JwAX6A1PuOLMqpD001w==",
"cpu": [
"x64"
],
@@ -568,9 +568,9 @@
}
},
"node_modules/@esbuild/win32-arm64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.7.tgz",
- "integrity": "sha512-ZA0KSYti5w5toax5FpmfcAgu3ZNJxYSRm0AW/Dao5up0YV1hDVof1NvwLomjEN+3/GMtaWDI+CIyJOMTRSTdMw==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.8.tgz",
+ "integrity": "sha512-rq6WzBGjSzihI9deW3fC2Gqiak68+b7qo5/3kmB6Gvbh/NYPA0sJhrnp7wgV4bNwjqM+R2AApXGxMO7ZoGhIJg==",
"cpu": [
"arm64"
],
@@ -584,9 +584,9 @@
}
},
"node_modules/@esbuild/win32-ia32": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.7.tgz",
- "integrity": "sha512-CTOnijBKc5Jpk6/W9hQMMvJnsSYRYgveN6O75DTACCY18RA2nqka8dTZR+x/JqXCRiKk84+5+bRKXUSbbwsS0A==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.8.tgz",
+ "integrity": "sha512-AIAbverbg5jMvJznYiGhrd3sumfwWs8572mIJL5NQjJa06P8KfCPWZQ0NwZbPQnbQi9OWSZhFVSUWjjIrn4hSw==",
"cpu": [
"ia32"
],
@@ -600,9 +600,9 @@
}
},
"node_modules/@esbuild/win32-x64": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.7.tgz",
- "integrity": "sha512-gRaP2sk6hc98N734luX4VpF318l3w+ofrtTu9j5L8EQXF+FzQKV6alCOHMVoJJHvVK/mGbwBXfOL1HETQu9IGQ==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.8.tgz",
+ "integrity": "sha512-bfZ0cQ1uZs2PqpulNL5j/3w+GDhP36k1K5c38QdQg+Swy51jFZWWeIkteNsufkQxp986wnqRRsb/bHbY1WQ7TA==",
"cpu": [
"x64"
],
@@ -3530,9 +3530,9 @@
}
},
"node_modules/esbuild": {
- "version": "0.19.7",
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.7.tgz",
- "integrity": "sha512-6brbTZVqxhqgbpqBR5MzErImcpA0SQdoKOkcWK/U30HtQxnokIpG3TX2r0IJqbFUzqLjhU/zC1S5ndgakObVCQ==",
+ "version": "0.19.8",
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.8.tgz",
+ "integrity": "sha512-l7iffQpT2OrZfH2rXIp7/FkmaeZM0vxbxN9KfiCwGYuZqzMg/JdvX26R31Zxn/Pxvsrg3Y9N6XTcnknqDyyv4w==",
"dev": true,
"hasInstallScript": true,
"bin": {
@@ -3542,28 +3542,28 @@
"node": ">=12"
},
"optionalDependencies": {
- "@esbuild/android-arm": "0.19.7",
- "@esbuild/android-arm64": "0.19.7",
- "@esbuild/android-x64": "0.19.7",
- "@esbuild/darwin-arm64": "0.19.7",
- "@esbuild/darwin-x64": "0.19.7",
- "@esbuild/freebsd-arm64": "0.19.7",
- "@esbuild/freebsd-x64": "0.19.7",
- "@esbuild/linux-arm": "0.19.7",
- "@esbuild/linux-arm64": "0.19.7",
- "@esbuild/linux-ia32": "0.19.7",
- "@esbuild/linux-loong64": "0.19.7",
- "@esbuild/linux-mips64el": "0.19.7",
- "@esbuild/linux-ppc64": "0.19.7",
- "@esbuild/linux-riscv64": "0.19.7",
- "@esbuild/linux-s390x": "0.19.7",
- "@esbuild/linux-x64": "0.19.7",
- "@esbuild/netbsd-x64": "0.19.7",
- "@esbuild/openbsd-x64": "0.19.7",
- "@esbuild/sunos-x64": "0.19.7",
- "@esbuild/win32-arm64": "0.19.7",
- "@esbuild/win32-ia32": "0.19.7",
- "@esbuild/win32-x64": "0.19.7"
+ "@esbuild/android-arm": "0.19.8",
+ "@esbuild/android-arm64": "0.19.8",
+ "@esbuild/android-x64": "0.19.8",
+ "@esbuild/darwin-arm64": "0.19.8",
+ "@esbuild/darwin-x64": "0.19.8",
+ "@esbuild/freebsd-arm64": "0.19.8",
+ "@esbuild/freebsd-x64": "0.19.8",
+ "@esbuild/linux-arm": "0.19.8",
+ "@esbuild/linux-arm64": "0.19.8",
+ "@esbuild/linux-ia32": "0.19.8",
+ "@esbuild/linux-loong64": "0.19.8",
+ "@esbuild/linux-mips64el": "0.19.8",
+ "@esbuild/linux-ppc64": "0.19.8",
+ "@esbuild/linux-riscv64": "0.19.8",
+ "@esbuild/linux-s390x": "0.19.8",
+ "@esbuild/linux-x64": "0.19.8",
+ "@esbuild/netbsd-x64": "0.19.8",
+ "@esbuild/openbsd-x64": "0.19.8",
+ "@esbuild/sunos-x64": "0.19.8",
+ "@esbuild/win32-arm64": "0.19.8",
+ "@esbuild/win32-ia32": "0.19.8",
+ "@esbuild/win32-x64": "0.19.8"
}
},
"node_modules/esbuild-plugin-copy": {
@@ -12894,7 +12894,7 @@
"@types/node": "^18.18.12",
"@types/vscode": "^1.84.2",
"@vscode/vsce": "^2.22.0",
- "esbuild": "^0.19.7",
+ "esbuild": "^0.19.8",
"esbuild-plugin-copy": "^2.1.1"
},
"engines": {
diff --git a/packages/safe-ds-vscode/package.json b/packages/safe-ds-vscode/package.json
index 596a12be4..51b5ae679 100644
--- a/packages/safe-ds-vscode/package.json
+++ b/packages/safe-ds-vscode/package.json
@@ -137,7 +137,7 @@
"@types/node": "^18.18.12",
"@types/vscode": "^1.84.2",
"@vscode/vsce": "^2.22.0",
- "esbuild": "^0.19.7",
+ "esbuild": "^0.19.8",
"esbuild-plugin-copy": "^2.1.1"
},
"engines": {
From 1a9b7c313c060278e3dfcb7c8d19c6e3e9b1b00c Mon Sep 17 00:00:00 2001
From: Lars Reimann
Date: Wed, 29 Nov 2023 14:51:48 +0100
Subject: [PATCH 3/5] ci: also upload coverage for dependabot
---
.github/workflows/main.yml | 1 -
.github/workflows/pr.yml | 1 -
2 files changed, 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1e2143566..355e4b18f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -38,7 +38,6 @@ jobs:
run: npm run test-with-coverage
- name: Upload coverage to Codecov
- if: ${{ github.actor != 'dependabot[bot]' }}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index 733e66a03..69c2fced6 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -43,7 +43,6 @@ jobs:
run: npm run test-with-coverage
- name: Upload coverage to Codecov
- if: ${{ github.actor != 'dependabot[bot]' }}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
From 168dd9ee56810335da11e1d24273e94645ce47c4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 29 Nov 2023 15:02:38 +0100
Subject: [PATCH 4/5] build(deps): Bump mkdocs-glightbox from 0.3.4 to 0.3.5 in
/docs (#803)
Bumps [mkdocs-glightbox](https://github.com/Blueswen/mkdocs-glightbox)
from 0.3.4 to 0.3.5.
Release notes
Sourced from mkdocs-glightbox's
releases.
mkdocs-glightbox-0.3.5
- Supported compatibility with the privacy plugin of Material for
MkDocs insiders (#25)
Changelog
Sourced from mkdocs-glightbox's
changelog.
mkdocs-glightbox-0.3.5 (2023-11-18)
* Supported compatibility with the privacy plugin of Material
for MkDocs insiders
([#25](https://github.com/Blueswen/mkdocs-glightbox/issues/25))
mkdocs-glightbox-0.3.4 (2023-04-25)
* Fixed regex bug: quote issue and empty alt issue
([#14](https://github.com/Blueswen/mkdocs-glightbox/issues/14)
[#19](https://github.com/Blueswen/mkdocs-glightbox/issues/19))
mkdocs-glightbox-0.3.3 (2023-04-20)
* Refactored processing logic with regex
([#14](https://github.com/Blueswen/mkdocs-glightbox/issues/14))
mkdocs-glightbox-0.3.2 (2023-03-19)
* Supported image without extension
([#13](https://github.com/Blueswen/mkdocs-glightbox/issues/13))
mkdocs-glightbox-0.3.1 (2022-11-22)
* Supported lightbox slide effect customization
([#8](https://github.com/Blueswen/mkdocs-glightbox/issues/8))
* Supported synchronized lightbox caption dark mode with Material for
MkDocs ([#7](https://github.com/Blueswen/mkdocs-glightbox/issues/7))
* Supported glightbox built-in gallery feature
([#11](https://github.com/Blueswen/mkdocs-glightbox/issues/11))
* Supported skip image in the anchor tag
mkdocs-glightbox-0.3.0 (2022-09-29)
* Fixed width and height setting in config not working bug
* Supported specific skip class
([#5](https://github.com/Blueswen/mkdocs-glightbox/issues/5))
* Supported glightbox built-in caption with title and description
([#4](https://github.com/Blueswen/mkdocs-glightbox/issues/4))
* Fixed page jitter when lightbox closing issue using Material for
MkDocs
* Add white background for lightbox images to prevent the displaying
issue of the transparent image on black background
mkdocs-glightbox-0.2.1 (2022-08-10)
* Updated readme
mkdocs-glightbox-0.2.0 (2022-08-10)
* Added support for disabling glightbox with image class or
page meta ([#2](https://github.com/Blueswen/mkdocs-glightbox/issues/2))
mkdocs-glightbox-0.1.7 (2022-07-26)
* Fixed
[#1](https://github.com/Blueswen/mkdocs-glightbox/issues/1): Ignore
Emojis
mkdocs-glightbox-0.1.6 (2022-07-16)
* Fixed some options not working bug
mkdocs-glightbox-0.1.5 (2022-07-16)
* Fixed mkdocs-material header + sidebar vanishing issue when
opening lightbox (Inspired from
https://github.com/biati-digital/glightbox/issues/22)
... (truncated)
Commits
fa9cbbe
Support compatibility with the privacy plugin of Material for MkDocs
insiders...
7d1d941
Add error test case
- See full diff in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-glightbox&package-manager=pip&previous-version=0.3.4&new-version=0.3.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
docs/poetry.lock | 8 ++++----
docs/pyproject.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/poetry.lock b/docs/poetry.lock
index f41a2938c..1a9f4aa4f 100644
--- a/docs/poetry.lock
+++ b/docs/poetry.lock
@@ -321,13 +321,13 @@ min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4)", "ghp-imp
[[package]]
name = "mkdocs-glightbox"
-version = "0.3.4"
+version = "0.3.5"
description = "MkDocs plugin supports image lightbox with GLightbox."
optional = false
python-versions = "*"
files = [
- {file = "mkdocs-glightbox-0.3.4.tar.gz", hash = "sha256:96aaf98216f83c0d0fad2e42a8d805cfa6329d6ab25b54265012ccb2154010d8"},
- {file = "mkdocs_glightbox-0.3.4-py3-none-any.whl", hash = "sha256:8f894435b4f75231164e5d9fb023c01e922e6769e74a121e822c4914f310a41d"},
+ {file = "mkdocs-glightbox-0.3.5.tar.gz", hash = "sha256:f572256cca17c912da50a045129026566a79b8c6477e1170258ccc0ac5b162da"},
+ {file = "mkdocs_glightbox-0.3.5-py3-none-any.whl", hash = "sha256:096c2753cf4f46f548b02070a2ff5dd8b823a431ce17873a62dcef304cf3364c"},
]
[[package]]
@@ -739,4 +739,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
-content-hash = "6b0779b0cd11669e8249da717a77e6c593043e907cb14be0814b0467c4dd449c"
+content-hash = "77e85b9f2c280b358813d45040f359c20777d5fa185881e927939654ff4bc414"
diff --git a/docs/pyproject.toml b/docs/pyproject.toml
index 182190a95..b038e31f0 100644
--- a/docs/pyproject.toml
+++ b/docs/pyproject.toml
@@ -11,7 +11,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.11"
mkdocs = "^1.5.3"
-mkdocs-glightbox = "^0.3.4"
+mkdocs-glightbox = "^0.3.5"
mkdocs-material = "^9.4.7"
mkdocs-same-dir = "^0.1.2"
pygments = "^2.17.2"
From 37c5330b38f402f1467e2c8e7f254c49a045a189 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 29 Nov 2023 15:06:53 +0100
Subject: [PATCH 5/5] build(deps): Bump mkdocs-material from 9.4.7 to 9.4.14 in
/docs (#804)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material)
from 9.4.7 to 9.4.14.
Release notes
Sourced from mkdocs-material's
releases.
mkdocs-material-9.4.14
- Added support for linking authors in blog posts
mkdocs-material-9.4.13
- Fixed #6365:
Blog plugin pagination links to previous pages broken
- Fixed #5758:
Updated Mermaid.js to version 10.6.1 (latest)
mkdocs-material-9.4.12
- Improved blog plugin to generate Unicode-aware slugs by default
- Fixed non-deterministic order of categories in blog plugin
mkdocs-material-9.4.11
- Fixed #6364:
Search plugin crashing when enabling theme while serving
- Fixed blog plugin crashing when disabling pagination
mkdocs-material-9.4.10
- Fixed #6356:
Version selector can't be disabled via mike's configuration
- Fixed #6281:
Navigation not rendering due to Safari bug (9.4.2 regression)
- Fixed #6261:
Navigation expansion animates on first load (9.4.2 regression)
mkdocs-material-9.4.9
- Fixed #6344:
Long entries cutoff in table of contents
- Fixed #6336:
Custom template for glob archive not working with pagination
- Fixed #6328:
Blog plugin crashes for locales with dashes, e.g.
pt-BR
- Fixed #6327:
Copy-to-clipboard button doesn't trim trailing line feed
- Fixed #6302:
Version strings not matched when using mike, only aliases
- Fixed instant navigation progress indicator for gzipped content in
Chrome
- Fixed rendering bug on details marker rotation in Firefox
mkdocs-material-9.4.8
- Fixed invalid local address replacement when using instant
loading
- Fixed #6275:
Crash after navigation caused 404 when using instant loading
Changelog
Sourced from mkdocs-material's
changelog.
mkdocs-material-9.4.14+insiders-4.46.0 (2023-11-26)
- Added support for author profiles in blog plugin
- Fixed custom index pages yielding two navigation items (4.45.0
regression)
mkdocs-material-9.4.14 (2023-11-26)
- Added support for linking authors in blog posts
mkdocs-material-9.4.13 (2023-11-26)
- Fixed #6365:
Blog plugin pagination links to previous pages broken
- Fixed #5758:
Updated Mermaid.js to version 10.6.1 (latest)
mkdocs-material-9.4.12+insiders-4.45.0 (2023-11-24)
- Added support for sorting blog categories by post count or custom
function
- Improved tags plugin to generate Unicode-aware slugs by default
- Fixed non-deterministic order of multiple authors in blog
plugin
mkdocs-material-9.4.12 (2023-11-24)
- Improved blog plugin to generate Unicode-aware slugs by default
- Fixed non-deterministic order of categories in blog plugin
mkdocs-material-9.4.11+insiders-4.44.0 (2023-11-23)
- Added pagination settings for archive pages in blog plugin
- Added pagination settings for category pages in blog plugin
mkdocs-material-9.4.11 (2023-11-23)
- Fixed #6364:
Search plugin crashing when enabling theme while serving
- Fixed blog plugin crashing when disabling pagination
mkdocs-material-9.4.10+insiders-4.43.1 (2023-11-19)
- Added third-party theme support in projects plugin, improving
editing
- Fixed #6360:
Projects plugin crashes when theme is not Material for MkDocs
- Fixed #6306:
Projects plugin not reloading nested project configuration
mkdocs-material-9.4.10 (2023-11-19)
- Fixed #6356:
Version selector can't be disabled via mike's configuration
- Fixed #6281:
Navigation not rendering due to Safari bug (9.4.2 regression)
- Fixed #6261:
Navigation expansion animates on first load (9.4.2 regression)
mkdocs-material-9.4.9 (2023-11-17)
- Fixed #6344:
Long entries cutoff in table of contents
... (truncated)
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-material&package-manager=pip&previous-version=9.4.7&new-version=9.4.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
docs/poetry.lock | 8 ++++----
docs/pyproject.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/poetry.lock b/docs/poetry.lock
index 1a9f4aa4f..9f3989c89 100644
--- a/docs/poetry.lock
+++ b/docs/poetry.lock
@@ -332,13 +332,13 @@ files = [
[[package]]
name = "mkdocs-material"
-version = "9.4.7"
+version = "9.4.14"
description = "Documentation that simply works"
optional = false
python-versions = ">=3.8"
files = [
- {file = "mkdocs_material-9.4.7-py3-none-any.whl", hash = "sha256:4d698d52bb6a6a3c452ab854481c4cdb68453a0420956a6aee2de55fe15fe610"},
- {file = "mkdocs_material-9.4.7.tar.gz", hash = "sha256:e704e001c9ef17291e1d3462c202425217601653e18f68f85d28eff4690e662b"},
+ {file = "mkdocs_material-9.4.14-py3-none-any.whl", hash = "sha256:dbc78a4fea97b74319a6aa9a2f0be575a6028be6958f813ba367188f7b8428f6"},
+ {file = "mkdocs_material-9.4.14.tar.gz", hash = "sha256:a511d3ff48fa8718b033e7e37d17abd9cc1de0fdf0244a625ca2ae2387e2416d"},
]
[package.dependencies]
@@ -739,4 +739,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
-content-hash = "77e85b9f2c280b358813d45040f359c20777d5fa185881e927939654ff4bc414"
+content-hash = "cf21ef66fe76334f9c4eb5ac3bc24d5c547c83695e8f7c12dfe2a7a6e84a471a"
diff --git a/docs/pyproject.toml b/docs/pyproject.toml
index b038e31f0..b9e3c1d59 100644
--- a/docs/pyproject.toml
+++ b/docs/pyproject.toml
@@ -12,7 +12,7 @@ packages = [
python = "^3.11"
mkdocs = "^1.5.3"
mkdocs-glightbox = "^0.3.5"
-mkdocs-material = "^9.4.7"
+mkdocs-material = "^9.4.14"
mkdocs-same-dir = "^0.1.2"
pygments = "^2.17.2"