Skip to content

Commit 4cc698c

Browse files
Merge pull request #297 from TorstenDittmann/chore-update-deps
Bump dependencies and version to 2.2.0
2 parents 5737e0c + 7ca3920 commit 4cc698c

File tree

10 files changed

+609
-476
lines changed

10 files changed

+609
-476
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ If applicable, add screenshots to help explain your problem.
2525

2626
**Desktop (please complete the following information):**
2727

28-
- OS: [e.g. iOS]
29-
- Browser [e.g. chrome, safari]
30-
- Version [e.g. 22]
28+
- OS: [e.g. iOS]
29+
- Browser [e.g. chrome, safari]
30+
- Version [e.g. 22]
3131

3232
**Smartphone (please complete the following information):**
3333

34-
- Device: [e.g. iPhone6]
35-
- OS: [e.g. iOS8.1]
36-
- Browser [e.g. stock browser, safari]
37-
- Version [e.g. 22]
34+
- Device: [e.g. iPhone6]
35+
- OS: [e.g. iOS8.1]
36+
- Browser [e.g. stock browser, safari]
37+
- Version [e.g. 22]
3838

3939
**Additional context**
4040
Add any other context about the problem here.

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
1111
with:
12-
node-version: '20.x'
12+
node-version: '22.x'
1313
registry-url: 'https://registry.npmjs.org'
14+
- run: npm install -g --force corepack@latest
1415
- run: corepack enable
1516
- run: pnpm install --frozen-lockfile
1617
- run: pnpm run lint

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
1111
with:
12-
node-version: '20.x'
12+
node-version: '22.x'
1313
registry-url: 'https://registry.npmjs.org'
14+
- run: npm install -g --force corepack@latest
1415
- run: corepack enable
1516
- run: pnpm install --frozen-lockfile
1617
- run: pnpm run build && pnpm publish -r --no-git-checks

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, windows-latest, macos-latest]
10-
node-version: [20.x]
10+
node-version: [22.x, 23.x]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Use Node.js ${{ matrix.node-version }}
1515
uses: actions/setup-node@v4
1616
with:
1717
node-version: ${{ matrix.node-version }}
18+
- run: npm install -g --force corepack@latest
1819
- run: corepack enable
1920
- run: pnpm install --frozen-lockfile
2021
- run: pnpm run build

CODE_OF_CONDUCT.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@ diverse, inclusive, and healthy community.
1717
Examples of behavior that contributes to a positive environment for our
1818
community include:
1919

20-
- Demonstrating empathy and kindness toward other people
21-
- Being respectful of differing opinions, viewpoints, and experiences
22-
- Giving and gracefully accepting constructive feedback
23-
- Accepting responsibility and apologizing to those affected by our mistakes,
24-
and learning from the experience
25-
- Focusing on what is best not just for us as individuals, but for the
26-
overall community
20+
- Demonstrating empathy and kindness toward other people
21+
- Being respectful of differing opinions, viewpoints, and experiences
22+
- Giving and gracefully accepting constructive feedback
23+
- Accepting responsibility and apologizing to those affected by our mistakes,
24+
and learning from the experience
25+
- Focusing on what is best not just for us as individuals, but for the
26+
overall community
2727

2828
Examples of unacceptable behavior include:
2929

30-
- The use of sexualized language or imagery, and sexual attention or
31-
advances of any kind
32-
- Trolling, insulting or derogatory comments, and personal or political attacks
33-
- Public or private harassment
34-
- Publishing others' private information, such as a physical or email
35-
address, without their explicit permission
36-
- Other conduct which could reasonably be considered inappropriate in a
37-
professional setting
30+
- The use of sexualized language or imagery, and sexual attention or
31+
advances of any kind
32+
- Trolling, insulting or derogatory comments, and personal or political attacks
33+
- Public or private harassment
34+
- Publishing others' private information, such as a physical or email
35+
address, without their explicit permission
36+
- Other conduct which could reasonably be considered inappropriate in a
37+
professional setting
3838

3939
## Enforcement Responsibilities
4040

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
## Table Of Contents
1818

