Skip to content

Commit 26aa836

Browse files
Version Packages (#78)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 553fe1d commit 26aa836

6 files changed

Lines changed: 24 additions & 31 deletions

File tree

.changeset/bump-js-yaml-security.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/bump-vite-security.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/migrate-to-oxc-toolchain.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/override-dompurify-security.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# slidev-addon-window-mockup
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#74](https://github.com/whitphx/slidev-addon-window-mockup/pull/74) [`04ee456`](https://github.com/whitphx/slidev-addon-window-mockup/commit/04ee4562c9bfe91d6f3e436cd4539153d7229f1a) Thanks [@whitphx](https://github.com/whitphx)! - Refresh transitive `js-yaml` from 3.14.1 to the patched 3.14.2, clearing
8+
prototype-pollution advisory GHSA-mh29-5h37-fv8m reported by the
9+
dependency review workflow.
10+
11+
- [#74](https://github.com/whitphx/slidev-addon-window-mockup/pull/74) [`fae54ce`](https://github.com/whitphx/slidev-addon-window-mockup/commit/fae54ceba582e3a7ca38061af381bf71c75b036c) Thanks [@whitphx](https://github.com/whitphx)! - Refresh `pnpm-lock.yaml` to deduplicate transitive `vite` resolutions onto
12+
a single patched version, clearing three security advisories
13+
(GHSA-p9ff-h696-f583, GHSA-v2wj-q39q-566r, GHSA-4w7w-66w2-5vf9).
14+
15+
- [#74](https://github.com/whitphx/slidev-addon-window-mockup/pull/74) [`7f1ff61`](https://github.com/whitphx/slidev-addon-window-mockup/commit/7f1ff61c74d033a8b29363a3827fd5fdd612f395) Thanks [@whitphx](https://github.com/whitphx)! - Migrate dev tooling from ESLint + Prettier to the Oxc toolchain (`oxlint`
16+
17+
- `oxfmt`) and enable oxlint's type-aware linting. No changes to the
18+
published runtime behavior.
19+
20+
- [#74](https://github.com/whitphx/slidev-addon-window-mockup/pull/74) [`1251504`](https://github.com/whitphx/slidev-addon-window-mockup/commit/1251504c05b58cfcaa3d974dcdb663ead1bf7c6f) Thanks [@whitphx](https://github.com/whitphx)! - Pin transitive `dompurify` to `>=3.4.0` via a pnpm override so
21+
`monaco-editor`'s pinned `dompurify@3.2.7` is replaced with a patched
22+
release, clearing five security advisories (GHSA-v2wj-7wpq-c8vv,
23+
GHSA-h8r8-wccr-v5f2, GHSA-cj63-jhhr-wcxv, GHSA-cjmm-f4jc-qw8r,
24+
GHSA-39q2-94rc-95cp).
25+
326
## 0.3.0
427

528
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slidev-addon-window-mockup",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)