slidev-theme-meetup 3.15.0 → 3.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/eslint.config.js +11 -3
- package/flake.lock +15 -15
- package/package.json +4 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.16.0](https://github.com/tboerger/slidev-theme-meetup/compare/v3.15.0...v3.16.0) (2026-03-02)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* **minor:** update dependency @slidev/types to v52.13.0 ([#629](https://github.com/tboerger/slidev-theme-meetup/issues/629)) ([c28e67d](https://github.com/tboerger/slidev-theme-meetup/commit/c28e67d9923701631989a5923bdec0ae9f5d6340))
|
|
8
|
+
|
|
3
9
|
## [3.15.0](https://github.com/tboerger/slidev-theme-meetup/compare/v3.14.0...v3.15.0) (2026-02-26)
|
|
4
10
|
|
|
5
11
|
### Features
|
package/eslint.config.js
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
const antfu = require('@antfu/eslint-config').default
|
|
2
2
|
|
|
3
|
-
module.exports = antfu(
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
module.exports = antfu(
|
|
4
|
+
{
|
|
5
|
+
ignores: ['.github/**'],
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
files: ['example.md'],
|
|
9
|
+
rules: {
|
|
10
|
+
'markdown/no-multiple-h1': 'off',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
)
|
package/flake.lock
CHANGED
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"nixpkgs": "nixpkgs"
|
|
45
45
|
},
|
|
46
46
|
"locked": {
|
|
47
|
-
"lastModified":
|
|
48
|
-
"narHash": "sha256-
|
|
47
|
+
"lastModified": 1772417348,
|
|
48
|
+
"narHash": "sha256-aP2ub7SgCexFXYHAhsnIHM4erCuqPWq9Xn56yGIxIOY=",
|
|
49
49
|
"owner": "cachix",
|
|
50
50
|
"repo": "devenv",
|
|
51
|
-
"rev": "
|
|
51
|
+
"rev": "ba33cb60518dd0792bc6dd7cf4c6861b7e700cda",
|
|
52
52
|
"type": "github"
|
|
53
53
|
},
|
|
54
54
|
"original": {
|
|
@@ -115,11 +115,11 @@
|
|
|
115
115
|
"nixpkgs-lib": "nixpkgs-lib"
|
|
116
116
|
},
|
|
117
117
|
"locked": {
|
|
118
|
-
"lastModified":
|
|
119
|
-
"narHash": "sha256-
|
|
118
|
+
"lastModified": 1772408722,
|
|
119
|
+
"narHash": "sha256-rHuJtdcOjK7rAHpHphUb1iCvgkU3GpfvicLMwwnfMT0=",
|
|
120
120
|
"owner": "hercules-ci",
|
|
121
121
|
"repo": "flake-parts",
|
|
122
|
-
"rev": "
|
|
122
|
+
"rev": "f20dc5d9b8027381c474144ecabc9034d6a839a3",
|
|
123
123
|
"type": "github"
|
|
124
124
|
},
|
|
125
125
|
"original": {
|
|
@@ -176,11 +176,11 @@
|
|
|
176
176
|
"nixpkgs": "nixpkgs_2"
|
|
177
177
|
},
|
|
178
178
|
"locked": {
|
|
179
|
-
"lastModified":
|
|
180
|
-
"narHash": "sha256
|
|
179
|
+
"lastModified": 1772024342,
|
|
180
|
+
"narHash": "sha256-+eXlIc4/7dE6EcPs9a2DaSY3fTA9AE526hGqkNID3Wg=",
|
|
181
181
|
"owner": "cachix",
|
|
182
182
|
"repo": "git-hooks.nix",
|
|
183
|
-
"rev": "
|
|
183
|
+
"rev": "6e34e97ed9788b17796ee43ccdbaf871a5c2b476",
|
|
184
184
|
"type": "github"
|
|
185
185
|
},
|
|
186
186
|
"original": {
|
|
@@ -317,11 +317,11 @@
|
|
|
317
317
|
},
|
|
318
318
|
"nixpkgs-lib": {
|
|
319
319
|
"locked": {
|
|
320
|
-
"lastModified":
|
|
321
|
-
"narHash": "sha256-
|
|
320
|
+
"lastModified": 1772328832,
|
|
321
|
+
"narHash": "sha256-e+/T/pmEkLP6BHhYjx6GmwP5ivonQQn0bJdH9YrRB+Q=",
|
|
322
322
|
"owner": "nix-community",
|
|
323
323
|
"repo": "nixpkgs.lib",
|
|
324
|
-
"rev": "
|
|
324
|
+
"rev": "c185c7a5e5dd8f9add5b2f8ebeff00888b070742",
|
|
325
325
|
"type": "github"
|
|
326
326
|
},
|
|
327
327
|
"original": {
|
|
@@ -348,11 +348,11 @@
|
|
|
348
348
|
},
|
|
349
349
|
"nixpkgs_3": {
|
|
350
350
|
"locked": {
|
|
351
|
-
"lastModified":
|
|
352
|
-
"narHash": "sha256-
|
|
351
|
+
"lastModified": 1772173633,
|
|
352
|
+
"narHash": "sha256-MOH58F4AIbCkh6qlQcwMycyk5SWvsqnS/TCfnqDlpj4=",
|
|
353
353
|
"owner": "nixos",
|
|
354
354
|
"repo": "nixpkgs",
|
|
355
|
-
"rev": "
|
|
355
|
+
"rev": "c0f3d81a7ddbc2b1332be0d8481a672b4f6004d6",
|
|
356
356
|
"type": "github"
|
|
357
357
|
},
|
|
358
358
|
"original": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slidev-theme-meetup",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.16.0",
|
|
4
4
|
"description": "Slidev theme used for talks on meetups",
|
|
5
5
|
"author": "Thomas Boerger <thomas@boerger.ws>",
|
|
6
6
|
"license": "CC-BY-SA-4.0",
|
|
@@ -28,16 +28,14 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@iconify-json/mdi": "1.2.3",
|
|
31
|
-
"@slidev/types": "52.
|
|
31
|
+
"@slidev/types": "52.13.0",
|
|
32
32
|
"codemirror-theme-vars": "0.1.2",
|
|
33
33
|
"qrious": "4.0.2",
|
|
34
34
|
"vite-svg-loader": "5.1.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@antfu/eslint-config": "7.
|
|
38
|
-
"@slidev/cli": "52.
|
|
39
|
-
"eslint": "10.0.0",
|
|
40
|
-
"eslint-plugin-vue": "10.8.0",
|
|
37
|
+
"@antfu/eslint-config": "7.6.1",
|
|
38
|
+
"@slidev/cli": "52.13.0",
|
|
41
39
|
"playwright-chromium": "1.58.2"
|
|
42
40
|
},
|
|
43
41
|
"slidev": {
|