19-
- [Getting Started](#getting-started)
20-
- [Installation](#installation)
21-
- [Roadmap](#roadmap)
22-
- [Contributing](#contributing)
23-
- [License](#license)
24-
- [Authors](#authors)
25-
- [Acknowledgements](#acknowledgements)
19+
- [Getting Started](#getting-started)
20+
- [Installation](#installation)
21+
- [Roadmap](#roadmap)
22+
- [Contributing](#contributing)
23+
- [License](#license)
24+
- [Authors](#authors)
25+
- [Acknowledgements](#acknowledgements)
2626

2727
## Getting Started
2828

@@ -63,10 +63,10 @@ See the [open issues](https://github.com/torstendittmann/svelte-markdoc-preproce
6363

6464
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
6565

66-
- If you have suggestions for adding or removing projects, feel free to [open an issue](https://github.com/torstendittmann/svelte-markdoc-preprocess/issues/new) to discuss it, or directly create a pull request after you edit the _README.md_ file with necessary changes.
67-
- Please make sure you check your spelling and grammar.
68-
- Create individual PR for each suggestion.
69-
- Please also read through the [Code Of Conduct](https://github.com/torstendittmann/svelte-markdoc-preprocess/blob/main/CODE_OF_CONDUCT.md) before posting your first idea as well.
66+
- If you have suggestions for adding or removing projects, feel free to [open an issue](https://github.com/torstendittmann/svelte-markdoc-preprocess/issues/new) to discuss it, or directly create a pull request after you edit the _README.md_ file with necessary changes.
67+
- Please make sure you check your spelling and grammar.
68+
- Create individual PR for each suggestion.
69+
- Please also read through the [Code Of Conduct](https://github.com/torstendittmann/svelte-markdoc-preprocess/blob/main/CODE_OF_CONDUCT.md) before posting your first idea as well.
7070

7171
### Creating A Pull Request
7272

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
"dev": "pnpm run -r --parallel --stream dev",
66
"test": "pnpm run -r test",
77
"check": "pnpm run -r check",
8-
"lint": "prettier --check \"**/*.{json,md}\" && pnpm run -r lint",
9-
"format": "prettier --write \"**/*.{json,md}\" && pnpm run -r format"
8+
"lint": "pnpm run -r lint",
9+
"format": "pnpm run -r format"
1010
},
1111
"devDependencies": {
1212
"@typescript-eslint/parser": "catalog:default",
13-
"prettier": "catalog:default",
1413
"svelte": "catalog:default",
1514
"typescript": "catalog:default"
1615
},
17-
"packageManager": "pnpm@9.7.0+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
16+
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af"
1817
}

packages/process/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-markdoc-preprocess",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "A Svelte preprocessor that allows you to use Markdoc.",
55
"type": "commonjs",
66
"keywords": [
@@ -24,24 +24,24 @@
2424
"author": "Torsten Dittmann",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@markdoc/markdoc": "^0.4.0",
27+
"@markdoc/markdoc": "^0.5.1",
2828
"html-escaper": "^3.0.3",
2929
"js-yaml": "^4.1.0",
30-
"lovely-logs": "^1.2.0",
31-
"svelte": "^4.0.0",
32-
"typescript": "^5.5.2"
30+
"lovely-logs": "^1.2.2",
31+
"svelte": "^4.2.19",
32+
"typescript": "^5.8.2"
3333
},
3434
"repository": {
3535
"type": "git",
3636
"url": "git+https://github.com/TorstenDittmann/svelte-markdoc-preprocess.git"
3737
},
3838
"homepage": "https://svelte-markdoc-preprocess.pages.dev",
3939
"devDependencies": {
40-
"@types/html-escaper": "^3.0.2",
41-
"@types/js-yaml": "^4.0.8",
42-
"@types/node": "^20.10.7",
43-
"fast-glob": "^3.3.2",
44-
"prettier": "*",
45-
"publint": "^0.2.5"
40+
"@types/html-escaper": "^3.0.4",
41+
"@types/js-yaml": "^4.0.9",
42+
"@types/node": "^20.17.24",
43+
"fast-glob": "^3.3.3",
44+
"prettier": "^3.5.3",
45+
"publint": "^0.3.9"
4646
}
4747
}

0 commit comments

Comments
 (0)